/*// Responsive Vatiables
@media (max-width: 1366px) {
	$desktop-container-width: 100%;
}*/
@font-face {
  font-family: "Avenir Book";
  src: url("../fonts/Avenir-Book.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir Black";
  src: url("../fonts/Avenir-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir Medium";
  src: url("../fonts/Avenir-Medium.ttf") format("truetype");
}
/* TAG SELECTORS */
body {
  color: #fff;
}

h3 {
  font-size: 30px;
  color: #62A51E;
  font-family: "Avenir Book";
  text-align: center;
  margin: 0 0 40px;
}

h4 {
  font-size: 20px;
  margin: 12px 0;
}

a, a:visited {
  color: black;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  position: relative;
}
#wrapper #sideMenu {
  position: absolute;
  top: 0;
  left: -195px;
  bottom: 0;
  width: 190px;
  background: #ececec;
  z-index: 9999;
  font-family: "Avenir Book";
  color: #FFFFFF;
  overflow: hidden;
}
#wrapper #sideMenu .menu-title-row {
  background: #373A36;
  height: 45px;
}
#wrapper #sideMenu .menu-title-row .title, #wrapper #sideMenu .menu-title-row .close-icon {
  float: left;
  font-size: 26px;
  left: 140px;
  top: 4px;
  position: relative;
}
#wrapper #sideMenu .menu-title-row .title {
  width: 80%;
}
#wrapper #sideMenu .menu-title-row .close-icon {
  width: 20%;
  text-align: right;
  cursor: pointer;
}
#wrapper #sideMenu ul.menu-item-list {
  color: #000000;
  margin: 10px;
  padding: 0;
}
#wrapper #sideMenu ul.menu-item-list a, #wrapper #sideMenu ul.menu-item-list a:visited {
  text-decoration: none;
  color: #373A36;
}
#wrapper #sideMenu ul.menu-item-list li {
  padding: 10px;
  border-bottom: 1px solid #dadada;
}

#container {
  width: 100%;
  display: block;
  margin: 0 auto;
  min-width:360px;
}

#header-bar {
  display: none;
  background-color: #373A36;
  height: 40px;
  width: 100%;
}
#header-bar img {
  height: 37px;
}
#header-bar ul#top-menu {
  color: #FFFFFF;
  float: right;
  list-style-type: none;
  padding: 0;
  margin-right: 50px;
}
#header-bar ul#top-menu a, #header-bar ul#top-menu a:visited {
  color: white;
}
#header-bar ul#top-menu li {
  float: left;
  font-family: "Avenir Medium";
  font-size: 13px;
  padding: 0 13px;
  margin-top: 12px;
}
#header-bar ul#top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header-bar ul#top-menu ul li {
  margin-top: 0;
  position: relative;
  top: -10px;
  padding: 0 0 0 0;
  margin-left: 3px;
}
#header-bar ul#top-menu ul li:hover {
  opacity: 0.7;
}
#header-bar ul#top-menu .social-media-icons {
  height: 35px;
}

