@charset "utf-8";

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: visible;
  background: rgba(2, 68, 111, 0.82);
  z-index: 9999999999;
  margin-left: auto;
  margin-right: auto;
  transition: background 0.3s ease !important;
}

header:hover,
header.opaque-nav,
.contact-page header {
  background: #02446e !important;
}

.contact-page header:before {
  opacity: 1;
}

p {
  margin: 10px 0 0;
}

.center {
  text-align: center;
}

h1 {
  font-family: 'Comfortaa', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #2b9be3;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 400 !important;
}

h2 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 27px;
  margin: 0 !important;
  color: #2d2d2d;
  margin-bottom: 5px !important;
  text-transform: uppercase;
}

.line-through {
  text-align: left !important;
  position: relative;
}

.line-through:before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 45%;
  background: #2b9be3;
  display: inline-block;
  z-index: 0;
  background: url('../images/gradient.png');
  background-size: 100%;
}

.line-through span {
  background: white;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

h3 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #2d2d2d;
  text-transform: uppercase;
}

footer h3 {
  color: white;
  margin-bottom: 20px !important;
}

.callToAction {
  height: 47px;
  position: absolute;
  top: 567px;
  background: #ebebeb;
  z-index: 99;
  width: 100%;
  transition: background 0.3s ease;
}

.content-page .callToAction {
  top: 442px;
}

.contact-page .main {
  padding-top: 80px;
}

.contact-page .content {
  padding: 30px 0;
}

.contact-page form {
  /* background: #e3edf7; */
  padding: 30px;
  display: inline-block;
  /* float: left; */
  width: 100%;
  box-shadow: 0 9px 25px rgba(0, 0, 0, 0.23);
  margin-bottom: 30px;
}

.contact-page form h3 {
  margin-bottom: 5px !important;
}

.quote {
  padding: 30px;
  background: #eff5fa;
  margin-bottom: 20px;
  margin-top: 5px;
  display: inline-block;
}

.quote span {
  padding-top: 25px !important;
  display: inline-block;
  float: right;
}

.callToAction.stickToHeader {
  position: fixed;
  top: 60px;
  background: #003352;
}

.callToAction.stickToHeader h3 {
  position: relative;
  font-size: 16px;
  padding: 18px 15px 15px 0;
  height: 47px;
  font-weight: 700;
  background: #003352;
}

.callToAction.stickToHeader h3 .welcome {
  display: none;
}

.callToAction.stickToHeader h3 br {
  display: none;
}

.callToAction.stickToHeader h3:before {
  background: #003352;
}

.header-phone:hover {
  color: #292929 !important;
}

.callToAction.stickToHeader .header-phone {
  color: white;
}

.callToAction.stickToHeader .header-phone:hover {
  color: white !important;
}

.callToAction h3 {
  color: white;
  float: left;
  padding: 33px 30px 30px 0;
  font-family: 'Comfortaa', sans-serif;
  text-transform: uppercase;
  font-size: 27px;
  background: #234073;
  background: rgb(2, 68, 111);
  position: absolute;
  bottom: 0;
  /* transition: font-size 0.3s ease; */
  margin: 0;
  font-weight: 700;
}

.callToAction h3:before {
  content: '';
  position: absolute;
  width: 50vw;
  height: 100%;
  right: 100%;
  top: 0;
  background: rgb(2, 68, 111);
}

.callToAction .buttons {
  float: right;
  padding-top: 15px;
  margin-right: -25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .callToAction h3 {
    font-size: 21px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .callToAction.stickToHeader {
    top: 68px;
  }
  .navbar-nav a {
    padding-left: 24px !important;
  }
  .dropdown-menu>li>a {
    padding-left: 24px !important;
  }
  .callToAction.stickToHeader h3 {
    max-width: 100%;
    padding-top: 22px;
  }
  .callToAction {
    top: 445px;
    height: 55px;
  }
  .content-page .callToAction {
    top: 395px !important;
  }
  .content-page .callToAction.stickToHeader {
    top: 68px !important;
  }
  .callToAction .buttons {
    width: 358px;
    height: 55px;
  }
  .callToAction button {
    width: 100%;
    float: left;
    padding: 12px;
    font-size: 15px;
  }
  .callToAction a {
    /* width: 50%; */
    float: left;
  }
  .callToAction h3 {
    font-size: 16px;
    /* max-width: 208px; */
  }
  .callToAction button:before {
    position: relative;
    float: left;
    margin: 0 !important;
    height: auto;
    width: auto;
    padding: 0;
    background: none;
    font-size: 17px;
  }
  .miniForm {
    display: none !important
  }
  .content p:last-child {
    padding-bottom: 0 !important;
  }
  .content-logos a {
    width: 33% !important;
    float: left;
    height: 100px;
    display: table;
    text-align: center;
  }
  .content-logos img {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
  }
  .flooring-page .content-logos a,
  .kitchen-flooring-page .content-logos a {
    width: 25% !important;
  }
  .nav-wrapper {
    height: calc(100vh - 58px) !important;
  }
}

@media (max-width: 767px) {
  .navbar-nav > li > a,
  .dropdown-menu>li>a {
    padding-left: 15px !important;
  }
  .content-logos a {
    width: 50% !important;
    float: left;
    height: 100px;
    display: table;
    text-align: center;
  }
  .content-logos img {
    display: inline-block;
    max-width: 125px !important;
    vertical-align: middle;
    padding: 10px 0;
  }
  .callToAction {
    position: fixed !important;
    top: auto !important;
    bottom: 0;
    display: block;
    width: 100vw;
    z-index: 999;
    display: none;
  }
  .callToAction h3 {
    display: none;
  }
  .callToAction .buttons {
    width: 100%;
  }
  .callToAction button {
    width: 100%;
    float: left;
    padding: 12px;
    font-size: 15px;
  }
  .callToAction a {
    width: 50%;
    float: left;
  }
  .callToAction button:before {
    position: relative;
    float: left;
    margin: 0 !important;
    height: auto;
    width: auto;
    padding: 0;
    background: none;
    font-size: 17px;
  }
  .content p:last-child {
    padding-bottom: 0 !important;
  }
}

button {
  height: 47px;
  font-family: 'Montserrat', sans-serif !important;
  background: #125085;
  color: white !important;
  font-weight: 600 !important;
  outline: 0;
  border-left: 5px solid #365d95;
  border-bottom: 5px solid #142e50;
  border-top: 0;
  border-right: 0;
  border-radius: 0 !important;
  position: relative;
  padding: 12px 25px;
  transition: background 0.2s ease;
}

.btn {
  font-family: 'Comfortaa', sans-serif !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  background: #2b9be3;
  padding: 15px 25px 10px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  background: #262626 !important;
}

.btn i {
  padding-right: 5px;
  font-size: 17px;
}

.buildertrend {
  background: #307ac4;
}

.buildertrend:hover,
.buildertrend:focus,
.buildertrend:active {
  background: #3a86d2;
}

button:hover,
button:focus,
button:active {
  background: #307ac4;
}

.button-phone, .button-contact,
.button-visualizer {
  padding: 12px 25px 12px 67px;
}

.button-phone:before {
  content: '\f095';
  font-family: 'FontAwesome';
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  background: #0d4878;
  font-weight: 400 !important;
  top: 0;
  left: 0;
  font-size: 23px;
  padding: 10px 0;
  transition: background 0.2s ease;
}

.button-phone:hover,
.button-phone:focus,
.button-phone:active {
  background: #2767a7;
}

.button-phone:hover::before,
.button-phone:focus::before,
.button-phone:active::before {
  background: #125085;
}

.button-visualizer {
  display: table-cell !important;
  vertical-align: middle;
  float: none;
}

.button-visualizer:before {
  content: '\f06e';
  font-family: 'FontAwesome';
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  background: #0d4878;
  font-weight: 400 !important;
  top: 0;
  left: 0;
  font-size: 23px;
  padding: 10px 0;
  transition: background 0.2s ease;
}

.button-visualizer:hover,
.button-visualizer:focus,
.button-visualizer:active {
  background: #2767a7;
}

.button-visualizer:hover::before,
.button-visualizer:focus::before,
.button-visualizer:active::before {
  background: #125085;
}

.button-contact {
  background:  #307ac4;
}

.button-contact:before {
  content: '\f003';
  font-family: 'FontAwesome';
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  background: #2869ae;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: 400 !important;
  padding: 10px 0;
  transition: background 0.2s ease;
}

.button-contact:hover,
.button-contact:focus,
.button-contact:active {
  background: #3a86d2;
}

.button-contact:hover::before,
.button-contact:focus::before,
.button-contact:active::before {
  background: #337ac5;
}

.miniForm {
  display: block;
  float: right;
  width: 350px;
  background: #e3edf7;
  padding: 30px;
  margin-top: -50px;
  margin-left: 50px;
  margin-bottom: 50px;
  width: 392px;
}

.miniForm h2 {
  padding-bottom: 20px;
}

.miniForm h3 {
  margin-bottom: 5px !important;
}

.content-page .miniForm {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .miniForm {
    display: none;
  }
}

body {
  background: white;
  margin: 0;
}

a {
  text-decoration: none !important;
  color: #0e77bb;
}

a:hover {
  color: #125085 !important;
}

.main {
    position relative;
    margin-left:0;
    width: 100%;
    display: inline-block;
    position: relative;
    background: white;
}

.enter-gallery {
  display: table;
  width: 698px;
  text-align: center;
  margin: 30px 0;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  background-color: #667b97;
}

.enter-gallery button {
  display: table-cell !important;
  vertical-align: middle;
  float: none;
  position: relative;
  margin: 100px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .enter-gallery {
    width: 498px !important;
  }
}

@media (max-width: 767px) {

  .banner-content .container {
    padding: 30px 15px 40px !important;
    /* background: #1f1f1f00; */
  }
  /*
  .banner-content .pull-right {
    float: left !important;
    width: 100%;
  }
  */
  .welcome-buttons button {
    width: 100%;
    margin-top: 5px;
  }
  .enter-gallery {
    width: 100% !important;
  }
  .enter-gallery button {
    margin: 100px 0;
  }
  .banner {
    height: 200px !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}

#kitchen-design-gallery {
  background: url('/images/kitchen-design-gallery.jpg');
}

#cabinets-gallery {
  background: url('/images/cabinets-gallery.jpg');
}

#countertops-gallery {
  background: url('/images/countertops-gallery.jpg');
}

#bathroom-design-gallery {
  background: url('/images/banners/Banner2-new.jpg');
}

#bathroom-vanities-gallery {
  background: url('/images/banners/Banner3-new.jpg');
}

