/*  Custom Page Layout  */

html, body {
    background-color: whitesmoke;
    width: 100%;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: center;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.h1 {
    font-size: 40px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.h2 {
    font-size: 32px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.h3 {
    font-size: 24px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.h4 {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 40px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}

p {
    font-size: 14px;
    font-size: 1.4em;
        /*color: black;*/
}
a:link {
    color: #8B8C91;
    text-decoration: none;
}
a:visited {
    color: #8B8C91;
    text-decoration: none;
}
a:hover {
    color: maroon;
    text-decoration: none;
}
a:active {
    color: red;
    text-decoration: none;
}
a[name] {
    display: block;
    /*padding-top: 150px;
    margin-top: -150px;*/
}

hr {
  border: 0;
  height: 2px;
}

#subtitle {
    color: #666666;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
}

/* CONTENT DIV TO FLOAT BOTTOM BAR */
  .content {
  flex: 1;
  padding-bottom: 75px;
}    

/* Banner */
#banner {
    min-height: 100px;
}
  .banner {
  background-color: whitesmoke;
}

/* Main Banner */
  .bannerMain {

}  
  
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

/* Navigation bar */
  .nav_bar {
    /*position: fixed;*/
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    /*height: 100px;*/
    text-align: center;
    border: 0;
    box-shadow: 0px 0px 5px 3px #000;
    margin-bottom: 0px;
    display: table;
    background-color: rgba(0,0,0,0.95);
  }

/*  Navigation Bar Text  */
    .navbar-fixed {
      z-index: 100;
      width: 100%;
      justify-content: space-around;
    }
/*  Navigation LIST Text  */
    .nav-fade ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .nav-fade li {
       padding-left: 10px;
       padding-right: 10px;
       padding-bottom: 5px;
       padding-top: 5px;
       font-size: 20px;
       color: #FFF;
       display: inline-block;
       vertical-align: middle;
       text-align: center;
       opacity: 0.6;
       transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
       -webkit-transition: 0.2s ease-in-out;
    }
    .nav-fade li:hover {
      color: white;
      opacity: 1;
      font-weight: bold;
      text-shadow: 2px 2px 4px #000000;
      cursor: pointer;
      transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
    }
/*  Navigation LINK  */
    .nav-fade a {
      font-size: 20px;
      color: white;
    }
    .nav-fade a:visited {
      font-size: 20px;
      color: #F0F0F0;
    }
    .nav-fade a:active {
      font-size: 20px;
      color: #F0F0F0;
      text-shadow: 4px 4px 6px #000000;
    }
/*  Navigation DROPDOWN  */
    .dropbtn {
        display: inline-block;
        color: white;
        text-align: center;
        text-decoration: none;

    }

    li.dropdown {
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        margin: 0 auto;
        position: absolute;
        height: 150px;
        z-index: 999;
        transition: 1s;
    }

    .dropdown:hover .dropdown-content {
      display: block;
      margin: 0 auto;
      top: 48px;
      border-radius: 8px;
      width: 250px;
      height: 250px;
      z-index: 500;
      background-color: rgba(0,0,0,0.85);
      transition: 1s;
}

/*  Website Container */
    .container {
        width: 100%;
        /*
      position: absolute;
      left: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      overflow: hidden;
        */
    }
    

/*  Light Gray Clearing */
    .clear-lightgray {
      display: table;
      left: 0px;
      right: 0px;
      width: 100%;
      background-color: #E8E8E8;
      overflow: hidden;
    }

/*  Parallax Section  */
    .parallax {
      display: table;
      width: 100%;
      height: 500px;
      background-image: url('/assets/img/pti_photos/jed/portfolio/999826_10152282902779025_894814393_n.jpg');
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
    }

/*  Page footer */
    .footer {
      display: table;
      left: 0px;
      right: 0px;
      width: 100%;
      background-color: #333333;
      color: white;
      overflow: hidden;
    }
    .subscribe {
      margin: 20px auto;
      width: 90%;
}
    .footertext {
      text-align: center;
      margin: 0 auto;
      width: 90%;
      padding: 20px;
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 40px;
      -moz-column-gap: 40px;
      column-gap: 40px;
      -webkit-column-rule: 2px solid white;
      -moz-column-rule: 2px solid white;
      column-rule: 2px solid white;
    }

/*  Terms of Use Section  */
    .bottom {
      min-height: 75px;
      display: table;
      text-align: center;
      width: 100%;
    }
    .bottomtext {
      text-align: center;
      font-size: 12px; 
      font-weight: 400;
      margin: 0 auto;
      width: 90%;
      padding: 20px;
      text-align: center;
      vertical-align: middle;
      text-shadow: 3px, 3px, 3px #000;
    }
    .poweredby {
        padding-top: 10px; padding-bottom: 10px;
        height: 40px;
    }

/*  Contact Portion and styling  */
    .contact {
      list-style-type: none;
      line-height: 30px;
      padding: 2;
      text-align: left;
      font-size: 14px;
    }

/*  Back to top styling */
    #back-top {
    	position: fixed;
    	bottom: 20px;
    	right: 20px;
      z-index: 20;
    }
    #back-top a {
    	width: 108px;
    	display: block;
    	text-align: center;
      vertical-align: middle;
    	font: 11px/100% Arial, Helvetica, sans-serif;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
    	text-transform: uppercase;
    	text-decoration: none;
    	color: #bbb;
    	-webkit-transition: 1s;
    	-moz-transition: 1s;
    	transition: 1s;
    }
    #back-top a:hover {
    	color: #000;
      box-shadow: 3px 3px 5px 5px #363636;
    }
    #back-top span {
    	width: 108px;
    	height: 108px;
    	display: block;
    	margin-bottom: 7px;
    	background: #ddd no-repeat center center;
    	-webkit-border-radius: 25px;
    	-moz-border-radius: 25px;
    	border-radius: 25px;
    	-webkit-transition: 1s;
    	-moz-transition: 1s;
    	transition: 1s;
    }
    #back-top a:hover span {
    	background-color: #717171;
    }

    #myModal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 125%;
}
.socialshareicons {
  display: table-row;
  background-color: #242424;
  box-shadow: 2px 2px 3px 2px #999;
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.socialshareicons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.socialshareicons a {
  color: darkgray;
}
.socialshareicons li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 25px;
  overflow: hidden;
  opacity: 0.6;
  transition: 0.5s;
}
.socialshareicons li:hover {
  opacity: 1;
  transition: 0.5s;
}