#header-background {
  background-repeat: no-repeat;
  background-size: 250%;
  background-position: top center;
}
#header-background[data-page=index] {
  background-image: url("../images/home_feature_image.png");
}
#header-background[data-page=products] {
  background-image: url("../images/product_feature_image.png");
}
#header-background[data-page=services] {
  background-image: url("../images/heroimage_services.png");
  background-size: 125%;
}
#header-background[data-page=about] {
  background-image: url("../images/about_feature_image_old.png");
}
#header-background[data-page=whybuyused] {
  background-image: url("../images/whybuyused_feature_image.png");
}
#header-background[data-page=meettheteam] {
  background-image: url("../images/heroimage_meettheteam.jpg");
}
#header-background[data-page=locations] {
  background-image: url("../images/locations_feature_image.png");
}
#header-background[data-page=contact] {
  background-image: url("../images/contactus_feature_image.png");
}
#header-background #mobile-header-bar {
  height: 60px;
  background-color: #FAFAFA;
  opacity: 0.9;
  position: relative;
}
#header-background #mobile-header-bar #hamburger-box {
  position: relative;
  top: 17.5px;
  left: 20px;
  float: left;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#header-background #mobile-header-bar #hamburger-box.clicked {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#header-background #mobile-header-bar #hamburger-box div {
  width: 20px;
  height: 3px;
  background-color: #373A36;
  margin: 4px 0;
}
#header-background #mobile-header-bar #mobile-logo {
  position: absolute;
  top: 10px;
  right: 20px;
}
#header-background #mobile-header-bar #mobile-logo img {
  height: 40px;
}
#header-background #header {
  display: none;
  background-color: #FAFAFA;
  opacity: 0.96;
  position: relative;
  color: #000000;
  height: 100px;
}
#header-background #header #logo-box {
  float: left;
  margin-left: 70px;
  width: 240px;
}
#header-background #header #logo-box #logo {
  width: 240px;
  margin-top: 17px;
}
#header-background #header #main-menu-box {
  position: absolute;
  right: 70px;
  top: 43%;
  font-family: "Avenir Medium";
}
#header-background #header #main-menu-box ul#main-menu {
  list-style-type: none;
}
#header-background #header #main-menu-box ul#main-menu li {
  float: left;
  padding: 0 0 0 45px;
  font-size: 16px;
}
#header-background #header #main-menu-box ul#main-menu li.active a {
  color: #62A51E;
}
#header-background #header #main-menu-box ul#main-menu li a {
  color: inherit;
}
#header-background #header #main-menu-box ul#main-menu li a:hover {
  text-decoration: underline;
  cursor: pointer;
}

div.featured_image {
  height: 360px;
  width: 100%;
  position: relative;
}
div.featured_image div.leaf {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: #62A51E;
  opacity: 0.95;
  font-family: "Avenir Book";
  width: 100%;
}
div.featured_image div.leaf.contact-box {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
div.featured_image div.leaf.contact-box .contact-header {
  font-size: 24px;
  font-family: "Avenir Book";
  margin-bottom: 10px;
}
div.featured_image div.leaf.contact-box .contact-form {
  width: 100%;
}
div.featured_image div.leaf.contact-box .contact-form .form-row {
  margin: 2px 0;
}
div.featured_image div.leaf.contact-box .contact-form .form-row .form-label {
  width: 25%;
  float: left;
  font-size: 14px;
  font-family: "Avenir Book";
  margin-top: 8px;
}
div.featured_image div.leaf.contact-box .contact-form .form-row .form-label label {
  font-weight: normal;
}
div.featured_image div.leaf.contact-box .contact-form .form-row .form-input {
  width: 75%;
  float: left;
}
div.featured_image div.leaf.contact-box .contact-form .form-row .form-input input, div.featured_image div.leaf.contact-box .contact-form .form-row .form-input textarea {
  width: 100%;
  font-size: 14px;
  font-family: "Avenir Book";
  color: black;
  padding: 2px 3px;
}
div.featured_image div.leaf.contact-box .contact-form .form-row .form-input textarea {
  height: 145px;
}
div.featured_image div.leaf.contact-box .contact-form .form-row #send-button {
  background: none;
  border: 2px solid white;
  font-size: 14px;
  font-family: "Avenir Medium";
  padding: 3px 20px;
}
div.featured_image div.leaf.contact-box .contact-form-success {
  text-align: center;
  font-size: 16px;
  padding-top: 40px;
}
div.featured_image div.leaf div.leaf-text {
  padding: 10px 10% 17px;
}
div.featured_image div.leaf div.leaf-text .leaf-title {
  font-size: 24px;
}
div.featured_image div.leaf div.leaf-text .leaf-body {
  font-size: 12px;
}

