/*
 * Normalize.min.css
 *
 */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:0em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {    
  font-size: 14px;
  line-height: 1.5;
}
strong {
  font-weight: 800;
}
.ital {
  font-style: italic;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   AUTHOR'S CUSTOM STYLES
   ========================================================================== */
/* ==========================================================================
   General
   ========================================================================== */
* {
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
    overflow-x: hidden;  
}
body {
  color: #555;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  position: relative;
  overflow: hidden;  
  font-size: 2.5em;
  }




h2,
h3,
h4,
h5,
h6,
label,
.copy,
.error,
.tabular,
summary { /*tabular is listing tab data */
  font-family: 'Open Sans', sans-serif;
}

h3, summary {
  font-weight: 400;
}

h2 {
	font-weight: 400;
	text-transform: uppercase;
}
	
h5 {
  margin-bottom: 0.75em;
}

body {
  width: 100%;
}
body,
.text-overlay li,
.text-overlay h3 {
  font-family: 'Open Sans', sans-serif;
}
.listing-wrapper, .section-wrapper {
  width: 85%;
  margin: auto;
}
.narrow-section-wrapper {
  width: 80%;
  margin: auto;
}
a img {
  border: 0;
} /*remove borders in IE*/
.home {
  padding: 3em 0 2.5em 0;
}
.centered {
  text-align: center;
  margin: auto;
  width: 70%;
  padding: 3em 0;
}
.center {
  text-align: center;
}
a {
  text-decoration: none;
  color: #018bc6;
}

a:hover {
  color: #666;
}

ul {
  list-style: none;
   padding: 0;
   margin: 0;
   position: relative;
}
.padding {
  margin-top: 1.5em;
}
.bottom-pad {
  padding-bottom: 2em;
}

.full-width {
  width: 100%;
}

.img-border {
  border-radius: 2px;
  /*border: .2em solid #eee;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
  margin-bottom: 1em;
  -webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);  
}

.margin-center {
  margin: 0 auto;
}

summary {
  font-size: 1.5em;
}

/* ==========================================================================
   Colors
   ========================================================================== */
.white-text {
  color: white;
}
.black-text {
  color: #666;
}
.black-bg {
  background-color: #000;
}
.blue-text,
.blue-text:visited {
  color: #018bc6;
}
.blue-text:hover {
  color: white;
}
/* ==========================================================================
   Links
   ========================================================================== */

/* ==========================================================================
   Navigation
   ========================================================================== */
.nav {
  z-index: 99;
  text-align: center;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .85);
  position: fixed;
  top: 0; 
  left:0; 
  right: 0;
  padding: 0.5em 0;
  border-bottom: 1px solid gray;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.9);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.9);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.9);
}

.nav li {
  padding: 0.5em 0.5em;
  font-size: 0.75em;
}

.nav li a {
    padding: 0.5em 1em;
}

#nav-logo {
    display: inline-block;
    max-width: 240px;
    margin-right: 10px;
}

.nav ul {
  z-index: 4000;
}

.nav li a, .nav li a:visited {
    color: #fff;
}

.nav li a:active {
  background: #018bc6;
}

.nav img {
  width: 100%;
  text-align: left;
  vertical-align: bottom;
}

#large-nav {
  /*display: none;*/
}
#on {
  border-bottom: 2px solid #018bc6;
}

.show-menu {
    vertical-align: middle;
}

/* Fontastic */
/*@charset "UTF-8";*/

@font-face {
  font-family: "untitled-font-1";
  src:url("fonts/untitled-font-1.eot");
  src:url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/untitled-font-1.woff") format("woff"),
    url("fonts/untitled-font-1.ttf") format("truetype"),
    url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e001";
}
.icon-facebook-square:before {
  content: "\e003";
}
.icon-youtube-square:before {
  content: "\e000";
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  border-top: 1px solid gray; 
}

.foot-contact {
  /*background-color: rgb(160,160,160);*/
  background-color: #fff;
  padding: 2em 0 2em 0;
  font-weight: 400;
  text-align: center;
}

.foot-contact a {
  color: #666;
  font-weight: 300;
}

