﻿a.vehicle-panel:hover {
    text-decoration: none;
}
div.testimonial {
  position: relative;
  z-index: 10;
}

/*************************************
Everything below this is for the animated buttons
********************************************/
#btnul{
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
}
#btnul .animatedbuttonli {
  margin-right: 5px;
  display: block;
  margin: 9px 0;
}
.animatedbutton {
    bottom: 0;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: 300;
    left: 0;
    letter-spacing: 2px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.animatedbutton:hover, .animatedbutton:active {
  text-decoration: none;
  background: none;
}
.animatedbutton .animatedbuttonspan {
  display: block;
  position: relative;
  padding-right: 0px;
  position: relative;
  transition: padding-right 0.5s;
}
.animatedbutton .animatedbuttonspan:after {
  content: '';  
  position: absolute;
  top: 0;
  right: 0px;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-right: 20px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  transform: rotate(-45deg);
}
.animatedbutton:hover .animatedbuttonspan, .animatedbutton:active .animatedbuttonspan {
  padding-right: 35px;
}
.animatedbutton:hover .animatedbuttonspan:after, .animatedbutton:active .animatedbuttonspan:after {
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  opacity: 1;
  right: 0;
  top: 50%;
}

/*************************************
Image Quick links Buttons
********************************************/

a.btn.btn-block.btn-large.quicklinkbutton.quicklinkimage {
    background: none !important;
    border: 0;
    margin-top: inherit !important;
}
a.quicklinkimage {text-align: center;}
span.quicklinkbutton-img {
    display: block;
    max-width: 244px;
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    margin-left:auto;
    margin-right:auto;
}
span.quicklinkbutton-img img{max-width: 100%;}
span.quicklinkbutton-img:hover span.filter{transform: skewX(180deg);opacity: 1;}
span.quicklinkbutton-img:hover span.filter i{color:#000;}
span.filter {
    position: absolute;
    width: 95%;
    height: 94%;
    background-color: rgba(255,180,0, 0.59);
    margin: 5px;
    padding-top: 50px;
    opacity: 0;
    transition: all .5s ease;
}
span.filter i {font-size: 40px;color: #fff;}
span.quicklinkbutton-label-img {
    display: block;
    border: 1px solid rgba(95,95,95,1);
    max-width: 244px;
    line-height: 50px;
    position: relative;
    font-size: 24px;
    overflow: hidden;
    transition: all .5s linear;
    background-color: rgba(204,204,204,0);
    color: #5f5f5f;
    font-weight: 100;
    margin-left:auto;
    margin-right:auto;
}
span.quicklinkbutton-label-img:hover{
	border-color: rgba(95,95,95,.15);
	background-color: rgba(255, 180, 0, 0.59);
    color:rgba(95,95,95,1);
}
span.quicklinkbutton-label-img:hover span{right:33px;}
span.quicklinkbutton-anim-img {
    position: absolute;
    right: -10px;
    transition: all .5s ease;
}
/*End Luxury Quick Links*/

@media screen and (max-width: 1199px) {
  #btnul { margin-top: 18px; }
}
@media screen and (max-width: 991px) {
  #btnul { margin-top: 0; }
}


.browse-inventory-image a{
    color:#828283;
}
.browse-inventory-image a:hover {
     color:#828283;
}

.browse-inventory-image {
    margin: 10px auto;
    padding-right:0!important;
    padding-left: 0!important;
    position: relative;
    transition: all .59s ease-in;
}

.browse-inventory-image a:before {
    content: "\f0d8";
    position: absolute;
    font-family: FontAwesome;
    bottom: -10px;
    font-size: 24px;
    color: #FFB400;
    transition: all 0.3s ease-in;
    left: 0;
    right: 0;
}
.browse-inventory-image a {
    border-bottom: 2px solid #ffb400;
    min-height: 82px;
    display: block;
    text-decoration:none;
    font-size:17px;
    margin: 0 8px;
}
.browse-inventory-image a:hover, .browse-inventory-image a:focus {
    opacity: .6;
}
.browse-inventory-image img {
     transition: all .30s ease;
     margin-bottom: 4px;
}
.browse-inventory-image:hover img {
    transform: translate(0px,3px);
    opacity: .5;
    transition: all .30s ease;
}
.browse-inventory-image:hover a:before {
    transform:translate(0,-5px)   
}