﻿@media (min-width: 992px) {
    .related-products .product {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
  .nav.bar-seperator a.no-sep:after {
    content: '';
  }
}
.img-responsive {
    height: auto !important;
}

#content-body .banner-box .container { width: auto; }

/*Start:additional swatch styles added by moso 2017/10/25*/
/*Merge tese into main.css when ever you get time*/
.swatches {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.swatches-sample {
    text-align: center;
    padding: 0 10px;
    width: 33%;
}
.swatch-seraphic-standard {
    height: 30vw;
}

@media screen and (min-width: 480px) {
    .swatches-sample { width: 33%; }
    .swatch-seraphic-standard { height: 30vw; }
}
@media screen and (min-width: 768px) {
    .swatches-sample { width: 23%; }
    .swatch-seraphic-standard { height: 175px; }
}
@media screen and (min-width: 992px) {
    .swatches-sample { width: 16%; }
}

/*End:additional swatch styles added by moso 2017/10/25*/

/*Start:additional swatch styles added by moso 2017/10/30*/
/*Merge tese into main.css when ever you get time*/

.contact-panel {
  margin-top: 30px;
  width: 100%;
  height: 480px;
  background: transparent url(/ViridianGlass/images/contact/contact_bg2.png) no-repeat top center;
}
@media (max-width: 768px) {
  .contact-panel {
    background-position: right;
    height: auto;
  }
}
.contact-panel .corporate-office-details {
  color: #ffffff;
  padding: 60px;
  float: left;
  width: 50%;
  max-width: 500px;
  margin-left: 50%;
}
.contact-panel .corporate-office-details p {
  color: #ffffff;
}
.contact-panel .corporate-office-details h3 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .contact-panel .corporate-office-details {
    width: 100%;
    padding: 60px 35px;
    margin-left: 0;
  }
}
.contact-panel .corporate-office-address {
  margin-top: 60px;
}
.contact-panel .corporate-office-address p {
  line-height: 24px;
  padding-left: 50px;
}
.contact-panel .corporate-office-address .fa-map-marker {
  font-size: 36px;
  float: left;
  margin: 0px 0 0 10px;
}
.contact-panel:before,
.contact-panel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.contact-panel:after {
  clear: both;
}
.contact-panel:before,
.contact-panel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.contact-panel:after {
  clear: both;
}
#contacts-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 60px auto 20px;
}
@media (min-width: 992px) {
  #contacts-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#contacts-options article {
  width: 100%;
  background-color: #fff;
  margin: 15px auto;
}
@media (min-width: 992px) {
  #contacts-options article {
    width: 33.33%;
    margin: 0 30px 0 0;
  }
  #contacts-options article:last-child {
    margin-right: 0;
  }
}
#contacts-options article .image {
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
}
#contacts-options article .content {
  padding: 25px;
}
#contacts-options article .content btn {
  margin-top: 30px;
}
/*End:additional swatch styles added by moso 2017/10/30*/

/*Start: Form State and phonNumber field label size uniform to existing form labels*/
form#form-glass-selection-guide label {
    font-size:12px;
}
form#form-faq-answer .required label {
    font-size: 15px;

}
/*Added on 4/18/2018*/