.foot-contact .pseudobutton {
   text-transform: uppercase;
   font-size: .75em;
   background-color: #018BB8 !important;
   border: 1px solid #fff !important;
   border-radius: 2px !important;
   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.foot-contact .pseudobutton:hover {
    color: #018bc6 !important;
    border: 1px solid #018bc6 !important;
    border-radius: 2px !important;
    background-color: white !important;
}

footer .email,
footer .email:hover {
   background-image: none !important;
}

.foot-contact img{
  width: 65%;
}

.foot-contact li {
  font-size: .9em;
}

.foot-contact li a.fontastic {
  font-size: 1.5em;
}

.logo-top {
  display: none;
}

.footer-logo {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

.footer-logo a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-logo a img:hover {
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;    
}

.copy {
  margin: 0;
  padding: 1em;
  font-size: .6em;
  color: gray;
}

.footer-social {
  z-index: 99;
  text-align: center;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .9);
  position: fixed;
  bottom: 0; 
  left:0; 
  right: 0;
  padding: 0.5em 0;
  border-bottom: 1px solid gray;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.9);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.9);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.9);
}

.footer-social p {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  color: white;
}

.footer-social a {
  vertical-align: middle;
}

#mc_embed_signup input.email {
    max-width: 300px;
}

/* ==========================================================================
   Pseudobutton
   ========================================================================== */
.pseudobutton, .pseduobutton:visited {
  background-color: #018bc6;
  text-align: center;
  display: inline-block;
  font-size: .75em;
  padding: .5em 1em;
  margin: 1em 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;    
}

.pseudobutton-pdf, .pseduobutton-pdf:visited {
  text-align: center;
  display: inline-block;
  padding: .5em 1em;
  margin: 1.5em 0 1em 0;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #018bc6;
  color: #fff;
  text-transform: uppercase;
}