#bathroom-flooring-gallery {
  background: url('/images/bathroom-flooring-gallery.jpg');
}

#flooring-gallery {
  background: url('/images/banners/Banner4-new.jpg');
}

#tile-flooring-gallery {
  background: url('/images/bathroom-flooring-gallery.jpg');
}

#laminate-flooring-gallery {
  background: url('/images/laminate-gallery.jpg');
}

#vinyl-flooring-gallery {
  background: url('/images/vinyl-gallery.jpg');
}

#wood-flooring-gallery {
  background: url('/images/banners/flooring.jpg');
}

footer {
  background: #2d2d2d;
  padding: 60px 0;
  color: #b1b1b1;
  font-size: 14px;
}

footer h2 {
  color: #2b77c6;
  padding-bottom: 20px;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer li {
  margin-bottom: 6px;
}

footer a {
  color: #b1b1b1;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-phone a {
  color: white;
}

footer .phoneAndSocial {
  position: relative;
  max-width: 288px;
}

footer .phoneAndSocial .social {
  position: absolute;
  right: 0;
  bottom: 0;
}

.social a {
  width: 42px;
  height: 42px;
  padding: 9px;
  text-align: center;
  background: #2b77c6;
  display: inline-block;
  color: white;
  transition: background 0.3s ease;
}

.social a:hover,
.social a:focus,
.social a:active {
  background: #125085;
  color: white !important;
}

.footer-logos {
  background: #f6fafd;
}

.footer-logos .logos-container {
  display: table;
  padding: 40px 0;
}

.footer-logos .logos-container a {
  display: table-cell;
  vertical-align: middle;
  width: 16.6666666%;
  text-align: center;
  min-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-logos .logos-container {
    display: inline-block !important;
    float: left;
    width: 100%;
  }
  .footer-logos .logos-container a {
    float: left;
    width: 33% !important;
    display: table !important;
    min-width: 33%;
    height: 106px;
    position: relative;
  }
  .footer-logos .logos-container a img {
    display: inline-block;
    padding: 10px 0;
    width: auto;
    max-width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .footer-logos .logos-container {
    display: inline-block !important;
    float: left;
    width: 100%;
  }
  .footer-logos .logos-container a {
    float: left;
    width: 50% !important;
    display: table !important;
    min-width: 50%;
    height: 104px;
    position: relative;
  }
  .footer-logos .logos-container a img {
    display: inline-block;
    padding: 10px 0;
    max-width: 62%;
    float: none;
  }
}


.delayStart {
  animation-delay: 1s;
}


.rapidFire {
  animation-duration: 0.5s !important;
}

.midsection {
  width: 100%;
  display: table;
  color: white !important;
  z-index: 2;
  position: relative;
}

.midsection h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 95px;
  -webkit-font-smoothing: antialiased;
  margin: 0 !important;
  color: white;
}

.midsection h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  margin: -15px 0 0 !important;
  font-weight: bold;
  color: white;
}

.midsection .section1,
.midsection .section2,
.midsection .section3 {
  display: table-cell;
  width: 25%;
  height: 100%;
  padding: 80px 60px;
  text-align: left;
  position: relative;
  color: white !important;
  cursor: pointer !important;
}

.midsection span {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
}

.section1, .section2, .section3 {
  transition: background 0.2s ease !important;
  overflow: hidden;
}
.section1:before,
.section2:before,
.section3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section1 {
  background: #1c3e6b;
}

.section1:before {
  background: url('../images/Step1.png');
  background-position: center center;
  background-size: cover;
  transition: transform 0.3s ease;
  transform: scale(1.0);
}

.section1:hover {
  background: transparent;
}

.section1:hover::before {
  transform: scale(1.05);
}

.section2 {
  background-color: #2b77c6;
}

.section2:before {
  background: url('../images/Step2.png');
  background-position: center center;
  background-size: cover;
  transition: transform 0.3s ease;
  transform: scale(1.0);
}

.section2:hover {
  background: transparent;
}

.section2:hover::before {
  transform: scale(1.05);
}

.section3 {
  background-color: #365d95;
}

.section3:before {
  background: url('../images/Step3.png');
  background-position: center center;
  background-size: cover;
  transition: transform 0.3s ease;
  transform: scale(1.0);
}

.section3:hover {
  background: transparent;
}

.section3:hover::before {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .contact-page .main {
    padding-top: 68px;
  }
  .locations {
    margin-top: 30px;
    padding: 0 !important;
  }
  .content-page .midsection {
    padding-top: 0;
  }
  .midsection {
    /* padding-top: 30px; */
    margin-bottom: -30px;
  }
  .midsection .section1,
  .midsection .section2,
  .midsection .section3 {
    display: table-cell;
    width: 100%;
    float: left;
    padding: 30px 15px !important;
    height: auto !important;
    text-align: left;
    position: relative;
    background: transparent;
  }
  .midsection h1 {
    line-height: 1;
    margin-bottom: 10px !important;
  }
}

.content img {
  max-width: 100%;
}

.content-page .callToAction h3 .welcome {
  display: none;
}


.social i {
  margin-right: 5px;
  opacity: 1 !important;
  transition: all 0.2s ease;
  font-size: 26px !important;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  margin-left: auto;
  color: #757575;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden !important;
  width: 100vw;
  background: #e3edf7;
}

.content ul,
footer ul {
  list-style-type: none;
  margin-top: 15px;
  padding-left: 0;
  margin-bottom: 0;
}

.content ul li,
footer ul li {
  margin-top: 10px;
}

.content ul li:before,
footer ul li:before {
  content: '\f054';
  font-family: FontAwesome;
  font-weight: 100 !important;
  font-size: 14px !important;
  display: inline-block;
  position: relative;
  padding-right: 7px;
  color: inherit;
  /*   -webkit-text-stroke: 1.2px #f3f3f3; */
  transition: all 0.2s ease;
}

footer ul li:before {
  color: #2b9be3;
}

footer a:hover {
  color: white !important;
}

.banner-content {
  background-color: gray;
  color: white;
}

.banner-content h3 {
  color: white;
}

.banner-content .pull-right {
  padding-right: 30px;
}

#ir-detector-technology {
  background: url('../images/banners/IRDetectorTechnology.jpg');
  background-position: center center;
}

@media (min-width: 1750px) {
    #ir-detector-technology {
        background-image: url('../images/banners/IRDetectorTechnologyFW.jpg');
    }
}

.content .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

a:hover {
  color: #636363;
}

.desktop-logo {
  position: relative;
  z-index: 99999999;
}

.desktop-logo:hover img {
  opacity: 0.9;
}

.locations {
  background: white;
  padding: 50px 0;
  /* margin-bottom: -30px; */
  display: none;
}

.locations h2 {
  margin-bottom: 15px !important;
}

.locations h3 {
  margin-bottom: 5px !important;
}

.locations li {
  list-style-type: none;
}

.locations ul {
  padding-left: 0 !important;
}
 
.header-phone {
  color: #292929;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding-left: 10px;
  transition: color 0.2s ease;
}

.header-phone:before {
  content: '\f095';
  font-family: FontAwesome;
  color: #2b9be3;
  padding-right: 5px;
}

@media screen and (max-width: 991px) {
  .navbar-collapse > .container, .navbar-header > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.g-recaptcha > div {
  width: 100% !important;
  margin-bottom: 10px !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse > .container {
    padding: 0 30px !important;
  }
}

.banner {
  display: block;
  height: 442px;
  background-size: cover;
  background-position: center;
  position: relative;
  background: #d0d0d0;
}

#kitchen-design {
  background: url('/images/banners/kitchen-design2.jpg');
  background-position: center center;
  background-size: cover;
}

#countertops-design {
  background: url('/images/banners/Banner1-new.jpg');
  background-position: center center;
  background-size: cover;
}

#cabinets-design {
  background: url('/images/banners/cabinets2.jpg');
  background-position: center center;
  background-size: cover;
}

#bathroom-design {
  background: url('/images/banners/Banner3-new.jpg');
  background-position: center center;
  background-size: cover;
}

#bathroom-vanities {
  background: url('/images/banners/vanities-countertops.jpg');
  background-position: center center;
  background-size: cover;
}

#bathroom-flooring {
  background: url('/images/banners/bathroom-flooring.jpg');
  background-position: center center;
  background-size: cover;
}

#laminate-flooring {
  background: url('/images/banners/laminate-flooring2.jpg');
  background-position: center center;
  background-size: cover;
}

#vinyl-flooring {
  background: url('/images/banners/vinyl-plank.jpg');
  background-position: center center;
  background-size: cover;
}

#flooring {
  background: url('/images/banners/flooring.jpg');
  background-position: center center;
  background-size: cover;
}

#tile-flooring {
  background: url('/images/banners/Banner4-new.jpg');
  background-position: center bottom;
  background-size: cover;
}

#wood-flooring {
  background: url('/images/banners/wood-flooring.jpg');
  background-position: center bottom;
  background-size: cover;
}

#gallery {
  background: url('/images/banners/Banner1-new.jpg');
  /* background: url('/images/banners/Banner6.jpg'); */
  background-position: center bottom;
  background-size: cover;
}

#about-us {
  background: url('/images/banners/about.jpg');
  background-position: center center;
  background-size: cover;
}
#showroom {
  background: url('/images/banners/about.jpg');
  background-position: center center;
  background-size: cover;
}

#contractors {
  background: url('/images/banners/contractors.jpg');
  background-position: center center;
  background-size: cover;
}

#bathroom-visualizer {
  background: url('/images/bathroom-visualizer.png');
  background-position: center center;
  background-size: cover;
}

#kitchen-visualizer {
  background: url('/images/kitchen-visualizer.png');
  background-position: center center;
  background-size: cover;
  margin-right: 30px;
}

.visualizer-container {
  background: url('/images/loading-image.gif');
  background-repeat: no-repeat;
  background-position: top center;
}

.content-page .visualizer-link {
  display: inline-block;
  float: none;
}

.visualizer-link {
  height: 300px;
  width: calc(50% - 15px);
  float: left;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.visualizer-link h1 {
  width: 100%;
  left: 0;
}

.visualizer-link div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .banner-content {
    background-position: 68% center !important;
  }
  .visualizer-link {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 0;
  }
  #kitchen-visualizer {
    margin-top: 60px;
  }
  .button-visualizer:before {
    display: none;
  }
  .button-visualizer {
    padding: 12px 25px;
  }
  .content-page #kitchen-visualizer {
    margin-top: 30px !important;
    margin-right: 0;
  }
}




a:hover {cursor: pointer !important;}



header {
  position: fixed;
  top: 3px;
  /* height: 90px; */
  left: 0;
  width: 100%;
  z-index: 10000;
  transition: position 0.2s ease;
}

