@media only screen and (max-width: 1500px) {
  /* intro section - main page
   -------------------------------------------------------------------- */
  #intro {
    height: 100%;
  }
  #intro .row {
    max-width: 80%;
    padding-top: 3%;
  }
  /* info section - main page
   -------------------------------------------------------------------- */
  #info .row {
    max-width: 90%;
  }
  /* services section - main page
   -------------------------------------------------------------------- */
  #services .row {
    max-width: 100%;
  }
  /* form section - main page
   ----------------------------------------------------------------- */
  #form .row {
    max-width: 90%;
  }
  /* footer
   ----------------------------------------------------------------- */
  footer p {
    font-size: 12px;
  }
  footer li {
    font-size: 12px;
  }
  footer .copyright li {
    font-size: 14px;
  }
  /* brand and product pages
   ----------------------------------------------------------------- */
  .first-td {
    font-size: 12px;
  }
  .second-td {
    padding-left: 12px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  /* intro section - main page
   -------------------------------------------------------------------- */
  #intro {
    height: 100%;
  }
  #intro .row {
    max-width: 80%;
    padding-top: 3%;
  }
  /* info section - main page
   -------------------------------------------------------------------- */
  #info .row {
    max-width: 90%;
  }
  /* services section - main page
    -------------------------------------------------------------------- */
  #services .row {
    max-width: 100%;
  }
  #services i {
    font-size: 60px;
  }
  /* form section - main page
   ----------------------------------------------------------------- */
  #form .row {
    max-width: 90%;
  }
  /* footer
   ----------------------------------------------------------------- */
  footer p {
    font-size: 9px;
  }
  footer li {
    font-size: 9px;
  }
  footer .copyright li {
    font-size: 14px;
  }
  /* brand and product pages
   ----------------------------------------------------------------- */
  .first-td {
    font-size: 12px;
  }
  .second-td {
    padding-left: 12px;
    font-size: 10px;
  }
}

/* small screens
--------------------------------------------------------------------- */

@media only screen and (max-width: 900px) {
  /* intro section - main page
   -------------------------------------------------------------------- */
  #intro {
    height: 100%;
  }
  #intro .row {
    max-width: 80%;
    padding-top: 3%;
  }
  /* brands section - main page
   -------------------------------------------------------------------- */
  #brands .row {
    max-width: 90%;
  }
  /* info section - main page
   -------------------------------------------------------------------- */
  #info .row {
    max-width: 90%;
  }
  /* services section - main page
   -------------------------------------------------------------------- */
  #services p {
    font-size: 20px;
  }
  /* form section - main page
   ----------------------------------------------------------------- */
  #form p {
    font-size: 16px;
  }
  #form .row {
    max-width: 100%;
  }
  /* footer
   ----------------------------------------------------------------- */
  footer p {
    font-size: 10px;
  }
  footer li {
    font-size: 10px;
  }
  /* brand and product pages
   ----------------------------------------------------------------- */
  blockquote {
    display: none;
  }
  #page-title h1 {
    font: 46px sans-serif;
  }
  #page-content {
    width: 90%;
  }
  .card-buttons .button {
    padding: 3px 6px;
    font-size: 12px;
  }
  .quick-view {
    display: block;
    opacity: 1;
  }
  .modal-content {
    width: 80%;
  }
  .modal-content .button {
    margin-bottom: 20px;
  }
  #sidebar {
    padding: 0;
  }
  #primary,
  #secondary {
    float: none;
    width: 100%;
  }
  .slider-wrapper {
    border-radius: 0;
  }
}

/* mobile wide/smaller tablets
---------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
  .button-contact {
    position: fixed;
  }
  .button-contact .button {
    background: #605DEA;
    color: #FFFFFF;
    padding: 10px 5px 0px 10px;
    font-size: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
  }

  #brands .square .text {
    color: #FFFFFF;
    opacity: 1;
    padding-top: 30px;
    text-align: center;
  }

  #brands .square .text-overlay {
    color: #3D4145;
    opacity: 1;
    text-align: center;
    padding-top: 0px;
  }
  /* intro section - main page
   -------------------------------------------------------------------- */
  #intro {
    height: 100%;
  }
  #intro .row {
    max-width: 90%;
    padding: 0;
  }
  .intro-text {
    margin-top: 42px;
    margin-bottom: 30px;
    width: 100%;
  }
  .intro-text h1 {
    font: 38px/48px sans-serif;
  }
  .intro-text p {
    font: 15px sans-serif;
  }
  .no-display {
    display: block;
  }
  #intro img {
    margin: auto;
  }
  /* services section - main page
  -------------------------------------------------------------------- */
  #services .row {
    max-width: 100%;
  }
  #services i {
    font-size: 100px;
  }
  /* form section - main page
   ----------------------------------------------------------------- */
  #form {
    background: #3D4145 url(../images/img-section.png) no-repeat;
    background-position: top;
  }
  #form h1 {
    font-size: 32px;
    margin-bottom: 6px;
  }
  .well {
    margin-top: -10px;
  }
  /* footer
   ------------------------------------------------------------------------ */
  footer .row {
    max-width: 100%;
  }
  footer .copyright li:before {
    content: none;
  }
  footer .copyright li {
    margin-right: 10px;
    font-size: 10px;
  }
  footer .copyright {
    text-align: center;
    float: none;
  }
  footer h3 {
    text-align: center;
  }
  footer p {
    font-size: 14px;
  }
  footer li {
    font-size: 14px;
  }
  footer img {
    max-width: 80%;
  }
  .margin-bottom {
    margin-bottom: 30px;
  }
  /* brand and product pages
   ------------------------------------------------------------------------ */
  #page-title h1 {
    font: 38px sans-serif;
  }
  #page-title p {
    font: 16px sans-serif;
  }
  #page-content {
    width: 480px;
    padding-top: 30px;
  }
  .card-buttons .button {
    padding: 6px 12px;
    font-size: 18px;
  }
}

/* mobile narrow
  -------------------------------------------------------------------------- */

@media only screen and (max-width: 480px) {
  /* intro section - main page
   ------------------------------------------------------------------------- */
  #intro {
    height: 100%;
    padding-bottom: 10px;
  }
  .intro-text {
    margin-top: 36px;
    margin-bottom: 27px;
  }
  .intro-text h1 {
    font: 34px sans-serif;
  }
  .intro-text p {
    font: 14px sans-serif;
  }
  /* info section - main page
   ------------------------------------------------------------------------- */
  #info {
    padding-left: 0;
    padding-right: 0;
  }
  #info .row {
    max-width: 90%;
  }
  #info h1 {
    font: 34px sans-serif;
    color: #3D4145;
    margin-bottom: 36px;
  }
  /* form section - main page
   ------------------------------------------------------------------------- */
  #form .row {
    max-width: 100%;
  }
  /* img section - main page
   ------------------------------------------------------------------------- */
  #img-section {
    background: url(../images/img-section.png) no-repeat;
    height: 100%;
  }
  #img-section img {
    width: 100%;
    margin-top: 30px;
  }
  /* brands and product pages
   -------------------------------------------------------------------- */
  #page-content {
    width: auto;
    margin-bottom: 50px;
  }
}