.oswald, .big-noodle {
  font-family: 'oswald';
}
.apd-header .navbar-toggle .icon-bar {
  background-color: black;
}
h1.big-noodle {
  color: #717171;
}
body.home {
  background-color: #fff !important;
}
body.page {
  background-color: #f6f6f6;
}
.side-nav {
  background-color: #fff;
}
#add-alert {
  display: none;
}
.table {
  font-family: 'Oswald';
  border-color: #cbcbcb;
  font-weight: 300;
}
.table thead {
  background-color: #ffc214;
}
.table thead tr {
  border-color: transparent;
}
.table thead th {
  color: #fff;
  font-weight: normal;
  border: none !important;
}
.review-heading {
  font-family: 'Oswald';
  font-size: 2em;
  margin-bottom: 10px;
}
.review-ad-price {
  font-family: 'Oswald';
  font-size: 1.75em;
}
.review-ad-price .review-price {
  color: #ffc214;
  font-weight: 600;
}
.home-search-box input, .home-search-box select, .black-select, .list_plan input.form-control, .list_plan select.form-control  {
  background-color: #121f2c;
  width: 100%;
  border-radius: 10px;
  border: 0;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 20px !important;
  color: #fff;
  height: auto;
}
.list_plan .row .row {
  margin-bottom: 5px;
}
.home-search-box .submit input {
  background-color: #ffc214;
  color: #292d46;
}
.home-search-box select, .black-select, .list_plan select.form-control  {
  background-image: url('/images/dropdown-arrow.png');
  background-repeat: no-repeat;
  background-position: 94%;
}
.browse-category {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  font-size: 22px;
  color: #6f6f6f;
  font-weight: 300;
  display: block;
  margin: 10px 0 20px 0;
  padding: 10px 5px;
}
.home h1, .home p {
  font-weight: 300;
}
.home p {
  color: #636363 !important;
  line-height: 1.75;
}
.news-item .news-title a {
  color: #303030;
  font-weight: 400;
}
.news-item .news-title a.news-read-more {
  background-color: #e20c14;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  margin: 10px auto;
  padding: 8px 30px;
}
.vehicle-listing {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,.18);
  transition: .2s;
}
.vehicle-listing:hover {
  box-shadow: 0 0 16px rgba(0,0,0,.43);
}
.vehicle-title a {
  color: #2d2d2d;
  text-transform: capitalize;
}
a.filter-heading {
  color: #ff4249;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
.radio-button-group {
  padding: 0 30px;
}
.left-search-panel .field-wrap {
  
}
#footer {
  background-color: #191919;
  padding: 20px 10px;
}
#footer li a, #footer li {
  color: #737373
}
#footer ul {
  list-style: none;
}  
#footer-sub {
  background-color: #fff;
}
.vehicle-inner-wrap {
  position: relative;
}

.pricing-ourprice {
  background-color: #f8de00;
  color: #2d2e2d;
  font-family: 'oswald';
  display: inline-block;
  padding: 5px 10px;
}
#searchResults {
  padding: 20px;
}
.vehicle-results-footer {
  clear: both;
}

.btn-compare {
  border-radius: 0;
  background-color: #000;
  font-family: 'oswald';
  font-size: 12px;
  color: #fff;
}
.btn-compare:hover {
  color: #eee;
}
.btn-compare label {
  color: #fff;
}
.vehicle-title {
  padding: 15px 10px;
}
.vehicle-title a {
  font-size: 13px;
  font-weight: bold;
}


