/*=====================
	Color information

	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-

=======================*/
/*=====================
	CSS reset/normalize
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}

/*=====================
		Fonts
=======================*/

@font-face {
  font-family: "bankgothicregular";
  src: url("../webfonts/bankgothic-regular-webfont.woff2") format("woff2"),
    url("../webfonts/bankgothic-regular-webfont.woff") format("woff"),
    url("../webfonts/BankGothic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bank_gothicregular";
  src: url("../webfonts/bank_gothic_medium-webfont.woff2") format("woff2"),
    url("../webfonts/bank_gothic_medium-webfont.woff") format("woff"),
    url("../webfonts/Bank-Gothic-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bankgothicbold";
  src: url("../webfonts/bankgothic_bold-webfont.woff2") format("woff2"),
    url("../webfonts/bankgothic_bold-webfont.woff") format("woff"),
    url("../webfonts/Bank-Gothic-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "furoreregular";
  src: url("../webfonts/Furore-webfont.eot");
  src: url("../webfonts/Furore-webfont.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Furore-webfont.woff") format("woff"),
    url("../webfonts/Furore-webfont.ttf") format("truetype"),
    url("../webfonts/Furore-webfont.svg#furoreregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*=====================
	base styles
=======================*/

html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  font-family: "Heebo", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  background: url(../siteart/fabric_1.jpg) repeat;
}

svg:not(:root) {
  overflow: hidden; /*reset*/
}

/* clear floats */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}
.clear {
  clear: both;
}

/*image replacement*/
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-style: solid;
  height: 0;
}

img {
  border: 0;
  max-width: 100%;
}

/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  margin: 0;
  padding: 0 0 2% 0;
  font-weight: 700;
  line-height: 1.5em;
  color: #737373;
}
h1 {
  font-size: 36px;
}
.heading-lg {
  font-size: 30px;
}
h2 {
  font-size: 30px;
}
.heading-md {
  font-size: 24px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}

p {
  font-family: "Heebo", sans-serif;
  padding: 0 0 2% 0;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
  color: #737373;
}
strong {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #000 !important;
}

strong.black-bold {
	color: #000;
}

/*=====================
	content styles
=======================*/
.wrapper {
  width: 96%;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0;
}
.container {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.cf {
  background: #fff;
}

.headone,
.headtwo,
.headonespan,
.headtwospan {
  display: block;
}

.copy_container {
  background: url(../siteart/background2.jpg) center center no-repeat fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 200px;
  width: 100%;
  max-width: 2000px;
}

.content {
  background: rgba(255, 255, 255, 0.75);
  width: 90%;
  margin: 0 auto;
}
.textwrap {
  padding: 2% 4%;
}
/*=====================
	link styles
=======================*/

a.link:focus {
  outline: thin dotted; /*reset*/
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #ec1f26;
}

.appbutton a {
  background: #38b749;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}
.appbutton a:hover {
  background: #262626;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}

/*=====================
	list styles
=======================*/
ul.list {
  margin: 0;
  padding: 0 0 5% 7%;
}
ul.list li {
  font-size: 16px;
}

/*=====================
	header styles
=======================*/
header {
  width: 100%;
  margin: 0;
  padding: 30px 0 0 0;
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 999999;
  -moz-box-shadow: 5px 5px 5px rgba(110, 110, 110, 0.3);
  -webkit-box-shadow: 5px 5px 5px rgba(110, 110, 110, 0.3);
  box-shadow: 5px 5px 5px rgba(110, 110, 110, 0.3);
}
.headerwrap {
  width: 96%;
  max-width: 1480px;
  margin: 0 auto;
}

.logo {
  float: left;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
/*.logo{max-width:140px;padding-top:20px;}*/

/*English header*/
.headcenter {
  float: left;
  padding-left: 2%; /*width:83%;*/
  width: 55%;
}
.navbar {
  padding: 73px 0 0 0;
  width: 100%;
}
.navbar,
.vanguardhead {
  float: left;
}
.vanguardhead {
  text-align: left;
  padding-left: 2%;
  padding-top: 20px;
  position: absolute;
  right: 13%;
  top: 12%;
}
.vanguardhead p {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.vanguardlogo {
  width: 100%;
  height: 50px;
}
.headright {
  /*position:absolute;right:10%;*/
  width: 29%;
  float: right;
}
.language {
  padding: 0 15px;
  text-align: right;
}
#speakeng,
#speakspan {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.headpartners {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.headpartners a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 5px;
  width: 30%;
  vertical-align: middle;
}

/*Spanish header*/
#spanishheadcenter {
  float: left;
  padding-left: 2%; /*width:84%;*/
  width: 55%;
}
#spanishvanguardhead {
  text-align: left;
  padding-left: 10px; /*position:absolute;right:13%;top:12%;*/
}
#spanishheadright {
  /*right:8%;*/
  width: 29%;
  float: right;
}

/*=====================
	nav styles
=======================*/
/* see menu.css for additional nav styles */

/*=====================
	banner styles
=======================*/
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  height: auto;
}
.bannercontent {
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 85%;
  padding: 0 8%;
  z-index: 99;
}

.bannercontent h1 {
  font-size: 48px;
  padding-bottom: 0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.80);
}
.bannercontent h3 {
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0;
}
.headone {
  padding-bottom: 0;
}

.searchbutton {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #737373;
  -moz-box-shadow: 5px 5px 5px rgba(78, 78, 78, 0.8);
  -webkit-box-shadow: 5px 5px 5px rgba(78, 78, 78, 0.8);
  box-shadow: 5px 5px 5px rgba(78, 78, 78, 0.8);
  padding: 0.5%;
  border: 3px solid #fff;
  width: 15%;
  margin: 1% auto;
}

