@charset "UTF-8";
/* Body */
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 16px;
    line-height: 1.5rem;
	background-color: #FFFFFF;
	margin: 0;
}
/* alert banner */
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.news {
  padding: 20px;
  background-color: #07F041;
  color: black;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
details summary { 
  cursor: pointer;
}

/*details summary > * {
  display: inline;
}*/
/* horizontal rules/lines */
hr.redline {
    border-top: 2px solid #CC0000;
}
hr.blueline hr {
    border-top: 2px solid #1964d6;
}
/* Hyperlinks */
a:link{
  color:#1964d6;
  text-underline-offset: 20%;
  text-decoration-color:lightslategray;
}
a:visited{
  color:#1964d6;
}
a:hover{
  color:#CC0000;
}
a:focus{
  color:#CC0000;
}
a:active{
  color:#1964d6;
}
a.bookmarkLink:link{
  color: #000000;
  text-underline-offset: 20%;
  text-decoration-color:lightslategray;
}
a.bookmarkLink:visited{
  color:#000000;
}
a.bookmarkLink:hover{
  color:#CC0000;
}
a.bookmarkLink:focus{
  color:#CC0000;
}
a.bookmarkLink:active{
  color:#000000;
}
/* Back to Top Arrow */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 1.125rem; /* 18px */
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
}
/* Sort */
.sortBtn {
	width: 155px;
    font-size: .75rem; /* 12px */
	text-align: center;
	float: left;
    flex-wrap: wrap;
	background-color: #F8F8F8;
	margin-bottom: 8px;
    margin-left: 8px;
}
/* Menu */
.topnav {
  overflow: hidden;
  background-color: cornflowerblue;
  width: 100%;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.0625rem; /* 17px */
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav a.active {
  background-color: #0A075F;
  color: white;
}
.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 1.0625rem; /* 17px */    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  /*font-family: inherit;*/
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: cornflowerblue;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
active {
  background-color:#0A075F;
  font-weight: bold;
}
.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {
  display: block;
}

/* Containers */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.container2 {
	/*width: 40%;*/
	margin-left: auto;
	margin-right: 25px;
    float: left;
    display: inline-block; 
    height: auto;
}
.container_40percent {
	/*width: 40%;*/
	margin-left: auto;
	margin-right: 25px;
    float: left;
    display: inline-block; 
    height: auto;
}
.container_50percent {
	width: 55%;
    float: left;
    text-align: left;
/*    display: block; 
    height: 100%;*/
}
.molds_container {
	width: 335px;
    height: auto;
    white-space: nowrap;
    display:flex;
    justify-content: center;
    align-items: center;
    padding-right: 3px;  
}
.moldsReleases_container {
	width: 100%;
}

/*.moldsReleases_container {*/
	/*width: 500px;*/
    /*float: left;*/
    /*display: inline-block;*/ 
    /*height: auto;*/
/*}*/

.moldsReleases2_container {
	width: 370px;
    float: left;
    display: inline-block; 
    height: 150px;
    margin-bottom: 15px; 
    background-color: transparent;
}
.modelInfo_container {
	width: 180px;
    float: left;
    display: inline-block; 
    height: 150px;
    margin-bottom: 15px; 
    background-color: transparent;
}
/* Headers */
header {
	width: 100%;
	height: 8%;
    text-align: center;
	background-color: #FFFFFF;
}
.hero_header {
	color: #FF00C9;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
.PageMainHead {
    width: 100%;
    text-align: center;
    color: #CC0000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.875rem; /* 30px */
    font-weight: bolder;
}
.sectionHead {
    width: 100%;
    text-align: left;
    color: #CC0000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.125rem; /* 18px */
    font-weight: bolder;
}
.sectionHead_blue {
    width: 100%;
    text-align: left;
    color: #1964d6;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.125rem; /* 18px */
    font-weight: bolder;
}
.subhead {
    width: 100%;
    text-align: left;
    padding-top: 15px;
    float: left;
    color: #1964d6;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
}
.subhead_darkRed {
    width: 100%;
    text-align: left;
    padding-top: 15px;
    color: #CC0000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
}
.subhead_setID {
    width: 100%;
    text-align: left;
    padding-top: 15px;
    color: #CC0000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
    font-style: italic;
}
.listings_large_main_header {
	width: 83%;
	text-align: left;
	float: left;
	margin-top: 8px;
	background-color: #F8F8F8;
	padding: 8px;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 3px;
    border: 1px solid #CC0000;
}
/* Logo */
.logo_horizontal {
	width: 60%;
    height: auto;
    color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2rem;
	font-size: 1.375rem; /* 22px */
}
.logo_vertical {
	height: 60%;
    width: auto;
    color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2rem;
	font-size: 1.375rem; /* 22px */
}
.logo_ads {
	width: 25%;
    width: auto;
    color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2rem;
	font-size: 1.375rem; /* 22px */
}
/* Images */
img.thumb {
  border: 2px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 400px; /* Set a small width */
  height: auto;
}
img.thumb_150 {
  border: 2px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 150px; /* Set a small width */
  height: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
img.thumb_listings {
  border: 2px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 150px; /* Set a small width */
  height: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
img.molds_thumb_listings {
  border: 2px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  margin-bottom: 5px;
  height: 150px;
  max-width: 100%;
  object-fit: scale-down;  
}
img.molds_main {
  border: 2px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  margin-bottom: 5px;
  height: 400px;
  max-width: 585px;
  object-fit: scale-down;
}
/*img.img.molds_main {
  border: 2px solid #ddd;*/ /* Gray border */
  /*border-radius: 4px;*/  /* Rounded border */
  /*padding: 5px;*/ /* Some padding */
  /*float:left;*/
/*  display: inline-block;
  margin-bottom: 5px;
  max-width: 480px;
  max-height: 400px;
  object-fit: contain;
}*/
img.moldsReleases_thumb_listings {
  border: 2px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  /*float:left;*/
  display: inline-block;
  margin-bottom: 5px;
  width: 500px;
}
/* Add a hover effect (blue shadow) to buttom*/
img.thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
img.thumb_150:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
img.thumb_40percent:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.gallery {
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.thumbnail {
	width: 15%;
	text-align: center;
	float: left;
	margin-top: 10px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: .5%;
	margin-right: .5%;
	border-radius: 3px;
	padding-top: 20px;
    border-top: 1px solid #1964d6;
    border-left: 1px solid #1964d6;
    border-right: 1px solid #1964d6;
	border-bottom: 4px solid #1964d6;
}
.thumbnail2 {
	width: 20%;
	text-align: center;
	float: left;
	margin-top: 8px;
	background-color: #F8F8F8;
	padding-bottom: 8px;
    padding-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 3px;
    border-top: 4px solid #CC0000;
    border-left: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
/*    display: inline-block;*/
}
.indexButton {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 20px;
	background-color: #F8F8F8;
	padding-bottom: 15px;
    padding-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 3px;
    border-top: 4px solid #CC0000;
    border-left: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
    /*display: inline-flex;*/
}
.listings_large_main {
	width: 40%;
	text-align: left;
	float: left;
	margin-top: 8px;
	background-color: #F8F8F8;
	padding: 8px;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 3px;
    border: 1px solid #CC0000;
}
.listings_large_main2 {
	width: 30%;
	text-align: left;
	float: left;
	margin-top: 8px;
	background-color: #F8F8F8;
	padding: 8px;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 3px;
    border: 1px solid #CC0000;
}
.listings_large_molds {
	width: 350px;
	text-align: left;
	float: left;
	margin-top: 8px;
	background-color: #F8F8F8;
	padding: 8px;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 3px;
    border: 1px solid #CC0000;
}
.listings_large_moldReleases {
	width: 100%;
}
.listings_info {
	width: 182px;
	text-align: left;
	float: left;
	margin-top: 8px;
	background-color: #F8F8F8;
	padding: 8px;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 3px;
    border: 1px solid #CC0000;
}
/* Text */
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #1964d6;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.text_column {
	width: 100%;
	text-align: left;
	float: left;
    /*padding-left: 20px;*/
	/*padding-right: 20px;*/
}
.text_column2 {
	width: 40%;
	text-align: left;
	float: left;
    border: 2px solid #CC0000;
	padding: 10px;
	margin-left: 8px;
	margin-right: 8px;
 	margin-top: 8px;
	background-color: #F8F8F8;
	padding-bottom: 8px;
    padding-top: 8px;   
}
.intro {
	width: 100%;
    background-color: #FFFFFF;
	padding-bottom: 35px;
    display: inline-block;
}
.onecolumn {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    float: left;
    color: #000000;
}
.column {
    width: 33%;
    text-align: left;
    float: left;
    color: #000000;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #000000;
    padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.profile {
	width: 50%;
}
.indexButton_firstline {
    font-size-adjust: auto;
    font-size: 1.0625; /* 17px */
    /*font-size: 1.125rem;*/ /* 18px */ 
    font-weight: bolder; 
    color: #1964d6;
}
.thumbnail2_firstline {
    font-size-adjust: auto;
    font-size: 1.125rem; /* 18px */ 
    font-weight: bolder; 
    color: #1964d6;
}
.thumbnail2_subline {
    font-size-adjust: auto;
    font-size: .75rem; /* 12px */ 
    line-height: 2rem;
}
.mold_subline {
    color: #1964d6;
    font-size-adjust: auto;
    font-size: .875rem; /* 14px */
}
.thumb_150_subline {
    font-size-adjust: auto;
    font-size: .875rem; /* 14px */ 
    line-height: 1rem;
}
.modelNumber {
    font-size-adjust: auto;
    font-size: .875rem; /* 14px */ 
    line-height: 1rem;
}
/* Buttons */
.button {
	width: 99%;
	margin-top: 3px;
/*	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;*/
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #1964d6;
	color: #1964d6;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #1964d6;
	color: #FFFFFF;
	cursor: pointer;
}
.buttonSearch {
  width: 70%;
  background-color: #1964d6;
  border: 2px solid #1964d6;
  border-radius: 12px;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.375rem; /*22 pt*/
  font-weight: bolder;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.backButton {
  font-size-adjust: auto;
  font-size: .625rem; /* 10px */ 
  font-weight: bolder;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  cursor: pointer;
  display: inline-block;
  float: left;
}
/* Copyright */
.copyright {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    float: left;
    color: #000000;
}
/* Footer */
footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60px;
}
/* Cards */
.cards {
	width: auto;
	height: 150px;
	max-width: 150px;
	max-height: 150px;
	opacity: 0.8;
    vertical-align: bottom;
}

/* Slider */
* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 320px;
    position: relative;
    margin: auto;
}

/* Caption text */
.slidertext {
    color: #000000;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.slidernumbertext {
    color: #000000;
    font-size: 12px;
    padding: 8px 12px;
/*    position: absolute;
*/  position: relative;

    bottom: 0;
    margin-top: 10px;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo_horizontal {
	width: 100%;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.logo_vertical {
	width: 60%;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.thumbnail2 {
	width: 100%;
}
.indexButton {
	width: 100%;
}
.listings_large_main {
	width: 100%;
}
.listings_large_main2 {
	width: 100%;
}
.listings_large_molds {
	width: 350px;
}
.listings_info {
	width: 175px;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
} 
.container2 {
	width: 100%;
}
.container_50percent {
	width: 100%;
}
.listings_large_main_header {
	width: 100%;
}
.moldsReleases2_container {
	width: 85%;
    float: left;
    display: inline-block; 
    height: auto;
}
img.molds_main {
	width: 90%;
    height: auto;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo_horizontal {
	width: 100%;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.logo_vertical {
	width: 60%;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.thumbnail2 {
	width: 100%;
}
.indexButton {
	width: 100%;
}
.listings_large_main {
	width: 100%;
}
.listings_large_main2 {
	width: 100%;
}
.listings_large_molds {
	width: 350px;
}
.listings_info {
	width: 175px;
}
.text_column {
/*	padding-left: 20px;
	padding-right: 20px;*/
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
.topnav a:not(:first-child), .dropdown .dropbtn {display: none;}
.topnav a.icon {
    float: right;
    display: block;
  }
.topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav .icon:before {
    visibility: visible;
    content: "Menu";
    color: white;
    font-size: .75rem; /* 12px */
    position: relative;
}
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
.topnav.responsive .dropdown {float: none;}
.topnav.responsive .dropdown-content {position: relative;}
.topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  } 
.container2 {
	width: 100%;
}
.container_50percent {
	width: 100%;
}
.listings_large_main_header {
	width: 100%;
}
img.molds_main {
	width: 100%;
    height: auto;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.thumbnail2 {
	width: 48%;
}
.indexButton {
	width: 48%;
}
.listings_large_main2 {
	width: 40%;
}
.listings_large_molds {
	width: 350px;
}
.listings_info {
	width: 175px;
}
.text_column {
	width: 90%;
	margin: 0;
	/*padding: 20px;*/
}
.intro .column p {
	width: 80%;
}
.topnav a:not(:first-child), .dropdown .dropbtn {display: none;}
.topnav a.icon {
    float: right;
    display: block;
  }
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
.topnav .icon:before {
    visibility: visible;
    content: "Menu";
    color: white;
    font-size: .75rem; /* 12px */
    position: relative;
}
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }  
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  } 
.listings_large_main_header {
	width: 84%;
}
img.molds_main {
	width: 100%;
    height: auto;
}
}