/* Side Bar */
ul.sidebarlist {
  list-style-type: none;
      -webkit-padding-start: 0px;
}

.loading {
    display:none;
}

.thidden {
    display:none;
}

#maincontent {
    /*min-height: calc(100vh - 360px);*/
    min-width: 300px;
    max-width: 1200px;
    margin: 0px auto; 
    text-align:center; 
}

.v-page-wrap {
    padding-top: 20px;
}

/* Center place holder */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    text-align: center;
    color:    #717171;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-align: center;
    color:    #717171;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-align: center;
    color:    #717171;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: center;
    color:    #717171;
}
::-ms-input-placeholder { /* Microsoft Edge */
    text-align: center;
    color:    #717171;
}

::placeholder { /* Most modern browsers support this now. */
    text-align: center;
    color:    #717171;
}

.form-control::-webkit-input-placeholder { /* Bootstrap 4*/
  color: #717171;
}

.section input[type='text'], .section input[type='password'], .section select{
    max-width: 300px; 
    height: 40px; 
    border-color: black; 
    border-width: thin; 
    border-radius: 10px; 
    box-shadow: 0 0 5px #000; 
    opacity: 0.8; 
    padding-left: 10px; 
    padding-right: 10px;
    color: #555555;
}

.section {
    width: 95%; /*max-width: 350px;*/ margin: 0px auto 0px auto; padding: 10px 0px 10px 0px; overflow:hidden;
}

.redprint, .error{
    color: #AA0000;
}

.whitebgbox {
	border-radius: 2px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF !important;
        color: #000000; 
}

.greenbgbox {
        background-color: green;
}

.locationrow {
	border-top: 1px solid #CCC;
}

.topborder {
	border-top: 1px solid #CCC;
}

.topborderdark {
	border-top: 1px solid #666;
}


/* Email page */
#emailform{
    position: relative; 
    width: 95%;  
    margin: 10px auto;
    padding: 10px;
    text-align:center;
}

/*  Login Page  */

#searchboxbg {
    transition: all 0.5s ease-in-out;
}

#searchboxbg button {
    transition: all 0.5s ease-in-out;
}


#searchboxbg:hover button {
    transform: scale(1.1);
}

/*  Main Page  */
#QRCodeWin { 
    text-align: center;
    max-width: 80vw !important;
    border-radius: 10px;
}
.popupWindow .photoCode {
    margin-top: -10px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 1.5em;
}

.navbar {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px; 
    padding-right: 10px;
}
/******* Site color theme ******/


