﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}
td {
  vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
  display: block;
  margin: 0 auto !important;
}

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
  font-family: "Open Sans", sans-serif;
  color: #000;
  overflow-x: hidden;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #c52126;
}
a:hover {
  text-decoration: none;
}

hr {
  border: #000 1px solid;
}
p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
h4 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2px;
}
/*--- HEADER STYLES ---------------------*/
.header-nav-right {
  width: 80%;
  margin-left: 2%;
}
.logo {
  width: 20%;
}
.logo img {
  width: 100%;
  padding: 15px 0;
}
header {
  background: #212121;
  margin: 0 auto !important;
  text-align: center;
}
.header-width {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.col-1-3 {
  display: inline-block;
  text-align: center;
  width: 32%;
  vertical-align: middle;
}
.col-1-3-mobile {
  display: none;
}
.col-1-3 img {
  max-width: 400px;
  width: 100%;
}
.nav-left {
  width: 100%;
  text-align: right;
}
.nav-right {
  background: #333;
  max-width: 300px;
  width: 100%;
  float: right;
}
.social {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  box-sizing: content-box;
}
.social img {
  height: 25px;
  display: inline-block;
  padding: 15px 10px;
}

/*---BODY--------------------------------*/
.width {
  width: 80%;
  margin: 0 auto;
}
.ninty-width {
  width: 90%;
  margin: 0 auto;
}
.logo-sect {
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 4% 0%;
}
.logo-sect img {
  height: 130px;
  display: inline-block;
  padding: 0% 3%;
}
.gray-bg {
  background: #212121;
  display: inline-block;
  padding: 4% 0;
  width: 100%;
}
.lt-gray {
  background: #2b2b2b;
  display: inline-block;
  padding: 2% 0;
  width: 100%;
}
#col-left {
  width: 48%;
  float: left;
  padding: 50px 0;
}
#col-left img {
  width: 100%;
}
#col-right {
  width: 48%;
  float: right;
  padding: 50px 0;
}
#col-left p {
  color: #fff;
}
#col-right p {
  color: #fff;
}
.gray-bg h4 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 300;
  line-height: 28px;
}
.gray-bg h1 {
  color: #fff;
  font-size: 35px;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 700;
  line-height: 28px;
}
.lt-gray h4 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 300;
  line-height: 28px;
}
.lt-gray h1 {
  color: #fff;
  font-size: 35px;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 700;
  line-height: 28px;
}
.gray-bg span.thirty {
  color: #ed1b24;
  font-size: 38px;
  font-weight: 400;
}
.border-btn {
  border: 2px solid #ed1b24;
  padding: 10px 20px;
  color: #ed1b24;
  letter-spacing: 2px;
  font-size: 17px;
  margin-top: 25px;
  display: inline-block;
  transition: 0.3s;
}
.border-btn:hover {
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 17px;
  margin-top: 25px;
  display: inline-block;
}

.locations {
  width: 46%;
  display: inline-block;
  padding: 2% 25px;
}
.locations h4 {
  line-height: 27px;
  font-size: 19px;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.locations h4 a {
  color: #ddd;
}
.header-left {
  float: left;
  width: 35%;
}
.header-right {
  float: right;
  width: 55%;
}
.header-right h4 {
  text-align: right;
}

p#header-p {
  color: #a4a4a4;
  text-align: left;
  padding: 35px 0;
}
/*--------- CATEGORY GRID-----------------------------*/
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1890px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 10px;
  width: 23.7%;
  height: auto;
  background: #000;
  text-align: center;
  cursor: pointer;
  box-shadow: 3px 3px 4px rgba(193, 193, 193, 1);
  z-index: 9;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 3px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  font-size: 1.5vw;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
  background: #000;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
}

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-goliath h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  text-align: left;
}
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

figure.effect-goliath p {
  text-transform: none;
  font-size: 12.5px;
  opacity: 0;
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -140px, 0);
}

figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0, -130px, 0);
  transform: translate3d(0, -130px, 0);
}

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.logo-header-sect span {
  color: #ed1b24;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0;
}
.logo-header-sect h3 {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/*----------DETAILED SEARCH----------------------------*/
#skyline {
  background: url(../siteart/skyline.jpg);
  height: 300px;
}
#skyline h1 {
  text-align: center;
  color: #ed1b24;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
  font-size: 28px;
}