header::before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  background: url('../images/gradient.png') center center;
  background-size: 100%;
  top: -3px;
  left: 0;
  display: inline-block;
  opacity: 0.75;
  z-index: 999;
}

header.smaller {
  /* position: fixed; */
  /* -webkit-animation-duration: 0.4s !important; */
  /* animation-duration: 0.4s !important; */
  /* -webkit-animation-fill-mode: both; */
  /* animation-fill-mode: both; */
  /* -webkit-animation-name: fadeInDown !important; */
  /* animation-name: fadeInDown !important; */
  background: white;
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); */
}

#main {
  overflow: hidden !important;
}

.m-scene .scene_element {
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }



.m-scene .m-header {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }
}

.m-scene .scene_element--fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.m-scene .scene_element--fadeinup {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.m-scene .scene_element--fadeinright {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.m-scene .m-banner {
-webkit-animation-name: fadeIn !important;
animation-name: fadeIn !important; }

.m-scene .scene_element--delayed {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s; }

.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse; }

.m-scene.is-exiting .scene_element--delayed {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.m-scene.is-exiting .scene_element--noexiting {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse; }

@media screen and (min-width: 768px) {

  .m-scene .scene_element--fadeinright-wide {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; } }

.is-loading,
.is-loading a {
  cursor: progress;
}

.contact-page-exception .contact-form-footer {
  display: none !important;
}

head {
  display: block;
}

.service-banner {
  height: 400px;
  display: block !important;
  overflow-y: hidden;
  background-size: cover;
  background-position: center !important;
}

.mobile-slide {display: none !important;}


@media screen and (max-width: 991px) {
  .homepage, .contact-page .content {
    padding: 0 !important;
  }
  .mobile-form {
    display: inline-block !important;
  }
  .desktop-form {
    display: none !important;
  }
  header {
    background: white !important;
    position: fixed !important;
    width: 100vw;
    left: 0;
    margin: 0;
    animation: none !important;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    /* border-bottom: 2px solid rgb(243, 243, 243); */
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: black;
  }
  .content {
    padding: 0 !important;
  }

  .content .container {
    padding-top: 15px;
  }
  .content-page .content .container {
    padding-top: 50px !important;
  }
  .gallery-container {
    margin-bottom: 30px !important;
  }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .red-box {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 40px 15px;
  }
}

.header-content {
  vertical-align: middle !important;
  display: table-cell;
  position: relative;
}

.header-content h2 {
    color: white !important;
    font-size: 40px;
    margin: 0px;
}

.homepage {
  padding: 70px 0;
}

.homepage p {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.content {
  padding: 50px 0 0;
}


.content p {
  /* line-height: 26px; */
}

.content p:last-child {
  padding-bottom: 50px;
}

.content .row p:last-child {
  padding-bottom: 0px;
}

.content .row > div {
  margin-bottom: 20px;
}

#contact-form .col-md-6 {
  margin-bottom: 0 !important;
}

.get-started {
  background: #10233a;
  padding: 50px 0;
  width: 100%;
  display: block;
  transition: background 0.2s ease;
}

.get-started p {
  color: white;
}

.get-started p:last-child {
  padding-bottom: 0;
}

.get-started h2 {
  padding-top: 10px !important;
  color: white !important;
}

.get-started h1::before {
  content: '\f178';
  font-size: 20px;
  font-family: 'Fontawesome';
  font-weight: 100;
  color: #7d9fc5;
  background: -webkit-linear-gradient(65deg, #164675, #ddeaf7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  transition: all 0.2s ease;
  width: 0px;
  margin-bottom: -2px;
  margin-left: -10px;
  margin-right: 10px;
  display: inline-block;
}

.get-started:hover h1::before {
  width: 20px !important;
  margin-left: 0px;
}

.get-started:hover {
  background: #142e50;
}

.bathroom-design-page .highlight-left {
  width: 462px;
}

.flooring-page .highlight-left {
  width: 273px;
}

.kitchen-flooring-page .highlight-left {
  width: 376px;
}

.contractors-page .highlight-left {
  width: 472px;
}

.highlight-left {
  display: block;
  float: right;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid #1c3e6b;
  width: 353px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200 !important;
  font-size: 24px;
  line-height: 84px;
}

.highlight-left p {
  margin: 0;
  padding: 0 !important;
  line-height: 33px;
  color: #7d9fc5;
  background: -webkit-linear-gradient(65deg, #689ed4, #bcddff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .highlight-left {
    width: 321px;
  }
  .bathroom-design-page .highlight-left {
      width: 419px;
  }
  .flooring-page .highlight-left {
    width: 269px;
  }
  .kitchen-flooring-page .highlight-left {
    width: 393px;
  }
  .contractors-page .highlight-left {
    width: 344px;
  }
}

@media (max-width: 991px) {
  .get-started {
    padding: 30px 0;
    margin-top: 30px;
  }
  .highlight-left {
    width: 100% !important;
    margin: 0 0 30px 0;
    padding-left: 0;
    border-left: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #1c3e6b;
  }
}

body > .container {
  background: transparent;
}

.footer-content {
  position: relative;
  background: #272727;
  text-align: center;
  padding:  80px 0;
}

.footer-content .container {
  display: inline-block;
  text-align: left;
}

.footer-content h2 {
  color: #707070;
  font-size: 32px;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  margin-top: 0 !important;
}

.footer-content a, .footer-content p,
.copyright {
  color: white;
  font-weight: 400 !important;
  font-size: 14px;
  transition: color 0.2s ease;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.footer-content ul {
  padding-left: 0;
}

.footer-content li {
  text-transform: uppercase;
  padding-bottom: 16px;
  list-style-type: none;
}

.footer-content li:last-child {
  padding-bottom: 0;
}

.footer-content button {
  width: 100%;
}

@media screen and (max-width: 991px) {
   .footer-content h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page .main {
    padding-top: 0;
  }
  head {
    padding-bottom: 68px;
  }
  .footer-content li:last-child {
    padding-bottom: 16px;
  }
  .footer-content div > div:last-child p:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-content {
    background-position: 45% center;
  }
}

footer .contact-box {
  width: 550px;
  float: left;
  background: white;
  padding: 50px;
  margin-top: 60px;
}

footer h4 {
  width: 100%;
  text-align: center;
}

footer p {
  margin-top: 5px;
  margin-bottom: 25px;
}

footer button {
  width: 100%;
}

footer .listings button {
  width: auto !important;
}

footer i {
  margin-right: 5px;
  opacity: 1 !important;
  transition: all 0.2s ease;
  font-size: 26px !important;
}

footer a:hover i {
  opacity: 0.9;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .align-desktop {
      top: -50% !important;
    }
    .mobile-form {
      display: none !important;
    }
    .desktop-form {
      display: block !important;
    }

    .contact-page .callToAction {
      top: 60px !important;
      -webkit-animation-name: slideInDown;
      animation-name: fadeInDown;
      animation-duration: 0.5s !important;
      position: fixed;
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
      background: #003352;
    }
    .contact-page .callToAction .animated {
      animation: none !important;
    }
    .contact-page .callToAction h3 {
      font-size: 16px;
      padding: 17px 0 15px;
      height: 47px;
      background: #003352;
    }
    .contact-page .callToAction h3:before {
      background: #003352;
    }
    .contact-page .callToAction h3 .welcome {
      display: none;
    }
    .contact-page .callToAction .header-phone {
      color: white;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.about h2 {
  margin-top: 0;
  text-align: left;
}

.rounded {
  border-radius: 50%;
  max-width: 300px;
}

.back-to-top {
  margin-top: 10px !important;
}

.back-to-top:hover {
  color: white !important;
}

.sub-footer {
  background: #262626;
  color: #b1b1b1;
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 15px 0;
  font-size: 14px;
}

.copyright {
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-top: 11px;
  line-height: 1;
}

.logos h4 {
  border-bottom: 15px solid #ecebeb;
  padding: 20px 0 0px 0;
}

.logo {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  /* width: 255px; */
  /* height: auto; */
  transition: opacity 0.2s ease;
  text-align: left;
}

.logo {
  opacity: 1;
}

.gray-logo {
  opacity: 0;
}

.smaller .header-container  {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* padding: 20px 0; */
}

.full-width {
  color: white !important;
  text-align: center;
  width: 100%;
  background: url(/images/navblocks.png) repeat-x 50% !important;
  background-position-y: top;
  background-color: #464646 !important;
  padding: 6px 0 2px 0;
  border-bottom: 3px solid #353535;
}

.header-container .container {
  box-shadow: none;
}

.header-container {
  /* padding: 20px 0; */
  /* background: white; */
  height: 57px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: visible;
  display: table;
  width: 100%;
  text-align: center;
}

.header-container > div {
  display: inline-block;
  float: none;
  vertical-align: middle;
  max-width: 1170px;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .header-container > div {
    max-width: 100% !important;
  }
  footer i {
    font-size: 26px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-container {
    /* height: 97px; */
  }
  .header-info {
    padding-top: 1px !important;
  }
  .navbar-nav > li > a,
  .smaller .navbar-nav a {
    /* font-size: 13px !important; */
  }
}

@media screen and (min-width: 992px) {
  .smaller .header-container {
    /* height: auto; */
  }
  .smaller head {
    padding-bottom: 97px !important;
  }
  .smaller .header-info {
    padding-top: 1px !important;
  }
  .smaller .gray-logo {
    opacity: 1 !important;
    position: absolute;
  }
}

.header-info {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-info span, .header-info a {
  font-size: 18px;
}

.header-info span {
  color: #40919d;
  padding-right: 10px;
  font-size: 14px;
}

nav {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-info h3 {font-style: normal !important;margin-bottom: 0px;color: lightgray;font-size: 16px;}

.header-info a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  line-height: 0;
}

.header-info p {
  margin-bottom: 0px;
}

.button {
  background: #385EA4;
  padding: 10px 18px;
  color: white;
  font-size: 17px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  border: none;
  transition: background 0.2s ease;
  outline: none !important;
  border: none !important;
}

.button:hover, .button:focus, .button:active {
  background: black;
  color: white;
  cursor: pointer;
  transition: background 0.1s ease;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.contact {
  text-align: left;
}

#contact-form {
}

#contact-form .form-label {
  /* font-family: 'Ubuntu', sans-serif !important; */
  font-weight: 400;
  font-size: 18px;
  /* color: #40919D; */
}
#contact-form .form-group strong {
  /* color: #40919D; */
  font-weight: 400 !important;
}

#contact-form small {
  text-align: right;
  width: 100%;
  float: right;
  padding-bottom: 15px;
  padding-top: 5px;
}

#dropdownMenuButton {
  color: #58585b !important;
  text-align: left;
  font-weight: 200 !important;
}

#contact-form .form-control {
  background: white;
  border: 1px solid #2d2d2d;
  /* border-top: 0; */
  /* border-left: 0; */
  /* border-right: 0; */
  font-size: 14px;
  border-radius: 0 !important;
  height: 48px;
  /* font-family: 'Montserrat', sans-serif; */
}

#contact-form .form-control::placeholder {
  color: #646464;
}

#contact-form button {
  margin-bottom: 5px;
}
#contact-form button i {
  padding-left: 5px;
  padding-right: 0;
}
.reset-button {
  background: #424242;
}