/* LIGHT THEME */
    .theme-light{
        background-color: rgba(255, 255, 255, 0.75) !important;
        border-color: #DDD !important;
        color: #000000 !important;
    }

    .theme-light a{
        color: #000000 !important;
    }

    #quicklinks.theme-light {
        background-color: rgba(255, 255, 255, 0.25) !important;
        transition: all 0.3s ease-in-out;

    }

    nav.theme-light .nav > li > a{
        color: #000000 !important;
    }
    nav.theme-light .nav > li > a:hover{
        background-color:#DDD !important;
    }

    #searchboxbg.theme-light { 
        background-color: #ffffff !important;
        border-radius: 20px !important;
        border: 0px solid rgba(255,255,255,0) !important;
        color: #555555 !important;
        opacity: 0.95;
    }
    .theme-light.errormsg { 
        font-size: 1.4em;
        color: #800000 !important;
    }
    .theme-light.color-mediumgrey {
        color: #555555 !important;
        font-weight: 800;
    }
    .theme-light.color-lightgrey {
        color: #777777 !important;
        font-weight: 100;
    }

    #footer.theme-light .poweredby {
        background-color: #000 !important; 
        color: #EEE !important;
    }
    #footer.theme-light .poweredby a {
        color: #8B8C91 !important;
    }
    #cookieWin.theme-light{
        background-color: rgba(255, 255, 255, 1) !important;
    }
    .theme-light .errormsg { 
        font-size: 1.4em;
        color: red !important;
    }

    /* Light Theme - FIXED BAR ON SCROLL */
    .navbar-fixed .theme-light{
        background-color: rgba(255, 255, 255, 1) !important;
        border-color: rgba(255, 255, 255, 1) !important;
        color: #555555 !important;
        box-shadow: 0px 5px 15px #555;
    }

    #quicklinks.theme-light.quicklink {
        background-color: rgba(255, 255, 255,0) !important;
        color: #EEE !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-light.quicklink {
        background-color: #f5f5f5 !important;
        color: #EEE !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-light.quicklink a {
        color: #000 !important;
    }

    .navbar-fixed #quicklinks.theme-light.quicklink a:hover {
        color: #777 !important;
    }


/* GREY THEME */
    .theme-grey{
        background-color: rgba(211,211,211,0.85) !important;
        border-color: rgb(231, 231, 231) !important;
        color: #555555 !important;
    }
    .theme-grey a{
        color: #555555 !important;
    }

    #quicklinks.theme-grey{
        background-color: rgba(211,211,211, 0.25) !important;
        transition: all 0.3s ease-in-out;
    }
    nav.theme-grey .nav > li > a{
        color: #555555 !important;
    }
    nav.theme-grey .nav > li > a:hover{
        background-color:#e7e7e7 !important;
    }
    #searchboxbg.theme-grey { 
        background-color: #eee !important;
        border-radius: 10px;
        color: #555555 !important;
        opacity: 1.0;
    }
    #theme-grey.errormsg { 
        font-size: 1.4em;
        color: #800000 !important;
    }
    #footer.theme-grey .poweredby {
        background-color: #000 !important;
        color: #EEE !important;
    }
    #footer.theme-grey .poweredby a {
        color: #8B8C91 !important;
    }
    #cookieWin.theme-grey{
        background-color: rgba(211,211,211,1) !important;
    }
    .theme-grey.errormsg, .theme-grey .errormsg { 
        font-size: 1.4em;
        color: #800000 !important;
    }
    .theme-grey.color-mediumgrey, .theme-grey .color-mediumgrey {
        color: #555555 !important;
        font-weight: 800;
    }
    .theme-grey.color-lightgrey, .theme-grey .color-lightgrey {
        color: #777777 !important;
        font-weight: 100;
    }

    /* GREY Theme - FIXED BAR ON SCROLL */

    .navbar-fixed .theme-grey{
        background-color: rgba(211,211,211,1) !important;
        border-color: rgba(211,211,211,1) !important;
        color: #555555 !important;
        box-shadow: 0px 5px 20px #000;
    }

    #quicklinks.theme-grey.quicklink {
        background-color: rgba(211,211,211,0) !important;
        color: #EEE !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-grey.quicklink {
        background-color: dimgrey!important;
        color: #EEE !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-grey.quicklink a {
        color: #000 !important;
    }

    .navbar-fixed #quicklinks.theme-grey.quicklink a:hover {
        color: #777 !important;
    }