.pseudobutton.white-text {
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
.pseudobutton.black-text {
  border: 1px solid #666;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
/* ==========================================================================
   HOME PAGE SECTIONS
   ========================================================================== */
.home h1 {
  margin-bottom: .75em;
}

/* ==========================================================================
   Homepage Background images
   ========================================================================== */
.logo-vert {
  display: block;
  margin: 3em 1em auto;
  width: 90%;
}
.landing,
.slogan, 
.services, 
.full-listing,
.testimonials {
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.landing, 
.slogan,  
.full-listing {
  background-position: center;
}
.services, 
.testimonials {
  background-position: bottom;
}
.testimonials {
  background-image: url(/assets/img/site-images/m3.jpg);
}

.testimonials p,
.testimonials h1,
.testimonials h3 {
  color: #fff;
}

.services {
  background-image: url(/assets/img/site-images/2002l.jpg);
}

.home-light-bg {
  background-color: rgb(230, 230, 230);
  background-color: rgba(230, 230, 230, 0.85);
}

.home-dark-bg {
  background-color: rgb(30, 30, 30);
  background-color: rgba(30, 30, 30, 0.85);
  color: white;
}

.home-blue-bg {
  background-color: rgb(1,139,184);
  background-color: rgba(1,139,184, 0.85);
  color: white;
}

/* ==========================================================================
   Landing
   ========================================================================== */
.landing {
  padding: 0 0 0 0;
}
.logo-text {
  display: none;
}

.hero-home-mobile img {
  width: 90vw;
  margin-bottom: 20px;
}

.hero-home-not-mobile {
  display: none;
}

@media screen and (min-width: 600px) {

.hero-home-mobile img {
  display: none;

}

.hero-home-not-mobile {
  display: block;
}

.hero-home-not-mobile img {
  margin: 100px 0 auto;
  width: 40vw;
}
}


/* ==========================================================================
   PUrgent News
   ========================================================================== */

.news {
 background-color: #018BB8;
 color: #fff;
}


/* ==========================================================================
   Slogan
   ========================================================================== */
.slogan {
  background-color: #018BB8;
  text-align: center;
 /* padding: 2em 0;*/
}
.slogan-padding {
  padding: 2em 0; 
}
.slogan h2 {
  font-size: 1.25rem;
}
.slogan h3 {
  font-weight: 100;
  margin-top: 1em;
  font-size: 1em;
}
.section-wrapper-wide {
  width: 96%;
  margin: auto;
}

/* ==========================================================================
   Services
   ========================================================================== */
.services p {
  margin-bottom: 3em;
  margin-top: 0.75em;
}

  .narrow {
      display: none;
  }

/* ==========================================================================
   About
   ========================================================================== */

.about p {
  margin-bottom: 2em;
}

/* ==========================================================================
   Testimonials
   ========================================================================== */
    /*See Services for background image*/
.block {
  margin-top: 2em;
  display: inline-block;
  /*font-style: italic;*/
}
.right {
  text-align: right;
}
/* ==========================================================================
   Links Section of Home Page
   ========================================================================== */
.links p, 
.contact p, /* contact and success refer to contact page*/
.contact a, 
.contact li, 
.success p,
.success li {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
}
.links p, 
.contact p,
.contact li, 
.success p,
.success li {
  font-weight: 400;
  margin: 1em 0;
}
.mini-inventory {
  width: 100%;
}
.mini-inventory ul {
  margin: 0 auto;
}
.mini-inventory li  {
  max-width: 70%;
  display: inline-block;
  margin: 0 1em;
}
.mini-inventory img {
  border-radius: 2px;
  /*border: .2em solid #eee;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
  margin-bottom: 1em;
  width: 100%;
  -webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
}
.links h1 {
  text-align: center;
}
.links h1 {
  color: white;
}
.grid {
  text-align: center;
}
.coming-list .sold-listing{
  vertical-align: top;
}
.grid ul {
  margin: 0 auto;
  display: inline-block;
}
.grid > li {
  max-width: 100%;
  display: inline-block;
  margin: 0 1%;
  text-align: center;
} 
.clear-view {
  display: none;
}
/* ==========================================================================
   LISTINGS PAGE
   ========================================================================== */
.display-box, .sold-listing, .sold-full-listing {
  margin-bottom: 3em;
  position: relative;
  width: 100%; /* for IE 6 */
  /*border: .2em solid #eee;*/
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
}
.coming-list .grid li {
  vertical-align: top;
}

.coming-list h3 {
    font-size: 1em;
}

.coming-list > .grid > li {
  margin-bottom: 1.5em;
}

.sold-listing, .sold-full-listing {
  margin-bottom: 1.5em;
}
.sold-listing h3, .sold-full-listing h3 {
  margin-bottom: .25em;
}
.listing ul {
  margin-top: .5em;
}
.listing a, .listing a:visited, .mini-inventory a, .mini-inventory a:visited {
  color: white;
}
.listing h2 {
  margin-bottom: 0.5em;
}
.listing h2 a, .listing h2 a:visited {
  color: #666;
}
.feature-image {
  width: 100%;
}
.feature-image-sold {
  width: 100%;
  -webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
}
.display-box h3 {
  margin-bottom: 0.5em;
}
.full-listing {
  padding-top: 2em;
}

.full-listing h3 {
  text-transform: uppercase;
  margin: 2em 0;
}

.full-listing > p {
  font-size: .75em;
}
.car {
  padding-top: 1em;
}
.car p {
  margin-top: .5em;
  margin-bottom: 1em;
}
.car p, .car ul, .tabular {
  padding-left: 1%;
  padding-right: 1%;
}
.car ul {
  margin-top: -.75em;
  margin-bottom: 1em;
}
.car h2,
summary {
  /*padding-left: 1%;*/
  border-bottom: 2px solid #018bc6;
  text-transform: uppercase;
}
.car img {
  /*border: .2em solid #eee;*/
  border-radius: 2px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
}
/*text within pdf pseudobuttons*/
.gallery {
  padding-top: 0.5em;
  width: 100%;
  text-align: center;
}
.listing a, 
.listing ul li {
  display: block;
  width: 100%;
  margin: 0;
}
.gallery a img { 
  /*border: 0.2em solid #fff;*/
  border-radius: 1px;
/*  max-width: 49.2%;*/
  max-width: ;
  margin: 0.5em 0.1em;
  -webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
}
.gallery .row:first-child {
  margin-top: 0;
}
.coming > ul {
  margin-top: 2em;
}
.coming > h3 {
  margin-bottom: 1em;
}
.coming-home {
  margin-bottom: 2em;
}
.coming-home ul {
  margin-bottom: 1em;
}
.coming-soon-multiple li {
  display: inline-block;
  margin: 1em;
  width: 40%;
}
.coming-soon-multiple li img {
  width: 100%;
}
.coming-two {
  display: inline-block;
  width: 50%;
}
.full-listing li {
  font-size: .8em;
}
.full-listing h1 {
  background-color: rgb(40, 40, 40);
  background-color: rgba(40, 40, 40, .45);
  color: white;
  padding: 0.25em;
  margin: 0;
}
.feature-image-listing {
  width: 100%;
}
.listing-bg {
  color: #666;
  background-color: rgb(235, 235, 235); /* Fallback */
  background-color: rgba(235, 235, 235, .97);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.listing-bg h1 {
  font-size: 1.75em;
}
.listing-top-contact {
  display: block;
  max-width: 45%;
  margin: 0 auto;
  margin-bottom: 3em;
}
.feature-wrapper {
  width: 65%;
  margin: auto;
}
.tabular {
  font-size: .8em;
}
.inventory h1 {
  width: 100%;
}
.inventory h2 {
  font-size: 1.75em;
  text-align: center;
}
.text-overlay {
  color: white;
  background-color: rgb(0, 0, 0); /* Fallback */
  background-color: rgba(0, 0, 0, .5);
  position: relative; 
  width: 100%;
  padding-bottom: .5em; 
  border-top: 1px solid gray;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  text-align: center; 
}
.display-box h3 {
  background-color: rgb(255, 255, 255); /* Fallback */
  background-color: rgba(255, 255, 255, .35);
  color: #fff;
  padding: 0.2em 0 0.2em 3%;
  /*width: 97%;*/
  text-align: center;
}

.box-title {
  color: #666;
  width: 97%;
  text-align: center;
  font-size: 1.5em;
}

.text-overlay ul {
  margin-left: 3%;
  margin-top: 0.5em;
}
.text-overlay ul li {
  display: block;
  width: 100%;
  margin: auto;
}
.outer h1,
.inventory h2 {
  padding: .5em 0 .5em 0;
}
.outer {
  margin: 0 auto 0 auto;
  background-color: #e6e6e6;
  padding-top: 3.5em;
  padding-bottom: 2.5em;
}
.main-wrapper {
  margin: auto;
  width: 90%;
}
a p,
.sold-listing {
  color: #666;
}
.company-description {
  /*background-color: #2c3e50;*/
  background-color: gray;
  color: white;
  border-top: 1px solid #555;
  padding: 2em 0;
  margin: 70vh 0 0;
}
.listing-contact {
  margin: 2em auto;
}

.listing-links ul {
  padding: 0 0 2em 0;
  margin: 0 auto;
}
.listing-links li {
  margin: 0.5em 1em;
  display: inline-block;
}

.listing-links li:nth-child(2) {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  padding: 0.5em 1em;
  margin: 0;
}
 .listing-links a,
 .listing-links a:visited {
  color: #666;
 }
 
 .listing-links a:hover {
  color: #018bc6;
 }

.learn-more {
  display: none;
}
.listing-summary-links {
  margin: 0 auto;
  text-align: center;
}
.listing-summary-links li {
  display: inline-block;
  margin: 1.5em 0.4em;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}


#related h5 {
  margin-bottom: 1em;
}

.related-listing h6 {
  color: #666;
}

.video {
  text-align: center;
  margin: 0 auto;
  }
  
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.iframe-video,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-in-paragraph {
  float: right;
  width: 30%;
}
/* ==========================================================================
   SOCIAL MEDIA
   ========================================================================== */
.social-btn {
  background-size: 50px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  margin: 1em 3%;
  background-position: center;
}

.social-nav {
  display: none;
}

.social-nav p {
  display: inline;
  color: white;
  font-size: 0.85em;
  vertical-align: super;
  margin-bottom: 20px;
}

.social-nav .fontastic {
  font-size: 28px;
}

.fb-nav,
.twitter-nav,
.ig-nav,
.google-nav {
  background-size: 20px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  margin: 0 3%;
  background-position: center;
}

.facebook {
  background-image: url(/assets/img/social-media/standard/facebook.png);
  background-position: top;
}

.email {
  background-image: url(/assets/img/social-media/standard/mail.png);
}

#listing-left-col,
#listing-right-col {
  display: none;
}


#social,
#related {
  /*border: 1px solid #018bc6;*/
  border-radius: 2px;
  padding: 0.5em 1em;
  -webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15); 
}

.social-narrow {
  text-align: center;
}

.social-narrow li {
  display: inline-block;
  width: 20%;
}

.social-narrow li a {
  display: block;
  margin: 0 auto;
}

.listing-summary-links {
  background-color: rgb(40, 40, 40);
  background-color: rgba(40, 40, 40, .45);
  border-radius: 2px;
  width: 100%;
  -webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15); 
}