#contact-form .form-control:hover,
#contact-form .form-control:focus,
#contact-form .multiselect:hover,
#contact-form .multiselect:focus {
  border-color: #2b9ae3;
}

.comments-contactpage {
    height: 163px !important;
}

.addressForm .col-xs-4 {
  padding-left: 0px;
  padding-top: 15px;
}

.addressForm .col-xs-4:first-child {
  padding-left: 15px;
}

.visible-mobile  {
  display: none;
}

.visible-desktop {
  display: block;
}

#contact-form button {
   float: right;
   /* width: 100%; */
}

nav {float: right;}

.ppwdf-Interested_In > label {
  text-transform: uppercase;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #2d2d2d;
}

.ppwdf-Interested_In .checkboxes {
  height: 160px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (max-width: 670px) {
  .ppwdf-Interested_In .checkboxes {
    display: block;
    height: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .ppwdf-Interested_In .checkboxes {
    height: 230px;
  }
}


.ppwdf-Interested_In .checkbox {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .listings div:last-child {
    margin-top: 15px !important;
  }
  .minibanners button {
    width: 100%;
  }
  .centered-spot button {
    width: 100%;
  }
  .centered-spot {
    text-align: center;
  }
  .contact-widget form {
    padding: 0 15px !important;
  }
  #contact-form .form-control {
    /* background: #f5f5f5; */
    /* height: 54px; */
  }
  .homepage button, .contact-widget button, .minibanners button, .listings span {
    padding: 15px !important;
    display: inline-block;
    font-size: 18px;
    height: auto !important;
  }
  .listings a {
    height: 54px !important;
  }
  #contact-form .checkbox-inline {
    /* margin-bottom: 10px; */
    padding: 5px !important;
    display: inline-block !important;
    float: left;
    width: 100%;
  }
  .modal-header .close {
    font-size: 26px;
    margin-top: 3px !important;
  }
  .modal-header .close:hover {
    margin-top: 3px !important;
  }
  .modal-content #submit {
    width: calc(100% - 40px);
  }
  .header-container {margin-top:0px}
  #contact-form button {
     width: 100%;
  }
  #captcha {
    display: inline-block;
    padding-bottom: 15px;
  }
  .contact-right small {
    text-align: left !important;
  }
}

.mobile-logo {display: none;}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo, .gray-logo, .smaller .logo, .smaller .gray-logo {
    margin-left: 24px;
  }
  .contact-page .callToAction {
    bottom: 0 !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    position: fixed;
    top: initial;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-info {
    display: none;
  }
  
  #contact-form .mobile-form .checkbox-inline {
    padding: 0 10px 0 !important;
  }

  .midsection {
    /* display: none; */
  }

  .about h2 {
    margin-top: 20px;
    text-align: center;
  }

  .about img {
    max-width: 250px;
    display: inline-block;
  }

  .navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
  color: white !important;
  }

  .navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a {
    background: #02446e !important;
  }

  .header-container .container {
    position: relative;
    width: 100%;
    float: left;
  }

  .visible-mobile  {
    display: block !important;
  }
  .visible-desktop {
    display: none !important;
  }

  .logo {
    left: 0;
    top: 8px;
  }

  .logo img {
    /* width: 180px; */
    /* height: 54px; */
    margin-top: 12px;
  }

  .header-container {
    width: 100%;
  }

  .smaller .header-container {
    margin-top: 0;
  }

  .logo, .gray-logo {
      z-index: 99999999999;
  }

  .smaller .gray-logo {
    opacity: 1;
  }

  .smaller .navbar-default .navbar-toggle .icon-bar {
    background: black;
  }

  .mobile-logo {
    display: inline-block !important;
    z-index: 99999999999;
  }

  header button:hover, header button:focus, header button:active {
    box-shadow: none !important;
    background: transparent !important;
  }
  
  nav {
    box-shadow: none !important;
    width: 100%;
    position: absolute;
    top:  0;
    /* min-height: 68px; */
  }

  .navbar-header {
    background: none !important;
    background-color: #02446e !important;
    /* min-height: 68px; */
    border: 0 !important;
    margin: 0;
    /* width: 66px; */
    /* float: right; */
  }

  .navbar {
    background: transparent;
  }

  .navbar-collapse {
    /* background: #151515 !important; */
  }

  header .dentalwork-border {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  }

}

table {width: 100%;margin-bottom: 30px;}


td, tr, th, tbody, table {padding: 5px !important;}

.SpecTable {
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  border-collapse:collapse;
  border-color: rgb(130, 130, 130) !important;
}
.SpecTable .HeaderCell {
  background-color: rgb(38, 38, 38);
  color: #ffffff;
  font-size: 14px;
  height: 20px;
  padding: 10px !important;
  font-family: 'Comfortaa', sans-serif;
}
.SpecTable .HeaderCell th {
  padding: 10px !important;
  border: 1px solid rgb(51, 51, 51) !important;
}
.SpecTable .ShadedRow {
  background-color: rgba(107, 107, 107, 0.2);
}
.SpecTable td {
/*   border-right: solid 1px rgba(53, 65, 123, 0.84);
  border-bottom: solid 1px rgba(53, 65, 123, 0.84); */
  
  border: 1px solid rgb(51, 51, 51) !important;
  height: 17px;
  border-collapse:collapse;
  padding: 2px;
}

nav {
  height: auto !important;
}

@media(max-width: 767px) {
  .SpecTable {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
  }
  .SpecTable tbody {
    overflow-x: scroll;
    width: 100% !important;
    max-width: calc(100vw - 30px);
    display: inline-block;
  }
}


#nav{background:#353535 !important; color:#fff; display:block; margin-top:10px;}
#nav ul{list-style:none; background:#353535 !important;}
ul.dropdown                         { position: relative; background:#353535 !important; margin:0 0 0 -40px;}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #353535; color:#fff;}
ul.dropdown a:hover               { color: #fff; }
ul.dropdown a:active                { color: #fff; }
ul.dropdown li a                    { display: block; padding: 4px 29px; border-right: 1px solid #333; color:#fff; text-decoration:none;}
ul.dropdown li:last-child a         { border-right: none; }
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #fff; position: relative; }
ul.dropdown li.hover a              { color: #fff; }
ul.dropdown ul            { width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li           { font-weight: normal;  color: #fff; border-bottom: 1px solid #ccc; float: none; margin-left:-40px;}
ul.dropdown ul li a         { border-right: none; width: 100%; display: inline-block; } 
ul.dropdown ul ul           { left: 100%; top: 0; }
ul.dropdown li:hover > ul       { visibility: visible; }


/*------navbar icon toggle------*/

.navbar-toggle.collapsed .icon-bar {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  display: block !important;
  visibility: visible !important;
  position: relative !important;
  transition: all 0.2s ease;
  opacity: 1 !important;
}

.navbar-toggle.collapsed .icon-bar+.icon-bar {
  margin-top: 4px !important;
}

.navbar-toggle.collapsed {
    display: block !important;
    background: transparent !important;
    padding: 26px 22px 25px 22px !important;
    border-radius: 0;
}

.navbar-toggle .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    margin-top: 3px;
    transition: all 0.2s ease;
}

.navbar-toggle .icon-bar:nth-child(2) {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease;
}

.navbar-toggle .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px !important;
  transition: all 0.2s ease;
}

@media screen and (max-width: 991px) {
  .no-red-box {
    padding: 50px 15px !important;
  }

  .dropdown-menu>li>a {
    display: block;
    padding: 8px 25px;
    width: 100% !important;
    clear: both;
    line-height: 1.42857143;
    color: white !important;
    border: none !important;
    white-space: nowrap;
    /* background: #19385f !important; */
  }

  .navbar-nav > li > a {
    font-size: 16px;
    color: white !important;
    font-weight: 400 !important;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    -moz-transition:all .4s;
    -webkit-transition:all .4s;
    -o-transition:all .4s;
    -ms-transition:all .4s;
    transition:all .4s;
  }

  .navbar-nav > li > a:hover {
    /* background: black !important; */
  }

  .dropdown-menu {
    padding: 0px;
  }

  .navbar-nav .dropdown > a:after {
    content: ' ▾';
    color: white;
    padding-left: 10px;
  }

  .navbar-nav > li {
    float:  left;
    clear: both;
    width: 100%;
    /* border-bottom: 1px dotted rgb(13, 28, 47); */
  }

  .navbar-nav > li:first-child {
    border-top: none;
  }

  .navbar-collapse {
    margin-top: -3px;
  }

  .dropdown-menu > li {
    /* border-bottom: 1px solid gray; */
  }

  .navbar-nav > li a {
    padding: 15px 30px;
    display: inline-block;
    width: 100%;
    text-align: left;
    background: #443c58;
  }

  .navbar-nav > li:last-child {
    border-bottom: none;
  }

  .dropdown-menu > li:last-child {
    border-bottom: none;
  }
}


.no-red-box {
  padding: 50px;
}

.no-red-box h2 {
  margin: 0;
}

.centered {
  text-align: center;
}

.homepage .container {
  display: inline-block;
  position: relative;
}

.homepage-products {
  padding-top: 0;
  display: inline-block;
  width: 100%;
  padding-bottom: 0 !important;
}

.temperature_icon {
  position: absolute;
  left: -144px;
  top: 291px;
  pointer-events: none;
}

.leftcol {
  width: 50%;
  padding-left: 20px;
  padding-right: 10px;
  display: inline-block;
  float: left;
  position: relative;
}

.rightcol {
  width: 50%;
  padding-right: 20px;
  padding-left: 10px;
  display: inline-block;
  float: left;
  position: relative;
}

.product-tile {
  display: table;
  width: 100%;
  height: 425px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
}

.product-info {
  display: table-cell;
  vertical-align: middle;
  background: transparent;
  transition: background 0.2s ease;
}

.product-info h1 {
  color: white;
  font-size: 32px;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  margin-top: 15px !important;
}

.product-info h2 {
  color: white;
  font-size: 16px;
  font-weight: 400 !important;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}

.product-info h3 {
  color: white;
  font-size: 16px;
  font-weight: 400 !important;
  margin-top: 0px !important;
  -moz-osx-font-smoothing: grayscale;
}

#pyrogel-xte {
  background-image: url("/images/products/PyrogelXTE.png");
}

#pyrogel-xte h2 {
  color: #f3ab7c;
}

#pyrogel-xte:hover .product-info {
  background: rgba(243, 171, 124, 0.1);
}

#pyrogel-xt {
  background-image: url("/images/products/PyrogelXT.png");
}

#pyrogel-xt h2 {
  color: #c9605b;
}

