﻿#productMenu {
    height: 110px;
    line-height: 110px;
    font-size: 24px;
    text-transform: uppercase;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

#productMenu a {
    color: #000000;
    text-decoration: none;
}

#productMenu a:hover {
    color: #999999;
    text-decoration: none;
}

#productNav {
    width: 1200px;
    text-align: justify;
    margin-top: 0px;
    /*font-size: 0.1px;  IE 9/10 fix */
}
#productNav li {
  display: inline-block;
}
#productNav:after {
  content: '';
  width: 100%; /* Ensures justification for single lines */
  display: inline-block;
}

#examplesTitle h2{
    padding-top: 60px;
}
.backLink{
    padding-top: 40px;
}
.backLink img{
    vertical-align: middle;
}
.materialCategoryTitle{
    padding-bottom: 30px;
    margin-top: 5px;
    font-size: 20px;
}
.materialTitle{
    padding-top: 10px;
    text-transform: uppercase;
    height: 52px;
}
.twoImage{
    float: left;
    width: 520px;
    padding-bottom: 20px;
}
.otherLaminate{
    font-size: 15px;
    text-transform: uppercase;
}
.otherLaminateTitle{
    font-size: 18px;
}
.leftcolumn{
    padding-top: 10px;
}

/* pop up styles */
.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.zoom-gallery a{outline-style:none;}