/* General */

.ocean-glass {
  background: #eee;
}
.container-wide {
  max-width: 1240px !important;
}

/* Links */
a {
  color: #666;
  font-weight: 700;
}
p {
  font-size: 1rem;
}
small {
  color: #777;
  font-size: .9rem;
  display: block;
  line-height: 1.5rem;
}


/* Buttons */
.btn {
  background: #888;
  border-radius: 50px;
  border: #888;
  padding: .4rem 3rem;
}
.btn:hover {
  background: #333;
}

.btn-primary {
  background:#577388;
}

/* Card */
.card-borderless {
  border: 0;
  outline: none;
}

/* Navigation */
.top-nav {
  background: #eeeeee;
}
.top-nav .nav-logo {
  width: 180px;
}
.top-nav .nav-options {
  height: 50px;
  display: grid;
  grid-template-columns: 150px 150px 1fr;
}
.top-nav .nav-options .nav-option {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-nav .nav-options .nav-option.active {
  background: #fefefe;
}
.top-nav .nav-options h4 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}
.navbar {
  border-bottom: 2px solid rgba(0,0,0,.1);
}
.navbar-icons {
  display: flex;
  justify-content: initial;
  position: relative;
  right: initial
}
.navbar-icons a{
  font-size: 1.4rem;
}
.navbar-inner {
  padding: 15px;
}

.navbar-nav {
  margin-left: 0;
}


.navbar-light .navbar-nav .nav-link {
  margin-left: 0;
}

.navbar-collapse {
  position: relative;
}

.navbar-nav a {
  font-weight: 300;
  font-size: 1.3rem;
  margin: 0 1rem;
}

.ocean-glass .navbar-light {
  background: #fff !important;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}

/* Main Content */
.main-content {
  background: #fff;
}

/* Panels */
.panel {
  padding: 3rem 0 !important;
}
.resources-panel {
  background: #f0f0f0;
}
.product-image-list h3 {
  margin-top: 10px;
  font-size: 1rem;
}

.product-image-list h6 {
  font-weight: 300;
}

.product-image-list ul{
  display: grid;
  grid-template-columns: 50% 50%;
}

.product-image-list ul img {
  width: 80%;
}

/* Carousel */
.carousel-inner, .carousel-inner img {
  max-height: 510px;
  background: #fff;
}

.carousel-inner img {
  object-fit: contain;
}
.carousel-inner .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
.carousel-text h5{
  color: #222;
  font-size: 2.2rem;
}
.carousel-text {
  position: absolute;
  top: 0;
}
.carousel-text > * {
  margin-bottom: 20px;
}
.carousel-text h2 {
  font-size: 2.6rem;
  font-weight: 700;
}
.carousel-control-next span, .carousel-control-prev span{
  color: #111;
  opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
  justify-content: initial;
}
.carousel-control-next {
  justify-content: flex-end;
  padding-right: 20px;
}
.carousel-control-prev {
  padding-left: 20px;
}

.resources-panel .resources-topics {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  justify-items: center;
}

.resources-panel .resource-grid {
  position: relative;
  align-self: start;
}

.resources-panel p {
  line-height: 1.6rem;

}

.resources-panel .resources-topics h4 {
  position: absolute;
  bottom: -10px;
  background: #888;
  height: 40px;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 1.1rem;
}

.resources-panel .resources-topics h4::after {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f30b';
  position: absolute;
  right: 10px;
  font-weight: 900;
}

.fusible-glass, .accent-panel {
  background: #EEF0F3;
}
.sheet-glass-thumbnails img {
  width: 95%;
}
.sheet-glass-thumbnails {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 5px;
}
.size-table table {
  border: 1px solid rgba(0,0,0,.2);
}
.size-table table tr {
  border: 0;
}


.resource-grid img {
  max-width: 100%;
}

/* Page Content */
.main-content .breadcrumbs {
  border-top: 1px solid #888;
}
.breadcrumbs-link li:after {
  color: #222;
  content: '/';
  margin: 0 10px;
}
.breadcrumbs-link li {
  color: #4F687B;
}
.breadcrumbs-link li:last-child {
  color: #222;
}
.breadcrumbs-link li:last-child:after {
  content: '';
}
.header-art {
  max-height: 100px;
  object-fit: cover;
}
.glass-packages {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.img-404 {
  width: 60%;
}

.frit-sizes h4 {
  font-weight: 400;
}

/* Footer */
.footer {
  /* position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; 
  line-height: 60px;  */
  background-color: #DCE1E5;
  position: relative;
}

.footer .footer-bg {
  height: 80px;
  background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4351337574146412) 89%, rgba(255,255,255,0) 100%);
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}