#pyrogel-xt:hover .product-info {
  background: rgba(201, 96, 91, 0.1);
}

#spaceloft {
  background-image: url("/images/products/Spaceloft.png");
}

#spaceloft h2 {
  color: #ac91c0;
}

#spaceloft:hover .product-info {
  background: rgba(172, 145, 192, 0.1);
}

#cryogel-z {
  background-image: url("/images/products/CryogelZ.png");
}

#cryogel-z h2 {
  color: #5a9ce0;
}

#cryogel-z:hover .product-info {
  background: rgba(90, 156, 224, 0.1);
}

@media screen and (min-width: 992px) {
  #spaceloft {
    position: absolute;
    width: calc(100% - 30px);
    right: 20px;
    top: 445px;
  }
}

@media screen and (max-width: 991px) {
  .leftcol, .rightcol {
    width: 100%;
    padding: 0 15px !important;
  }

  .temperature_icon {
    display: none;
  }

  .product-tile {
    margin-bottom: 15px;
  }

  .rightcol .product-tile:last-child {
    margin: 0;
  }
  .product-info h2, .product-info h3 {
    font-size: 15px;
  }
  .product-tile { 
    height: 325px;
  }
    .welcome-message-left {
    padding: 0 30px !important;
  }

  .welcome-message-right {
    padding: 0 30px; !important
    margin-left: 3;
    display: inherit;
    float: left;
  } 

  .welcome-message-left h2 {
    text-align: left;
    font-size: 25px;
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
    margin-top: 15px !important;
  }

}





@media screen and (min-width: 992px) {
  .navbar-nav > li {
    display: table;
    background: transparent;
  }
  
  .navbar-header {
    background-image: none;
    display: none;
  }

  nav {
    background: transparent;
  }

  .navbar-nav > li > a {
    font-size: 20px;
    background: transparent;
    text-decoration: none;
    position: relative;
    margin: 0 !important;
    border-top: 4px solid transparent;
  }
  .contact-nav {
    padding-right: 0px !important;
  }


  .navbar-nav > li > a:hover {
    background: #014e7d !important;
    color: white !important;
    border-top: 4px solid white;
    transition: border-top 0.2s ease;
  }

  .smaller .navbar-nav > li > a:hover {
    border-top: 4px solid black;
    transition: all 0.2s ease;
  }

  .contact-nav:hover {
    background: none !important;
  }

}


.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navigation {
  width: 100%;
  z-index: 999;
  background-image: -webkit-linear-gradient(top, #005d9b 0%, #003c7b 100%);
  background-image: linear-gradient(to bottom, #005d9b 0%, #003c7b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005d9b', endColorstr='#ff003c7b', GradientType=0);
  overflow: visible;
  /* height: 50px; */
  /* border-top: 1px solid #FFF; */
  /* border-bottom: 1px solid #FFF; */
}
.navigation .container {
  background: none;
  padding: 0;
}
.navigation .container ul {
  margin-bottom: 0;
}

.callusnow  {
}

@media screen and (min-width: 992px) {
  .callusnow {display: none !important;}
}
.navigation .container ul li {
  display: inline-block;
  /* padding: 0 15px; */
}
.navigation .container ul li:hover {
  background-color: #005d9b;
}
.navigation a {
  color: #FFF;
  /* text-shadow: -1px -1px 3px #000000; */
}
.navigation a:hover,
.navigation a:active,
.navigation a:focus {
  text-decoration: none;
}
#main {
  box-shadow: inset 0 6px 10px rgba(0, 0, 0, 0.3);
}
.navbar {
  position: relative;
  /* min-height: 68px; */
  margin-bottom: 0px;
  border: 0px;
  height: auto;
  overflow-y: visible !important;
}

@media (min-width: 992px) {
  .navbar-header {
    float: none;
  }
}
.navbar-collapse {
  padding-left: 0px;
  -webkit-overflow-scrolling: touch;
  border-bottom: 0px !important;
  width: 100%;
  /* margin-left: 15px; */
}
.navbar-collapse.in {
  position: relative;
}

.navbar-collapse > .container,
.navbar-header > .container {
  box-shadow: none;
}



@media screen and (min-width: 992px) {
  .nav-wrapper {
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse > .container {
    padding-left: 15px;
    padding-right: 15px;
    background: #303030;
  }
}

@media (max-width: 991px) {
  .navbar-nav > li a {
    /* padding-left: 15px !important; */
  }
    .navbar-collapse > .container,
  .navbar-header > .container {
    width: 100%;
    height: auto;
    min-height: 68px;
    width: 66px;
    float: right;
    /* background: white; */
  }
}

.contact-button {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    background-color: transparent;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  display: none !important;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  /* padding: 9px 0px !important; */
  background-color: transparent !important;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0;
  box-shadow: none !important;
}
.navbar-toggle:focus, .navbar-toggle:hover,
.navbar-toggle:active {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media screen and (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar-toggle {
    display: block;
    /* background: #4c3384 !important; */
    padding: 32px 22px 31px 22px;
    transition: padding 0s ease;
    height: 68px !important;
  }
}

.wrapper {
  overflow-x: hidden;
}

.dropdown-menu {
  -webkit-animation-duration: .2s !important;
  animation-duration: .2s !important;
  font-family: 'Comfortaa', sans-serif;
  font-size: 14px;
}

#contact-form .dropdown-menu,
#contact-form .dropdown-menu .checkbox-inline {
  width: 100%;
  z-index: 1;
}

#contact-form .dropdown-menu .checkbox-inline {
  background: #142e50;
  color: white;
}

#contact-form .dropdown-menu .checkbox-inline:hover {
  background: #125085;
}

.nav a {
  font-family: 'Comfortaa', sans-serif;
  font-size: 14px;
}

.navbar-nav {
  margin: 0px -15px;
}
.navbar-nav > li > a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:  991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    /* padding: 5px 15px 5px 25px; */
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: none;
    margin: 0;
    display: inline-block;
  }
  .navbar-nav > li {
    float: left;
  }
  header:hover .navbar-nav > li > a {
    background: #02446d;
  }
  .navbar-nav > li > a {
    padding: 20px 15px 19px;
    line-height: 1;
    margin-top: 0 !important;
    margin-right: -1px !important;
    color: white;
    background: transparent;
    font-family: 'Comfortaa', sans-serif;
    font-size: 15px;
    border-color: transparent !important;
    text-transform:  uppercase;
    font-weight: 700 !important;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

}

@media (min-width: 992px) and (max-width: 1262px) {
    .navbar-nav > li > a {
    /* padding: 39px 10px; */
    /* font-size: 12px */
    }
    #navContact a, #navContact a:hover {
    padding: 16px 15px 15px 15px !important;
      margin: 22px 25px 20px 15px !important;
    }
    .logo {
      top: 15px;
      left: 15px;
    }
    .logo img {
      /* width: 182px; */
      /* margin-top: 11px; */
    }
}

.smallDelay {
  -moz-animation-delay: .75s; 
  -webkit-animation-delay: .75s; 
  animation-delay: .75s;
}
.delayed {
  -moz-animation-delay: 2.25s; 
  -webkit-animation-delay: 2.25s; 
  animation-delay: 2.25s;
}
.extraDelayed {
  -moz-animation-delay: 3s; 
  -webkit-animation-delay: 3s; 
  animation-delay: 3s;
}

.readyToAnimate {
  transform: translate3d(0px, 0px, 0px);
}

.empty-space {
  height: 125px;
  display: block;
  -moz-animation: cssAnimation 1s ease-out 2s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 1s ease-out 2s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 1s ease-out 2s forwards;
  /* Opera */
  animation: cssAnimation 1s ease-out 2s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    from {height: 125px}
    to {
        height: 0px;
    }
}
@-webkit-keyframes cssAnimation {
    from {height: 125px}
    to {
        height: 0px;
    }
}

/*---FAQ Page----*/
.faq-page button {
  display: inline-block;
  width: 100%;
}
.faq-content {
  text-align: left;
}

.faq-content .panel-default > .panel-heading {
    background-color: #282828 !important;
    padding: 15px;
    border-bottom: 1px #F9F9F9 solid !important;
    border-radius: 0 !important;
}

.faq-content .panel-default > .panel-heading:hover {
  background-color: #010101 !important;
}

.faq-content .panel-default:last-child .panel-heading {
  border-bottom: 0px !important;
  /* border-bottom-left-radius: 3px !important; */
  /* border-bottom-right-radius: 3px !important; */
}

.faq-content .panel-default:last-child .panel-body {
  border-bottom: 0px !important;
  border-top: 1px solid silver !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.faq-content .panel-default {
  margin: 0 !important;
  border: 0 !important;
}

.faq-content .panel-group {
  border: 1px #F9F9F9 solid !important;
  padding: 0px;
}

.faq-accordion .panel-collapse {
  background: white !important;
  overflow: hidden;
  transition: all 0.2s ease;
  width: 100%;
}

.faq-accordion .panel-body {
  padding: 40px;
  border-bottom: 1px #40919D solid !important;
  border-top: 0 !important;
  background: #e6e6e6;
}

.faq-content .panel-title {
  font-size: 18px !important;
  margin: 0 !important;
}

.faq-content .expand-symb, .minus-symb {
  float: right;
  padding-left: 15px;
  position: relative;
}

.faq-content .panel-title .collapsed .minus-symb {
  display: none !important;
}

.faq-content .panel-title .collapsed .expand-symb {
  display: block !important;
}

.faq-content .panel-title .accordion-toggle .expand-symb {
  display: none;
}

.faq-content .panel-title .accordion-toggle .minus-symb {
  display: block;
}

.faq-content .footer-heading {
  display: block;
  color: white;
}

.faq-content .accordion-toggle, .faq-content .accordion-toggle:hover,
.faq-content .accordion-toggle:active {
  color: #333333 !important;
}

@media screen and (max-width: 767px) {
  .panel-body {
    padding: 15px !important;  
  }
  .logo {
    left: 15px;
  }
  .nav-wrapper {
    height: calc(100vh - 71px) !important;
    border: 0 !important;
  }
}

table {
  background: whitesmoke;
  width: 100%;
}

td {
  padding: 15px !important;
}

.theader {
  background: #292929;
  color: white !important;
}



.testimonial {
  position: relative;
  padding: 40px;
  background: #F5F5F5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  min-height: 288px;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.testimonial:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #F5F5F5 transparent;
  display: block;
  width: 0;
}

.testimonial div {
  display: table-cell;
  max-width: 350px;
  text-align: center;
  vertical-align: middle;
}

.testimonial p {
  max-width: 500px;
  display: inline-block;
  margin: 0 !important;
}

.team-container .row {
  margin-bottom: 68px;
}

.team-container .row:last-child {
  margin-bottom: 0px;
}

.team-col h2 {
  margin-top: 0px;
}

.team-col ul {
  margin-bottom: 0;
}

.team-col h3 {
  color: black;
  font-size: 20px;
  margin: 0;
  padding-bottom: 20px;
}

.team-col h3 i {
  padding-right: 10px;
}

.col-sm-4.team-col img {
  width: 120px !important;
  display: inline-block;
  border-top: 2px solid black;
}

.col-sm-8.team-col {
  background: #fbfbfb;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .col-sm-4.team-col img {
    border-left: 4px solid black;
    float: left;
  }
  .col-sm-8.team-col {
    margin: 0 15px;
    border-left: 2px solid black;
    padding: 15px;
  }
}