#main-content .main-content-body {
  background-color: #000000;
  position: relative;
}
#main-content .main-content-body[data-page=meet-the-team] h3 {
  font-size: 24px;
}
div#main-content .main-content-body .main-content-inner {
  margin: 0 auto;
  padding: 20px 20px 0;
}
div#main-content .main-content-body .main-content-inner.main {
  padding-top: 30px;
}
div#main-content .main-content-body .main-content-inner[data-page=contact] .main-content-inner {
  padding: 25px 0;
  width: 100%;
}
div#main-content .main-content-body .main-content-inner .why-buy-used-header-icon {
  width: 27%;
}
div#main-content .main-content-body .main-content-inner .why-buy-used-header-icon img {
  width: 100%;
}
div#main-content .main-content-body .main-content-inner .why-buy-used-header-text {
  margin: 20px auto 65px;
  font-size: 14px;
  font-family: "Avenir Book";
}
#main-content .main-content-body .main-content-inner .quality-scale-box {
  margin: 25px auto;
}
div#main-content .main-content-body .main-content-inner .quality-scale-box .quality-scale-header {
  font-size: 24px;
  color: #62A51E;
  font-family: "Avenir Book";
  text-align: center;
  margin-bottom: 20px;
}
div#main-content .main-content-body .main-content-inner .quality-scale-box .quality-scale-each-box {
  margin-bottom: 30px;
}
div#main-content .main-content-body .main-content-inner .quality-scale-box .quality-scale-each-box .quality-scale-letter {
  float: left;
  width: 27%;
  padding-right: 20px;
}
div#main-content .main-content-body .main-content-inner .quality-scale-box .quality-scale-each-box .quality-scale-letter img {
  width: 100%;
}
div#main-content .main-content-body .main-content-inner .quality-scale-box .quality-scale-each-box .quality-scale-description {
  float: left;
  font-size: 14px;
  font-family: "Avenir Book";
  width: 73%;
}
div#main-content .main-content-body .main-content-inner .float-box-half {
  width: 100%;
  margin-bottom: 50px;
}
div#main-content .main-content-body .main-content-inner .float-box-half .about-wrap {
  width: 100%;
  margin: 0 auto;
}
div#main-content .main-content-body .main-content-inner .float-box-half .about-wrap .about-icon {
  width: 100%;
  text-align: center;
}
div#main-content .main-content-body .main-content-inner .float-box-half .about-wrap .about-icon img {
  width: 27%;
}
div#main-content .main-content-body .main-content-inner .float-box-half .about-wrap .about-main {
  margin-top: 10px;
}
div#main-content .main-content-body .main-content-inner .float-box-half .about-wrap .about-main .about-title {
  color: #80BD41;
  font-size: 20px;
  font-family: "Avenir Book";
  margin-bottom: 10px;
}
div#main-content .main-content-body .main-content-inner .float-box-half .about-wrap .about-main .about-desc {
  font-family: "Avenir Book";
  font-size: 12px;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: content-box;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-icon img {
  transition: all 1.5s;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap:hover {
  cursor: pointer !important;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap:hover .product-title {
  color: #826262;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap:hover .product-icon img {
  transform: rotateX(359.99deg);
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-icon {
  width: 27%;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-icon img {
  width: 100%;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-main {
  width: 73%;
  padding-left: 10px;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-icon, div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-main {
  float: left;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-icon.about {
  float: none;
  text-align: center;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-title {
  color: #80BD41;
  font-size: 20px;
  font-family: "Avenir Book";
  margin-bottom: 10px;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-title.about {
  font-size: 28px;
  margin-top: 10px;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-desc {
  font-family: "Avenir Book";
  font-size: 12px;
  overflow-wrap: break-word;
  padding-right: 30px;
  text-align: justify;
}
div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-desc.about {
  width: inherit;
  font-size: 16px;
}
div#main-content .main-content-body .main-content-inner .float-box-full {
  float: left;
  width: 50%;
  margin-bottom: 50px;
  min-height: 150px;
}
div#main-content .main-content-body .main-content-inner .float-box-full .product-wrap {
  width: 525px;
  margin: 0 auto;
}
div#main-content .main-content-body .main-content-inner .float-box-full .product-wrap .product-icon, div#main-content .main-content-body .main-content-inner .float-box-full .product-wrap .product-main {
  float: left;
}
div#main-content .main-content-body .main-content-inner .float-box-full .product-wrap .product-icon img, div#main-content .main-content-body .main-content-inner .float-box-full .product-wrap .product-main img {
  width: 120px;
}
div#main-content .main-content-body .main-content-inner .float-box-full .product-wrap .product-main {
  margin-left: 30px;
}
div#main-content .main-content-body .main-content-inner .float-box-full .product-wrap .product-title {
  color: #80BD41;
  font-size: 24px;
  font-family: "Avenir Book";
  margin-bottom: 10px;
}
div#main-content .main-content-body .main-content-inner .float-box-full .product-wrap .product-desc {
  font-family: "Avenir Book";
  font-size: 12px;
  width: 375px;
}
div#main-content .main-content-body .main-content-inner .full-size {
  width: 100%;
}
div#main-content .main-content-body[data-page=contact] .main-content-inner {
  padding-left: 0;
  padding-right: 0;
}
div#main-content .main-content-body div.locations-box {
  width: 100%;
  margin: 20px auto 0;
  padding: 0 20px 50px;
}
div#main-content .main-content-body div.locations-box h3 {
  text-align: left;
  margin: 0 0 10px 0;
}
div#main-content .main-content-body div.locations-box h4 {
  color: #80BD41;
}
div#main-content .main-content-body div.locations-box .locations-image {
  width: 100%;
  background: white;
}
div#main-content .main-content-body div.locations-box .locations-image iframe {
  width: 100%;
  height: 180px;
}
div#main-content .main-content-body div.locations-box .locations-text {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
}
div#main-content .main-content-body div.locations-box .locations-text h3 {
  font-size: 24px;
}
div#main-content .main-content-body div.locations-box .locations-text h4 {
  font-size: 18px;
}
div#main-content .main-content-body div.locations-box .locations-text .address {
  font-family: "Avenir Book";
  margin: 10px 0;
}
div#main-content .main-content-body div.locations-box .locations-text .hour-entry .hours, div#main-content .main-content-body div.locations-box .locations-text .hour-entry .days {
  float: left;
}
div#main-content .main-content-body div.locations-box .locations-text .hour-entry .days {
  width: 50%;
}
div#main-content .main-content-body div.locations-box .locations-text .location-phone {
  float: left;
  width: 50%;
  text-align: left;
}
div#main-content .main-content-body div.locations-box .locations-text .location-contact-name {
  float: left;
  text-align: left;
}
div#main-content .main-content-body div.locations-box .locations-text .location-phone a, div#main-content .main-content-body div.locations-box .locations-text .location-phone a:visited, div#main-content .main-content-body div.locations-box .locations-text .hour-entry a, div#main-content .main-content-body div.locations-box .locations-text .hour-entry a:visited {
  color: white;
  text-decoration: none;
}
div#main-content .icon-box {
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
  color: #80BD41;
}
div#main-content .icon-box ul {
  list-style-type: none;
  padding: 0;
}
div#main-content .icon-box ul li {
  float: left;
  margin: 0;
  width: 33.3%;
  padding: 0 16px;
  white-space: nowrap;
}
div#main-content .icon-box ul li:hover {
  text-decoration: underline;
}
div#main-content .icon-box ul li a, div#main-content .icon-box ul li a:visited {
  color: #80BD41;
  text-decoration: none;
}
div#main-content .icon-box ul li div.icon-image {
  text-align: center;
}
div#main-content .icon-box ul li div.icon-image img {
  width: 100%;
}
div#main-content .icon-box ul li div.icon-text {
  text-align: center;
  font-family: "Avenir Book";
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 20px;
}
div#main-content .icon-box ul li[data-icon-target=about] {
  margin-left: 130px;
}
div#main-content .icon-box [data-icon-target] {
  width: 33.3%;
  margin: 0 auto;
  padding: 0 16px;
  white-space: nowrap;
  text-align: center;
}