/* DARK THEME */
    .theme-dark{
        background-color: #343a40 !important;
        border-color: #343a40 !important;
        color: #FFFFFF !important;
    }
    .theme-dark a{
        color: #FFFFFF !important;
    }
    #quicklinks.theme-dark{
        background-color: rgba(240,240,240, 0.25) !important;
        transition: all 0.3s ease-in-out;
    }
    nav.theme-dark .nav > li > a{
        color: #FFFFFF !important;
    }
    nav.theme-dark .nav > li > a:hover{
        background-color:#AAA !important;
    }

    nav.theme-dark .navbar-nav>.active>a{
        background-color:#333 !important;
    }
    #searchboxbg.theme-dark { 
        background-color: #343a40 !important;
        border: 2px solid #000 !important;
        border-radius: 10px;
        color: #EEEEEE !important;
        opacity: 0.9;
    }
    .theme-dark.errormsg, .theme-dark .errormsg { 
        font-size: 1.4em;
        color: #FFD700 !important;
    }
    .theme-dark.color-mediumgrey, .theme-dark .color-mediumgrey {
        color: #AAA !important;
        font-weight: 800;
    }
    .theme-dark.color-lightgrey, .theme-dark .color-lightgrey {
        color: #777 !important;
        font-weight: 100;
    }

    #footer.theme-dark .poweredby {
        background-color: #000 !important;
        color: #EEE !important;
    }
    #footer.theme-dark .poweredby a {
        color: #8B8C91 !important;
    }
    #cookieWin.theme-dark{
        background-color: #343a40 !important;
    }


    /* Dark Theme - FIXED BAR ON SCROLL */

    .navbar-fixed .theme-dark{
        background-color: #343a40 !important;
        border-color: #000 !important;
        color: #FFFFFF !important;
        box-shadow: 0px 10px 20px #000;
    }

    #quicklinks.theme-dark.quicklink {
        background-color: rgba(255,255,255,0) !important;
        color: #EEE !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-dark.quicklink {
        background-color: #000 !important;
        color: #EEE !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-dark.quicklink a {
        color: #FFFFFF !important;
    }

    .navbar-fixed #quicklinks.theme-dark.quicklink a:hover {
        color: #777 !important;
    }

/* SEPIA THEME */
    .theme-sepia {
        background-color: rgba(242,213,184, 0.85) !important;
        border-color: #f8e9d9 !important;
        color: #000000 !important;
    }
    .theme-sepia a {
        color: #000000 !important;
    }
    #quicklinks.theme-sepia.quicklink{
        background-color: rgba(242,213,184, 0.25) !important;
        color: #EEE !important;
        transition: all 1s ease-in-out;
    }
    #searchboxbg.theme-sepia { 
        background-color: rgba(242,213,184, 1.0) !important;
        border: 2px solid #8B4513 !important;
        border-radius: 10px;
        color: #8B4513 !important;
        opacity: 0.9;
    }
    .theme-sepia.errormsg, .theme-sepia .errormsg { 
        font-size: 1.4em;
        color: #800000 !important;
    }
    .theme-sepia.color-mediumgrey, .theme-sepia .color-mediumgrey {
        color: #8B4513 !important;
        font-weight: 800;
    }
    .theme-sepia.color-lightgrey, .theme-sepia .color-lightgrey {
        color: #A0522D !important;
        font-weight: 100;
    }
    nav.theme-sepia .nav > li > a {
        color: #000000 !important;
    }
    nav.theme-sepia .nav > li > a:hover {
        background-color:#f8e9d9 !important;
    }
    nav.theme-sepia .nav > .active > a{
        background-color:#f8e9d9 !important;
    }
    #footer.theme-sepia .poweredby {
        background-color: #3e250b !important; 
        color: #EEE !important;
    }
    #footer.theme-sepia .poweredby a {
        color: #8B8C91 !important;
    }
    #cookieWin.theme-sepia {
        background-color: rgba(242,213,184, 1) !important;
    }

    /* SEPIA Theme - FIXED BAR ON SCROLL */

    .navbar-fixed .theme-sepia{
        background-color: rgba(242,213,184, 1) !important;
        border-color: #f8e9d9 !important;
        color: #000000 !important;
        box-shadow: 0px 10px 20px #3e250b;
    }

    .navbar-fixed #quicklinks.theme-sepia.quicklink {
        background-color: #3e250b !important;
        color: #EEE !important;
        transition: all 0.5s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-sepia.quicklink a {
        color: #FFFFFF !important;
    }

    .navbar-fixed #quicklinks.theme-sepia.quicklink a:hover {
        color: rgba(242,213,184, 1) !important;
    }


