/*
 *	Bootstrap breakpoints
 *
 *	XS = 0;
 *	SM = 576px;
 *	MD = 768px;
 *	LG = 992px;
 *	XL = 1200px;
 *
 */
/*
*	Bootstrap padding amounts
*
*	1 = 0.25rem;
*	2 = 0.5rem;
*	3 = 1rem;
*	4 = 1.5rem;
*	5 = 3rem;
*
*/
/* ********************************************************************************************* */
@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url(../fonts/CenturyGothic-Bold.ttf); }
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.otf); }
/* ********************************************************************************************* */
/* ********************************************************************************************* */
/* ********************************************************************************************* */
/* ********************************************************************************************* */
/****** base sets ********/
h1, h2, h3, h4, h5, p {
  word-wrap: break-word; }

p {
  font-family: Montserrat-Light, sans-serif; }

h1, h2, h4 {
  font-family: CenturyGothic-Bold, sans-serif; }

.large {
  font-size: 3rem !important; }
  @media screen and (min-width: 1200px) {
    .large {
      font-size: 4rem !important; } }
  @media screen and (max-width: 992px) {
    .large {
      font-size: 2.5rem !important; } }
  @media screen and (max-width: 768px) {
    .large {
      font-size: 1.75rem !important; } }
  @media screen and (max-width: 576px) {
    .large {
      font-size: 1.3rem; } }

.med {
  font-size: 3rem !important; }
  @media screen and (max-width: 768px) {
    .med {
      font-size: 1.35rem !important; } }
  @media screen and (max-width: 576px) {
    .med {
      font-size: 1.1rem; } }

.sml {
  font-size: 1.5rem !important; }
  @media screen and (max-width: 768px) {
    .sml {
      font-size: 1rem !important; } }
  @media screen and (max-width: 768px) and (max-width: 576px) {
    .sml {
      font-size: .8rem; } }

.breadcrumb {
  background-color: rgba(0, 0, 0, 0.05);
  padding: .5rem 1rem; }
  .breadcrumb a {
    color: #c2cad1;
    font-size: .75rem; }

.breadcrumb-item::before {
  color: #c2cad1 !important; }
.breadcrumb-item + .active {
  color: #c2cad1; }

/******* Defaults********/
* {
  white-space: normal; }

a[href^=tel] {
  text-decoration: inherit;
  color: inherit; }

img, iframe, video {
  max-width: 100%; }

a {
  cursor: pointer;
  color: #17161E; }

a:hover {
  text-decoration: none; }

#content {
  background-color: white; }

#content p {
  color: #555; }

/*** Sizing ******/
.append-pipe > a:not(:last-child)::after {
  content: " \007C "; }

.secondary-bg-color {
  background-color: #393B59; }

.prime-bg-color {
  background-color: #17161E; }

.third-bg-color {
  background-color: #4B4C7A; }

.gallthumbs {
  margin-bottom: 0 !important;
  margin-top: 0; }

.thumbnail {
  margin: 0 !important; }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }
  a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999; }

#reviews #revList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px; }

@media screen and (max-width: 992px) {
  #reviews #revList {
    display: block; } }
/******* ******** ********/
/****** Navigation *******/
/******* ******** ********/
/* ******************************************************************************************** */
/* SMALL NAVIGATION 1 ************************************************************************* */
#small-navigation-container-1 {
  background-image: url(../images/nav-pattern.jpg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: repeat;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 20; }

#small-navigation-container-1 > .pullout-menu-backdrop {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 10; }

#small-navigation-container-1 > .pullout-menu-backdrop {
  overflow: hidden;
  /* So there are no scroll bars when animating the child div into view */ }

#small-navigation-container-1 > .pullout-menu-backdrop > div {
  overflow: auto;
  z-index: 11;
  background-image: url(../images/nav-pattern.jpg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: repeat;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  width: 50%;
  max-width: 240px;
  transition: margin-right 150ms;
  /* If you change this timeframe, go to the JS file that handles the menu and also change the setTimeout interval for when it closes. */
  margin-right: -250px;
  /* We will animate this to 0 when they open the menu */ }

#small-navigation-container-1 > .pullout-menu-backdrop > div > .menu-heading {
  font-family: CenturyGothic-Bold, sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem;
  color: #17161E; }

#small-navigation-container-1 > .pullout-menu-backdrop > div > .navigation-links > div > a {
  display: block;
  font-family: Montserrat-Light, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: left;
  padding: 0.5rem;
  color: #393B59; }

#small-navigation-container-1 > .pullout-menu-backdrop > div > .navigation-links > div a:hover {
  background-color: #393B59;
  color: white; }