.listing-summary-links {
  color: white;
}

.listing-summary-links a {
  color: white;
}

.fixed {position:fixed; top:24em; left:6%;}

/* ==========================================================================
   FOUND PAGE
   ========================================================================== */
.found .gallery {
  margin: 0 auto 1em auto;
}

.found .gallery img {
  max-width: 40%;
  margin: .5em .5em;
}

.found {
  text-align: center;
}

.found .description {
  text-align: left;
  padding: 10px 66px;
}

.found-intro {
  text-align: left;
}

.found article {
  display: inline-block;
  margin: 0 auto;
}
/* ==========================================================================
   ABOUT PAGE
   ========================================================================== */
.about-page h2 {
  text-align: center;
  margin-bottom: 10px;
}
.about-page .gallery {
  margin: 0 auto 1em auto;
}
.about-page .gallery img {
  max-width: 40%;
  margin: .5em .5em;
}
.about-page .description {
  text-align: left;
  margin: 1em auto;
  width: 82%;
}
.bio {
  margin: 1em 0 1em 0;
  display: inline-block;
}
/*.bio p {
  margin-bottom: 1em;
}
*/
/* ==========================================================================
   BLOG POST
   ========================================================================== */
.blog-post .gallery {
  margin: 1em auto;
}

.blog-post .gallery img {
  width: 46%;
  display: inline-block;
}