.footer .footer-logo {
  height: 60px;
}

.footer .img-footer {
  width: 200px;
}

.footer .footer-socials ul {
  margin-top: 20px;
  display: flex;
  justify-content: start;
}

.footer .footer-socials li {
  font-size: 2rem;
  margin-left: 25px;
  color: #4F687B;
}

.footer .footer-company {
  line-height: .8rem;
  border-right: initial;
}

.footer .footer-company p {
  font-size: 12px;
}

.footer .footer-links ul {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 200px 200px;
  grid-gap: 10px;
  justify-content: start;
}

.footer .footer-links li {
  font-size: 1.2rem;
  font-weight: 700;
}

.footer .footer-copyrights {
  margin: 20px 0;
}


/* images */
.w-80 {
  width: 80%;
}

.w-40 {
  width: 40%;
}

.h-400 {
  height: 400px;
  object-fit: cover;
}

.h-200{
  height: 200px;
  object-fit: cover;
}

.img-consistent img {
  height: 300px;
  object-fit: cover;
}

.big-bullets li:before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-size: 2rem;
  margin-right: 20px;
}

.normal-bullets li:before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-size: 1.4rem;
  color: #4F687B;
  margin-right: 10px;
}

.card .card-footer {
  background: #fff;
}

.card .card-footer a {
  color: #4F687B;
  font-size: 14px;
}

.social-links li{
  font-size: 13px;
  font-weight: 300;
  color: #4F687B;
}
.social-links li a {
  color:#577388;
}
.social-links li a:hover {
  text-decoration: none;
  color: #4F687B;
}
.social-links li span {
  font-size: 20px;
}

/* Product Detail */
.product-primary-buttons {
  display: flex;
  flex-direction: column;
}
.product-primary-buttons  button {
  margin-top: 10px;
  align-self: center;
  width: 200px;
}

/* Navtabs */
.product-tabs .nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  border-top: 2px solid rgba(0,0,0,.08);
}

.product-tabs .nav-tabs a {
  background: #577388;
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
}

.product-tabs .nav-tabs a.active {
  background: #fff;
}

.quote-box h3 {
  font-weight: 300;
}

.card-divide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.card-divide a {
  padding: 16px;
}

.card-divide a:first-child {
  border-right: 1px solid rgba(0,0,0,.2);
}

/* FAQ PAGE */

.faq-categories li {
  margin-bottom: 20px;
}

.faq-categories li:hover {
  cursor: pointer;
}

.faq-categories li a.active {
  text-decoration: underline;
}

.hide {
  display: none;
}

.show {
  display: block !important;

}

.content-tabs .accordion .card {
  border: 0;
}

.content-tabs .accordion .card-header {
  background: transparent;
  border: 0;
  outline: none;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.content-tabs .accordion .card-body p {
  color: #666;
  font-weight: 300;
}

.content-tabs .accordion .btn {
  background: transparent;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  position: relative;
  width: 100%;
  text-align: left;
  white-space: pre-wrap;
}


.content-tabs .accordion .btn.collapsed:after {
  content: '\f067';
}

.content-tabs .accordion .btn:after {
  content: '\f068';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
}

.content-tabs .accordion .btn:hover {
  text-decoration: none;
}