.detailed-search-wrap {
  padding: 50px 0;
}

.content {
  width: 90%;
  margin: 0 auto;
}

.detailed-form {
  margin: auto;
}
.clear {
  clear: both;
}
.detailed-row {
  margin: 10px 0 5px;
  font-size: 18px;
}
.column3 {
  width: 33.33%;
  /* width: 31%: ; */
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 5px;
  color: #fff;
}
.last {
  padding-right: 0px;
}
.detailed-search input[type="submit"] {
  font-size: 16px !important;
  background: #c52126 !important;
  width: 100% !important;
  margin-top: 2px !important;
  letter-spacing: 2px !important;
  height: 40px !important;
  color: #fff !important;
  display: inline-block !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  outline: none !important;
  border: none !important;
  transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -webkit-border-radius: 0 !important;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
.detailed-search input[type="submit"]:hover {
  background: #000 !important;
}
.detailed-search input[type="text"] {
  width: 100% !important;
  margin: 2px 0 !important;
  padding: 0 8px !important;
  font-size: 15px !important;
  height: 40px !important;
  background-color: #ed1b24 !important;
  color: #fff !important;
  border: none !important;
  box-sizing: border-box !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.detailed-search-wrap h3 span {
  color: #d7d7d7 !important;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

main {
  width: 100%;
  padding: 50px;
  margin: 0 auto;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  letter-spacing: 2px;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  color: #fff;
}

/*label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }*/

label:hover {
  color: #fff;
  cursor: pointer;
}
.invcatsect {
  display: flex;
  justify-content: center;
  padding: 50px;
}
.invcatbox {
  width: 200px;
  margin: 0px 10px;
  border: 1px solid #d1d1d1;
}
.invcatbox:hover {
  border: 1px solid #919191;
}
.invcatimg {
  width: 100%;
  text-align: center;
}
.invcatimg img {
  width: 100px;
}
.invcattext {
  width: 100%;
  text-align: center;
}
.invtext {
  color: #212121;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  padding: 12px 0px;
}
.faceted-search-content
  .faceted-section-box
  .faceted-option-checkbox-container
  .option-name,
.currency-selector {
  color: #000 !important;
  text-align: left !important;
}
.view-listing-details-link {
  color: #fff !important;
}
.faceted-search-content .selected-facets-container .selected-facet,
.view-listing-details-link,
.buy-now-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-additional-data .data-row .data-label,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button,
.contact-options a,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.compare-listings-container .compare-container .button {
  background: #ed1b24 !important;
}
.compare-chkbox-container .compare-listings .compare-label,
.compare-listings-container
  .compare-container
  .comp-header-img
  .comp-title-close-cont
  .compare-title
  h3,
.compare-listings-container .compare-container .compare-price,
.faceted-search-content
  .faceted-section-box
  .faceted-option-checkbox-container
  .option-count {
  color: #000 !important;
}
.compare-chkbox-container .compare-listings .fa-check {
  top: 20px !important;
  left: 31px !important;
  color: #000 !important;
}
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
  border-color: #ed1b24 !important;
  color: #ed1b24 !important;
}
.show-all-modal
  .all-options-container
  .option-container
  .faceted-option-checkbox-container
  label {
  color: #000 !important;
}
.list-top-section .list-title .list-listings-count {
  color: #ed1b24 !important;
}
@media screen and (max-width: 650px) {
  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}

/*--------FORM STYLES--------------------------------------*/
.form-bg {
  padding: 3% 0;
}
.form-wrap {
  width: 100%;
  display: inline-block;
  padding: 2% 0;
}
#formpage-2 {
  vertical-align: top;
  margin: 0 auto;
  text-align: left;
}

#formpage-2 div {
  vertical-align: top;
  padding: 5px 5px;
  color: #fff;
}

#formpage-2 input {
  padding: 6px 5px 10px;
  font-size: 13px;
  background: #212121;
  color: #fff;
}

#formpage-2 textarea {
  padding: 6px 0px;
  font-weight: 700;
  color: #000;
  font-size: 12px;
  background: #fff;
  margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage-2 select {
  color: #202e3b;
  vertical-align: middle;
  font-size: 12px;
  line-height: normal;
  padding: 8px;
  width: 100%;
}

