@import url("bs.css");
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800");
html, body {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul {
  list-style: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@-webkit-keyframes pulsate {
  from {
    left: 20%; }
  to {
    left: -1169px; } }
@-moz-keyframes pulsate {
  from {
    left: 20%; }
  to {
    left: -1169px; } }
@-o-keyframes pulsate {
  from {
    left: 20%; }
  to {
    left: -1169px; } }
@keyframes pulsate {
  from {
    left: 20%; }
  to {
    left: -1169px; } }
html {
  height: 100%; }

body {
  font-weight: 400;
  background-color: #e8e8e8;
  width: 100%;
  color: rgba(0, 0, 0, 0.76);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 14px; }

.wrapper {
  flex: 1;
  height: auto; }

.min-500 {
  height: 500px;
  overflow: auto; }

.min-650 {
  height: 650px;
  overflow: auto; }

.noflow {
  overflow: hidden; }

p {
  margin-bottom: 10px;
  line-height: 1.3; }

.cookie {
  background-color: rgba(12, 12, 12, 0.5);
  z-index: 2000;
  position: fixed;
  bottom: 0;
  border-radius: 5px;
  left: auto;
  right: auto;
  padding-top: 5px; }

.reg {
  width: 100px;
  height: 1.8em;
  background-color: yellow;
  display: block;
  text-align: center;
  margin: 5px 10px;
  border-radius: 5px;
  border: 1px solid black;
  text-transform: uppercase;
  font-family: "Arial Black", arial-black;
  cursor: pointer; }
  .reg .vehicle {
    width: 200px;
    height: 1.3em;
    display: inline-block;
    position: relative;
    left: 120px;
    bottom: 25px;
    font-size: 0.8em;
    text-align: left;
    overflow: hidden; }

.modal-max {
  width: 95%; }

.img-outer {
  border: 1px solid;
  border-radius: 5px; }

.img-holder {
  margin: 10px 10px 0; }
  .img-holder img {
    cursor: pointer; }
  .img-holder img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.deleted {
  opacity: 0.3; }

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-size: x-large;
  font-weight: bold; }

h2 {
  font-size: 1.5em; }

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
  font-weight: normal; }

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: normal; }

.bootbox-modal {
  border-bottom: 1px solid #eee;
  position: relative;
  max-height: 300px;
  max-width: 600px;
  padding: 15px;
  overflow-y: auto;
  top: -200px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.modal-header1 {
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 15px;
  overflow-y: auto;
  background-color: #cccccc; }
  .modal-header1 .close {
    margin-top: 2px; }
  .modal-header1 h3 {
    margin: 0;
    line-height: 30px; }

.modal-body1 {
  position: relative;
  padding: 15px;
  overflow-y: auto;
  background-color: #cccccc; }

.modal-form1 {
  margin-bottom: 0; }

.modal-footer1 {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff; }
  .modal-footer1 .btn-success {
    background-color: #5d9c0a; }
  .modal-footer1:before {
    display: table;
    line-height: 0;
    content: ""; }
  .modal-footer1:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both; }

.q {
  background: url("../img/q.png") no-repeat;
  padding-left: 20px; }
  .q a {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-decoration: none; }
  .q:hover {
    background: url("../img/qm.png") no-repeat; }

#admin333 {
  position: absolute;
  left: 25%;
  right: auto;
  top: 25%;
  bottom: 25%;
  height: 50vh;
  width: 50vw;
  background-color: red;
  color: white;
  font-size: xx-large;
  border-radius: 10px;
  z-index: 1004;
  padding: 25px;
  text-align: center; }

.admin-nav {
  width: 100%; }

#modal-sm {
  z-index: 1052; }

#modal-md {
  z-index: 1051; }

