﻿.mobile-on {
  display: none; }

@media (max-width: 600px) {
  .mobile-on {
    display: block; }
  .mobile-off {
    display: none !important; }
  #chat {
    display: none; }

  /*WARRANTIES 10/2016*/
  .warranties-content .float-l, .warranties-content .float-r {
    float: none;
    width: 100%; }
  /*VIDEOS 10/2016*/
  .description {
    width: 100%; }
  .preview {
    width: 100%; }
  /*RESOURCES HOMEPAGE*/
  #resources-page {
    background: url(../jpg/resources-mobile.jpg);
    background-size: cover; }
  #resources-page h1,
  #resources-page h2 {
    text-align: right;
    padding-right: 10px; }
  #resources-page h1 {
    font-size: 2.25em; }
  #resources-page h2 {
    font-size: 1.5em; }
  .resources .content {
    padding: 0; }
  .resources .content h1 {
    display: none; }
  .resources {
    padding-bottom: 0 !important; }
  .resource-links {
    display: flex;
    flex-wrap: wrap;
    background-color: #2c343b; }
  .resource-links a {
    float: none !important;
    margin: 0 !important;
    width: calc(50% - 1px) !important;
    height: 150px; }
  .resource-links a:nth-child(2n+1) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .resource-links a:nth-child(2n) {
    border-bottom: 1px solid #fff; }
  .resource-links .circle {
    display: none !important; }
  .resource-links p {
    display: none; }
  .resource-links h2 {
    font-size: 1em;
    text-align: center;
    color: #fff;
    margin-top: 0;
    padding: 0 5px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  /*END RESOURCES HOMEPAGE*/
  /*VIDEOS*/
  .videos .description {
    width: 100%; }
  .videos .description h2 {
    font-size: 1.1em;
    margin-bottom: 15px; }
  .videos .description h3 {
    width: 15em;
    font-size: 1em; }
  .videos .description hr {
    margin: 0 25%; }
  .videos .description:after {
    left: 45%;
    top: -5%;
    transform: rotate(90deg); }
  .videos .odd .description:after {
    left: 45%;
    top: 105%; }
  .videos .preview {
    width: 100%; }
  .videos .watch {
    left: 38%; }
  /*END VIDEOS*/
  /*MOBILE FOOTER 09/2016*/
  #footer {
    padding-top: 0; }
  #footer-wrapper .content {
    width: 100vw;
    padding: 0; }
  .mobile-footer a {
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none; }
    .mobile-footer a p {
      font-weight: 900;
      border-top: 1px solid white;
      margin: 0;
      padding: 15px 0; }
    .mobile-footer a:last-child p {
      border-bottom: 1px solid white; }
  .mobile-copyright {
    text-align: center;
    color: #fff;
    width: 100%; }
  .phone {
    display: inline-block; }
  .hashtag {
    float: right !important;
    font-family: acumin-pro !important;
  }
  .social {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center; }
    .social p {
      float: right; }
    .social img {
      width: 40px !important;
      height: 40px !important; }
      .social img:not(first-of-type) {
        padding-left: 5px; }
  .footer-bottom {
    border: none;
    padding: 0 20px; }
  /*END MOBILE FOOTER 09/2016*/ }

@media (max-width: 340px) {
  .social img {
    width: 35px !important;
    height: 35px !important; }
    .social img:not(first-of-type) {
      padding-left: 5px; } }