.searchbutton h3 {
  color: #fff;
  max-width: 100% !important;
  font-size: 18px;
}

.searchbutton:hover {
  background: #ec1f26;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*=====================
	slideshow styles
=======================*/
.slides {
  background: url(../siteart/concrete_wall.png) repeat;
  padding: 0;
  color: #fff;
  position: relative;
}

.cycle-slideshow {
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
}
.cycle-slideshow img {
  width: 100%;
}

/* pager */
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
  display: none;
}
.cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  color: #ddd;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.cycle-pager span.cycle-pager-active {
  color: #2885b3;
}
.cycle-pager > * {
  cursor: pointer;
}

/*=====================
	Mid-Third styles
=======================*/
.midthird {
  padding: 1%;
}

.vanguard_head {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.partnermain {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 30%;
  margin: 0 1%;
}
.listed ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.listed li,
.listed h4 {
  text-align: left;
}
.listed h4 {
  color: #0068b2;
}
#fridge_image img {
  margin-bottom: 5%;
  float: right;
  width: 90%;
}

.phone_centered {
  text-align: center;
  background: url(../siteart/redbars.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.phone_centered h2 {
  font-size: 36px;
  padding-bottom: 0;
}

#cimc {
  text-align: center;
}

#cimc p {
  text-align: left;
}

#cimc-link {
  padding: 10px 15px;
  background-color: #2885b3;
  width: 40%;
  min-width: 150px;
  position: relative;
  margin: 0 auto;
  color: white;
}

#cimc-link:hover {
  background-color: #6dc6e7;
}