.btn-warning {
  background-color: #ffe851;
  color: #000000; }
  .btn-warning:hover {
    background-color: #e0ca47; }

.well-small {
  border: 1px solid black;
  margin-bottom: 5px; }

.question {
  margin-top: 20px;
  display: flex;
  max-width: 100%; }
  .question .wrap {
    flex-wrap: wrap; }

.navbar-static-top {
  border-width: 0 0 0; }

.navbar-default {
  background-color: #c5d28a;
  border-color: #e8e8e8;
  margin-bottom: 0;
  width: 100%;
  position: relative; }
  .navbar-default .navbar-brand {
    color: #ffffff; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #343434; }
  .navbar-default .navbar-text {
    color: #ffffff; }
  .navbar-default .navbar-nav > li > a {
    color: #ffffff; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #343434; }
  .navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #c5d28a; }
    .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
      color: #ffffff; }
      .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
        color: #343434;
        background-color: #e8e8e8; }
    .navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
      background-color: #e8e8e8; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #343434;
    background-color: #e8e8e8; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #343434;
    background-color: #e8e8e8; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #343434;
    background-color: #e8e8e8; }
  .navbar-default .navbar-toggle {
    border-color: #e8e8e8; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #e8e8e8; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ffffff; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #ffffff; }
  .navbar-default .navbar-link {
    color: #ffffff; }
    .navbar-default .navbar-link:hover {
      color: #343434; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #343434; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #343434;
    background-color: #e8e8e8; } }
.main-head {
  background-color: #c5d28a;
  margin-top: 5px;
  height: 250px;
  border-radius: 3px;
  -webkit-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  -moz-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  color: #FFFFFF; }
  @media all and (max-width: 768px) {
    .main-head {
      max-height: 450px !important; } }
  @media all and (max-width: 760px) {
    .main-head {
      height: 150px !important;
      font-size: 0.9em; } }
  @media all and (max-width: 993px) {
    .main-head {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  .main-head img {
    padding-top: 10px;
    padding-left: 20px;
    float: right;
    position: relative;
    top: -5px; }
    @media all and (max-device-width: 667px) {
      .main-head img {
        width: 200px; } }
  .main-head .carousel {
    height: 200px;
    overflow: hidden;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px; }
  .main-head .carousel-inner {
    height: 200px; }
    .main-head .carousel-inner p {
      font-size: 1.6em; }
  .main-head .carousel-caption {
    position: relative;
    left: 5px;
    margin-top: 10px; }
  .main-head .carousel-control.left, .main-head .right {
    background-image: none; }
  .main-head .carousel-inner > .item > a > img, .main-head .carousel-inner > .item > img {
    border-radius: 5px;
    margin-top: -15px; }
  .main-head .main-title {
    margin-top: 20px;
    padding-left: 25px;
    font-size: xx-large;
    color: #000;
    font-weight: 800; }
    @media only screen and (max-device-width: 667px) {
      .main-head .main-title {
        font-size: large; } }

.home-content div:nth-of-type(odd) {
  background-color: #FEFEFE; }
.home-content div:nth-of-type(even) {
  background-color: #7e7e7e; }

.home-block {
  margin: 20px 20px;
  min-height: 300px;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  -moz-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74); }
  .home-block h1, .home-block h2, .home-block h3, .home-block h4 {
    font-family: "Montserrat", sans-serif;
    font-size: x-large;
    font-weight: bold; }
  .home-block h2 {
    font-size: 1.5em; }
  .home-block h3 {
    font-size: 1.3em;
    font-weight: normal; }
  .home-block h4 {
    font-size: 1.1em;
    font-weight: normal; }

.home-scroll {
  background-color: #ffffff;
  display: inline-block;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  white-space: nowrap;
  box-sizing: border-box;
  height: 120px; }
  .home-scroll .scroll-item {
    width: 150px; }
    .home-scroll .scroll-item p {
      text-align: center;
      color: #676767; }
      .home-scroll .scroll-item p a {
        color: #676767; }
  .home-scroll .marquee {
    width: 90%;
    display: flex;
    flex-direction: row;
    position: relative;
    left: 0;
    margin-bottom: 10px;
    animation: marquee 30s linear infinite;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100px); }
    .home-scroll .marquee:hover {
      animation-play-state: paused; }

@-webkit-keyframes marquee {
  0% {
    transform: translateX(100px); }
  50% {
    transform: translateX(-300px); }
  100% {
    transform: translateX(100px); } }
@-moz-keyframes marquee {
  0% {
    transform: translateX(100px); }
  50% {
    transform: translateX(-300px); }
  100% {
    transform: translateX(100px); } }
@-o-keyframes marquee {
  0% {
    transform: translateX(100px); }
  50% {
    transform: translateX(-300px); }
  100% {
    transform: translateX(100px); } }
@keyframes marquee {
  0% {
    transform: translateX(100px); }
  50% {
    transform: translateX(-300px); }
  100% {
    transform: translateX(100px); } }
.home {
  margin-bottom: 20px; }
  .home h3 {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    transition: all 0.6s cubic-bezier(0, 0, 1, 0.36);
    color: #ffffff; }
  .home .well {
    border: 2px solid transparent;
    border-radius: 5px;
    height: 250px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
    .home .well:hover p {
      opacity: 1;
      right: 0; }
    .home .well:hover img {
      transform: scale(1.1); }
    .home .well:hover h3 {
      color: #292929; }
    .home .well img {
      width: 100%;
      max-height: 230px;
      overflow: hidden;
      border-radius: 6px;
      transform: scale(1);
      transition: all 0.3s ease-in-out; }
    .home .well p {
      position: relative;
      bottom: 150px;
      right: 150px;
      color: #e5f1da;
      height: 150px;
      padding: 5px;
      opacity: 0;
      border-radius: 3px;
      font-size: 1em;
      font-weight: 600;
      line-height: 1;
      background-color: rgba(0, 0, 0, 0.5);
      transform: translateX(0px);
      transition: all 0.3s ease-in-out;
      z-index: 20; }
  .home div.row > div:nth-of-type(even) {
    background-color: #c5d28a; }
  .home div.row > div:nth-of-type(odd) {
    background-color: #FFDC00; }

.second {
  background-color: #c5d28a;
  margin-bottom: 20px; }
  .second .second-inner {
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #FFDC00;
    border-radius: 9px;
    height: 260px;
    overflow: hidden;
    position: relative; }
    .second .second-inner h3 {
      font-size: 2em;
      font-weight: 400;
      margin-bottom: 10px;
      padding-top: 15px;
      font-family: "Montserrat", sans-serif;
      color: #ffffff; }
  .second .lowerbox {
    width: 100%;
    height: 100%;
    border-radius: 9px;
    padding: 5px;
    overflow: hidden;
    cursor: pointer; }
    .second .lowerbox:hover p {
      opacity: 1;
      top: 50px; }
    .second .lowerbox:hover img {
      transform: scale(1.3);
      transition: all 0.6s ease-in-out; }
    .second .lowerbox img {
      position: relative;
      border-radius: 5px;
      width: 100%;
      height: 100%;
      transform: scale(1);
      transition: all 0.6s ease-in-out; }
    .second .lowerbox p {
      position: relative;
      top: 190px;
      color: #e5f1da;
      height: 90px;
      padding: 5px;
      opacity: 0;
      font-size: 1.1em;
      font-weight: 400;
      line-height: 1;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 3px;
      transform: translateY(-200px);
      transition: all 0.9s cubic-bezier(0.6, 0.24, 0.01, 0.44);
      z-index: 50; }

.page {
  min-height: 300px;
  background-color: #FEFEFE;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  -moz-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  font-size: 1.2em; }
  @media all and (max-width: 805px) {
    .page {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  .page img {
    border-radius: 5px;
    max-width: 100%;
    display: block;
    height: auto; }

.footer {
  margin-top: auto;
  height: auto;
  padding: 10px;
  background-color: #c5d28a;
  border-radius: 3px;
  color: #ffffff; }
  .footer li {
    margin-bottom: 5px; }
  .footer a {
    font-weight: 500;
    color: #FFFFFF; }
  .footer a:hover {
    text-decoration: none;
    color: #000000; }
  .footer .used ul li {
    display: inline-block;
    margin-right: 10px;
    color: #676767; }
    .footer .used ul li a {
      color: inherit; }
      .footer .used ul li a:hover {
        text-decoration: underline;
        color: #000000; }
  .footer .used h5 {
    color: #343434;
    font-weight: 800;
    margin: 10px 20px; }

.side-links {
  min-height: 300px;
  background-color: #c5d28a;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
  z-index: 150;
  position: absolute;
  right: 20px;
  -webkit-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  -moz-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  font-size: 1.2em;
  color: #FFFFFF; }
  .side-links h2 {
    font-weight: 800;
    margin-bottom: 15px; }
  .side-links ul > li {
    margin-bottom: 8px;
    font-size: 0.8em; }
    .side-links ul > li a {
      color: #FFFFFF; }

.booking .selected {
  background-color: #53c661; }
.booking .vehicled {
  width: 200px;
  height: 1.8em;
  display: inline-block;
  font-size: 0.8em;
  text-align: left;
  overflow: hidden; }
.booking .vehicleb {
  position: relative;
  left: 120px;
  bottom: 30px;
  width: 250px;
  height: 1.8em;
  display: inline-block;
  font-size: 0.8em;
  text-align: left; }
.booking small {
  font-size: 0.7em;
  font-weight: 800;
  font-style: italic; }
.booking .price {
  float: right;
  margin-right: 5px; }

.vehicle {
  min-height: 300px;
  background-color: #cccccc;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  -moz-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  font-size: 1.2em; }
  @media all and (max-width: 805px) {
    .vehicle {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  .vehicle .btn {
    margin: 5px; }
  .vehicle .filter .btn {
    margin: 0px; }
  .vehicle .filter span {
    margin: 3px; }
  .vehicle h4 {
    margin-bottom: 10px; }
  @media all and (max-device-width: 500px) {
    .vehicle h2 {
      font-size: 0.8em; } }
  .vehicle .list-group-item {
    margin-bottom: 10px;
    border-radius: 3px; }
  .vehicle .index-price {
    position: relative;
    right: 40px;
    bottom: 40px;
    font-size: xx-large; }
    @media all and (max-device-width: 440px) {
      .vehicle .index-price {
        display: inline-block;
        font-size: medium;
        right: 20px; } }
  .vehicle .vtabs {
    margin-top: 100px;
    margin-bottom: 10px; }
  .vehicle .panel-group {
    margin-top: 10px; }
  .vehicle .specs .emp_vehicle_details_table {
    padding: 10px;
    margin-top: 25px;
    margin-left: 25px;
    margin-bottom: 0px;
    display: flex; }
    .vehicle .specs .emp_vehicle_details_table .detail_description {
      font-weight: 500;
      padding: 5px; }
    .vehicle .specs .emp_vehicle_details_table .detail_content {
      font-family: "Montserrat", sans-serif;
      font-weight: 800;
      padding: 5px;
      margin-left: 10px;
      margin-right: 30px; }
  .vehicle #emp_vehicle_features {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .vehicle #emp_vehicle_features .emp_features_content_box {
      display: inline-flex;
      padding: 20px; }
      .vehicle #emp_vehicle_features .emp_features_content_box li {
        padding: 5px 4px; }
      .vehicle #emp_vehicle_features .emp_features_content_box .emp_head_grad {
        margin-bottom: 15px;
        font-family: "Montserrat", sans-serif;
        font-weight: 800; }
  .vehicle .tab-pane {
    min-height: 400px; }
  .vehicle .price {
    font-size: x-large;
    font-weight: 800;
    font-family: "Montserrat", sans-serif; }
    .vehicle .price small {
      font-size: small;
      color: #343434; }
  .vehicle .vehicleThumb {
    float: left;
    margin-right: 10px;
    margin-top: 5px; }
    @media all and (max-device-width: 578px) {
      .vehicle .vehicleThumb {
        display: none; } }
  .vehicle img {
    border-radius: 5px; }
  .vehicle .mini-image {
    height: 70px;
    width: 93px; }
  .vehicle .hand {
    cursor: pointer; }
  .vehicle .logo {
    position: relative;
    bottom: 70px;
    left: 120px;
    margin-bottom: -70px;
    margin-left: 5px; }
  .vehicle .logo-sm {
    width: 60px; }
  .vehicle .ileft {
    position: absolute;
    display: inline-block;
    float: left;
    background-color: transparent;
    z-index: 100;
    height: 90%;
    bottom: 10px;
    cursor: pointer; }
  .vehicle .iright {
    background-color: transparent;
    position: absolute;
    display: inline-block;
    right: 0;
    z-index: 100;
    height: 90%;
    bottom: 10px;
    cursor: pointer; }
  .vehicle .imid {
    background-color: transparent;
    position: absolute;
    display: inline-block;
    left: 50%;
    right: 50%;
    z-index: 100;
    height: 90%;
    bottom: 10px; }
  .vehicle #vimage {
    margin-top: 30px; }
    @media all and (max-width: 805px) {
      .vehicle #vimage {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0; } }
  .vehicle .index-links {
    margin-top: 5px;
    margin-left: 6px; }
  .vehicle .image-dots {
    display: flex;
    align-content: center;
    line-height: 1em;
    margin-bottom: 3px; }
    .vehicle .image-dots .image-dot {
      font-size: 3em;
      padding-right: 1px;
      padding-bottom: 5px;
      margin-top: -10px;
      flex-wrap: wrap;
      cursor: pointer; }
      .vehicle .image-dots .image-dot.selected {
        color: #FFFFFF; }
  .vehicle .fullsizeimage img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -oz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .vehicle .ebaydisc {
    font-size: 0.8em;
    color: #cccccc; }
  .vehicle .vimages {
    margin-top: 25px;
    cursor: pointer;
    height: 320px;
    overflow-x: auto;
    overflow: -moz-scrollbars-none !important; }
    @media all and (max-width: 805px) {
      .vehicle .vimages {
        display: none; } }
    .vehicle .vimages img {
      width: 100px;
      margin-top: 5px; }
  .vehicle .mobile {
    display: none; }
  .vehicle .financew {
    font-size: 0.8em;
    font-family: Tahoma, Helvetica, Arial; }
    @media all and (max-width: 1020px) {
      .vehicle .financew {
        font-size: 0.5em;
        overflow-x: auto; } }
    .vehicle .financew .list-group-item {
      padding-top: 2px;
      padding-bottom: 2px; }
  .vehicle .pmdiv {
    position: absolute;
    right: 5px;
    top: 5px;
    margin-bottom: 25px; }
    @media all and (max-device-width: 794px) {
      .vehicle .pmdiv {
        top: 70px; } }
    @media all and (max-device-width: 440px) {
      .vehicle .pmdiv {
        display: inline-block;
        font-size: 0.6em;
        top: 5px; } }

.finance-general {
  margin-top: 5px;
  font-family: Tahoma, Helvetica, Arial;
  font-size: 0.6em;
  font-weight: 600; }

#searchresults {
  max-height: 500px;
  overflow-x: auto; }

#ebaylist {
  height: 500px;
  overflow-x: auto; }

.part-x h3 {
  margin-bottom: 15px; }

.vlist .table > tbody > tr > td, .vlist .table > tbody > tr > th, .vlist .table > tfoot > tr > td, .vlist .table > tfoot > tr > th, .vlist .table > thead > tr > td, .vlist .table > thead > tr > th {
  padding: 1px; }

.wwcs .top {
  width: 100%;
  margin-top: 10px;
  background-color: #FFDC00;
  height: 70px;
  border-radius: 9px;
  padding: 5px;
  font-size: 3em;
  text-align: center;
  font-weight: 600;
  overflow: hidden; }
.wwcs .detail {
  background-color: #b1281b;
  margin-top: 15px;
  height: 140px;
  padding: 10px;
  color: #ededed;
  font-size: 1.2em;
  font-weight: 300;
  border-radius: 3px;
  overflow: hidden; }
.wwcs .specs {
  background-color: #b1281b;
  margin-top: -5px;
  min-height: 200px;
  max-height: 250px;
  margin-right: 0;
  overflow: hidden;
  padding: 15px;
  padding-right: 25px;
  color: #ededed;
  font-size: 1.2em;
  font-weight: 300;
  border-radius: 3px; }
  .wwcs .specs strong {
    text-decoration: underline;
    margin-right: 5px; }
.wwcs .topright {
  background-color: #0074D9;
  border-radius: 3px;
  z-index: 20;
  height: 170px;
  margin-bottom: 7px;
  padding: 17px;
  margin-left: 3px;
  margin-top: 5px;
  color: #ffffff;
  font-size: 1.4em; }
.wwcs .price {
  position: relative;
  padding-left: 20px;
  top: 270px;
  left: 240px;
  max-width: 190px;
  background-color: #2ECC40;
  font-size: 3em;
  font-weight: 900;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  z-index: 100;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); }
.wwcs #emp_vehicle_details {
  font-size: 0.7em;
  text-align: left; }
  .wwcs #emp_vehicle_details table {
    margin-left: auto;
    margin-right: auto; }
    .wwcs #emp_vehicle_details table td {
      padding-left: 5px;
      padding-right: 5px; }
    .wwcs #emp_vehicle_details table .detail_content {
      font-weight: 600;
      padding: 3px;
      padding-left: 10px;
      padding-right: 40px; }
    .wwcs #emp_vehicle_details table .detail_description {
      font-weight: 900;
      margin-left: 20px; }
.wwcs .blurb {
  text-align: center;
  font-size: 0.95em;
  font-weight: 600; }
  .wwcs .blurb h4 {
    margin-top: 0;
    padding-top: 0; }
  .wwcs .blurb p {
    margin-bottom: 4px; }
.wwcs .opening {
  padding-left: 5%;
  padding-right: 5%; }
  .wwcs .opening h4 {
    margin-top: 0;
    padding-top: 0; }
.wwcs .foot-right {
  color: #b1281b;
  padding-left: 10px;
  font-weight: 800;
  font-size: 1.6em;
  text-shadow: 4px 4px 2px #969696; }
.wwcs .image {
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: -50px;
  width: 400px;
  height: 300px; }
  .wwcs .image img {
    display: none;
    position: absolute;
    top: 0;
    left: 0; }
  .wwcs .image .active {
    display: block; }
.wwcs .page-home {
  text-align: center; }
.wwcs .list {
  max-height: 190px;
  margin-top: 10px;
  width: 100%;
  overflow: hidden; }
.wwcs .mini {
  padding: 5px;
  border-radius: 3px;
  float: left;
  display: inline-block; }
.wwcs .holder {
  width: 10000px;
  height: 150px; }
.wwcs .minic {
  padding: 5px;
  width: 200px;
  margin-bottom: 20px;
  margin-left: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  border: solid 1px #5e5e5e;
  height: 150px;
  background-color: #ededed;
  position: relative;
  left: 0px;
  -webkit-animation-duration: 30s;
  -moz-animation-duration: 30s;
  -o-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulsate;
  -moz-animation-name: pulsate;
  -o-animation-name: pulsate;
  animation-name: pulsate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }
  .wwcs .minic img {
    float: left;
    position: absolute;
    bottom: 5px;
    width: 80px;
    height: 60px; }
  .wwcs .minic h4 {
    font-size: 1em;
    font-weight: 800; }
  .wwcs .minic p {
    position: absolute;
    right: -15px;
    bottom: 5px;
    display: inline-block;
    background-color: #2ECC40;
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 1.4em;
    font-weight: 900;
    color: #ffffff; }
.wwcs .rightlower {
  background-color: #FFDC00;
  margin-left: 5px;
  margin-right: 10px;
  border-radius: 15px;
  height: 200px;
  overflow: hidden;
  z-index: 100;
  padding-bottom: 5px; }
  .wwcs .rightlower h3 {
    font-size: 2em;
    margin-top: 5px;
    margin-bottom: 5px; }
.wwcs .feature {
  display: none; }
  .wwcs .feature h2 {
    color: #111;
    text-align: center;
    margin-top: 1px;
    font-size: 2em; }
.wwcs .active {
  display: block; }
.wwcs small {
  font-size: 10px; }

.vehicle-sale small {
  font-size: 0.8em;
  font-weight: 800; }
.vehicle-sale .min-h {
  min-height: 240px; }
.vehicle-sale h5 {
  font-weight: 400;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif; }
.vehicle-sale strong {
  font-weight: 800; }
.vehicle-sale .hidden-screen {
  display: none; }
@media print {
  .vehicle-sale .hidden-screen {
    display: block; }
  .vehicle-sale .financial {
    page-break-before: always; } }

.finance label {
  font-size: 0.8em; }
.finance .req {
  border-bottom-color: red; }
.finance h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin: -3px 10px 5px 10px; }
.finance small {
  font-size: 0.5em;
  font-weight: 800;
  line-height: 0.1;
  font-family: Tahoma, Helvetica, Arial; }
.finance .ssl {
  cursor: pointer; }
.finance .label {
  color: #7a7a7a; }
.finance .t-area {
  height: 100px; }
.finance .f-text {
  font-family: Tahoma, Helvetica, Arial;
  font-size: 0.8em;
  font-weight: 500; }

.f_or {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #01A600;
  display: inline-block;
  z-index: 10;
  left: -297px;
  bottom: -15px;
  padding: 5px; }
  @media all and (max-width: 1197px) {
    .f_or {
      left: -250px; } }
  @media all and (max-width: 976px) {
    .f_or {
      left: 350px; } }

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