.blog-post article {
  display: inline;
}

.blog-post p {
  margin-bottom: 1em;
}

.blog-feature-image {
  /*border: .2em solid #eee;*/
  border-radius: 2px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.website { display: none; }

.contact-bg {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

.contact {
  min-height: 80vh;
}

.contact .narrow-section-wrapper, .success .narrow-section-wrapper {
  padding: 1em 3%;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 3px 3px 31px 0 rgba(0,0,0,.37);
  -moz-box-shadow: 3px 3px 31px 0 rgba(0,0,0,.37);
  box-shadow: 3px 3px 31px 0 rgba(0,0,0,.37);
  border-radius: 2px;
}

.contact, .success {
  background-image: url(/assets/img/site-images/coupe.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #666;
  padding-top: 6em;
  padding-bottom: 6em;
}

.success {
  height: 50vh;
}

.contact-methods {
  text-align: center;
}

.contact-methods a {
  display: block;
  padding: .5em 0;
}

.success p {
  font-size: 2em;
  margin: 0 0;
}

.form-wrapper {
  color: #666;
}

.contact a, .contact a:visited {
  color: #666;
}

.bg p {
  font-size: 1.5em;
  line-height: 2em;
}

.required p {
  text-align: left;
}

.text-field, textarea {
  width: 100%;
  padding: .25em 0;
  margin: .5em auto;
  opacity: .85;
  color: #666;
}

textarea {
  min-height: 10em;
  border: 1px solid lightgray;
}

input[type='submit']
{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;  
}

.button {
  font-size: .75em;
  padding: .5em 1em;
  margin-top: 1em;
  border: 1px solid #666;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
  background-color: Transparent;
  overflow: hidden;
  outline:none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hide {
  display: none;
}
/* ==========================================================================
   404
   ========================================================================== */
.error {
  padding: 4em 2em;
  font-size: 2em;
  background-image: url(/assets/img/site-images/m3.jpg);
  background-position: center;
  background-size: cover;
}
/* ==========================================================================
   RESPONSIVE SLIDER
   ========================================================================== */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 1em 0;
  /*border: .2em solid #eee;*/
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15); 
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
}
/* ==========================================================================
   LISTING PAGE
   ========================================================================== */
#additional  {
  margin-bottom: 0.5em;
}
#additional ul {
  margin-top: 0.5em;
}