.team-container {
  margin-top: -60px;
}

/*---TILES-----*/

.section-imgright h3, .section-imgleft h3 {
  color: #B22B31;
  font-size: 26px;
  margin-bottom: 0;
}
.section-imgright, .section-imgleft {
  text-align: center;
  background: #F5F5F5;
  display: block;
  width: 100%;
  height: auto;
  float: left;
}

@media screen and (min-width: 1200px) {
  .section-imgright .text-tile-50:after {
    content: "";
    position: absolute;
    bottom: 150px;
    right: -25px;
    border-width: 25px 0 25px 25px;
    border-style: solid;
    border-color: transparent #F5F5F5 transparent #F5F5F5;
    display: block;
    width: 0;
    z-index: 999;
  }

  .section-imgleft .text-tile-50:after {
    content: "";
    position: absolute;
    bottom: 150px;
    left: -50px;
    border-width: 25px 25px 25px 25px;
    border-style: solid;
    border-color: transparent #F5F5F4 transparent transparent;
    display: block;
    width: 0;
    z-index: 999;
  }
}

.text-tile-50 {
  text-align: left;
  padding: 9%;
  position: relative;
}

.section-imgright .img-tile-50 {
  float: right;
}

.section-imgright .text-tile-50 {
  float: left;
}

.section-imgleft .img-tile-50 {
  float: left;
}

.section-imgleft .text-tile-50 {
  float: right;
}

.text-tile-50 {
  height: 700px;
  width: 50%;
  display: inline-block;
  transition: all 0.2s ease;
  /* background: #F5F5F5; */
}

.img-tile-50 {
  background-size: cover !important;
  background-position: center center;
  height: 700px;
  width: 50%;
  display: inline-block;
  transition: all 0.2s ease;
}



#value-middlesex {
  background-image: url("/images/projects/academic/05 Middlesex  School Locker Room/01 MX Locker Acad.jpg");
  background-position: center center;
}

#value-phillips {
  background-image: url("/images/projects/academic/02 Phillips Academy Locker Room Renovation/02 PA Locker Academic.jpg");
  background-position: center center;
}

#value-kingstreet {
  background-image: url("/images/projects/commercial/05 830 Winter St. Commercial/02 830 Winter Commercial.jpg");
  background-position: center center;
}

#value-synapdx {
  background-image: url("/images/projects/lifesciences/06 T2 Biosystems/03 T2.jpg");
  background-position: center center;
}


@media screen and (max-width: 1199px) and (min-width: 992px) {
  .text-tile-50 {
    float: none !important;
    padding: 50px 15px;
    width: 622px !important;
    clear: both;
    height: auto;
  }
  .img-tile-50 {
    width: 100% !important;
    height: 400px !important;
    float: left !important;
    clear: both !important;
  }
  .text-tile-50:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50px;
    border-width: 25px 25px 0;
    border-style: solid;
    border-color: #F5F5F5 transparent;
    display: block;
    width: 0;
  }
}

@media screen and (max-width: 991px) {
  .text-tile-50 {
    float: none !important;
    padding: 0 15px 15px 15px;
    width: 100% !important;
    clear: both;
    height: auto;
  }
  .img-tile-50 {
    width: 100% !important;
    height: 300px !important;
    float: left !important;
    clear: both !important;
  }
  .section-imgright h3, .section-imgleft h3 {
    font-size: 20px;
  }
  .text-tile-50:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #F5F5F5 transparent;
  display: block;
  width: 0;
}
}

.cleared {
  clear: both;
  display: inline-block;
  padding-bottom: 30px;
  width: 100%;
}


/*--------- Slick Slider --------*/

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    /* display: table; */
    background: #e3edf7;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    /* float: left; */
    height: auto;
    min-height: 1px;
    /* background: gray; */
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: inline-block;
    width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
    float: left;
    /* height: 100%; */
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.project-container, .project-container-leftdesc {
  position: relative !important;
  margin-bottom: 100px;
}

.slick-prev:before,
.slick-next:before {
  pointer-events: none;
}

.slick-prev:before,
.slick-next:before,
.slick-prev,
.slick-next {
  opacity: 1 !important;
  font-size: 70px !important;
}

/* .project-container:hover .slick-prev,
.project-container:hover .slick-next,
.project-container-leftdesc:hover .slick-prev,
.project-container-leftdesc:hover .slick-next {
  opacity: 1 !important;
} */

.project-description {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 100%;
  width: 50%;
  background: rgba(234, 234, 234, 0.9);
}

@media screen and (min-width: 1199px) and (max-width: 1500px) {
  .project-description li {
    font-size: 16px;
  } 
  .project-description h2 {
    font-size: 26px;
  }
  .project-description h3 {
    font-size: 16px;
  }
}

.project-description .description-content {
  position: absolute;
  padding: 30px;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}

.description-content h3 {
  color: #B22B31;
}

.project-container-leftdesc .project-description .description-content {
  position: absolute;
  padding: 30px;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}

.project-description h2 {
  margin-top: 0 !important;
}

.project-description ul {
    list-style-type: square;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 20px;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0;
    margin-end: 0;
    padding-start: 20px;
    margin-bottom: 0;
}

.project-container-leftdesc .project-description {
  left: 0 !important;
  text-align: right;
}

.project-container-leftdesc .project-description li { 
  direction: rtl; 
  text-align: right; 
}

.project-container-leftdesc .project-description ul {
    list-style-type: square;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 1em;
    -webkit-margin-end: 1em;
    margin-before: 0;
    margin-after: 0;
    margin-start: 1em;
    margin-end: 1em;
    margin-bottom: 0 !important;
}

.project-container-leftdesc .slick-prev {
  right: calc(50% - 75px);
  left: initial;
}

.project-container-leftdesc .slick-next {
  right: 0 !important;
  left: initial;
}

.slick-prev, .slick-next {
  position: absolute;
  width: 75px;
  bottom: 0;
  z-index: 999;
  margin: 0;
  color: white;
  text-align: center;
  height: 100%;
  display: block !important;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.slick-prev:before, .slick-next:before {
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  bottom: 46%;
  transform: translateY(50%);
  padding: 0 25px;
  right: 0;
  opacity: 0.4;
  font-size: 0px;
  transition: opacity 0.2s ease, font-size 0.2s ease;
}

.slick-prev:hover:before, .slick-next:hover:before {
  opacity: 1 !important;
}

.slick-prev:after, .slick-next:after {
  display: none;
}

.slick-prev {
  left: 0;
  background: none;
}

.slick-next {background: none !important;left: calc(50% - 75px);}

.slick-prev:hover {
  cursor: pointer;
}

.slick-next:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .project-container, .project-container-leftdesc {
    margin-bottom: 50px !important;
    height: 300px !important;
  }
  .project-description:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    border-width: 35px 0 0 500px;
    border-style: solid;
    border-color: transparent #F5F5F5 transparent #F5F5F5;
    display: none;
    width: 0;
    z-index: 999;
  }
  .project-description {
    padding-bottom: 35px !important;
  }
  .contact-info {
    text-align: left !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .project-description {
    padding: 30px !important
  }
  .project-description:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    border-width: 35px 0 25px 500px;
    border-style: solid;
    border-color: transparent #F5F5F5 transparent #F5F5F5;
    display: none;
    width: 0;
    z-index: 999;
  }
}

@media screen and (max-width: 1199px) {
  .desktop-visible {
    display: none !important;
  }
  .slick-prev, .slick-next {
    opacity: 1 !important;
    background: transparent;
  }
  .project-description .description-content,
  .project-container-leftdesc .project-description .description-content {
    position: relative;
    transform: none;
    padding: 0;
  }
  .project-description {
    position: relative;
    width: 100%;
    height: auto;
    background: whitesmoke;
    padding: 15px;
  }
  .project-container-leftdesc .project-description {
    text-align: left;
  }
  .project-container-leftdesc .project-description ul {
    list-style-type: square;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 20px;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0;
    margin-end: 0;
    padding-start: 20px;
  }
  .project-container-leftdesc .project-description li {
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
    direction: ltr;
    text-align: left;
    margin: 0 !important;
  }
  .slick-prev, .slick-next {
    width: 75px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0 !important;
    left: inherit;
  }
  .slick-prev:before, .slick-next:before {
    opacity: 0.9 !important;
    font-size: 70px !important;
  }

  .project-container-leftdesc .slick-prev {
    right: initial !important;
    left: 0;
  }

  .project-container-leftdesc .slick-next {
    right: 0 !important;
    left: initial;
  }
}

.modal-button {
  float: right;
}

.captcha-field {
  padding: 28px 15px !important;
}

.contact-info {
  text-align: right;
  background: white;
}

.contact-info h1 {
  margin: 0 !important;
}

.contact-info p {
  margin: 0 0 15px 0;
}

.map-wrap {
  /* -webkit-filter: grayscale(100%); */
  /* filter: grayscale(100%); */
}

/*---Homepage Slider---*/

.homepage-slideshow {
  margin-bottom: 0 !important;
  display: block;
  position: relative;
  height: 567px;
  animation-delay: 0.2s;
}

.homepage-slideshow .slick-prev, .homepage-slideshow .slick-next {
  height: 100% !important;
}