.formfield-2 {
  max-width: 300px;
  width: 100%;
  margin-right: 12px;
  color: #e6e6e6;
  text-align: left;
  margin: 0 auto;
}
#formpage-2 input {
  width: 100%;
}
#formpage-2 input#interest {
  width: auto;
}
#formpage-2 input#service {
  width: auto;
}

#formpage-2 input.larger {
  width: 100%;
}

#formpage-2 textarea {
  width: 100%;
  height: 85px;
  font-family: "Roboto Condensed", sans-serif;
}

/* focus states of various types of fields */
#formpage-2 input:focus,
#formpage-2 textarea:focus,
#formpage-2 select:focus {
  background: #ddd;
  color: #212121;
  outline-style: none;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

#formpage-2 input.button,
#formpage-2 input.button:focus {
  max-width: 320px;
  width: 100%;
  margin: 0;
  background: #212121;
  border: 2px solid #000;
  padding: 15px 20px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  float: none;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  letter-spacing: 2px;
}
#formpage-2 input.button:hover {
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  background: none;
  line-height: 14px;
  color: #212121;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

/* for plain text next to an input field, if not using a table structure */
#formpage-2 label.basic {
  color: #212121;
  font-size: 13px;
  text-align: left;
}

/*--------FORM STYLES -2 --------------------------------------*/
.form-wrap {
  width: 100%;
  display: inline-block;
  padding: 2% 0;
}
#formpage {
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
}

#formpage div {
  vertical-align: top;
  padding: 5px;
  color: #000;
  text-align: center;
}

#formpage input {
  padding: 6px 5px 10px;
  border: 1px solid #000;
  background: #ed1b24;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0 !important;
}

#formpage textarea {
  padding: 6px 5px;
  border: 1px solid #000;
  color: #fff;
  background: #ed1b24;
  margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
  border: 1px solid #000;
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
  padding: 8px;
  width: 100%;
}

.formfield {
  width: 48%;
  float: left;
  margin-right: 12px;
  color: #fff;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}

#formpage input {
  width: 100%;
}
#formpage input#interest {
  width: auto;
}

#formpage input.larger {
  width: 100%;
}

#formpage textarea {
  width: 100%;
  height: 85px;
  font-family: "Open Sans", sans-serif;
}

#formpage input.radio {
  padding: 0;
  border: 0;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  text-align: left;
}

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
  background: #ed1b24;
  color: #fff;
  border: 1px solid #abacac;
  outline-style: none;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

#formpage input.button,
#formpage input.button:focus {
  width: 340px;
  color: #fff !important;
  background: #212121;
  padding: 12px 20px;
  font-weight: 700;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  display: inline-block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0 !important;
  letter-spacing: 1px;
  font-size: 16px;
}
#formpage input.button:hover {
  background: #000;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
  color: #212121;
  font-size: 13px;
  text-align: center;
}

/*control the Captcha */

.CaptchaPanel {
  padding: 1% 0;
  line-height: normal !important;
  color: #000;
  width: 30%;
  text-align: center;
  margin: 0 auto !important;
}

.CaptchaImagePanel {
  margin-top: 10px;
  padding: 0 0 0 0;
  text-align: center;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
  text-align: center !important;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0 !important;
  text-align: left;
}
.CaptchaWhatsThisPanel a {
  color: #fff;
}
.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/*-------- FOOTER STYLES ----------------*/
.lt-red {
  background: #ed1b24;
  width: 100%;
}
.lt-red h4 {
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
}
.drk-red {
  background: #c52126;
  width: 100%;
}
.drk-red p {
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.hosted-content .inline-block {
  color: #000 !important;
  letter-spacing: 0px !important;
}
.hosted-content .font12 {
  color: #000 !important;
}
.listings-wrapper .listing-largecard .listing-card-inner,
.listings-wrapper .listing-thumb .listing-card-inner,
.listings-wrapper .listing-smallcard .listing-card-inner {
  color: #000 !important;
  line-height: 28px !important;
}
.hosted-content label {
  color: #000 !important;
  letter-spacing: 0px;
}
.hosted-content .listings-wrapper .listings-list .category-banner h3 {
  font-size: 20px !important;
}
header,
nav,
article,
footer,
address,
img {
  margin: 0 auto !important;
}
.modal-content .form-main-content .modal-form-el label span {
  color: #000 !important;
}
.modal-content .form-main-content .modal-form-el label {
  padding: 10px 0 !important;
  letter-spacing: 0.5px !important;
}
/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1800px) {
  .grid figure {
    width: 23.2%;
  }
  .locations {
    width: 45%;
  }
  .locations h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1500px) {
  .locations {
    width: 43%;
  }
  .locations h4 {
    font-size: 17px;
    text-align: left;
  }
  .header-left {
    width: 100%;
  }
  .header-right {
    width: 100%;
  }
  .formfield {
    width: 46%;
  }
  .grid figure {
    width: 23%;
  }
  figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -170px, 0);
    transform: translate3d(0, -170px, 0);
  }

  figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
  }
}