.product-wrap:hover {
  cursor: pointer !important;
}

div.team-box {
  width: 100%;
  margin: 70px auto 30px;
}
div.team-box .team-image {
  width: 100%;
  text-align: center;
}
div.team-box .team-image img {
  width: 50%;
  margin: 0 auto;
}
div.team-box .team-text {
  float: left;
  font-family: "Avenir Book";
  font-size: 14px;
  width: 100%;
}
div.team-box .team-text h4 {
  font-size: 18px;
  font-family: "Avenir Book";
  color: #80BD41;
  margin: 10px 0 3px;
}
div.team-box .team-text .team-member-bio {
  margin-top: 15px;
  font-size: 12px;
}

.contact-each {
  background-repeat: no-repeat;
  background-size: 165%;
  background-position-x: center;
  font-family: "Avenir Book";
}
.contact-each[data-location=orlando] {
  background-image: url("../images/orlando_bg.png");
}
.contact-each[data-location=jacksonville] {
  background-image: url("../images/jacksonville_bg.png");
}
.contact-each[data-location=tampa] {
  background-image: url("../images/tampa_bg.png");
}
.contact-each[data-location=pompano] {
  background-image: url("../images/pompano_bg.png");
}
.contact-each h3, .contact-each h4 {
  color: white;
  text-align: left;
  margin-bottom: 20px;
}
.contact-each .left-side, .contact-each .right-side {
  display: block;
  float: left;
  padding: 0;
  width: 50%;
}
.contact-each .left-side a, .contact-each .left-side a:visited, .contact-each .right-side a, .contact-each .right-side a:visited {
  color: #FFFFFF;
}
.contact-each .left-side .fa, .contact-each .right-side .fa {
  font-size: 28px;
  position: relative;
}
.contact-each .left-side h3, .contact-each .right-side h3 {
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
}
.contact-each .left-side .contact-normal-width, .contact-each .right-side .contact-normal-width {
  display: none;
}
.contact-each .left-side .contact-normal-width .contact-row, .contact-each .right-side .contact-normal-width .contact-row {
  margin: 8px 0;
}
.contact-each .left-side .contact-normal-width .contact-row .title, .contact-each .right-side .contact-normal-width .contact-row .title {
  font-size: 16px;
}
.contact-each .left-side .contact-normal-width .contact-row .text, .contact-each .right-side .contact-normal-width .contact-row .text {
  font-size: 12px;
}
.contact-each .left-side .contact-thin-width, .contact-each .right-side .contact-thin-width {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.contact-each .left-side .contact-thin-width .contact-name, .contact-each .right-side .contact-thin-width .contact-name {
  text-align: center;
  margin-top: 3px;
  font-size: 16px;
}
.contact-each .left-side .contact-thin-width .phone-email-box, .contact-each .right-side .contact-thin-width .phone-email-box {
  text-align: center;
  width: 50%;
  margin: 10px auto 18px;
}

div#footer-box {
  color: #000000;
  width: 100%;
  background-color: #FFFFFF;
  background-image: url("../images/footer_white.png");
  background-repeat: no-repeat;
  font-family: "Avenir Medium";
  font-size: 16px;
}
div#footer-box .footer-left {
  display: none;
  width: 40%;
  float: left;
  padding: 70px;
}
div#footer-box .footer-center {
  width: 40%;
  float: left;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-family: "Avenir Book";
  margin: 18px 0;
}
div#footer-box .footer-center div {
  padding: 2px 0;
  margin-left: 20px;
}
div#footer-box .footer-center a, div#footer-box .footer-center a:visited {
  color: black;
}
div#footer-box .footer-center a:hover, div#footer-box .footer-center a:active {
  text-decoration: underline;
}
div#footer-box .footer-right {
  width: 60%;
  float: left;
  padding-right: 0;
  padding-top: 60px;
}
div#footer-box .footer-right .social-media-title {
  text-align: center;
  font-family: "Avenir Black";
  font-size: 13px;
  position: relative;
  top: 10px;
  left: 2px;
}
div#footer-box .footer-right .social-media-icons {
  width: 207px;
  margin: 0 auto;
}
div#footer-box .footer-right .social-media-icons ul {
  list-style-type: none;
  padding: 0;
  margin-left: 28px;
  margin-top: 12px;
}
div#footer-box .footer-right .social-media-icons ul li {
  float: left;
}
div#footer-box .footer-right .social-media-icons ul li:hover {
  opacity: 0.7;
}
div#footer-box .footer-right .social-media-icons img {
  width: 50px;
}
div#footer-box .footer-heading {
  font-size: 20px;
}
div#footer-box .footer-text {
  font-size: 16px;
  font-family: "Avenir Book";
}
div#footer-box .footer-email {
  margin-top: 20px;
}

