/* this is a custom CSS stylesheet */
.slicknav_menu {
  display: none;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  color: #222222;
  font-size: 30px;
  font-weight: 300;
}
h2 {
  font-family: 'Montserrat', sans-serif;
}
h3 {
  font-family: 'Montserrat', sans-serif;
}
h4 {
  font-family: 'Montserrat', sans-serif;
}
h5 {
  font-family: 'Montserrat', sans-serif;
}
.logo-small {
  display: none;
}
.img-small {
  display: none;
}
.subtitle {
  color: #737373;
  font-size: 16px;
}
.copyright {
  font-size: 0.75em;
}
img.aboutdesigner {
  float: left;
  padding: 1.5em 3em 1em 0;
  max-width: 40%;
  height: auto;
}
.products-min-height {
  min-height: 200px;
}
.faspad {
  padding-left: 4px;
}
.header-logo {
    width:75%;
    height:auto;
} 
.sold {
    color:rgba(212,53,56,1.00);
}


/*DESKTOP*/
@media screen and (max-width:1023px) {
  .contain {
    width: 90%;
  }
  .slicknav_menu {
    display: none;
  }
  #main-body {
    min-height: 450px;
  }
}
/*MOBILE*/
@media screen and (max-width:767px) {
  .slicknav_menu {
    display: block;
  }
  #navigation {
    display: none;
  }
  .stickyscroll {
    padding-top: 0px;
  }
  .logo-large {
    display: none;
  }
  .logo-small {
    text-align: center;
    display: inline;
  }
  .img-large {
    display: none;
  }
  .img-small {
    text-align: center;
    display: inline;
  }
  img {
    max-width: 100% !important;
    height: auto;
  }
  .text-center-sm {
    text-align: center;
  }
  .display-none-sm {
    display: none;
  }
  .text-align-center-sm {
    text-align: center;
  }
  .padding-btm-sm {
    padding-bottom: 10px;
  }
  .contain {
    width: 96%;
  }
  #hdr-left {
    width: 100%;
    text-align: center;
  }
  #hrd-center {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
  }
  #hdr-right {
    /*display:none;*/
    width: 100%;
    text-align: center;
    border-top: 1px #c9c9c9 solid;
    padding-top: 10px;
  }
  #footer {
    text-align: center;
  }
  .text-align-right {
    text-align: center;
  }
  .float-right {
    float: none !important;
  }
  .float-left {
    float: none !important;
  }
  .gutter-left {
    margin-left: none !important;
  }
  .gutter-right {
    margin-right: none !important;
  }
  .col-two {
    width: 100%;
  }
  .col-three {
    width: 100%;
    text-align: center;
  }
  .col-three-two-thirds {
    width: 100%;
  }
  .col-four {
    width: 100%;
  }
  .col-four-three-fourths {
    width: 100%;
  }
  .col-five {
    width: 100%;
  }
  .col-six {
    width: 100%;
  }
  .col-six-two-thirds {
    width: 100%;
  }
  .col-six-one-third {
    width: 100%;
  }
  .col-six-fourths {
    width: 100%;
  }
  .gutter-left {
    margin-left: 0%;
  }
  .gutter-right {
    margin-right: 0%;
  }
  .gutter-left-four {
    margin-left: 0%;
  }
  .gutter-left-six {
    margin-left: none;
  }
  .gutter-right-six {
    margin-right: none;
  }
  .padding-left-100px {
    padding-left: none;
  }
  #navigation-wrapper {
    padding-top: 0px;
    padding-bottom: 10px;
    border: none;
  }
  #hdr-top-left {
    font-size: small;
  }
  .padding-sm {
    padding: 30px 0px 30px 0px;
    border-bottom: #E1E1E1;
  }
  img.aboutdesigner {
    float: none;
    padding: 1em;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .header-logo {
      width:100%; 
      height:auto;
    }
}