.homepage-slideshow .slick-next {
  left: auto !important;
  right: 0 !important;
}

.tagline {
  z-index: 9999;
  text-align: center;
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  bottom: 0;
  height: 119px;
  /* transform: translate3d(-50%, -50%, 0px); */
  width: 100%;
  /* max-width: 700px; */
}

.bannerinfo {
  display: inline-block;
  position: relative;
  background: rgba(48, 122, 196, 0.36);
  color: white;
  font-size: 20px;
  text-align: left;
  padding: 30px 30px;
  float: left;
}

.bannerinfo h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  margin: 0 !important;
}

.bannerinfo span {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .tagline h1 {
    font-size: 20px;
  }
  .bannerinfo span {
    font-size: 14px;
  }
  .tagline {
    width: 100%;
    padding: 15px;
    padding-top: 80px;
    max-width: 100%;
    left: 0;
    transform: none;
    top: calc(50% - 121px);
  }
}

@media screen and (max-width: 767px) {
  .tagline {
    top: initial;
    bottom: 0 !important;
    padding: 0;
    height: auto;
    display: none;
  }
  .bannerinfo {
    padding: 30px 15px;
    width: 100vw;
    margin-left: -15px;
  }
  .tagline h2 {
    font-size: 14px;
  }
  footer {
    padding: 30px 0;
  }
}

.homepage-slideshow .desktop-slide {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.homepage-slideshow .slick-initialized .slick-slide {
    height: 567px;
  }

@media screen and (max-width: 767px) {
   .homepage-slideshow .slick-initialized .slick-slide,
  .homepage-slideshow {
    height: 200px !important;
    /* margin-top: 68px; */
  }
}

@media screen and (max-width: 991px) {
  .homepage-slideshow .desktop-slide {
    /* min-height: 400px !important; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* top: inherit; */
    /* bottom: 0; */
  }

  .homepage-slideshow .slick-initialized .slick-slide {
    /* height: 300px !important; */
  }

  .tagline h4 {
    top: -300px;
    font-weight: 400 !important;
  }
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .homepage-slideshow .desktop-slide {
    min-width: 180% !important;
    left: 50%;
    bottom: 0;
    top: inherit;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tagline h4 {
    font-size: 70px !important;
    top: -480px;
  }
  .homepage-slideshow .slick-initialized .slick-slide,
  .homepage-slideshow {
    height: 500px !important;
  }
}

@media screen and (max-width: 1199px) {
  .homepage-slideshow .slick-prev, .homepage-slideshow .slick-next {
    display: none !important;
  }
}

.left-footer {
  float: left;
}

.right-footer {
  float: right;
}

.social-link {
  color: white;
  font-size: 28px;
  padding-left: 10px;
}

.content-logos {
  padding: 30px 0;
}

.content-logos a {
  display: table-cell;
  width: auto;
  text-align: center;
}

.content-logos .logos-container {
  display: table;
  width: 100%;
}

.content-logos img {
  max-width: 150px;
}

.flooring-page .content-logos a,
.kitchen-flooring-page .content-logos a {
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .smaller .text-logo {
    padding: 16px 24px 15px 24px !important;
  }
  .active-page {
    /* color:  #2b77c6 !important; */
  }
  .active-page:after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 2px;
    background: white;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.3s ease, background 0.2s ease, width 0.2s ease;
  }
  .active-page:hover::after {
    bottom: 10px;
    background: transparent;
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .text-logo {
    font-size: 15px;
    padding: 27px 15px 23px 15px !important;
    background: transparent;
    position: relative;
    z-index: 999999;
    width: calc(100% - 66px);
  }
  .header-container {
    /* background: #fff200; */
    height: 68px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1350px) {
  .text-logo {
    font-size: 16px !important;
  }

  .smaller .text-logo {
    padding: 26px 24px 23px 24px !important;
  }

}

.page-content {
  position: relative;
  height: auto;
  width: 100%;
  background: white;
}

footer .page-content {
  background: #fbfbfb !important;
}

.homepage.left-content {
  width: calc(100vw - 764px);
  text-align: center;
}

.centered-section {
  width: 100%;
  max-width: 768px;
  padding: 0 30px;
  display: inline-block;
  text-align: left;
}

.centered-section li {
  padding-bottom: 15px;
}

.centered-section ul {
  list-style-type: square;
}

.contact-widget {
  background: #252525;
  color: white;
  width: 764px;
  position: absolute;
  right: 0;
  top:0;
  display: inline-block;
  height: 100%;
}

.phone-overlay {
  background: rgba(0, 0, 0, 0.67);
  height: 68px;
  display: table;
  position: absolute;
  right: 0;
  top: -68px;
}

.phone-overlay a {
  display: table-cell;
  vertical-align: middle;
  color: white !important;
  text-decoration: none !important;
  font-size: 20px;
  padding-right: 25px;
}

.phone-overlay i {
  padding: 24px 27px;
  background: black;
  margin-right: 25px;
}

.contact-widget .header {
  background: black;
  height: 68px;
}

.contact-widget .header h1 {
  color: white;
  padding: 17px 25px;;
}

.contact-widget p {
  padding: 0 25px;
}

.contact-widget form {
  padding: 0 25px;
}

.contact-widget .form-control {
  height: 68px;
  background: #2f2f2f !important;
  border: 1px solid #1e1e1e !important;
  border-radius: 0 !important;
  color: whitesmoke !important;
  outline: none !important;
}

select, option {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

select::-ms-expand { /* for IE 11 */
    display: none !important;
}

.contact-widget .form-dropdown:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  width: 66px;
  height: 68px;
  background: black;
  right: -15px;
  top: 0;
  font-size: 24px;
  padding: 23px 25px;
  display: inline-block;
  pointer-events: none;
}

.contact-widget .form-dropdown:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  width: 66px;
  height: 68px;
  background: black;
  right: -15px;
  top: 0;
  font-size: 24px;
  padding: 23px 25px;
  display: inline-block;
  pointer-events: none;
}


.form-dropdown {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .contact-widget .row > .col-lg-6:first-child {
    padding-right: 8px !important;
  }

  .contact-widget .row > .col-lg-6:last-child {
    padding-left: 8px !important;
  }  
}

@media screen and (min-width: 992px) {
  .contact-widget .row > .col-md-6:first-child {
    padding-right: 8px !important;
  }

  .contact-widget .row > .col-md-6:last-child {
    padding-left: 8px !important;
  }  
}

@media screen and (min-width: 768px) {
  #contact-form .row > .col-sm-6:first-child,
  #contact-form .row > .col-sm-4:first-child {
    padding-right: 8px !important;
  }
  #contact-form .row > .col-sm-6:last-child,
  #contact-form .row > .col-sm-4:last-child {
    padding-left: 8px !important;
  }
  #contact-form .row > .col-sm-4:nth-child(2) {
    padding: 0 8px !important;
  }
}

.contact-widget select, .contact-widget option {
  border-radius: 0 !important;
}

.form-control::placeholder {
  color: whitesmoke;
}

.contact-widget .form-control::placeholder {
  color: white !important;
}

.contact-widget .form-control:hover, 
.contact-widget .form-control:focus{
  background: #353535 !important;
}

input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}

.home-worth {
  display: table;
  width: 50%;
  text-align: center;
  height: 411px;
  background: url('../images/HomeWorth.png');
  background-size: cover;
  background-position: center center;
  float: left;
  position: relative;
  vertical-align: middle;
}

.mortgage {
  display: table;
  width: 50%;
  text-align: center;
  height: 411px;
  background: url('../images/MortgageCalculator.png');
  background-size: cover;
  background-position: right center;
}

.home-worth div, .mortgage div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  float: none !important;
  height: 68px;
  text-align: center;
}


.homepage.right-content {
  width: calc(100vw - 764px);
  text-align: center;
  margin-left: 764px;
  display: inline-block;
}

.listings p {
  margin: 0;
  margin-left: -15px;
  width: calc(100% + 15px) !important;
}
.listings a {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 68px;
}

.listings a:hover {
  background: whitesmoke;
}

.listings a span {
  padding: 22px 25px 22px 15px;
  display: inline-block;
  color: black !important;
  font-size: 20px;
}

.listings a button {
  position: absolute;
  right: 0;
  background: #fff200;
  color: black !important;
  opacity: 0;
  transition: all 0s;
}

.listings a:hover button {
  opacity: 1;
}

.map-widget {
  background: url('../images/MapBackground.jpg');
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  width: 764px;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  z-index: 999;
  float: left;
}