/*=====================
	Lower-Third styles
=======================*/
.lower_container {
  width: 100%;
  max-width: 2000px;
  background: url(../siteart/background2.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.buttonrow {
  padding: 3% 2%;
}

.linkbutton {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #737373;
  -moz-box-shadow: 5px 5px 5px rgba(78, 78, 78, 0.8);
  -webkit-box-shadow: 5px 5px 5px rgba(78, 78, 78, 0.8);
  box-shadow: 5px 5px 5px rgba(78, 78, 78, 0.8);
  padding: 2% 1% 1% 1%;
  border: 3px solid #fff;
  margin: 2% auto;
  text-align: center;
}

.linkbutton h3,
.linkbutton h4,
.linkbutton span,
.linkbutton i {
  color: #fff;
}
.linkbutton h3 {
  padding: 0;
}
.linkbutton h4 {
  padding-top: 1%;
}

.linkbutton:hover {
  background: #ec1f26;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon,
.textline {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 2%;
  vertical-align: middle;
}

.team_photo {
  text-align: center;
}

/*=====================
	Inventory styles
=======================*/
#invlistingwindow {
  text-align: left !important;
}

.inv_container {
  padding-top: 180px;
  width: 100%;
  max-width: 2000px;
  background: url(../siteart/background2.jpg) center center no-repeat fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inv_wrap {
/*  padding: 2% 8%;*/
  text-align: center;
}
.inv_wrap h2 {
  color: #000;
}

.list-content .list-title .list-listings-count {
  color: #0068b2 !important;
}

.list-container-flexrow .view-listing-details-link {
  background: #0068b2 !important;
}




















/* ===========================================================
10. Inventory Styles
=========================================================== */

.inventory-page {
	padding-top: 50px;
  }

  .list-content .list-top-section .sticky-top-menu {
	top: 99px !important;
	z-index: 9 !important;
	-webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.42);
	box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.42);
  }
  .list-content .list-top-section .sticky-top-menu .listing-option-bar-content {
	max-width: 80% !important;
  }

  .faceted-search-field {
	overflow-x: hidden;
  }

  .list-content .list-title {
	padding: 15px 0;
	font-size: 1em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	flex-direction: column !important;
	border-bottom: none;
  }

  .list-content .list-title .list-listings-count {
	line-height: 27px;
	margin-left: 3px !important;
	color: #777 !important;
	font-size: 0.8rem !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
  }

  .list-content {
	margin: 0 auto;
	max-width: initial !important;
  }

  .faceted-search-content .faceted-section-box {
	padding: 15px 2%;
	border-bottom: 1px solid #ddd;
	background: #fff !important;
  }

  .list-container,
  .selected-facets-container,
  .detail-content,
  .list-content .list-main-section {
	border: none !important;
  }

  .list-content input[type="button"],
  .list-content input[type="color"],
  .list-content input[type="date"],
  .list-content input[type="datetime"],
  .list-content input[type="datetime-local"],
  .list-content input[type="email"],
  .list-content input[type="file"],
  .list-content input[type="month"],
  .list-content input[type="number"],
  .list-content input[type="password"],
  .list-content input[type="reset"],
  .list-content input[type="search"],
  .list-content input[type="submit"],
  .list-content input[type="tel"],
  .list-content input[type="text"],
  .list-content input[type="time"],
  .list-content input[type="url"],
  .list-content input[type="week"],
  .list-content select,
  .list-content textarea,
  .modal-form-el label + input,
  .modal-form-el label + select {
	height: 30px;
	line-height: 30px;
  }

  .faceted-search-content
	.faceted-section-box
	.faceted-option-checkbox-container
	.option-name {
	margin: 5px 0 0 5px;
  }

  .quick-search input[type="text"] {
	padding: 12px !important;
  }

  .search-mobile input[type="text"] {
	padding: 15px !important;
  }

  .faceted-search-content .selected-facets-container .selected-facet,
  .list-content
	.list-main-section
	.list-container
	.list-listing
	.listing-top-right
	.view-listing-details-link,
  .list-content
	.list-main-section
	.list-container
	.list-listing
	.listing-top-right
	.buy-now-link,
  .list-content
	.list-main-section
	.list-container
	.list-listing
	.listing-top-right
	.check-availability-link,
  .list-content
	.list-main-section
	.list-container
	.list-listing
	.listing-top-right
	.email-seller-link,
  .faceted-search-content .faceted-section-box .faceted-view-more-btn,
  .detail-content .detail-main-body .main-detail-data .offer-btn,
  .detail-content .detail-main-body .main-detail-data .buy-btn,
  .list-content .list-listing-mobile .view-listing-details-link,
  .list-content .list-listing-mobile .buy-now-link,
  .list-content .list-listing-mobile .check-availability-link,
  .list-content .list-listing-mobile .email-seller-link,
  .faceted-search-content .mobile-done-button-container .mobile-done-button,
  .detail-content-mobile
	.detail-main-body
	.main-detail-data
	.dealer-phone-mobile-container
	.dealer-phone-mobile,
  .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
  .detail-content-mobile .detail-contact-bar .contact-bar-btn,
  .list-container-flexrow .view-listing-details-link,
  .paging-container .page-navs .list-page-nav,
  .detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
  .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
  .detail-content-mobile
	.detail-main-body
	.main-detail-data
	.send-email-btn-mobile,
  .detail-content-mobile
	.detail-main-body
	.main-detail-data
	.send-wholesale-email-btn-mobile,
  .faceted-show-all-btn {
	background: #0068b2 !important;
	border: none;
	color: #fff !important;
  }

  /* .bttn-blue:hover {
	background: #285e99;
	opacity: 1 !important;
  } */

  .detail-content-mobile .detail-additional-data .data-row .data-label,
  .detail-content .detail-additional-data .data-row .data-label {
	background: #0068b2 !important;
	color: #fff !important;
	font-weight: 700;
  }

  .detail-content .detail-additional-data .data-row .data-value {
	background: none;
	font-weight: 400;
	border-bottom: 1px #eee solid;
  }

  .detail-content .detail-additional-data .data-row {
	margin-bottom: 0;
  }

  .detail-content .detail-additional-data h4 {
	margin: 25px 0 5px;
	color: #666 !important;
  }

  .list-content
	.list-main-section
	.list-container
	.list-listing
	.listing-top-right
	.view-listing-details-link:hover,
  .list-content
	.list-main-section
	.list-container
	.list-listing
	.listing-top-right
	.buy-now-link:hover,
  .list-content
	.list-main-section
	.list-container
	.list-listing
	.listing-top-right
	.check-availability-link:hover,
  .list-content
	.list-main-section
	.list-container
	.list-listing
	.listing-top-right
	.email-seller-link:hover,
  .faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
  .detail-content .detail-main-body .main-detail-data .offer-btn:hover,
  .detail-content .detail-main-body .main-detail-data .buy-btn:hover,
  .list-content .list-listing-mobile .view-listing-details-link:hover,
  .list-content .list-listing-mobile .buy-now-link:hover,
  .list-content .list-listing-mobile .check-availability-link:hover,
  .list-content .list-listing-mobile .email-seller-link:hover,
  .faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
  .detail-content-mobile
	.detail-main-body
	.main-detail-data
	.fin-calc-btn-mobile:hover,
  .detail-content-mobile
	.detail-main-body
	.main-detail-data
	.dealer-phone-mobile-container
	.dealer-phone-mobile:hover,
  .list-container-flexrow .view-listing-details-link:hover {
	background: #000 !important;
  }

  .list-content
	.list-main-section
	.list-container
	.list-listing
	.listing-top
	.listing-top-left
	.listing-main-stats
	.price,
  .list-content .list-title .list-listings-count,
  .detail-content .detail-main-body .main-detail-data .detail-price,
  .detail-content .search-results,
  .list-content .list-listing-mobile .price-container .price,
  .list-content .list-top-section .listing-option-bar .list-listings-count,
  .detail-content-mobile .detail-main-body .main-detail-data .detail-price,
  .info {
	color: #666;
  }

  .detail-content .dealer-info .phone-and-email .send-email-btn,
  .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
  .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
  .detail-content-mobile .detail-main-body .main-detail-data .opened {
	color: #285e99 !important;
	border: 1px #285e99 solid !important;
  }

  .detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
  .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
	position: relative;
	height: 43px;
	width: 100%;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;
	font-weight: 200;
	font-family: Arial, sans-serif;
	justify-content: flex-start;
	border: 0 !important;
	cursor: pointer;
	padding-left: 8px;
	border-radius: 0!important;
	backface-visibility: hidden;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	-ms-border-radius: 0!important;
	-o-border-radius: 0!important;
}

  .detail-content-mobile
	.detail-main-body
	.main-detail-data
	.send-email-btn-mobile,
  .detail-content-mobile
	.detail-main-body
	.main-detail-data
	.send-wholesale-email-btn-mobile {
	border: 0 !important;
	color: #fff;
	margin-bottom: 20px;
  }

  .detail-content-mobile .detail-additional-data .data-row .data-value {
	background-color: #efefef !important;
  }

  .detail-content-mobile
	.detail-main-body
	.main-detail-data
	.dealer-phone-mobile-container
	.dealer-phone-mobile {
	margin-right: 0 !important;
  }

  .detail-content .detail-additional-data .data-row .data-value {
	width: 100%;
	padding: 10px 7px;
	background-color: #efefef !important;
	font-weight: bold;
	margin-left: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-family: Arial, sans-serif;
	white-space: pre-wrap;
	flex-direction: column;
	width: 804px;
  }

  .section-head {
	width: 100%;
  }

  .list-content .list-title {
	display: block;
	margin: 0;
  }

  .list-content .list-title .list-title-text {
	display: block;
	width: 100%;
  }

  .print-this,
  .email-this {
	background: #285e99 !important;
	color: #fff !important;
	font-weight: 300 !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	padding: 10px 50px !important;
	text-align: center !important;
	transition: 0.3s !important;
	border-radius: 0 !important;
	border: 0 !important;
  }

  .print-this:hover,
  .email-this:hover {
	background: #000 !important;
  }

  .inventory input[type="submit"]:hover,
  .inventory button[type="submit"]:hover,
  .btn:hover,
  .button:hover {
	background: #000 !important;
  }

  .list-content .list-main-section .list-container .list-listing {
	background: #efefef;
	padding: 15px !important;
	border-radius: 0!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	-ms-border-radius: 0!important;
	-o-border-radius: 0!important;
}

  .list-container-flexrow .price-container .price {
	margin-left: 0;
	color: #666;
  }

  .list-content .list-main-section .list-container .list-listing {
	border: 1px solid #ccc;
	background-color: #fff !important;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  }

  .list-container-flexrow .listing-card .listing-widgets a {
	margin-bottom: 6px;
  }

  body .noUi-connect {
	background: #dddddd;
  }

  .noUi-handle {
	border: none;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	box-shadow: none;
  }

  .list-content .list-main-section .list-container .list-listing {
	border: none !important;
  }

  .faceted-section-head i {
	color: #0068b2 !important;
  }

  .faceted-search-content .selected-facets-container .selected-facet {
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	background: #241e20;
	display: inline-block;
	margin: 10px 0 0 10px;
	cursor: pointer;
	border-radius: 0!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	-ms-border-radius: 0!important;
	-o-border-radius: 0!important;
}

  .faceted-section-box input[type="submit"],
  .faceted-section-box button[type="submit"] {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	padding: 0 6px !important;
	display: inline-block;
	border: none !important;
	color: #fff;
	background: #241e20;
	border-radius: 0 !important;
	cursor: pointer;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
  }

  .faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
	font-weight: 400;
	font-size: 12px;
  }

  .detail-content {
	margin: 0 auto;
	max-width: 1124px;
	padding: 25px !important;
  }

  .legal-text-container p {
	font-size: 11px !important;
	line-height: 15px !important;
  }

  .modal-content .modal-top .modal-title {
	font-size: 20px !important;
  }
  .faceted-search-content .selected-facets-container {
	padding: 10px;
	border-bottom: 1px solid #ddd;
  }

  .listing-widgets a {
	background-color: #dddbdb !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
  }

  .listing-widgets a:hover {
	background-color: #cccccc !important;
  }

  .detail-content .dealer-info h3 {
	font-size: 1rem !important;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-top: 20px;
  }

  .detail-content .detail-main-body .main-detail-data {
	border-radius: 0 !important;
  }

  .detail-content .detail-main-body .detail-body-data {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	background: #fff;
	padding-bottom: 20px;
	margin-bottom: 40px;
  }

  .detail-content .dealer-info .phone-and-email {
	float: right;
	width: 37%;
	margin-right: 20px;
  }
  .list-content
	.list-listing-mobile
	.dealer-phone-container
	.dealer-phone-call
	.dealer-phone,
  .list-content
	.list-listing-mobile
	.dealer-phone-container
	.dealer-phone-text
	.dealer-phone {
	color: #fff !important;
  }
  .detail-content .dealer-info .phone-and-email .send-email-btn,
  .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
  .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
  .detail-content-mobile .detail-main-body .main-detail-data .opened {
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 300 !important;
	border: 0 !important;
	background: #0068b2 !important;
  }

  .detail-content .dealer-info .phone-and-email .send-email-btn:hover,
  .list-content
	.list-listing-mobile
	.dealer-phone-container
	.dealer-phone-call:hover,
  .list-content
	.list-listing-mobile
	.dealer-phone-container
	.dealer-phone-text:hover,
  .detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
	background: #0068b2 !important;
	color: #fff !important;
  }

  .fa-facebook-f:before {
	content: "\f39e" !important;
  }

  .mc-thumbs {
	z-index: 1;
  }

  .detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
	z-index: 2 !important;
  }

  footer a[href^="tel:"] {
	color: inherit !important;
	box-sizing: border-box;
  }

  .list-container-flexrow .buy-now-link,
  .list-container-flexrow .contact-options a,
  .list-container-flexrow .dealer-phone-call,
  .list-container-flexrow .dealer-phone-text {
	background-color: #333;
	color: #fff !important;
  }

  .list-content
	.list-main-section
	.list-container
	.list-listing
	.listing-top-right
	.view-listing-details-link,
  .list-content
	.list-main-section
	.list-container
	.list-listing
	.listing-top-right
	.buy-now-link {
	min-width: 100% !important;
	width: 100% !important;
  }
  /* Modal / Mobile buttons / Mobile Data Rows */

  .button,
  .contact-options a,
  .fin-calc-mobile > a,
  .detail-content-mobile .detail-additional-data .data-row .data-label {
	background-color: #0068b2 !important;
	color: #fff !important;
  }

  .button:hover,
  .contact-options a:hover,
  .fin-calc-mobile > a:hover {
	background-color: #000 !important;
	color: #fff !important;
  }
  .contact-options a {
	background: #0068b2 !important;
	background-color: #0068b2 !important;
	color: #fff !important;
  }