#small-navigation-container-1 > .pullout-menu-backdrop > div > .navigation-links > div > div a {
  display: block;
  font-family: Montserrat-Light, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: left;
  padding: 0.5rem;
  color: #393B59; }

#small-navigation-container-1 > .pullout-menu-backdrop > div > .navigation-links .tap-dropdown {
  display: none; }

#small-navigation-container-1 > .pullout-menu-backdrop > div > .navigation-links .tap-dropdown > div > a {
  padding-left: 1.85em;
  /* Indent sub-menus */ }

#small-navigation-container-1 > .pullout-menu-backdrop > div > .navigation-links .tap-dropdown > div > div a {
  padding-left: 2.85em;
  /* Indent deeper sub-menus */ }

/* ******************************************************************************************** */
/******* ******** ********/
/****** Large-screen Navigation Setup 1 *******/
/******* ******** ********/
#large-navigation-container-1 {
  background-color: white;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.33);
  position: relative;
  /* Box shadow doesn't show without a z-index */
  z-index: 1; }

#large-navigation-container-1 > .d-flex {
  height: 100%; }

#large-navigation-container-1 .navigation-links > div > div {
  transition: all 450ms;
  display: inline-block;
  text-align: center;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

#large-navigation-container-1 .navigation-links > div > div > a {
  display: inline-block;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

#large-navigation-container-1 .navigation-links > div > div:hover {
  background-color: #17161E;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

#large-navigation-container-1 .navigation-links > div > div:hover > a {
  transition: color 150ms;
  text-decoration: none;
  color: white; }

#large-navigation-container-1 .navigation-links > div > div > .dropdown,
#large-navigation-container-1 .navigation-links > div > div > .dropdown > div > .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  display: none;
  z-index: 2; }

#large-navigation-container-1 .navigation-links > div > div > .dropdown > div > .dropdown {
  left: 100%;
  top: 0;
  z-index: 3; }

/* Affects all divs in any dropdown */
#large-navigation-container-1 .dropdown > div {
  position: relative; }

#large-navigation-container-1 .navigation-links > div > div .dropdown > div {
  background-color: #17161E;
  text-align: left; }

#large-navigation-container-1 .navigation-links > div > div .dropdown > div a {
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

#large-navigation-container-1 .navigation-links > div > div .dropdown > div > a {
  color: white; }

#large-navigation-container-1 .navigation-links > div > div .dropdown > div:hover {
  transition: background-color 150ms;
  background-color: #000001; }

#large-navigation-container-1 .navigation-links > div > div .dropdown > div > a:hover {
  text-decoration: none; }

#large-navigation-container-1 .navigation-links > div > div .dropdown > div:not(:last-child) {
  border-bottom: 1px dashed gray; }

/* LG and below */
@media screen and (max-width: 1200px) {
  #large-navigation-container-1 .navigation-links > div > div > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
/* MD and below */
@media screen and (max-width: 991px) {
  #large-navigation-container-1 .navigation-links > div > div {
    padding-left: 1rem;
    padding-right: 1rem; } }
/* ******************************************************************************************** */
#large-navigation-container-2 .navigation-links [class^=col] {
  padding-left: unset;
  padding-right: unset; }

#large-navigation-container-2 {
  background-image: url(../images/nav-pattern.jpg);
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 200 !important; }

#large-navigation-container-2 .navigation-links > div > div {
  transition: all 450ms;
  display: inline-block;
  text-align: center;
  position: relative; }

#large-navigation-container-2 .navigation-links > div > div > a {
  display: block;
  font-family: CenturyGothic-Bold, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 1.0rem 0.5rem;
  color: #17161E; }

#large-navigation-container-2 .navigation-links > div > div:hover {
  background-color: rgba(57, 59, 89, 0.33); }

#large-navigation-container-2 .navigation-links > div > div:hover > a {
  transition: color 150ms;
  text-decoration: none;
  color: white; }

#large-navigation-container-2 .navigation-links > div > div > .dropdown,
#large-navigation-container-2 .navigation-links > div > div > .dropdown > div > .dropdown {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 175%;
  max-width: 200%;
  /*display:none;*/
  visibility: hidden;
  z-index: 2; }

#large-navigation-container-2 .navigation-links > div > div > .dropdown > div > .dropdown {
  left: 100%;
  top: 0;
  z-index: 3; }

/* Affects all divs in any dropdown */
#large-navigation-container-2 .dropdown > div {
  position: relative; }

#large-navigation-container-2 .navigation-links > div > div .dropdown > div {
  background-color: #393B59;
  text-align: left; }

#large-navigation-container-2 .navigation-links > div > div .dropdown > div a {
  display: block;
  font-family: CenturyGothic-Bold, sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: left;
  padding: 0.5rem; }