@media only screen and (max-width: 1170px) {
  .grid {
    max-width: 900px;
  }
  .grid figure {
    width: 47%;
  }
  .grid figure h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .logo {
    width: 50%;
  }
  .nav-left {
    float: right;
    text-align: left;
  }
  .nav-right {
    background: transparent;
    width: 100%;
  }
  .social {
    text-align: right;
    width: 100%;
  }
  .social img {
    padding: 5px 8px;
  }
  .grid {
    max-width: 900px;
  }
  .grid figure {
    width: 47%;
  }
  .grid figure h2 {
    font-size: 18px;
  }
  .logo-sect img {
    height: 120px;
  }
  #col-left {
    width: 100%;
    padding: 15px 0;
  }
  #col-right {
    width: 100%;
    padding: 15px 0;
  }
  .locations {
    width: 100%;
    padding: 10px 0;
  }
  .lt-red h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 950px) {
  .invcatsect {
    padding: 25px 0px;
  }
  .invcatbox {
    width: 24%;
    margin: 0px 5px;
  }
}
@media only screen and (max-width: 700px) {
  .col-1-3 {
    width: 100%;
  }
  .col-1-3 img {
    max-width: 300px;
  }
  .col-1-3-mobile {
    display: block;
  }
  .col-1-3-mobile img {
    max-width: 300px;
  }
  #RentalsLogo2 {
    display: none;
  }
  #EstLogo {
    margin-bottom: -28px !important;
    max-width: 200px;
  }
  .grid {
    max-width: 500px;
  }
  .grid figure {
    width: 95%;
  }
  .logo-sect img {
    height: 120px;
  }
  .column3 {
    width: 100%;
    padding-right: 0;
  }
  .column3 last {
    width: 85%;
  }
  .gray-bg h4 {
    font-size: 17px;
  }
  .gray-bg h1 {
    font-size: 25px;
  }
  .formfield {
    width: 100%;
  }
  .CaptchaPanel {
    width: 100%;
  }

  .invcatsect {
    flex-wrap: wrap;
  }
  .invcatbox {
    width: 45%;
    margin: 10px 5px;
  }
  .logo-sect {
    padding: 4% 7%;
  }
}
@media only screen and (max-width: 500px) {
  .logo {
    width: 70%;
  }
  .header-right {
    width: 100%;
  }
  .social img {
    height: 20px;
  }
  .logo-sect img {
    height: 140px;
  }
  .lt-red h4 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  #skyline {
    height: auto;
  }
  .detailed-search input[type="submit"] {
    margin-top: 25px !important;
  }
  #formpage input.button,
  #formpage input.button:focus {
    width: 100%;
  }
  .invcatbox {
    width: 95%;
    margin: 10px 5px;
  }
  .logo-header-sect h3 {
    font-size: 20px;
  }
  .logo-sect {
    padding: 15% 7%;
  }
}

@media only screen and (max-width: 300px) {
  figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -180px, 0);
    transform: translate3d(0, -180px, 0);
  }

  figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -160px, 0);
    transform: translate3d(0, -160px, 0);
  }
  figure.effect-goliath p {
    padding: 10px;
  }
  .logo-header-sect h3 {
    font-size: 16px;
  }
  .logo-header-sect span {
    font-size: 29px;
  }
}