.mobile-thumb {
  max-width: 100%;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media screen and (min-width: 1024px) {
    .mobile-thumb {
    display: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
  .full-listing {
    background-image: none !important;
  }

}

@media screen and (min-width: 420px) {
  .logo-vert {
    display: none;
  }
  
  .nav li a {
      padding-left: 0.25em;
      padding-right: 0.25em;
  }
  .show-menu {
    vertical-align: inherit;
  }

  .landing {
    background-image: url(/assets/img/site-images/2002l.jpg);
    height: 90vh;
    margin-top: 2em;
  }
  .services {
    background-image: url(/assets/img/site-images/white-m-coupe.jpg);
  }
  .logo-text {
    display: block;
    float: right;
    margin-top: 3rem;
    margin-right: 1rem;
    width: 10em;
    background: white;
    background: rgba(255, 255, 255, 0.6);
  }
  .rslides {
    float: left;
    width: 45%;
    margin-top: .5em;
    margin-right: 3%;
    margin-bottom: .25em;
  }
  .grid > li {
    width: 47%;
  }
  .sold-hr {
    display: none;
  }
  .mini-inventory li  {
    max-width: 46%;
  }
  .foot-contact > ul {
    margin: 0 auto;
    width: 100%
  }
  .foot-contact img{
    width: 65%;
  }
  .foot-contact > ul > li {
    display: inline-block;
    margin: 0 auto;
    width: 32%;
    text-align: center;
    vertical-align: middle;
  }
}
@media screen and (min-width: 660px) {

  .landing {
    margin-top: 0;
    height: 80vh;
  }

  .main-wrapper {
    width: 65%;
  }

  .show-menu {
    vertical-align: text-bottom;
  }
  .slogan h2 {
    font-size: 2em;
  }
  .slogan h3 {
    font-size: 1.5em;
  } 
  .section-wrapper,
  .listing-wrapper,
  .wrapper {
    width: 65%;
  }
  .section-wrapper-wide {
    width: 80%;
    margin: 0 auto;
  }
  .narrow-section-wrapper {
    width: 60%;
  }
  
  .gallery a img { 
    margin: 0.2em 1px;
  }
  .feature-image img {
    width: 10%;
    margin-top: 3em;
  }
  .full-listing > p {
    font-size: 1em;
  }
  .text-field, textarea {
    padding: .5em 0;
    margin: .75em auto;
    font-size: .75em;
  }
  .contact-select label,
  .contact-select select {
    margin-left: 20%;
  }
  .foot-contact img {
    width: 55%;
  }
  .foot-contact li {
    font-size: 1em;
  }
}

@media screen and (min-width: 760px) {
  .nav {
    text-align: left;
  }
  .nav ul {
    margin-left: 1em;
    display: inline;
  }
  .nav li a {
    display: inline;
    /*margin-left: 0.75em;*/
    margin-right: 0.75em;
    padding: 0;
  }
  .nav li {
    max-width: 15%;
    display: inline-block;
    padding: 0;
  }
  .nav li:first-child {
    max-width: 30%;
  }
  #nav-logo {
    width: 260px;
    vertical-align: middle;
  }
  #large-nav {
    display: inline-block;
  }
  .social-nav {
    display: inline-block;
    text-align: right;
    position: fixed;
    right: 5px;
    width: 30%;
  }
  .social-nav a {
    margin: 0 1%;
  }
  .car p, .car ul, .tabular {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-social {
    display: none;
  }
}

@media screen and (min-width: 860px) {
  html {
    font-size: 16px;
  }
  .logo-text {
    margin-top: 5rem;
    width: 25rem;
  }
  .slogan {
    line-height: 3em;
    /*padding: 0;*/
  }
  .slogan-padding {
    padding: 2em 0;
  }
  .slogan h2 {
    font-size: 2.5em;
  }
  .slogan h3 {
    font-size: 1.5em;
  }
  .feature-wrapper {
    width: 65%;
  }
  .found .gallery img,
  .about-page .gallery img  {
    max-width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  
.testimonials p,
.testimonials h1,
.testimonials h3 {
  color: #555;
}

  .nav, 
  .landing {
    background-attachment: fixed;
  }
  #nav-logo {
    width: 320px;
    vertical-align: middle;
  }
  .logo-text {
    margin-top: 5rem;
    margin-right: 1.5rem;
  }

  .social-nav {
    width: 40%;
    position: absolute;
    right: 15px;
    top: 4px;
  }
  /*.landing,*/
  .testimonials {
    background-image: none;
  }
  .home-bg {
    background-position: center;
    background-image: url(/assets/img/site-images/2002l.jpg);
    background-attachment: fixed;
    background-size: cover;
  }
  .column-left{ 
    float: left; width: 32%;
    margin-right: 2%;
  }
  .column-right{ 
    float: right; width: 32%;
    margin-left: 2%;
  }
  .column-center{
    display: inline-block; 
    width: 32%;
  }
  .full-listing {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
    .full-listing h1 {
      border-top: 0px;
      border-bottom: 0px;
      border-radius: 2px;
    }
  .learn-more {
    display: block;
    margin: 90vh auto 10vh auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
  }
  .social-narrow {
    display: none;
  }
  .listing-bg { /*match outer*/
    width: 70%;
    /*border: .2em solid #fff;*/
    border-radius: 2px;
 /*   margin-top: 100vh;*/
    -webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
  }
  .main-wrapper {
    width: 70%;
  }
  #bottom-gap { /*for detail page*/
    padding-bottom: 24em;
  }
  .slogan-padding {
    padding: 3em 0;
/*    background-color: rgb(0,0,0);
    background-color: rgba(0, 0, 0, .55);
*/  }
 /* .slogan {
    background-color: transparent;
  }*/
/*  .testimonials-bg {
    background-color: rgb(30, 30, 30);
    background-color: rgba(30, 30, 30, 0.85);
  }
  .links-bg {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .6);
  }*/
  .inventory {
    background-image: url(/assets/img/site-images/group.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 6em 0 25em 0;
  }
  .found {
    background-image: url(/assets/img/site-images/barn.jpg);
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    padding: 6em 0 25em 0;
  }
  .blog,
  .blog-post {
    background-image: url(/assets/img/site-images/group3.jpg);
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    padding: 6em 0 25em 0;
  }
  .testimonials-page {
    background-image: url(/assets/img/site-images/snow.jpg);
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    padding: 6em 0 25em 0;
  }
  
  .service-page {
    background-image: url(/assets/img/site-images/m3-background.jpg);
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    padding: 6em 0 25em 0;
  }
  
  .service-list li {
  	padding-left: 8px;
  }
  
  .about-page {
    background-image: url(/assets/img/site-images/mg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 6em 0 25em 0;
  }
  .outer {
    width: 85%;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, .95);
    /*border: 0.2em solid #fff;*/
    border-radius: 2px;
    -webkit-box-shadow: 3px 3px 31px 0 rgba(0,0,0,0.37);
    -moz-box-shadow: 3px 3px 31px 0 rgba(0,0,0,0.37);
    box-shadow: 3px 3px 31px 0 rgba(0,0,0,0.37);
  }
  .listing-bg {
    width: 70%;
    position: relative; 
  }
  .narrow-section-wrapper {
    width: 55%;
  }
  .services {
    background-image: none;
  }
  .feature-image-listing, .show {
    display: none;
  }
  .rslides {
    width: 35%
  }
  .section-wrapper-wide {
    width: 75%;
    margin: 0 auto;
  }
  #listing-left-col {
    display: inline-block;
    max-width: 10%;
    height: 100%;
    margin-left: 3%;
    float: left;
  }
  
    #listing-right-col {
    display: inline-block;
    max-width: 10%;
    height: 100%;
    margin-right: 3%;
    float: right;
  }
  
  
  #social,
  #related {
    background-color: rgb(235, 235, 235); /* Fallback */
    background-color: rgba(235, 235, 235, .95);
/*    border: 1px solid #018bc6;
    border-radius: 2px;
    padding: 0.5em 1em;*/
  }
  .fixed {
    position:fixed; 
    top:150px; 
    left:3%;
  }
  .contact a:hover,
  .foot-contact a:hover {
    color: #018bc6;
  }
  .nav li a:active {
  	background: transparent;
  }
  /* ==========================================================================
   Hover effects begin at 1025px
   ========================================================================== */
  /* Underline From Center  Hover.css*/
  .hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
  }

  .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -2px;
    background: #2098d1;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