#large-navigation-container-2 .navigation-links > div > div .dropdown > div > a {
  color: white; }

#large-navigation-container-2 .navigation-links > div > div .dropdown > div:hover {
  transition: background-color 150ms;
  background-color: #4B4C7A; }

#large-navigation-container-2 .navigation-links > div > div .dropdown > div > a:hover {
  text-decoration: none; }

/* ******************************************************************************************** */
/* Only XL */
@media screen and (min-width: 1200px) {
  /*.navigation-links a {
  	font-size:1rem !important;
  }*/ }
/******* ******** ********/
/******* ******** ********/
/******* ******** ********/
/* ******************************************************************************************** */
/* FOOTER STYLING ***************************************************************************** */
footer.fb-ftr-1 {
  background-image: url(../images/nav-pattern.jpg);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  font-family: Montserrat-Light, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #17161E; }

footer.fb-ftr-1 h4 {
  font-family: CenturyGothic-Bold, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #393B59; }

footer.fb-ftr-1 a {
  font-family: Montserrat-Light, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #17161E;
  transition: .5s ease; }
  footer.fb-ftr-1 a:hover {
    color: #4B4C7A; }

.fb-ftr-1 .quick-links a {
  display: block; }

.fb-ftr-1 .service-areas a {
  border-right: 1px solid #393B59;
  padding-right: 6px; }

.fb-ftr-1 .service-areas a:last-child {
  border-right: none;
  padding-right: 0; }

.fb-ftr-1 .contact p {
  padding: 0;
  margin: 0; }

/* ******************************************************************************************** */
/******* ******** ********/
/***** Legacy Code *******/
/******* ******** ********/
.float-img-right, .float-right {
  float: right; }

.float-img-left, .float-left {
  float: left; }

.video-box > iframe, video-box > video, video-box > audio {
  width: 100%;
  max-width: 100%; }

/* ********************************************************************************************* */
.carousel-item > div {
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  height: 650px; }
  @media screen and (max-width: 992px) {
    .carousel-item > div {
      height: 550px; } }
  @media screen and (max-width: 768px) {
    .carousel-item > div {
      height: 450px; } }

.carousel-item {
  padding: 10px; }

/* ********************************************************************************************* */
/* ********************************************************************************************* */
/* BUTTON STYLING ****************************************************************************** */
.btn-top {
  background: transparent;
  border: 2px solid #393B59;
  color: #393B59;
  font-family: CenturyGothic-Bold, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  padding: 0.5rem 1.5rem;
  transition: .5s ease; }
  .btn-top:hover {
    background: transparent;
    border: 2px solid #4B4C7A;
    color: #4B4C7A; }

.btn-req {
  background: transparent;
  border: 2px solid #DC3545;
  color: #DC3545;
  font-family: CenturyGothic-Bold, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  padding: 0.5rem 1.5rem;
  transition: .5s ease; }
  .btn-req:hover {
    background: transparent;
    border: 2px solid #e77681;
    color: #e77681; }

.btn-cta, .btn-info {
  background-color: #666285;
  font-family: CenturyGothic-Bold, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  color: white;
  transition: .5s ease;
  border: 0px !important; }
  .btn-cta:hover, .btn-info:hover {
    background-color: #8e90b7;
    color: white;
    border: 0px !important; }

.btn-reviews {
  background: transparent;
  border: 2px solid #4B4C7A;
  color: #4B4C7A;
  font-family: CenturyGothic-Bold, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  transition: .5s ease; }
  .btn-reviews:hover {
    background: transparent;
    border: 2px solid #17161E;
    color: #17161E; }

.btn-more {
  background: transparent;
  border: 2px solid white;
  color: white;
  font-family: CenturyGothic-Bold, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  transition: .5s ease; }
  .btn-more:hover {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5); }

/* ********************************************************************************************* */
#accordion .card-header button {
  white-space: normal;
  text-align: left; }

/******* ******** ********/
/***** Custom Elements ***/
/******* ******** ********/
/* @import 'him' /* For Header in Menu Uncomment this Import */
/* @import 'wix-9k' /* For Wix 9k uncomment this import */
/***** Import Template CSS *****/
/******* OVERLAY BOX *************/
.overlay-container {
  position: relative; }

.overlay-bg-image {
  display: block;
  width: 100%;
  height: auto; }

.overlay {
  background-color: rgba(23, 22, 30, 0.5);
  position: absolute;
  transition: .35s ease; }
  .overlay.from-left {
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%; }
  .overlay.from-right {
    left: 100%;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%; }
  .overlay.overlay.from-top {
    left: 0;
    right: 0;
    bottom: 100%;
    width: 100%;
    height: 0; }
  .overlay.overlay.from-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0; }

.overlay-container:hover > .from-left {
  width: 100%; }

.overlay-container:hover > .from-right {
  width: 100%;
  left: 0; }

.overlay-container:hover > .from-top {
  height: 100%;
  bottom: 0; }

.overlay-container:hover > .from-bottom {
  height: 100%; }

.overlay-text {
  display: block; }

.overlay-text > span {
  display: none;
  white-space: nowrap;
  overflow: hidden; }

.overlay-text > a {
  display: none;
  white-space: nowrap;
  overflow: hidden; }

.overlay-container:hover .overlay-text > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute; }

.overlay-container:hover .overlay-text > span {
  display: block;
  color: white;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

/* ********************************************************************************************* */
@font-face {
  font-family: 'fontello';
  src: url(../fontello/font/fontello.ttf); }
/* ********************************************************************************************* */
.goldylox {
  font-family: CenturyGothic-Bold, sans-serif !important; }

.lilbear {
  font-family: Montserrat-Light, sans-serif !important; }

.mamabear {
  font-family: Montserrat-Light, sans-serif !important; }

.primes {
  color: #17161E !important; }

.seconds {
  color: #393B59 !important; }

.thirds {
  color: #4B4C7A !important; }

.white {
  color: white !important; }

.black {
  color: black !important; }

.shadows {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.33) !important; }

.prime-bg-color {
  background-color: #17161E !important; }

.secondary-bg-color {
  background-color: #393B59 !important; }

.third-bg-color {
  background-color: #4B4C7A !important; }

.prime-bg-color, .secondary-bg-color, .third-bg-color {
  color: white; }
  .prime-bg-color p, .secondary-bg-color p, .third-bg-color p {
    color: white !important; }

/* ********************************************************************************************* */
ol.listbad li {
  padding: 1%; }

ul.listpad li {
  padding: 1%; }

/* ********************************************************************************************* */
.icon {
  list-style-type: none;
  padding: 0; }
  .icon li::before {
    font-family: "fontello";
    text-decoration: none;
    content: "\e819 \00a0";
    display: inline-block;
    speak: none; }

.dashed {
  list-style-type: none;
  padding: 0; }
  .dashed li::before {
    content: "-\00a0";
    display: inline-block; }

.checked {
  list-style-type: none;
  padding: 0; }
  .checked li::before {
    font-family: "fontello";
    text-decoration: none;
    content: "\e80f \00a0";
    display: inline-block;
    speak: none; }

/* ********************************************************************************************* */
.call-num {
  color: #393B59 !important; }
  .call-num:hover {
    color: #17161E !important; }

.req-form {
  color: #4B4C7A !important;
  transition: .5s ease; }
  .req-form:hover {
    color: #17161E !important; }

/* ********************************************************************************************* */
.breadcrumb {
  background-color: transparent;
  border-left: 6px solid #2e2e4b;
  border-bottom: 1px solid #2e2e4b;
  background: none;
  padding: 0.33rem 1rem;
  font-family: Montserrat-Light, sans-serif;
  font-size: 0.88rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #393B59 !important; }
  .breadcrumb a {
    color: #393B59 !important; }

.breadcrumb-item {
  font-family: Montserrat-Light, sans-serif;
  font-size: 0.88rem;
  font-weight: normal; }
  .breadcrumb-item::before {
    color: #2e2e4b !important; }
  .breadcrumb-item + .active {
    color: #2e2e4b !important; }

/* ********************************************************************************************* */
/* ********************************************************************************************* */
.bigger-wrap {
  max-width: 1600px; }

.big-wrap {
  max-width: 1400px; }

#nav-logo {
  background-color: white;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -100px;
  left: 25px;
  z-index: 1; }

.zoombox {
  overflow: hidden; }

.zooming img {
  transition: 1s ease; }

.zooming img:hover {
  transform: scale(1.25);
  overflow: hidden; }

.zoomtext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: CenturyGothic-Bold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2rem;
  width: 100%;
  color: white;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.33);
  text-align: center; }

/* ********************************************************************************************* */
#background-pattern {
  background-image: url(../images/nav-pattern.jpg);
  background-position: center center;
  background-attachment: scroll;
  background-repeat: repeat; }

#background-solutions, #background-articles {
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  min-height: 400px; }
  @media screen and (max-width: 768px) {
    #background-solutions, #background-articles {
      min-height: 300px; } }

#background-solutions {
  background-image: url(../images/services/service-painting-solutions.jpg); }

#background-articles {
  background-image: url(../images/services/service-articles.jpg); }

/* ********************************************************************************************* */

/*# sourceMappingURL=fa.css.map */