#side-search.in,
#side-search.collapsing {
    display: block!important;
}
.collapse.width {
    height: auto;
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}  
.mobile-no-pad {
  padding-left: 0;
  padding-right: 0;
}
.vehicle-photo {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
.vehicle-photo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.padding-20 {
  padding: 20px;
}

.compare-images .container-new img {
  display: block;
  max-width: 100%;
  height: auto;
}
.search-panel input, .search-panel select {
  width: 100%;
}
select#VehicleVehicleType {
  border: 0;
  box-shadow: none;
}
.sort-by-filter {
  margin-left: 15px;
}
.listings-per-page {
  margin-left: 20px;
}
.sort-by-filter, .listings-per-page {
  margin-top: 14px;
  margin-bottom: 14px;
}
.listings-per-page .resultHead, .sort-by-filter .resultHead {
  font-weight: bold;
  text-transform: uppercase;
}
.sort-by-popup {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}
.sort-by-popup .close {
  margin-right: 8px;
  margin-top: 6px;
}
.compare-row{
  background-color: #FFF;
  -webkit-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.2);
  box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.2);
}
.compare-listings-link {
  background-color: #2d2e2d;
  color: #f8de00;
  font-family: "Oswald";
  display: block;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
}
.compare-row-right {
  text-align: center;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.compare-images {
  margin-bottom: 40px !important;
}
.standard-button {
  border-radius: 10px;
  background-color: #ffc214;
  text-align: center;
  color: #111;
  padding: 15px 20px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 1.25em;
  margin-top: 20px;
  text-decoration: none;
}
.standard-button2 {
  border-radius: 10px;
  background-color: #fcfcfc;
  border: 2px solid #ffc214;
  text-align: center;
  color: #000;
  padding: 15px 20px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: 'Oswald';
  font-size: 1.5em;
}
.price {
  font-family: 'oswald';
  font-size: 2em;
  font-weight: 300;
  color: #717171;
}
.price strong {
  color: #ffc214
}
.step-menu.navbar-nav li a {
  font-style: italic;
  font-weight: 100;
}
/****************************************************************
	toolTip
****************************************************************/

.toolTipAnchor {
	font-size: 10px;
	color: #ccc;
}

.tooltip {
	position:			absolute;
	display:			none;
	left:				0px;
	top:				0px;
	z-index:			9000;
	background-color:	#fff;
	width:				300px;
}

.tooltip2 {
	position:			absolute;
	display:			none;
	left:				0px;
	top:				0px;
	z-index:			9000;
	background-color:	#f3f3f3;
	padding:			4px;
	border:				3px double #3c6993;
	color:				#333;
}

.tooltip3 {
	position:			absolute;
	display:			none;
	left:				0px;
	top:				0px;
	z-index:			9000;
}

.tooltip-auth {
	position:			absolute;
	display:			none;
	left:				0px;
	top:				0px;
	z-index:			9000;
	background-color:	pink;
	padding:			4px;
	border:				3px double red;
}

.tooltipview {
	border: 			3px double #999;
	padding: 			4px;
	color: 				#333;
}

.floatingAds {
	position:			absolute;
	display:			none;
	left:				0px;
	top:				0px;
	z-index:			9000;
	background-color:	#f8f8f8;
}
@media (max-width: 768px) {
  nav.navbar {
    background-color: #181818;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 10px 40px;
    color: #fff;
  }
  .navbar-default .navbar-nav.navbar-right > li > a {
    font-size: 13px;
    font-family: 'Oswald';
    padding: 4px 40px;
    color: #ffc214;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 4px;
    width: 28px;
  }
  .home .navbar-default {
    border: none;
  }
  .navbar-default .navbar {
    z-index: 999;
  }
  .navbar-default .navbar-brand {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .navbar-default .navbar-brand img {
    margin: 0 auto;
    display: block;
  }
  .navbar-default .navbar-toggle {
    position: absolute;
    left: 10px;
    border: none;
  }
  .navbar-default .navbar-brand > img {
    max-height: 130%;
  }
  label.checkbox-star input[type="checkbox"] {visibility:hidden;}
  label.checkbox-star span {
    font-family: 'Glyphicons Halflings';
    font-size:25px;
    content:"\e007";
    transition:width 0.1s, height 0.1s, margin 0.1s;
  }
  label.checkbox-star span:after {
    background-color: transparent;
    color: #111;
    content:"\e007";
    position: absolute;
    visibility:visible;
    padding: 5px 10px;
    transition: .5s;
  }
  label.checkbox-star :checked + span {
    background:#6F6;
  }
  label.checkbox-star :checked + span:after {
    content:"\e006";
    font-size: 20px;
    color: #f8de00;
  }
  
  .star {
    font-family: 'Glyphicons Halflings';
    visibility:hidden;
    font-size:20px;
    cursor:pointer;
  }
  .star:before {
    background-color: transparent;
    color: #111;
    content:"\e007";
    position: absolute;
    visibility:visible;
    padding: 5px 10px;
  }
  .star:checked:before {
    background-color: transparent;
    content:"\e006";
    position: absolute;
    color: #f8de00;
  }
  /*
  .compare-wrap {
    position: absolute;
    top: 0px;
    right: 54px;
    z-index: 99;
  }*/
  .row.equal2 {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-price {
    position: absolute;
    bottom: 0;
    right: 15px;
  }
  .navbar {
    margin-bottom: 0;
  }
  .navbar-default {
    background-color: #000;
  }
  .navbar-brand > img {
    max-height: 130%;
  }
  .home-search-box input, .home-search-box select {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .step-menu.navbar-nav {
    float: none;
    margin-left: 2px !important;
  }
  .step-menu.navbar-nav li a {
    padding: 15px 12px;
  }
  .standard-button, .standard-button2 {
    width: 100%;
    display: block;
  }
  .table {
    
  }
  .table thead {
  }
  .table thead th {
    font-size: 20px;
  }
  .compare-row {
    margin-bottom: 30px;
  }
  .compare-row-left {
    padding: 0 20px;
    border-right: 1px solid #dcdcdc;
  }
  .sort-by-popup {
    width: 200px;
    position: absolute;
    right: 40px;
    z-index: 999;
  }
  .navbar-brand > img {
    max-height: 110%;
  }
  .mobile-no-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav {
    margin-top: 2px !important;
    margin-left: 27px!important;
  }
  label.checkbox-star input[type="checkbox"] {visibility:hidden;}
  label.checkbox-star span {
    display:inline-block;
    font-family: 'Glyphicons Halflings';
    font-size:18px;
    content:"\e007";
    background:transparent;
    vertical-align:middle;
    margin:3px;
    transition:width 0.1s, height 0.1s, margin 0.1s;
  }
  label.checkbox-star span:after {
    background-color: #000;
    color: #fff;
    content:"\e007";
    position: absolute;
    visibility:visible;
    padding: 5px 10px;
    transition: .5s;
  }
  label.checkbox-star :checked + span {
    background:#6F6;
  }
  label.checkbox-star :checked + span:after {
    content:"\e006";
    font-size: 20px;
    color: #f8de00;
  }
  #side-search{ 
    display: block!important;
    visibility:visible!important;
    height: auto !important;
  }
  .pricing-ourprice-container {
    position: absolute;
    top: -8px;
    left: 7px;
    z-index: 99;
  }
  .compare-wrap {
    position: absolute;
    top: -30px;
    right: 40px;
    z-index: 99;
  }
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
  .navbar-default .navbar-collapse, .navbar-default {
    background-color: #fff;
  }
  .navbar-default {
    border-bottom: 1px solid #cdcdcd;
  }
  .home .navbar-default .navbar-collapse, .home .navbar-default {
    background-color: transparent;
    border: none;
  }
  #footer {
    padding: 50px 0;
  }
  #footer li span {
    font-size: 22px;
  }
  .side-nav {
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  }
  .vehicle-listing {
  /*  height: 200px;*/
    max-height: 570px;
  }
  .news-item .news-title a {
    font-size: 24px;
  }
  .news-item .news-title a.news-read-more {
    font-size: 16px;
  }
  .home h1 {
    font-size: 64px;
  }
  .navbar-header, #bs-example-navbar-collapse-1 {
    padding: 10px;
  } 
  .home nav {
    z-index: 999;
  }
  img.cat-icon {
    border: 6px solid transparent;
    transition: .3s;
  }
  img.cat-icon:hover {
    border: 6px solid red;
  }
  .margin-bottom-5 {
    margin-bottom: 10px;
  }
  .padding-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .no-border-right {
    border-right: none !important;
  }
  .navbar-nav.navbar-right li {
    border-right: 1px solid #000;
    padding: 0;
  }
  .navbar-nav.navbar-right li a {
    color:#727272;
    padding: 0 6px;
    font-family: oswald;
    font-size: 12px;
    font-weight: 400;
  }
  .navbar-nav.navbar-right li:last-child {
    border: 0;
  }
  .home .navbar-nav.navbar-right ul {
  }
  .home .navbar-nav.navbar-right li {
    border-right: 1px solid #000;
    padding: 0;
  }
  .home .navbar-nav.navbar-right li a {
    color:#fff;
    padding: 0 10px;
    font-family: oswald;
    font-size: 14px;
    font-weight: 400;
  }
  .home .navbar-nav li a {
    color: #2d2d2d;
  }
  .navbar-nav {
    margin-top: 7px;
  }
  .navbar-nav li a {
    padding: 14px 19px;
    font-size: 12px;
  }
  .navbar-nav.navbar-right {
    padding: 10px 0;
  }
  .navbar {
    margin-bottom: 0;
  }
  .home-search-box {
    background-image: url('/img/hero-img.jpg');
    margin-top: -76px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 50.07%;
    position: relative;
    margin-bottom: 50px;
  }
  .home-search-box .h1, .home-search-box .h3 {
    font-family: "Oswald";
  }
  .home-search-box .h1 {
    color: #fff;
    font-size: 60px;
    letter-spacing: -.02em;
  }
  .home-search-box .h3 {
    color: #262626;
    font-size: 20px;
  }
  .home-search-box-inner {
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 0;
    left: 0;
  }
}


@media (min-width: 992px) {
  ul.step-menu li a {
    font-size: 12px;
  }
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
  .compare-row-right {
    position: relative;
  }
  .compare-listings-link {
    padding: 15px;
    font-size: 1.6em;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .home-search-box .h1 {
    font-size: 80px;
  }
  .home-search-box .h3 {
    font-size: 24px;
  }
  .navbar-nav li a {
    font-size: 14px;
    padding: 14px 10px;
  }
}

@media (max-width: 1200px) {
  .compare-row-left .row .container-new{
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) { 
  .navbar-nav li a {
    font-size: 15px;
    padding: 14px 20px;
  }
  ul.step-menu li a {
    font-size: 15px;
  }
}

@media (min-width: 1256px) { 
  .navbar-nav li a {
    font-size: 16px;
    padding: 14px 30px;
  }
}
@media (min-width: 1600px) { 
  .col-xl-20 {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
}