body{
	background:#000;
}
.marketlnkLink{
	color:#FFF;
}
.nav-link{
	color:#fff !important;
	font-weight: 700;
    font-size: 22px;
}
.flex-active-slide img{
	border:2px solid #000;
}
.flex-active-slide:active{
	border:2px solid red;
}
.flex-active-slide:focus{
	border:2px solid red;
}
.flex-next:active{
	opacity: 1;
	right: 10px !important;
}
.flex-next:focus{
	opacity: 1;
	right: 10px !important;
}
.flex-prev:active{
	opacity: 1;
	left: 10px !important;
}
.flex-prev:focus{
	opacity: 1;
	left: 10px !important;
}
/*
#content{
	margin-top:20px;
}
*/
.headerlogo{
	max-width:240px;
}
.navbar-brand{
	color:#FFF;
	font-weight:bold;
}
.footerlogos{
	width:150px;
}
.locationboxes{
	background-color:#464646;
	color:#FFF;
}
.locationboxes a{
	color:#FFF;
}
.locationname{
	font-size:24px;
}
.bg-primary{
	background-color:#ce0000 !important;
	color:#FFF;
}
.bg-primary a{
	color:#FFF;
}
.topcommunitieslink:hover{
	color:#000;
}
.bg-primary span{
	color:#FFF;
}
.border-primary{
	border-color:#FFF !important;
}
.btn-primary{
	background-color:#ce0000 !important;
	color:#fff;
	border-color:#000 !important;
}
.btn-primary:hover,.btn-primary:focus{
	color:#ccc;
}
.communities-alt-bg{
	margin-top:0px !important;
}
@media screen and (min-width: 992px) {
	.navbar{
		padding-top:0px !important;
	}
	.nav-link{
		padding:0 1rem 0.5rem 1rem !important;
	}
}
/*mobile nav default is white*/
/*
.custom-toggler.navbar-toggler {
	border-color:#000;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
*/
/*end mobile nav*/
.footer{
	background-color: #464646 !important;
    border-bottom: 4px solid #ce0000;
}
.categoryv2image {
	border:4px solid #FFF;
    box-shadow: none !important;
}

.carousel-item img {
  width:100%
}
.trailerManufacturerLogo {
    width: 300px;
}
.manufacturerSubImageContainer {
    text-align: center;
}
.manufacturerSubImage {
    min-width: 300px;
    text-align: center;
    width: 40%;
    background: #bfbfbf;
    padding-top: 4px;
    border: 1px solid #6d6d6d;
    display: inline-block;
    margin: 10px;
}
.manufacturerSubImage img {
    width: 94%;
    border: 1px solid #6d6d6d;
    margin: 4px auto;
    display: block;
}


/*ribbons for inventory*/

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin-top: -4px !important;
    margin-left: -4px !important;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
	font-stretch: condensed;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    /*text-align: center;*/
	padding-left:40px;
  }
.greyribbon {
    background-color: #343434;
}
.blueribbon {
    background-color: #014a7b;
}
  /* top left*/
  .ribbon-top-left {
    top: 0px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }
  
  /* top right*/
  .ribbon-top-right {
    top: -10px;
    right: -10px;
  }
  .ribbon-top-right::before,
  .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
  }
  .ribbon-top-right::before {
    top: 0;
    left: 0;
  }
  .ribbon-top-right::after {
    bottom: 0;
    right: 0;
  }
  .ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
  }
  
  /* bottom left*/
  .ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
  }
  .ribbon-bottom-left::before,
  .ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
  }
  .ribbon-bottom-left::after {
    top: 0;
    left: 0;
  }
  .ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
  }
  
  /* bottom right*/
  .ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
  }
  .ribbon-bottom-right::before,
  .ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
  .ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
  }
  .ribbon-bottom-right::after {
    top: 0;
    right: 0;
  }
  .ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
  }
  
  .resultsItem2:hover{
	  border-color: #ce0000 !important;
  }
  #privterms a{
	  color:#FFF;
  }