/*Spanish iframed Inventory*/
iframe.inventory {
  background: #fff;
  width: 1020px;
  height: 6500px;
}

/*=====================
	Financing styles
=======================*/

/*=====================
	Locations styles
=======================*/
#findus p {
  font-size: 16px;
}
#findus h3 {
  padding-bottom: 0;
}

.statehead {
  padding: 0;
}
#findus h5 {
  padding-left: 2%;
}

.homelocations {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#location {
  width: 30%;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 2% 1%;
  vertical-align: top;
}
#location p {
  font-size: 16px;
}

/*=====================
	Form styles
=======================*/
#formpage {
  padding: 0 10px;
}

form {
  margin: 0 0 0;
}
label {
  display: block;
  font-size: 16px;
  padding-top: 1%;
  width: 100%;
}
.section input {
  font-family: "Open Sans", Arial, sans-serif;
  border: #999999 solid 1px;
  border-radius: 2px;
  padding: 1%;
  font-size: 14px;
  width: 90%;
  max-width: 90%;
  margin-bottom: 10px;
}
input:focus {
  border: #2885b3 solid 1px;
}
input.button {
  display: block;
  width: 60%;
  margin: 0 auto 5% auto;
  border: #277e32 solid 1px;
  background-color: #737373;
  color: #fff;
  border-radius: 2px;
}

