.checkbox-inline {
    padding-top: 0px !important;
}
.checkbox {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
label.checkbox-inline.control-label:hover {
    color: #888;
}
.pull-right.pull-right-brand-count{
    position: absolute;
    bottom: 1px;
    right: 0;
}
.checkbox label {
  cursor: pointer;
  padding-left: 0;
  color: rgba(0,0,0, 0.86);
}
.form-group.is-focused .checkbox label {
  color: rgba(0,0,0, 0.34);
}
.form-group.is-focused .checkbox label:hover, .form-group.is-focused .checkbox label:focus {
  color: rgba(0,0,0, .84);
}
fieldset[disabled] .form-group.is-focused .checkbox label {
  color: rgba(0,0,0, 0.34);
}
.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 0px;
  padding-right: 5px;
}
.checkbox .checkbox-material:before {
  display: block;
  position: absolute;
  left: 3px;
  bottom: 4px;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 0;
  width: 0;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  transform: scale3d(2.3, 2.3, 1);
}
.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0,0,0, .54);
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}
.checkbox-inline {
    padding-top: 0px !important;
}
label.checkbox-inline img {
    height: 14px;
    vertical-align: baseline;
}
small.pull-right {
    color: #777;
    line-height: 16px;
}
label.checkbox-inline {
    width: 100%;
}
.checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  display: block;
  margin-top: -6px;
  margin-left: 5px;
  width: 0;
  height: 0;
  background: red;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  animation: checkbox-off 0.3s forwards;
}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check {
  background: #cc2c2c;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #FFFFFF;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  animation: checkbox-on 0.3s forwards;
}
.checkbox input[type=checkbox]:checked + .checkbox-material:before {
  animation: rippleOn 500ms;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  animation: rippleOn 500ms forwards;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  animation: rippleOff 500ms;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  animation: rippleOff 500ms;
}
fieldset[disabled] .checkbox, fieldset[disabled] .checkbox input[type=checkbox],
.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check {
  border-color: #000000;
  opacity: .26;
}
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0,0,0, 0.87);
  transform: rotate(-45deg);
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}



h1{
	border-bottom:unset !important;
}
.form-control{
	font-size:13px !important;
}
.search-title {
    background: none repeat scroll 0 0 #dd2c2d;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    padding: 8px 0 6px 60px;
    text-shadow: 1px 1px 2px #6a1111;
    font-weight: bold;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
}
.irs--flat .irs-bar {
    background-color: #dd2c2d !important;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #dd2c2d !important;
}
.panel-body{
	padding-top:0px !important;
	padding-bottom:5px !important;
}
.panel-heading{
	padding:5px 15px !important;
}
.more,.more_types, .more_colors{
	padding:3px 11px !important;
}
h9{
	font-size: 14px !important;
	font-weight: bold !important;
}
li a.btn-link{
	color: #333333;
}
li small{
	color: #777777;
}
.pagination [class^="icon-"] {
    line-height: 9px !important;
}
.pagination > li > a, .pagination > li > span {
    line-height: 10px !important;
}
#multioptions-search.nudge {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.mobile-options-section{
	width:100vw;
	overflow: auto;
}
.mobile-options-container{
	width:max-content;
}
.mobile-options{
	float: left;
    padding: 18px;
    background: #eeeeeead;
    min-width: 100px;
    text-align: center;
        border: 1px solid #fafafa;
}
.car-list-subsection{
	background: url(/static/templates/css/images/car_search1.jpg);
    background-size: cover;
    padding: 26px 0;
    height: 123px;
    margin-top: -10px;
}
@media screen and (max-width: 512px) {
	.car-list-subsection{
	    background-position: 30% !important;
}
}
.mobile-options a {
    color: #555;
}
#sortModal li {
    padding: 8px;
    font-family: "Roboto";
    color: #c32 !important;
    border: 1px solid #ccc;
}
#sortModal li a.btn-link {
    color: #d21f1f;
}
.checkbox-level-2{
	padding-left:20px;
}
.tt-breadcrumb li{
	display: inline-block;
}
.tt-breadcrumb ul{
	text-align:center;
}
.tt-breadcrumb{
	font-family: "Roboto";
	color: white;
	font-weight:500;
}