.centered-section li:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) and (max-width: 1543px) {
  .map-widget, .contact-widget, 
  .homepage.left-content, .homepage.right-content {
    width: 50% !important;
  }
  .homepage.right-content {
    margin-left: 50%;
  }
  .homepage.right-content .listings button {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .contact-widget textarea {
    height: calc(100% - 509px) !important;
    width: 100% !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-widget textarea {
    height: calc(100% - 594px) !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .homepage {
    width: 100% !important;
    margin: 0 !important;
    /* background: white; */
  }
  .homepage.container {
    padding: 30px 15px !important;
  }
  .contact-widget, .map-widget {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  .phone-overlay {
    width: 100%;
    background: #fff200;
  }
  .phone-overlay a {
    color: black !important;
  }
  .phone-overlay a i {
    color: white !important;
  }
  .contact-widget {
    margin-top: 68px;
  }
  .contact-widget .header h1 {
    padding: 17px 15px;
  }
  .contact-widget p {
    padding: 0 15px;
  }
  .home-worth, .mortgage {
    width: 100%;
    height: 250px;
    padding: 0 15px;
  }

  .centered-section {
    padding: 0 15px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    /* font-size: 20px; */
  }
  .footer-section {
    margin-bottom: 30px;
  }
  footer .social {
    margin-bottom: 0 !important;
  }
  footer h2 {
    padding-bottom: 10px !important;
  }
  .homepage.right-content p {
    margin-top: 0;
  }
  .listings p {
    width: 100% !important;
    margin: 0;
  }
  .listings a {
    background: #efefef;
    margin-bottom: 5px;
  }
  .listings button {
    display: none;
  }
  .bannerinfo button {
    width: 100%;
    background: black;
    color: white !important;
    border-bottom: 1px solid #2d2d2d;
    border-right: 0 !important;
    padding: 15px;
    font-size: 18px;
  }
  .bannerinfo .buttons a:last-child button {
    border-bottom: 0 !important;
  }
  .bannerinfo button:hover,
  .bannerinfo button:active,
  .bannerinfo button:focus {
    color: black !important;
  }
  .bannerinfo .heading {
    font-size: 15px;
    padding: 15px;
  }
  .m-scene .m-header {
    animation: none !important;
    position: fixed !important;
  }
  .hidden-mobile {
    opacity: 0;
  }
  .right-footer {
    float: left;
    width: 100%;
  }
  .social-link {
    padding: 15px 10px 0 0;
    display: inline-block;
  }
  .copyright {
    padding: 0;
  }
  .sub-footer {
    /* padding: 35px 15px 15px; */
  }
  .bannertext h1 {
    padding: 21px 15px !important;
  }
    .team-container {
    margin-top: -15px;
  }
}

@media screen and (min-width: 992px) {
  .hidden-mobile br {
    display: none !important;
  }
  .active-page a {
    background: #e8e8e8 !important;
  }
  .active-page .dropdown-menu a {
    background: initial !important;
  }
}

.page-banner {
  width: 100%;
  background-image: url('../images/banners/home.jpg');
  background-position: center center;
  background-size: cover;
  display: table;
  height: 400px;
}

.bannertext {
  display: table-cell;
  vertical-align: middle;
  padding-top: 68px;
}

.bannertext h1 {
  background: black;
  width: auto !important;
  display: inline-block;
  padding: 17px 25px;
  color: white;
  height: 68px;
  margin: 0 !important;
}

#dropdownMenuButton:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  width: 46px;
  height: 46px;
  background: #eef5fb;
  color: #307ac4 !important;
  right: 0;
  top: 0;
  font-size: 24px;
  padding: 9px 0;
  text-align: center;
  display: inline-block;
  pointer-events: none;
}

#contact-form input[type="checkbox"] {
  margin-top: -2px !important;
  margin-left: -8px;
  margin-right: 10px;
  position: relative;
}

#contact-form .multiselect {
  width: 100%;
  display: inline-block;
  background: white;
  border-bottom: 2px solid #307ac4;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  border-radius: 0 !important;
  height: 48px;
  font-family: 'Montserrat', sans-serif;
  box-shadow: none;
}

#contact-form .multiselect:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  width: 46px;
  height: 46px;
  background: #eef5fb;
  color: #307ac4 !important;
  right: 0;
  top: 0;
  font-size: 24px;
  padding: 9px 0;
  text-align: center;
  display: inline-block;
  pointer-events: none;
}

#contact-form .multiselect-selected-text {
  color: #646464;
  float: left;
  font-weight: 200;
}

.phonenums i {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 8px 5px;
  background: #288ebd;
  color: white;
  font-size: 18px;
  /* float: right; */
}

.phonenums .fa-mobile {
  font-size: 24px;
  padding: 6px;
}

.phonenums {
  font-size: 16px;
  border-top: 2px solid black;
  float: right;
  width: 100%;
}

.phonenums p {
  margin-top: 8px;
  /* text-align: right; */
}

@media screen and (max-width: 767px) {
  .mortgage-partner .phonenums {
    padding: 15px;
  }
  .phonenums {
    background: whitesmoke;
    border-left: 2px solid black;
    float: left;
    width: 100%;
    position: relative;
    display: inline-block;
  }
  .team-col {
    float: left;
  }
  .phonenums p {
    margin: 0;
  }
  .team-col img {
    border: 0 !important;
    margin-left: 35px;
  }
}

@media screen and (min-width: 768px) {
  .team-col:first-child {
    padding-right: 0;
  }
  .col-sm-8.team-col {
    border-top: 2px solid black;
  }
}

.team-col img {
  float: right;
}

.mortgage-calculator .row {
  margin: 0
}

.results {
  background: #252525;
  color: white;
  padding-bottom: 0 !important;
}

.results .form-group {
  padding: 0;
  margin: 0 !important;
}

.results h1 {
  background: black;
  width: 100% !important;
  display: inline-block;
  padding: 17px 15px;
  color: white;
  height: 68px;
  margin: 0 !important;
}

.results .form-control {
  background: transparent !important;
  border: 0 !important;
  color: white !important;
  pointer-events: none;
}

.total-payment {
  background: #fff201;
  margin: 0px;
  color: black;
}

.total-payment .form-group {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.total-payment .form-control {
  background: transparent !important;
  border: 0 !important;
  color: black !important;
  font-size: 1.17em !important;
}

.mortgage-partner .col-sm-8 img {
  float: left !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.mortgage-partner .col-sm-4.team-col img {
  width: 205px !important;
  margin-left: 0;
}

#contact-form hr {
  margin-top: 5px;
}

.contact-card {
  background: black;
  color: white;
  margin-right: -15px !important;
  padding: 25px;
}

.contact-card h1 {
  color: white;
}

.contact-info iframe {
  height: 386px !important;
}

.grecaptcha-badge {
  height: 0px !important;
  opacity: 0 !important;
}

/*---Gallery---*/

.gallery-collection {
  display: inline-block;
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}

.gallery-collection h1,
.visualizer-link h1 {
  background: black;
  width: 100%;
  display: inline-block;
  display: inline-block;
  position: absolute;
  background: rgba(48, 122, 196, 0.36);
  color: white;
  font-size: 20px;
  text-align: left;
  padding: 30px 30px 21px 30px;
  float: left;
  font-size: 40px;
  bottom: 0;
  transition: padding 0.2s ease;
}

.gallery-collection:hover h1,
.visualizer-link:hover h1 {
  padding: 35px 30px 26px 30px;
}

#kitchen-gallery-collection {
   /* background: url(/images/kitchen-design-gallery.jpg); */
   background: url('/images/gallery/kitchen/P6160062.jpg');
   background-position: center bottom !important;
}

#bathroom-gallery-collection {
  background: url('/images/gallery/bathroom/P1140995_HDR.png');
}

#living-spaces-gallery-collection {
  background: url('/images/gallery/flooring/P6160141.jpg');
  background-position: center bottom !important;
}

.gallery-container {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
#gallery-grid {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 0 !important;
  display: inline-block;
}

#gallery-grid li {
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(100px);
}

#gallery-grid li.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, top 1s;
  padding: 10px;
}

#gallery-grid li > div {
  color: rgba(0,0,0,0.6);
  background: rgb(239, 245, 250);
  transition: all 0.5s;
  width: 100%;
  position: relative;
}

#gallery-grid li > div:hover img {
  transition: all 0.3s;
  cursor: pointer;
}

#gallery-grid li > div:hover .image-overlay {
  opacity: 1;
}

@media (min-width: 405px) {
  #gallery-grid li > div {
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  #gallery-grid li.show {
    padding: 7px 0;
  }
  #gallery-grid {
    width: 100% !important;
    margin-left: 0px;
    padding: 0 !important;
    display: inline-block;
  }
  #gallery-grid li > div:hover .image-overlay {
    opacity: 0;
  }
}

#gallery-grid li > div img {
  max-width: 100%;
}

#gallery-grid li > div .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(48, 121, 195, 0.27);
  color: white;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.prevent-scroll{
  position: relative;
  overflow:hidden !important;
}

.scroll-overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.1);
  overflow:hidden;
  z-index:5;
}
.scroll-overlay:hover {
  cursor:pointer;
  background:rgba(0,0,0,0.2);
}

@media (max-width: 767px) {
  #apexchat_invitation_container_minimized_wrapper,
  #apexchat_invitation_container_wrapper {
    display: none !important;
  }

  #apexchat_static_tab div {
    left: auto !important;
    right: 15px !important;
    transform: none !important;
    bottom: 5px !important;
    font-size: 15px !important;
    top: auto !important;
    width: calc(50% - 15px) !important;
    height: 47px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 200 !important;
    background: #317ac3 !important;
    color: white !important;
    font-weight: 600 !important;
    outline: 0;
    border-left: 5px solid #375d95 !important;
    border-bottom: 5px solid #132f51 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    padding: 12px;
    line-height: normal !important;
    animation: pulse !important;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
  }

  #apexchat_static_tab div:before {
    content: '\f086';
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    padding-right: 10px;
  }
}


.project-slideshow {
    visibility: hidden;
    transition: all 0.3s ease;
}
.slick-initialized.project-slideshow {
    visibility: visible !important;
}

.container ul li ul li{
  margin-left: 20px;
}

#charts {
  background: url('../images/banners/AdobeStock_1409423.jpg') center center;
  background-size: cover;
}
#detector-controller {
  background: url('../images/banners/AdobeStock_30573209.jpg') center center;
  background-size: cover;
}
#engineering {
  background: url('../images/banners/AdobeStock_50862024.jpg') center center;
  background-size: cover;
}
#filters {
  background: url('../images/banners/AdobeStock_68607239.jpg') center center;
  background-size: cover;
}
#InGaAs_Extended {
  background: url('../images/banners/AdobeStock_85373975.jpg') center center;
  background-size: cover;
}
#InGaAs_RT {
  background: url('../images/banners/AdobeStock_108858922.jpg') center center;
  background-size: cover;
}
#InGaAs_TEC {
  background: url('../images/banners/AdobeStock_139408845.jpg') center center;
  background-size: cover;
}
#Multiplexed_Linear_Arrays {
  background: url('../images/banners/AdobeStock_168683314.jpg') center center;
  background-size: cover;
}
#pyroelectric {
  background: url('../images/banners/Flame.jpg') center center;
  background-size: cover;
}
#IR_Detectors {
  background: url('../images/banners/Military2.jpg') center center;
  background-size: cover;
}
#PbS_Arrays {
  background: url('../images/banners/Flash.jpg') center center;
  background-size: cover;
}
#PbS_RT {
  background: url('../images/banners/Grain.jpg') center center;
  background-size: cover;
}
#PbS_TEC {
  background: url('../images/banners/Grain3.jpg') center center;
  background-size: cover;
}
#PbSe_Arrays {
  background: url('../images/banners/MarsRover.jpg') center center;
  background-size: cover;
}
#PbSe_RT {
  background: url('../images/banners/Military2.jpg') center center;
  background-size: cover;
}
#PbSe_TEC {
  background: url('../images/banners/OilRig2.jpg') center center;
  background-size: cover;
}
#ordering {
  background: url('../images/banners/Pollution.jpg') center center;
  background-size: cover;
}
#terminology {
  background: url('../images/banners/PowePlant4.jpg') center center;
  background-size: cover;
}
#Signal_Amplifiers {
  background: url('../images/banners/PowerPlant.jpg') center center;
  background-size: cover;
}
#TEC_Controllers {
  background: url('../images/banners/PowerPlant2.jpg') center center;
  background-size: cover;
}
#sources {
  background: url('../images/banners/PowerPlant3.jpg') center center;
  background-size: cover;
}
#windows {
  background: url('../images/banners/Military.jpg') center center;
  background-size: cover;
}