input.button:hover {
  background-color: #ec1f26;
  cursor: pointer;
}

select {
  font-family: "Open Sans", Arial, sans-serif;
  border: #999999 solid 1px;
  padding: 1%;
  font-size: 14px;
  width: 102%;
}
textarea {
  font-family: "Open Sans", Arial, sans-serif;
  border: #999999 solid 1px;
  border-radius: 2px;
  padding: 1%;
  font-size: 14px;
  width: 90%;
  max-width: 90%;
}

#center {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}

#confirmed h2,
#confirmed p,
#confirmed h3 {
  text-align: center;
  margin: 1% auto;
}

/*=====================
	layout styles
=======================*/
.welcome h1 {
  color: #fff;
}
.welcome {
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin-top: -1%;
}
.scrolling {
  display: block;
  background: url(../siteart/scrollingbg.jpg) repeat;
  padding: 30px 0;
  border-top: #ffcd07 4px solid;
}

.linkbox {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 142px;
  height: 70px;
  padding-top: 100px;
  font-family: "quanticobold";
  position: relative;
}
a .linkbox {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover .linkbox {
  color: #000;
}

.sitemap {
  background: url(../siteart/escheresque_ste.png) repeat;
  color: #fff;
}
.sitemap p {
  line-height: 2em;
}
.sitemap i {
  font-size: 42px;
  margin-right: 20px;
}

/*=====================
	flipper styles
=======================*/
.feedback_grid {
  -webkit-perspective: 1000;
  margin: 0 auto;
  text-align: center;
}
#flipbox {
  margin: 0 auto;
  text-align: center;
  width: 25%;
  position: relative;
  background-color: #737375;
}
.textblock {
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 5%;
  right: 5%;
  text-align: center;
}
.back h4,
.front h4 {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

/* entire container, keeps perspective */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  transform-style: preserve-3d;
}

/* flip the pane when hovered */
.flip-container:hover .back,
.flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip-container:hover .front,
.flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 100%;
  height: 380px;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  -moz-transform: perpective(1000px);
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

#frontone {
  background: url(../siteart/flipper/flip_one.jpg) center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#backone {
  background: url(../siteart/flipper/flip_eight_back2.jpg) center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#fronttwo,
#backthree,
#backeight,
#backfive,
#frontseven {
  background: url(../siteart/flipper/flip_gray.jpg) center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#backtwo {
  background: url(../siteart/flipper/flip_two.jpg) center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#frontthree {
  background: url(../siteart/flipper/flip_three.jpg) center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#frontfour {
  background: url(../siteart/flipper/flip_four.jpg) center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#frontfive {
  background: url(../siteart/flipper/flip_five.jpg) center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#frontsix {
  background: url(../siteart/flipper/flip_six.jpg) center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#backsix {
  background: url(../siteart/flipper/flip_six_back.jpg) center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#backseven {
  background: url(../siteart/flipper/flip_seven_back.jpg) center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#fronteight {
  background: url(../siteart/flipper/flip_eight2.jpg) center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#backfour {
  background: url(../siteart/flipper/flip_one_back.jpg) center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/*--------Scrolling Inventory--------*/

.mobilecontainer {
  overflow: hidden; /* must have this property for mobile phones and tablet display! */
  width: 100%;
  margin: 0 auto;
  height: 92px;
  padding: 0;
  background: #000;
}
iframe.banner {
  width: 100%;
  height: 92px;
  background: #000;
}

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 2%;
}
.col:first-child {
  margin-left: 0;
}
.hosted-content .col {
  margin: 0 0 0 0 !important;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.5%;
}
.span_10_of_12 {
  width: 83%;
}

.span_9_of_12 {
  width: 74.5%;
}

.span_8_of_12 {
  width: 66%;
}

.span_7_of_12 {
  width: 57.5%;
}

.span_6_of_12 {
  width: 49%;
}

.span_5_of_12 {
  width: 40.5%;
}

.span_4_of_12 {
  width: 32%;
}

.span_3_of_12 {
  width: 23.5%;
}

.span_2_of_12 {
  width: 15%;
}

.span_1_of_12 {
  width: 6.5%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%;
}
.span_3_of_4 {
  width: 74.5%;
}
.span_2_of_4 {
  width: 49%;
}
.span_1_of_4 {
  width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 66.13%;
}
.span_1_of_3 {
  width: 32.26%;
}

/*=====================
	footer styles
=======================*/

.pagebottom {
  padding: 35px;
}
.pagebottom img {
  text-align: center !important;
  margin: 0 auto !important;
}
#trucking_logos {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 auto;
  text-align: center !important;
}
.social img {
  display: inline-block !important;
  *zoom: 1 !important;
  *display: inline !important;
}