#nav-logo a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#nav-logo a img:hover {
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;    
}

  .hvr-underline-from-center:hover:before, 
  .hvr-underline-from-center:focus:before, 
  .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
  }

  .mini-inventory a h1:hover {
    color: gray;
  }
  .pseudobutton-pdf:hover {
    background-color: #666; 
    color: white;
    border: 1px solid #666;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
  }
  .pseudobutton.black-text:hover {
    background-color: #666; 
    color: #018bc6;
    border: 1px solid #018bc6; 
    border-radius: 2px;
  }
  .pseudobutton.white-text:hover { 
    color: #018bc6;
    border: 1px solid #018bc6;
    border-radius: 2px;
  }
   .pseudobutton:hover {
    background-color: white; 
    color: #666;   
  }
  .button:hover {
    background-color: #666;
    color: white;
  }
  .listing-summary-links a:hover {
    color: #018bc6;

  }
  /*DARKEN ON HOVER*/
  .gallery img:hover,
  .listing:hover,
  .sold-full-listing:hover,
  .blur img:hover,
  .inventory a img:hover,
  .blog a img:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .facebook:hover {
    background-image: url(/assets/img/social-media/hover/facebook-square.png);
  }
  .twitter:hover {
    background-image: url(/assets/img/social-media/hover/twitter.png);
  }
  .email:hover {
    background-image: url(/assets/img/social-media/hover/mail.png);
  }
  .narrow {
      display: inline;
  }
 .related-listing:hover,
 .related-listing h6:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #018bc6;
 }
  
}