/* FONT COLORS */ 
    .color-darkgrey {
        color: #333;
    }
    .color-mediumgrey {
        color: #AAA;
    }
    .color-lightgrey {
        color: #CCC;
    }

/******* END OF Site color theme ******/



/* Social buttons on Main Image Page*/
.snlistbox {
	width: 280px; 
        padding: 5px;
        margin: 5px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.50);
	border: 1px solid #FFF;
        display: inline-block;
	overflow: visible; 
	text-align: left; 
	position: relative;
}

.snlistboximg {
        max-width: 128px;
	position: relative;
	display: inline-block;
	margin-top: 0px;
	text-align: left;
    vertical-align: middle;
}

.snlistboxtext {
	display: inline-block;
	width: 200px;
	/*margin-top: 20px;*/
	text-align: left;
    vertical-align: middle;
    /*color: #000000;*/
}

/* ALBUM VIEW */
    /* options menu - controls tranisiton to divs */    
    .optionsDiv div {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        cursor: pointer;
    }

    
    
    .optionsDiv:hover div {
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
        cursor: pointer;
    }

    .optionsDiv .shadow:before {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-box-shadow: 0px 0px 5px 0px #696969;
        box-shadow: 0px 0px 5px 0px #696969;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        mix-blend-mode: multiply;
}

    
/* ALBUM VIEW  & MAIN VIEW */
    /* causes customer photo to enlarge and give drop shadow */   
    .customerPhoto {
    	-webkit-box-shadow: 0px 2px 6px 0px #696969;
        box-shadow: 0px 2px 6px 0px #696969;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        cursor: pointer;
    }
    .customerPhoto:hover {
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-box-shadow: 0px 5px 10px 0px #696969;
        box-shadow: 0px 5px 10px 0px #696969;
        cursor: pointer;
    }
    
    .customerPhoto:hover .boxInner {
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
    }

/* SOCIAL MEDIA ICON BEHAVIORS */
    /* adds opacity to media buttons at rest; but, grow, increase opacity, and give shadow */   
    .socialMedia {
        position: relative;
        margin-bottom: 15px;
        padding: 5px; 
        border-radius: 5px;
        height: 100%;
        opacity: 0.75;
        box-shadow: 0px 0px 3px 0px #696969;
        -webkit-transition: opacity 0.2s ease-out, box-shadow 0.3s ease;
        -moz-transition: opacity 0.2s ease-out, box-shadow 0.3s ease;
        -ms-transition: opacity 0.2s ease-out, box-shadow 0.3s ease;
        -o-transition: opacity 0.2s ease-out, box-shadow 0.3s ease;
        transition: opacity 0.2s ease-out, box-shadow 0.3s ease;
    }
    .socialMedia:hover {
        opacity: 1;
        box-shadow: 0px 0px 6px 0px #696969;
    }
    
    /* specific to icons not in a box to media buttons at rest; but, grow, increase opacity, and give shadow */   
    .socialMediaIcon {
        opacity: 0.75;
        margin-bottom: 10px;
        margin-top: 10px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .socialMediaIcon:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1.0;
    }
    
    .socialTextBox {
        display: table;
        min-height: 50px;
        height: 100%;
    }
    
    .socialText {
        display: table-cell;
        vertical-align: middle;
    }

    /* reduces transparency of box, but on hover brings to front, and enlarges product icons.  */   
    .productItems img {
        width: 95%;
        height: 95%;
        opacity: 0.9;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .productItems:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1.0;
        cursor: pointer;
    }

    .productItems {
        color: #717171;
        opacity: 0.85;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .productItems:hover {
        color: #5f5f5f;
        opacity: 1.0;
        cursor: pointer;
    }
    
    /* adds contrast for the product titles  */  
    .productItems .productTitle {
        color: black;
        opacity: 0.9;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        cursor: pointer;
            
    }

    .productItems:hover .productTitle {
        color: black;
        opacity: 1;
        cursor: pointer;
    }
    
    
    .fineprint {
    font-size: 11px;
    line-height: 12px;
    color: #666666;
    padding: 2px;
    }
    
    .searchagain {
        display: inline-block;
        margin: 10px auto 10px auto;
        padding: 0px;
    }
    
    /* DMCA */
    #dmcaboxbg {
        max-width: 800px;
        z-index: 9999;
        padding: 20px;
        margin: 0px auto;
        font-size: 13px;
        text-align: left;
        overflow: visible;
        border-radius: 4px;
    }
    
    
    /*********/
    em {
        color: #767676;
    }
    
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #717171 ;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #717171 ;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #717171 ;
}