.footernav a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 6px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.footernav a:hover {
  color: #ec1f26;
}
.footernav,
.footer_logo,
.social {
  margin: 2% auto;
  text-align: center !important;
}

footer {
  margin: 0 auto;
  width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: none;
  font-size: 11px;
  color: #737373;
  border-bottom: none;
}
a.footerlink:hover {
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}

.footertext {
  font-size: 11px;
  color: #737373;
}

.smallfootertext {
  display: none;
}

.divfooter {
  text-align: left;
  margin: 0 5%;
}

/*=====================
	Responsive styles
=======================*/
@media screen and (max-width: 1700px) {
  .searchbutton {
    width: 16%;
  }
  /*.headright, #spanishheadright{right:5%;}
	.vanguardhead{right:8%;}
	#spanishvanguardhead{right:9%;}*/
}

@media screen and (max-width: 1600px) {
  /*.headright, #spanishheadright{right:2%;}
	.headcenter, #spanishheadcenter{width:80%;}
	.vanguardhead{right:5%;}
	#spanishvanguardhead{right:6%;}*/

  .headcenter {
    width: 52% !important;
  }
  /*#spanishheadcenter{padding-left:1.5%;}
	#spanishvanguardhead{padding-left:20px;}*/
  #spanishlogo,
  #spanishvanguardhead {
    transform: scale(0.9);
  }

  .searchbutton {
    width: 18%;
  }
  .searchbutton h3 {
    font-size: 16px;
  }
  .bannercontent h1 {
    font-size: 44px;
  }
  .bannercontent h3 {
    max-width: 90%;
  }
  .flip-container,
  .flipper,
  .front,
  .back {
    height: 360px;
  }
}

@media screen and (max-width: 1400px) {
  .headpartners a {
    width: 28%;
  }
  #findus {
    float: none;
    display: block;
    width: 100%;
    margin: 2% auto;
  }
}

@media screen and (max-width: 1350px) {
  .navbar {
    padding-top: 75px !important;
  }
  /*.headright{right:1%;}
	.vanguardhead{padding-left:30px;}*/
  .headcenter {
    width: 50% !important;
  }
  .headright {
    width: 30%;
  }
  .logo,
  .vanguardhead {
    transform: scale(0.9);
  }

  /*#spanishheadcenter{padding-left:1%;}
	#spanishvanguardhead{padding-left:10px;}*/
  #spanishlogo,
  #spanishvanguardhead {
    transform: scale(0.8);
  }

  .bannercontent {
    top: 24%;
  }
  .bannercontent h1 {
    font-size: 40px;
  }
  .bannercontent h3 {
    font-size: 20px;
  }
  .searchbutton {
    width: 20%;
  }
  .searchbutton h3 {
    font-size: 16px;
  }
  .textblock h4 {
    font-size: 18px;
  }
  .textblock p {
    font-size: 16px;
  }
  .flip-container,
  .flipper,
  .front,
  .back {
    height: 320px;
  }
}

@media screen and (max-width: 1200px) {
  /*.headcenter{padding-left:1%;width:78%;}
	.vanguardhead{padding-top:0;right:3%;}*/
  .logo {
    width: 15% !important;
    padding: 10px 0 0 0 !important;
  }
  #speakeng,
  #speakspan {
    width: 60px !important;
  }
  .headright {
    padding: 0 !important;
  }
  .navbar {
    padding-top: 70px !important;
  }

  #spanishheadcenter {
    padding-left: 0;
  }
  #spanishvanguardhead {
    padding-left: 0;
  }

  .bannercontent {
    max-width: 90%;
    padding: 0 6%;
  }
  .bannercontent h1 {
    font-size: 36px;
  }
  .bannercontent h3 {
    max-width: 100%;
    font-size: 18px;
  }
  .searchbutton h3 {
    font-size: 16px;
  }
  .searchbutton {
    width: 22%;
  }
  .linkbutton h4 {
    font-size: 18px;
  }
  .textblock {
    top: 15%;
    bottom: 15%;
  }
  .textblock h4 {
    font-size: 16px;
  }
  .flip-container,
  .flipper,
  .front,
  .back {
    height: 290px;
  }
  .language {
    padding: 0 5px;
  }
  .vanguard_head h2 {
    font-size: 24px;
  }
  header {
    padding: 20px 0 0 0;
  }
}

/*@media screen and (max-width: 1140px) {
	#spanishvanguardhead{display:none;}
	#spanishlogo{float:none;margin:0 auto;text-align:center;display:block;}
	#spanishheadcenter{float:none;width:100%;padding:0 0 0 0 !important;display:block;margin:0 auto;margin-top:-10px;}
	#spanishnavigation{padding:0 0 0 0 !important;}
}*/