@media screen and (min-width: 1260px) {
  .logo-text {
    margin-top: 6rem;
    margin-right: 2rem;
  }
  .footer-logo-contact img {
    max-width: 10%;
  }
  .bio-img { 
    margin-top: .5em;  
  }
  .social-nav a {
    vertical-align: bottom;
  }
  .listing-wrapper {
    width: 70%
  }
  .narrow-section-wrapper {
    width: 45%;
  }
  .section-wrapper-wide {
    width: 70%;
  }
  .home p {
    line-height: 1.75em;
  }
  .success {
    padding-top: 6em;
    padding-bottom: 14em;
  }
  body {
    font-size: 18px;
  }
  .outer {
    width: 65%;
  }
  .listing-bg {
    width: 65%;
  }
}
@media screen and (min-width: 1680px) {
  
  .logo-text {
    margin-top: 8rem;
    margin-right: 3rem;
  }
  .home {
    padding: 7em 0 6.5em 0;
  }
  .section-wrapper {
    width: 55%;
  }
  .listing-wrapper {
    width: 70%;
  }
  .narrow-section-wrapper {
    width: 40%;
  }
  .foot-contact img {
    width: 45%;
  }
  .outer {
    width: 60%;
  }
  .listing-bg {
    width: 55%;
  }
  .fixed { 
    top:350px; 
  }
}

/*Prevent text wrapping*/
li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/*Responsive Styles*/

@media screen and (max-width : 760px){
  /*Make dropdown links appear inline*/
  .nav ul {
    position: static;
  }
  /*Create vertical spacing*/
  li {
    margin-bottom: 1px;
  }
  /*Make all menu links full width*/
  .nav ul li {
    width: 100%;
  }
  /*Display 'show menu' link*/
  .show-menu {
    display:inline-block;
    max-width: 20%;
    vertical-align: middle;
  }
  #menu {
    display: none;
  }
}