@font-face {
  font-family: 'akkurat';
  src: url("akkurat_light-webfont.woff2") format("woff2"), url("akkurat_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html, body {
  margin: 0;
  padding: 0;
  font-family: "akkurat"; }

body {
  background-color: #e3e3e3;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative; }
  body.picbg::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

@keyframes inLeft {
  0% {
    left: -100%;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
@keyframes inRight {
  0% {
    right: -100%;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
@keyframes inTop {
  0% {
    top: -100%;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes inBottom {
  0% {
    bottom: -100%;
    opacity: 0; }
  100% {
    bottom: 0;
    opacity: 1; } }
@keyframes rotate {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg); }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg); } }
.ccm-page main.menu-open {
  filter: blur(1px) grayscale(1);
  -webkit-filter: blur(1px) grayscale(1); }
.ccm-page * {
  box-sizing: border-box; }
.ccm-page .inLeft {
  animation: inLeft 1s ease;
  animation-delay: 0.45s; }
.ccm-page .inRight {
  animation: inRight 1s ease;
  animation-delay: 0.45s; }
.ccm-page .inBottom {
  animation: inBottom 1s ease;
  animation-delay: 0.45s; }
.ccm-page .inTop {
  animation: inTop 1s ease;
  animation-delay: 0.45s; }
.ccm-page .preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #151515;
  z-index: 200; }
  .ccm-page .preloader .spinner {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 2px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-width: 2px 1px 0px 1px;
    animation: rotate 1s ease infinite; }
.ccm-page .psfLogoHome {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column; }
  .ccm-page .psfLogoHome .logoRow {
    width: 100%;
    height: 25vh;
    display: flex;
    max-height: 12vw;
    margin: 2vh 0; }
    .ccm-page .psfLogoHome .logoRow .logoCol {
      flex-basis: 33.3%;
      height: 100%;
      position: relative;
      filter: drop-shadow(1px 2px 3px black); }
      .ccm-page .psfLogoHome .logoRow .logoCol .logoPart {
        display: block;
        height: 90%;
        width: 90%;
        position: relative;
        top: 5%;
        left: 5%;
        background-color: white;
        background-size: cover;
        background-position: center;
        background-blend-mode: overlay;
        transition: all 0.2s ease;
        text-decoration: none;
        color: white;
        text-shadow: 1px 1px 3px #353535;
        font-size: 1.55em;
        text-transform: uppercase; }
        .ccm-page .psfLogoHome .logoRow .logoCol .logoPart span {
          position: relative;
          top: 50%;
          transform: translateY(-50%) translateX(-50%);
          left: 50%;
          display: block;
          margin: auto;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.1); }
        .ccm-page .psfLogoHome .logoRow .logoCol .logoPart:hover {
          background-color: rgba(255, 255, 255, 0) !important;
          transform: scale(1.05); }
.ccm-page .site-by {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(21, 21, 21, 0.5);
  font-size: 12px; }
  .ccm-page .site-by a {
    text-decoration: none;
    color: white; }
.ccm-page .ccm-image-slider-container {
  width: 53.5vw;
  margin: 0.5vw;
  display: inline-block;
  filter: drop-shadow(1px 2px 3px #111); }
  .ccm-page .ccm-image-slider-container .rslides li {
    height: 70vh;
    background-size: cover;
    background-position: center; }
.ccm-page .main-details {
  display: inline-block;
  width: 43vw;
  vertical-align: top;
  min-height: 70vh;
  filter: drop-shadow(1px 2px 3px #111);
  position: relative;
  margin: 0.5vw; }
  .ccm-page .main-details .details-container {
    background-color: rgba(21, 21, 21, 0.5);
    color: white;
    padding: 30px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    clip-path: polygon(0% 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    height: 100%;
    position: relative;
    min-height: 70vh; }
    .ccm-page .main-details .details-container .car-title h1 {
      font-weight: 100;
      padding: 0px 0 22px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      text-align: right; }
    .ccm-page .main-details .details-container .key-points {
      display: flex;
      flex-direction: column;
      text-align: left; }
      .ccm-page .main-details .details-container .key-points div {
        margin: 2px 0; }
      .ccm-page .main-details .details-container .key-points div.icon {
        width: 52px;
        height: 52px;
        border-radius: 50px;
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.85);
        padding: 8px;
        position: relative; }
        .ccm-page .main-details .details-container .key-points div.icon::after {
          content: " ";
          position: absolute;
          height: 62px;
          width: 62px;
          border-radius: 55px;
          top: -6px;
          left: -6px;
          border: 1px solid rgba(255, 255, 255, 0.3); }
      .ccm-page .main-details .details-container .key-points .point {
        font-size: 1.2em;
        display: inline-block;
        height: 55px;
        vertical-align: middle;
        margin-left: 20px; }
  .ccm-page .main-details .contact-button {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    height: 25%;
    width: 25%;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    transition: all 0.2s ease; }
    .ccm-page .main-details .contact-button:hover {
      background-color: white; }
      .ccm-page .main-details .contact-button:hover img {
        filter: drop-shadow(1px 2px 3px #111); }
    .ccm-page .main-details .contact-button img {
      height: 40%;
      max-width: 40%;
      position: absolute;
      right: 10%;
      bottom: 10%;
      transition: all 0.2s ease; }
.ccm-page .extra-info {
  position: relative;
  margin: 0.5vw;
  padding: 30px;
  color: white;
  background-color: rgba(21, 21, 21, 0.5);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased; }
  .ccm-page .extra-info p {
    line-height: 1.6em; }
  .ccm-page .extra-info h2 {
    font-weight: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 25px; }
  .ccm-page .extra-info h3 {
    font-weight: 100; }
  .ccm-page .extra-info hr {
    margin: 40px 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-width: 1px 0 0 0;
    width: 110px; }
  .ccm-page .extra-info a {
    color: white;
    font-weight: 600;
    text-decoration: none; }
    .ccm-page .extra-info a:hover {
      text-decoration: underline; }
.ccm-page .stock-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 5vh 0 3vh; }
  .ccm-page .stock-list .stock-item {
    flex-basis: 30%;
    min-width: 300px;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    height: 30vw;
    margin-top: 3vw;
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-blend-mode: overlay;
    background-color: transparent;
    overflow: hidden;
    transition: all 0.3s ease; }
    .ccm-page .stock-list .stock-item .car-title {
      text-align: center;
      padding: 14px 30px;
      font-size: 1.3em;
      background-color: rgba(255, 255, 255, 0.9);
      clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
      -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
      filter: drop-shadow(1px 2px 3px black);
      color: #151515;
      margin: 0 15px;
      transition: all 0.45s ease; }
    .ccm-page .stock-list .stock-item .overlay-info {
      display: flex;
      width: 100%;
      flex-direction: row;
      flex-wrap: wrap;
      background-color: rgba(21, 21, 21, 0.3);
      padding: 15px 10px;
      clip-path: polygon(0 0, 100% 0, 100% 75%, 92% 100%, 0 100%);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 92% 100%, 0 100%);
      position: relative;
      left: -100%;
      transition: all 0.4s ease; }
      .ccm-page .stock-list .stock-item .overlay-info .info-holder {
        flex-basis: 25%;
        display: flex;
        flex-direction: column;
        text-align: center; }
        .ccm-page .stock-list .stock-item .overlay-info .info-holder .icon {
          width: 50px;
          height: 50px;
          border-radius: 50px;
          padding: 5px;
          background-color: rgba(255, 255, 255, 0.9);
          margin: 0 auto 1vw; }
      .ccm-page .stock-list .stock-item .overlay-info .see-more {
        padding: 10px;
        text-align: center;
        flex-basis: 100%; }
    .ccm-page .stock-list .stock-item:hover {
      background-color: rgba(0, 0, 0, 0.15);
      filter: drop-shadow(1px 2px 3px black); }
      .ccm-page .stock-list .stock-item:hover .car-title {
        background-color: white;
        filter: drop-shadow(1px 2px 3px black); }
      .ccm-page .stock-list .stock-item:hover .overlay-info {
        left: 0%;
        background-color: rgba(21, 21, 21, 0.4); }
.ccm-page .page-title {
  padding: 5vh 5vw 4vh;
  width: 80vw;
  background-color: rgba(255, 255, 255, 0.8);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  filter: drop-shadow(1px 2px 3px black);
  border-bottom: 4px solid white;
  font-weight: 100;
  position: relative; }
.ccm-page .content-block {
  padding: 7vh 5vw 7vh;
  position: relative;
  font-weight: 100;
  text-rendering: geometricPrecision;
  width: 100%; }
  .ccm-page .content-block a {
    color: inherit;
    font-weight: 600;
    text-decoration: none; }
    .ccm-page .content-block a:hover {
      text-decoration: underline; }
.ccm-page .form-container {
  position: relative; }
.ccm-page .ccm-block-type-form {
  padding: 5vh 5vw 4vh;
  background-color: rgba(21, 21, 21, 0.7);
  clip-path: polygon(0% -1%, 100% -1%, 80% 100%, 0 100%);
  -webkit-clip-path: polygon(0% -1%, 100% -1%, 80% 100%, 0 100%);
  border-top: 170px solid #e3e3e3;
  font-weight: 100;
  position: relative;
  margin-right: auto;
  max-width: 650px;
  padding-right: 150px;
  z-index: 1;
  color: white;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased; }
  .ccm-page .ccm-block-type-form h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .ccm-page .ccm-block-type-form .fields {
    display: flex;
    flex-direction: column; }
    .ccm-page .ccm-block-type-form .fields .form-group {
      display: flex;
      flex-direction: column;
      margin: 3px 0; }
      .ccm-page .ccm-block-type-form .fields .form-group label {
        margin-bottom: 2px; }
  .ccm-page .ccm-block-type-form .form-actions .btn {
    background-color: unset;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    font-size: 1.5em;
    color: white;
    padding: 8px 10px;
    margin-top: 12px;
    transition: all 0.2s ease; }
    .ccm-page .ccm-block-type-form .form-actions .btn:hover {
      background-color: rgba(255, 255, 255, 0.2); }
.ccm-page .form-image {
  background-image: url(bg.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.ccm-page .header {
  height: 50vh;
  padding: 20px 0;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .ccm-page .header .title {
    background-color: rgba(21, 21, 21, 0.4);
    padding: 20px 20px 20px 100px;
    color: white;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    line-height: 1; }
    .ccm-page .header .title i.fa {
      font-size: 3em;
      vertical-align: middle;
      margin-right: 15px;
      margin-top: -7px; }
.ccm-page .home-link-container {
  position: absolute;
  filter: drop-shadow(1px 2px 3px #151515);
  -webkit-filter: drop-shadow(1px 2px 3px #151515);
  z-index: 4; }
  .ccm-page .home-link-container .home-link {
    display: block;
    background-color: white;
    padding: 5px 8px;
    padding-right: 40px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%); }
.ccm-page .menu {
  left: calc(100% - 80px);
  filter: drop-shadow(1px 2px 3px #151515);
  -webkit-filter: drop-shadow(1px 2px 3px #151515);
  width: 100%;
  max-width: 650px;
  display: flex;
  transition: all 0.2s ease;
  z-index: 5;
  position: fixed;
  top: 0; }
  .ccm-page .menu .menu-trigger {
    background-color: white;
    height: 55px;
    width: 80px;
    padding-left: 40px;
    clip-path: polygon(0 100%, 100% 100%, 100% 0%, calc(0% + 40px) 0);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0%, calc(0% + 40px) 0);
    text-align: center; }
    .ccm-page .menu .menu-trigger i {
      line-height: 55px;
      font-size: 1.5em; }
  .ccm-page .menu ul.nav {
    list-style: none;
    width: calc(100% - 80px);
    padding-left: 0;
    background-color: white;
    margin-top: 0;
    padding: 10px 20px; }
    .ccm-page .menu ul.nav li {
      margin: 2px 0; }
      .ccm-page .menu ul.nav li a {
        display: block;
        padding: 2px;
        text-decoration: none;
        color: inherit;
        font-weight: 600; }
  .ccm-page .menu.active {
    left: calc(100% - 650px); }
@media only screen and (max-width: 650px) {
  .ccm-page .menu.active {
    left: 0%; } }
.ccm-page .pagination {
  display: flex;
  list-style: none;
  padding: 10px;
  justify-content: center; }
  .ccm-page .pagination li {
    background-color: white;
    margin: 0 5px;
    padding: 6px 12px;
    clip-path: polygon(calc(0% + 6px) 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
    -webkit-clip-path: polygon(calc(0% + 6px) 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
    filter: drop-shadow(1px 2px 3px black); }
    .ccm-page .pagination li a {
      text-decoration: none;
      color: inherit; }
    .ccm-page .pagination li.disabled {
      background-color: rgba(255, 255, 255, 0.7);
      filter: drop-shadow(0);
      color: #151515; }
    .ccm-page .pagination li.active {
      font-weight: 600; }
.ccm-page .site-by {
  position: relative;
text-align: center;}



@media screen and (orientation: landscape) and (max-width: 900px) {
  .ccm-page .psfLogoHome .logoRow .logoCol .logoPart {
    font-size: 1.25em; } }
@media screen and (max-width: 1100px) {
  .ccm-page .ccm-image-slider-container {
    width: 54.5vw;
    margin: 0.5vw; }
    .ccm-page .ccm-image-slider-container .rslides li {
      height: 65vh; }
  .ccm-page .main-details {
    width: 43vw;
    min-height: 65vh;
    margin: 0.5vw; }
    .ccm-page .main-details .details-container {
      background-color: rgba(21, 21, 21, 0.5);
      color: white;
      padding: 30px;
      clip-path: polygon(0% 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
      -webkit-clip-path: polygon(0% 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
      height: 100%;
      position: relative;
      min-height: 65vh; }
      .ccm-page .main-details .details-container .car-title h1 {
        font-weight: 100;
        padding: 0px 0 20px; }
      .ccm-page .main-details .details-container .key-points {
        display: flex;
        flex-direction: column;
        text-align: left; }
        .ccm-page .main-details .details-container .key-points div {
          margin: 2px 0; }
        .ccm-page .main-details .details-container .key-points div.icon {
          width: 48px;
          height: 48px;
          border-radius: 50px;
          display: inline-block;
          background-color: rgba(255, 255, 255, 0.85);
          padding: 7px;
          position: relative; }
          .ccm-page .main-details .details-container .key-points div.icon::after {
            content: " ";
            position: absolute;
            height: 58px;
            width: 58px;
            border-radius: 55px;
            top: -6px;
            left: -6px;
            border: 1px solid rgba(255, 255, 255, 0.3); }
        .ccm-page .main-details .details-container .key-points .point {
          font-size: 1.05em;
          height: 52px;
          vertical-align: middle;
          margin-left: 17px; }
    .ccm-page .main-details .contact-button {
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.8);
      height: 25%;
      width: 25%;
      clip-path: polygon(0 100%, 100% 0%, 100% 100%);
      -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%);
      transition: all 0.2s ease; }
      .ccm-page .main-details .contact-button:hover {
        background-color: white; }
        .ccm-page .main-details .contact-button:hover img {
          filter: drop-shadow(1px 2px 3px #111); }
      .ccm-page .main-details .contact-button img {
        height: 40%;
        max-width: 40%;
        position: absolute;
        right: 10%;
        bottom: 10%;
        transition: all 0.2s ease; }
  .ccm-page .extra-info {
    position: relative;
    margin: 0.5vw;
    padding: 30px 24px;
    color: white;
    background-color: rgba(21, 21, 21, 0.5); }
    .ccm-page .extra-info h2 {
      font-weight: 100;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      padding-bottom: 25px; }
    .ccm-page .extra-info h3 {
      font-weight: 100; }
    .ccm-page .extra-info hr {
      margin: 40px 0 30px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-width: 1px 0 0 0;
      width: 110px; }
    .ccm-page .extra-info a {
      color: white;
      font-weight: 600;
      text-decoration: none; }
      .ccm-page .extra-info a:hover {
        text-decoration: underline; } }
@media screen and (max-width: 780px) {
  .ccm-page .ccm-image-slider-container {
    width: 99vw;
    margin: 0.5vw; }
    .ccm-page .ccm-image-slider-container .rslides li {
      height: 99vw; }
  .ccm-page .main-details {
    width: 99vw;
    min-height: unset;
    margin: 0.5vw; }
    .ccm-page .main-details .details-container {
      background-color: rgba(21, 21, 21, 0.5);
      color: white;
      padding: 30px;
      clip-path: polygon(0% 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
      -webkit-clip-path: polygon(0% 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
      height: 100%;
      position: relative;
      min-height: unset; }
      .ccm-page .main-details .details-container .car-title h1 {
        font-weight: 100;
        padding: 0px 0 20px; }
      .ccm-page .main-details .details-container .key-points {
        display: flex;
        flex-direction: column;
        text-align: left; }
        .ccm-page .main-details .details-container .key-points div {
          margin: 2px 0; }
        .ccm-page .main-details .details-container .key-points div.icon {
          width: 48px;
          height: 48px;
          border-radius: 50px;
          display: inline-block;
          background-color: rgba(255, 255, 255, 0.85);
          padding: 7px;
          position: relative; }
          .ccm-page .main-details .details-container .key-points div.icon::after {
            content: " ";
            position: absolute;
            height: 58px;
            width: 58px;
            border-radius: 55px;
            top: -6px;
            left: -6px;
            border: 1px solid rgba(255, 255, 255, 0.3); }
        .ccm-page .main-details .details-container .key-points .point {
          font-size: 1.05em;
          height: 52px;
          vertical-align: middle;
          margin-left: 17px; }
    .ccm-page .main-details .contact-button {
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.8);
      height: 25%;
      width: 25%;
      clip-path: polygon(0 100%, 100% 0%, 100% 100%);
      -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%);
      transition: all 0.2s ease; }
      .ccm-page .main-details .contact-button:hover {
        background-color: white; }
        .ccm-page .main-details .contact-button:hover img {
          filter: drop-shadow(1px 2px 3px #111); }
      .ccm-page .main-details .contact-button img {
        height: 40%;
        max-width: 40%;
        position: absolute;
        right: 10%;
        bottom: 10%;
        transition: all 0.2s ease; }
  .ccm-page .extra-info {
    position: relative;
    margin: 0.5vw;
    padding: 30px 24px;
    color: white;
    background-color: rgba(21, 21, 21, 0.5); }
    .ccm-page .extra-info h2 {
      font-weight: 100;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      padding-bottom: 25px; }
    .ccm-page .extra-info h3 {
      font-weight: 100; }
    .ccm-page .extra-info hr {
      margin: 40px 0 30px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-width: 1px 0 0 0;
      width: 110px; }
    .ccm-page .extra-info a {
      color: white;
      font-weight: 600;
      text-decoration: none; }
      .ccm-page .extra-info a:hover {
        text-decoration: underline; } }
@media screen and (max-width: 780px) {
  .ccm-page .ccm-block-type-form {
    padding: 5vh 7vw 4vh;
    border-top: 60px solid #e3e3e3;
    padding-right: 110px; }
  .ccm-page .header {
    min-height: 50vh; }
    .ccm-page .header .title {
      padding: 20px; }
      .ccm-page .header .title i.fa {
        font-size: 2em;
        margin-right: 14px; }
  .ccm-page .stock-list .stock-item {
    flex-basis: 40%;
    height: 40vw;
    margin-top: 3vh; }
    .ccm-page .stock-list .stock-item .car-title {
      text-align: center;
      padding: 13px 28px;
      font-size: 1.15em;
      background-color: rgba(255, 255, 255, 0.9);
      clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
      -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
      filter: drop-shadow(1px 2px 3px black);
      color: #151515;
      margin: 0 12px;
      transition: all 0.45s ease;
      margin-top: 8px; }
    .ccm-page .stock-list .stock-item .overlay-info {
      padding: 13px 10px;
      left: 0%;
      margin-bottom: 0;
      margin-top: auto;
      font-size: 0.8em;
      background-color: rgba(21, 21, 21, 0.45); }
      .ccm-page .stock-list .stock-item .overlay-info .info-holder {
        flex-basis: 25%;
        display: flex;
        flex-direction: column;
        text-align: center; }
        .ccm-page .stock-list .stock-item .overlay-info .info-holder .icon {
          width: 45px;
          height: 45px;
          border-radius: 50px;
          padding: 5px;
          background-color: rgba(255, 255, 255, 0.9);
          margin: 0 auto 1vh; }
      .ccm-page .stock-list .stock-item .overlay-info .see-more {
        padding: 8px;
        text-align: center;
        flex-basis: 100%; }
    .ccm-page .stock-list .stock-item:hover {
      background-color: rgba(0, 0, 0, 0.15);
      filter: drop-shadow(1px 2px 3px black); }
      .ccm-page .stock-list .stock-item:hover .car-title {
        background-color: white;
        filter: drop-shadow(1px 2px 3px black); }
      .ccm-page .stock-list .stock-item:hover .overlay-info {
        left: 0%;
        background-color: rgba(21, 21, 21, 0.4); } }
@media screen and (orientation: portrait) {
  .ccm-page .hide-on-portrait {
    display: none !important; }
  .ccm-page .psfLogoHome {
    display: block; }
    .ccm-page .psfLogoHome .logoRow {
      height: auto !important;
      display: block;
      max-height: unset;
      margin: 0; }
      .ccm-page .psfLogoHome .logoRow .logoCol {
        height: 30vh;
        max-height: 300px; }
        .ccm-page .psfLogoHome .logoRow .logoCol .logoPart {
          display: block;
          height: 90%;
          width: 90%;
          position: relative;
          top: 5% !important;
          left: 5% !important;
          transition: all 0.2s ease;
          font-size: 1.35em;
          clip-path: unset !important; }
          .ccm-page .psfLogoHome .logoRow .logoCol .logoPart span {
            position: relative;
            top: 50% !important;
            transform: translateY(-50%) translateX(-50%);
            left: 50% !important;
            display: block;
            margin: auto;
            text-align: center; } }