@media screen and (max-width: 1075px) {
  /*
	.logo, .headcenter, .headright, .vanguardhead, #spanishlogo, #spanishheadcenter, #spanishheadright, #spanishvanguardhead{display:block;margin:0 auto;text-align:center;float:none;}
	.headright, #spanishheadright{position:relative;right:0;}
	.vanguardhead, .vanguardhead p{padding:0;}
	.logo, #spanishlogo{width:200px !important;}
	.navbar, .language{padding:0 !important;}
	.vanguardlogo{width:150px !important; margin:0 auto !important;}*/

  .logo,
  .navbar,
  #spanishlogo {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  header,
  .language {
    padding: 0 !important;
  }
  .logo,
  #spanishlogo {
    width: 200px !important;
  }
  .headcenter,
  #spanishheadcenter {
    float: none;
    padding: 0 0 0 0 !important;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: -10px;
  }
  .headright,
  #spanishheadright {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .language {
    text-align: center;
  }
  .speakeng,
  .speakspan {
    width: 48px !important;
  }
  .headpartners {
    text-align: center;
  }
  .headpartners a {
    width: 15%;
  }
  .vanguardhead {
    display: none;
  }
  header {
    position: relative;
  }
  .headerwrap {
    padding-top: 0;
  }
  .navbar,
  #spanishnavigation {
    padding-top: 0px !important;
  }

  .banner {
    margin-top: -2%;
  }
  .container,
  .inv_container,
  .copy_container {
    padding: 1% 0;
  }
  .bannercontent {
    top: 7%;
  }
  .bannercontent h1 {
    font-size: 34px;
  }
  h1 {
    font-size: 30px;
    padding-bottom: 1%;
  }
  .heading-lg {
    font-size: 24px;
    padding-bottom: 1%;
  }
  h2 {
    font-size: 24px;
    padding-bottom: 1%;
  }
  .heading-md {
    font-size: 20px;
    padding-bottom: 1%;
  }
  h3 {
    font-size: 20px;
    padding-bottom: 1%;
  }
  h4 {
    font-size: 16px;
    padding-bottom: 1%;
  }
  h5 {
    font-size: 14px;
    padding-bottom: 1%;
  }
  p {
    font-size: 14px;
    padding-bottom: 1%;
  }
  .welcome {
    padding-top: 0;
  }
  .searchbutton {
    width: 24%;
  }
  .searchbutton h3 {
    font-size: 15px;
  }

  .listed li {
    font-size: 14px;
  }
  .icon,
  .textline {
    padding: 1%;
  }
  .linkbutton h3 {
    font-size: 18px;
  }
  .linkbutton h4 {
    font-size: 16px;
  }
  .linkbutton span {
    font-size: 16px;
  }

  .content {
    margin: 2% auto;
  }
  .flip-container,
  .flipper,
  .front,
  .back {
    height: 240px;
  }
  .textblock {
    top: 6%;
    bottom: 6%;
  }
  .vanguard_head h2 {
    font-size: 20px;
  }

  #location {
    width: 46%;
  }

  #toprow,
  #bottomrow {
    display: block;
    margin-bottom: 255px;
  }
  .front,
  .back,
  #flipbox,
  #frontone,
  #fronttwo,
  #frontthree,
  #frontfour,
  #frontfive,
  #frontsix,
  #frontseven,
  #fronteight,
  #backone,
  #backtwo,
  #backthree,
  #backfour,
  #backfive,
  #backsix,
  #backseven,
  #backeight,
  .flip-container:hover .front,
  .flip-container.hover .front {
    display: inline-block;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
  }
}

@media screen and (max-width: 900px) {
  .bannercontent h1 {
    font-size: 30px;
  }
  .bannercontent h3 {
    font-size: 18px;
  }
  .searchbutton {
    width: 26%;
  }
  .searchbutton h3 {
    font-size: 15px;
  }
  .headonespan,
  .headtwospan {
    display: inline;
  }

  .buttonrow {
    padding: 3% 0;
  }
  #quicklink {
    margin-left: 1%;
    width: 33%;
  }
  #first {
    margin-left: 0;
  }
  .linkbutton h4 {
    font-size: 14px;
  }

  /*#google{max-height:250px;overflow:hidden;}*/
  #findus p {
    font-size: 14px;
  }

  .textblock h4 {
    font-size: 14px;
  }
  .textblock p {
    font-size: 13px;
  }
  .flip-container,
  .flipper,
  .front,
  .back {
    height: 220px;
  }
  #toprow,
  #bottomrow {
    display: block;
    margin-bottom: 235px;
  }
}

/*@media screen and (max-width: 1535px) {
	.logo{float:none;width:100%;margin:0 auto;text-align:center;margin-top:-5px; padding-top: 10px;}
	header{height:130px;}
	.navbar{padding: 30px 0 0 0;}
	.headcenter,#spanishheadcenter{float:none;margin:0 auto;text-align:center;width:100%;padding:0 !important;margin-top:-25px;}
	.vanguardhead{display: none;}
	.headright{top:15%;}
}*/

@media screen and (max-width: 800px) {
  header {
    padding-bottom: 5px !important;
  }
  .headpartners a {
    width: 20%;
  }

  .icon,
  .textline {
    display: block;
    width: 100%;
  }
  #appbutton {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .bannercontent h1 {
    font-size: 26px;
  }
  .bannercontent h3 {
    font-size: 16px;
  }
  .searchbutton h3 {
    font-size: 14px;
  }
  .searchbutton {
    width: 28%;
  }
  .phone_centered h2 {
    font-size: 30px;
  }
  #contactus {
    display: block;
    width: 100%;
    margin: 1% auto;
    text-align: center;
  }
  /*#google{max-height:210px;}*/

  .partnermain {
    display: block;
    width: 70%;
    margin: 5px auto;
    text-align: center;
  }

  .cf h3 {
    font-size: 16px;
  }

  .textblock {
    top: 3%;
    bottom: 3%;
  }
  .flip-container,
  .flipper,
  .front,
  .back {
    height: 180px;
  }
  .textblock h4 {
    font-size: 13px;
  }
  .textblock p {
    font-size: 12px;
  }
  #toprow,
  #bottomrow {
    display: block;
    margin-bottom: 195px;
  }

  .vanguard_head h2 {
    font-size: 17px;
  }

  #location {
    width: 48%;
  }
}