#footer-bar {
  height: 40px;
  background-color: #373A36;
  color: #FFFFFF;
  font-family: "Avenir Book";
  font-size: 12px;
  text-align: center;
  padding-top: 12px;
}

.content-padding {
  padding: 70px;
}

.cf, .clear, .clearfix {
  clear: both;
}

.float-left, .float-l, .f-left, .fleft {
  float: left;
}

.half-box {
  width: 50%;
}

.div-centered {
  margin: 0 auto;
}

.avenir-black {
  font-family: "Avenir Black";
}

/* OUR NATURAL BREAKPOINTS
		1366px - full desktop view
		1024px - iPad view test
 */
@media only screen and (min-width: 568px) {
  div#main-content .main-content-body .main-content-inner {
    width: 80%;
  }
  div#main-content .main-content-body[data-page=contact] .main-content-inner {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #header-background {
    background-size: 100%;
  }

  div.featured_image div.leaf.contact-box {
    width: 50%;
  }
  div.featured_image div.leaf div.leaf-text {
    padding: 16px 10% 24px;
  }
  div.featured_image div.leaf div.leaf-text .leaf-body {
    font-size: 14px;
    width: 75%;
  }
  div.featured_image div.leaf div.leaf-text .leaf-title {
    font-size: 36px;
  }

  div#main-content .main-content-body .main-content-inner {
    padding: 50px 20px 0;
  }
  div#main-content .main-content-body .main-content-inner .why-buy-used-header-icon {
    width: 15%;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half .about-wrap .about-main .about-title {
    font-size: 24px;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half .about-wrap .about-main .about-desc {
    font-size: 14px;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-main {
    padding-left: 24px;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-desc {
    font-size: 14px;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-title {
    font-size: 24px;
  }
  div#main-content .main-content-body .main-content-inner .quality-scale-box .quality-scale-each-box .quality-scale-letter {
    float: left;
    width: 15%;
    padding-right: 20px;
  }
  div#main-content .main-content-body .main-content-inner .quality-scale-box .quality-scale-each-box .quality-scale-letter img {
    width: 100%;
  }
  div#main-content .main-content-body .main-content-inner .quality-scale-box .quality-scale-each-box .quality-scale-description {
    width: 85%;
  }
  div#main-content .icon-box {
    width: 80%;
  }
  div#main-content .icon-box ul li div.icon-text {
    font-size: 20px;
  }
  div#main-content .icon-box ul li div.icon-image img {
    width: 70%;
  }

  div.team-box .team-image img {
    width: 30%;
  }
  div.team-box .team-text {
    font-size: 18px;
  }
  div.team-box .team-text h4 {
    font-size: 24px;
  }
  div.team-box .team-text .team-member-bio {
    font-size: 14px;
  }

  .contact-each .left-side .contact-normal-width .left-side, .contact-each .left-side .contact-normal-width .right-side, .contact-each .left-side, .contact-each .right-side {
    padding: 20px;
  }
  .contact-each .left-side .contact-normal-width .left-side h3, .contact-each .left-side .contact-normal-width .right-side h3, .contact-each .left-side h3, .contact-each .right-side h3 {
    font-size: 24px;
  }
  .contact-each .left-side .contact-normal-width .left-side .contact-normal-width, .contact-each .left-side .contact-normal-width .right-side .contact-normal-width, .contact-each .left-side .contact-normal-width, .contact-each .right-side .contact-normal-width {
    display: block;
    padding: 0 10px;
  }
  .contact-each .left-side .contact-normal-width .left-side .contact-thin-width, .contact-each .left-side .contact-normal-width .right-side .contact-thin-width, .contact-each .left-side .contact-thin-width, .contact-each .right-side .contact-thin-width {
    display: none;
  }

  div#footer-box .footer-left {
    display: block;
    width: 40%;
    float: left;
    padding: 40px;
  }
  div#footer-box .footer-center {
    width: 25%;
  }
  div#footer-box .footer-right {
    width: 35%;
  }
  div#footer-box .footer-right .social-media-title {
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #header-bar {
    display: block;
  }
  #header-bar ul#top-menu {
    margin-right: 0;
  }

  #mobile-header-bar {
    display: none;
  }

  #header-background #header {
    display: block;
  }
  #header-background #header #main-menu-box {
    right: 20px;
  }
  #header-background #header #logo-box {
    margin-left: 20px;
  }

  div#main-content .main-content-body[data-page=locations] h3, div#main-content .main-content-body[data-page=contact] h3 {
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 60px;
  }
  div#main-content .main-content-body[data-page=locations] .main-content-inner .why-buy-used-header-icon, div#main-content .main-content-body[data-page=contact] .main-content-inner .why-buy-used-header-icon {
    width: 10%;
  }
  div#main-content .main-content-body[data-page=contact] h3 {
    margin-bottom: 10px;
  }
  div#main-content .main-content-body[data-page=contact] .main-content-inner {
    padding: 25px 0 60px;
    width: 100%;
  }
  div#main-content .main-content-body[data-page=contact] .main-content-inner > h3 {
    margin-bottom: 30px;
  }
  div#main-content .main-content-body div.locations-box {
    width: 70%;
  }
  div#main-content .main-content-body div.locations-box .locations-image, div#main-content .main-content-body div.locations-box .locations-text {
    float: left;
    width: 50%;
    background: none;
  }
  div#main-content .main-content-body div.locations-box .locations-text {
    padding-left: 40px;
    margin-top: 0;
  }
  div#main-content .main-content-body div.locations-box .locations-text h4 {
    padding: 10px 0 0;
    margin-bottom: 3px;
  }
  div#main-content .main-content-body div.locations-box .locations-image iframe {
    height: 280px;
  }
  div#main-content .main-content-body .main-content-inner {
    width: 100%;
  }
  div#main-content .main-content-body .main-content-inner .contact-each {
    background-size: 100%;
    padding: 10px;
  }
  div#main-content .main-content-body .main-content-inner .contact-each .contact-row .title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  div#main-content .main-content-body .main-content-inner .contact-each .contact-row .text {
    font-size: 14px;
  }
  div#main-content .main-content-body .main-content-inner .why-buy-used-header {
    width: 80%;
    margin: 0 auto 60px;
  }
  div#main-content .main-content-body .main-content-inner .why-buy-used-header .why-buy-used-header-text {
    font-size: 16px;
  }
  div#main-content .main-content-body .main-content-inner .why-buy-used-header .quality-scale-box .quality-scale-header {
    font-size: 32px;
  }
  div#main-content .main-content-body .main-content-inner .why-buy-used-header .quality-scale-box .quality-scale-each-box .quality-scale-letter {
    width: 10%;
  }
  div#main-content .main-content-body .main-content-inner .why-buy-used-header .quality-scale-box .quality-scale-each-box .quality-scale-description {
    font-size: 16px;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half {
    width: 50%;
    float: left;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half.full-size {
    width: 100%;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap {
    padding: 0 20px;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-icon {
    width: 20%;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half .product-wrap .product-main {
    width: 80%;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half .about-wrap {
    width: 50%;
  }
  div#main-content .icon-box {
    padding-bottom: 20px;
  }
  div#main-content .icon-box ul li {
    width: 20%;
  }
  div#main-content .icon-box ul li[data-icon-target] {
    float: left;
    width: 20%;
  }
  div#main-content .icon-box ul li[data-icon-target=about] {
    margin-left: 0;
  }

  div.featured_image div.leaf {
    width: 60%;
  }
  div.featured_image div.leaf.contact-box .contact-form .form-row .form-input textarea {
    height: 131px;
  }
  div.featured_image div.leaf div.leaf-text {
    padding-left: 50px;
    padding-right: 50px;
  }
  div.featured_image div.leaf div.leaf-text .leaf-body {
    width: 100%;
  }

  div.team-box {
    width: 70%;
  }

  div#footer-box {
    padding: 20px 0;
  }
  div#footer-box .footer-right .social-media-title {
    font-size: 16px;
  }
  div#footer-box .footer-center {
    font-size: 16px;
  }

  div#footer-bar {
    height: 44px;
    font-size: 14px;
    padding-right: 20px;
    text-align: right;
  }
}
@media only screen and (min-width: 1366px) {
  #container {
    width: 1366px;
  }
  
  #footer-box {
      max-width:1366px;
      margin:0 auto;
  }

  #header-bar ul#top-menu {
    margin-right: 40px;
  }

  #header-background #header {
    height: inherit;
  }
  #header-background #header #main-menu-box {
    right: 60px;
  }
  #header-background #header #logo-box {
    padding: 20px 20px 40px;
  }

  div.featured_image {
    height: 600px;
  }
  div.featured_image div.leaf {
    width: 50%;
    bottom: 70px;
  }
  div.featured_image div.leaf div.leaf-text {
    padding: 28px 10% 36px;
  }
  div.featured_image div.leaf div.leaf-text .leaf-body {
    width: 90%;
    font-size: 16px;
  }
  div.featured_image div.leaf.contact-box .contact-header {
    font-size: 32px;
  }
  div.featured_image div.leaf.contact-box .contact-form .form-row {
    margin: 20px 0;
  }
  div.featured_image div.leaf.contact-box .contact-form .form-row #send-button {
    font-size: 18px;
  }
  div.featured_image div.leaf.contact-box .contact-form .form-row .form-label {
    font-size: 18px;
  }
  div.featured_image div.leaf.contact-box .contact-form .form-row .form-input input, div.featured_image div.leaf.contact-box .contact-form .form-row .form-input textarea {
    font-size: 18px;
    padding: 5px;
  }
  div.featured_image div.leaf.contact-box .contact-form .form-row .form-input textarea {
    height: 230px;
  }
  div.featured_image div.leaf.contact-box .contact-form-success {
    font-size: 20px;
  }

  div#main-content .main-content-body div.locations-box .locations-text {
    font-size: 16px;
  }
  div#main-content .main-content-body[data-page=meet-the-team] h3 {
    font-size: 32px;
  }
  div#main-content .main-content-body .main-content-inner {
    width: 90%;
    padding-top: 70px;
  }
  div#main-content .main-content-body .main-content-inner .contact-each .contact-row .title {
    font-size: 20px;
  }
  div#main-content .main-content-body .main-content-inner .contact-each .contact-row .text {
    font-size: 16px;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half {
    margin-bottom: 70px;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half .about-wrap {
    width: 40%;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half .about-wrap .about-main .about-desc {
    font-size: 16px;
  }
  div#main-content .main-content-body .main-content-inner .float-box-half .about-wrap .about-main .about-title {
    font-size: 32px;
  }
  div#main-content .main-content-body .main-content-inner .quality-scale-box {
    width: 90%;
  }
  div#main-content .main-content-body .main-content-inner .why-buy-used-header-text {
    margin: 40px auto 65px;
  }
  div#main-content .main-content-body .main-content-inner .why-buy-used-header-icon {
    width: 10%;
    margin-bottom: 10px;
  }

  div.team-box .team-image {
    width: 30%;
    float: left;
  }
  div.team-box .team-image img {
    width: 100%;
    padding-right: 50px;
  }
  div.team-box .team-text {
    width: 70%;
    float: left;
  }

  div#footer-box .footer-left {
    width: 45%;
  }
  div#footer-box .footer-center {
    width: 35%;
  }
  div#footer-box .footer-right {
    width: 20%;
  }

  div#footer-bar {
    padding-right: 40px;
    font-size: 16px;
    max-width:1366px;
    margin:0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