@media screen and (max-width: 700px) {
  .bannercontent {
    max-width: 94%;
    padding: 0 3%;
  }
  .bannercontent h1 {
    font-size: 24px;
  }
  .bannercontent h3 {
    font-size: 14px;
    max-width: 100%;
  }
  .searchbutton {
    width: 30%;
  }
  .searchbutton h3 {
    font-size: 13px;
  }

  .cf h3 {
    font-size: 14px;
    line-height: 1.5em !important;
  }

  .listed {
    margin: 0 auto;
  }
  #fridge_list,
  #fridge_image {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  #fridge_image img {
    width: 23%;
    float: none;
  }
  #fridge_list > img {
    transform: scale(0.8);
  }
  .vanguard_head img {
    transform: scale(0.8);
  }

  #location {
    width: 100%;
    margin: 3% auto;
  }
  /*#google{max-height:180px;} */

  .flip-container,
  .flipper,
  .front,
  .back {
    height: 280px;
  }

  #flipone,
  #fliptwo,
  #flipthree,
  #flipfour,
  #flipfive,
  #flipsix,
  #flipseven,
  #flipeight {
    display: inline-block;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
  }
  #flipbox {
    width: 50%;
  }
  .flip-container,
  .flipper,
  .front,
  .back {
    height: 230px;
  }
  .textblock {
    top: 25%;
    bottom: 25%;
  }
  .feedback_grid {
    margin: 0 10%;
  }
  #toprow,
  #bottomrow {
    display: block;
    margin-bottom: 0px;
  }
  #greencontact {
    float: none;
    display: block;
    margin: 0 0 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .headpartners a {
    width: 23%;
  }

  .bannercontent {
    max-width: 96%;
    padding: 0 2%;
  }
  .bannercontent h1 {
    font-size: 20px;
  }
  .bannercontent h3 {
    font-size: 14px;
  }
  .searchbutton {
    width: 32%;
  }
  .searchbutton h3 {
    font-size: 13px;
  }
  .headone,
  .headtwo {
    display: inline;
  }

  #first,
  #quicklink {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .linkbutton {
    margin: 1% auto;
  }

  .pagebottom {
    padding: 10px;
    text-align: center;
  }
  #bottomlinks,
  #trucking_logos {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .footernav a {
    font-size: 14px;
  }
  .divfooter {
    text-align: center;
  }
  .phone_centered h2 {
    font-size: 24px;
  }
  #findus {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  /*#google{max-height:300px;}*/
  #contactus {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 50%;
    margin: 4% auto;
  }
  #contact_left,
  #contact_right {
    display: block;
    width: 100%;
    margin: 1% auto;
  }
  #contact_left {
    text-align: left;
  }
  #contact_right {
    text-align: center;
  }
  input.button {
    width: 80%;
    padding: 2%;
  }
  .flip-container,
  .flipper,
  .front,
  .back {
    height: 200px;
  }
  .textblock {
    top: 10%;
    bottom: 10%;
  }
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 540px) {
  .col {
    margin: 4% 0 4% 0%;
  }
  .span_1_of_4,
  .span_2_of_4,
  .span_3_of_4,
  .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_3,
  .span_2_of_3,
  .span_1_of_3 {
    width: 100%;
  }
  .span_1_of_12,
  .span_2_of_12,
  .span_3_of_12,
  .span_4_of_12,
  .span_5_of_12,
  .span_6_of_12,
  .span_7_of_12,
  .span_8_of_12,
  .span_9_of_12,
  .span_10_of_12,
  .span_11_of_12,
  .span_12_of_12 {
    width: 100%;
  }

  .partnermain {
    margin: -15px auto;
  }
  .searchbutton {
    margin: 2% auto;
    padding: 1%;
    width: 35%;
  }
  .listed {
    padding-left: 3%;
  }
  .bannercontent h1 {
    font-size: 20px;
  }
  #truck_logo {
    display: block;
    width: 48%;
    margin: 0 auto;
  }
  input.button {
    width: 100%;
  }
  #center {
    width: 80%;
  }
  .textblock {
    top: 5%;
    bottom: 5%;
  }
}

@media only screen and (max-width: 580px) {
  header {
    height: auto;
  }
  .headcenter {
    padding: 10px 0 0 0;
  }

  .headonespan,
  .headtwospan {
    font-size: 11px;
  }
  .feedback_grid {
    margin: 0 5%;
  }
  .searchbutton {
    width: 38%;
  }
}

@media screen and (max-width: 447px) {
  .headpartners a {
    width: 26%;
  }

  .bannercontent {
    top: 2%;
  }
  .bannercontent h1 {
    font-size: 18px;
  }
  .bannercontent h3 {
    font-size: 12px;
  }
  .searchbutton {
    width: 41%;
  }
  .phone_centered h2 {
    font-size: 20px;
  }
  .linkbutton {
    padding: 2% 16%;
  }
  .flip-container,
  .flipper,
  .front,
  .back {
    height: 190px;
  }
}

@media screen and (max-width: 414px) {
  .searchbutton {
    width: 47%;
  }
  .partnermain {
    width: 80%;
  }
  .textblock {
    top: 2%;
    bottom: 2%;
  }
  .textblock h4 {
    font-size: 12px;
  }
  .textblock p {
    font-size: 11px;
  }
  .flip-container,
  .flipper,
  .front,
  .back {
    height: 170px;
  }
}

@media screen and (max-width: 360px) {
  .headpartners a {
    width: 28%;
  }

  .bannercontent h1 {
    font-size: 16px;
  }
  .bannercontent h3 {
    font-size: 11px;
  }
  .searchbutton {
    width: 55%;
  }
  .flip-container,
  .flipper,
  .front,
  .back {
    height: 150px;
  }
  .textblock h4 {
    font-size: 11px;
  }
  .textblock p {
    font-size: 10px;
  }
}
