body {
  font-family: 'Montserrat', sans-serif;
  color: #645c61;
}

a {
  color: #645c61;
  background-color: transparent;
}
a:hover {
  color: #281c23;
  background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #281c23;
}

.uppercase {
  text-transform: uppercase;
}

.btn,
.btn-small {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  border: 4px solid #cf3853;
  color: #cf3853;
  font-weight: 700;
  padding: 14px 25px;
}

.btn-small {
  text-transform: uppercase;
  border: 2px solid #cf3853;
  color: #cf3853;
  font-weight: 300;
  padding: 7px 12px;
  display: inline-block;
  /*margin-right: 40px;*/
  margin-top: 20px;
 }


.btn:hover,
.btn.small:hover
{
  color: #cf3853;
  background-color: #bab5b94d;
}

.btn.focus, .btn:focus,
.btn-small.focus, .btn-small:focus
{
  box-shadow: none;
}

.btn-white {
  border: 4px solid #fff;
  color: #fff;
}
.btn-white:hover {
  color: #fff;
}

.btn-download-icon {
  background: url('../img/btn-file-pdf.png') no-repeat;
  height: 16px;
  width: 13px;
  display: inline-block;
  margin-left: 10px;
}

.btn-video-icon {
  background: url('../img/btn-file-video.png') no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-left: 10px;
}

.btn-arrow-down-icon {
  background: url('../img/btn-arrow-down.png') no-repeat;
  height: 23px;
  width: 23px;
  display: inline-block;
}

.btn-arrow-right-icon {
  background: url('../img/btn-arrow-right.png') no-repeat;
  height: 17px;
  width: 17px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.btn-arrow-up-icon {
  background: url('../img/btn-arrow-up.png') no-repeat;
  height: 21px;
  width: 34px;
  display: inline-block;
  /*margin-left: 10px;*/
  /*vertical-align: middle;*/
}

.video-close-icon {
  background: url(../img/ui-icons_444444_256x240.png) no-repeat;
  background-position: -97px -129px;
  height: 17px;
  width: 17px;
  background-color: #fff;
  float: right;
  position: absolute;
  top: -19px;
  right: 0;
  border-radius: 9px;
  border: 1px solid #555;
  cursor: pointer;
}
@media (min-width: 1422px) {
  .container-lg {
    max-width: 1422px;
  }
}

/**************** NAVBAR */
.navbar {
  padding: 1.6rem 0.1rem 1rem;
}
.navbar-nav {
  border-bottom: 1px solid #96999b9e;
  padding-bottom: 12px;
}
.navbar-brand {
  padding-bottom: 1rem;
}
.navbar-nav {
  flex-grow: 1;
}
.navbar-nav .nav-item {
  flex-basis: 18%;
}
.navbar-nav .nav-item.nav-item-sm {
  flex-basis: 12%;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  color: #281c23;
}
.nav-link > .nav-item-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-item.active .nav-item-title,
.nav-link:hover > .nav-item-title {
  border-bottom: 10px solid #96999b;
}
.nav-link > .nav-item-desc  {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 16px;
  color: #645c61;
}
/*.navbar-light .navbar-nav .active>.nav-link .nav-item-title,*/
/*.navbar-light .navbar-nav .nav-link.active .nav-item-title,*/
.navbar-light .navbar-nav .nav-item.dropdown .nav-link:not(.collapsed) .nav-item-title,
.navbar-light .navbar-nav .show>.nav-link .nav-item-title {
  border-bottom: 10px solid #cf3853;
}

.collapse-dropdown-menu {
  border: 0;
  border-radius: 0;
  background-color: #cf3853;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown .container-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.dropdown-title {
  font-size: 1.2rem;
  color: #fff;
}
.dropdown-item {
  padding: .08rem 0;
  font-size: 0.9rem;
  font-size: 1rem;
  color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
}
.dropdown-row-arrow {
  margin-top: 25px;
}

/**************** CONTENT #1 */
.content-title {
  margin-bottom: 30px;
  font-size: 1.5em;
}

.content-text {
  font-size: 1em;
}

.content-download-btn {
  text-align: center;
}


/**************** CONTENT #2 */
.jumbotron {
  /*background: url('../img/stock-img.png') no-repeat;*/
  background-size: cover;
  text-align: right;
}
.lead {
  color: #fff;
  text-transform: uppercase;
  margin-top: 60px;
  font-size: 1rem;
}
.jumbotron h1 {
  color: #fff;
}
.jumbotron-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
.play-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  display: none;
}
.play-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* iPad */
@media (min-width: 768px) {
  .content-img {
    margin-top: 60px;
  }
  .content-download-btn {
    text-align: left;
  }

  .jumbotron-transparent {
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
  }

  .dropdown-row-arrow {
    margin-top: -25px;
  }
}

/* iPad Pro + */
@media (min-width: 992px) {
  .navbar-nav {
    border-bottom: 0;
  }
  .navbar {
    padding: 45px 0.1rem;
    position: initial;
  }
  .navbar-nav .nav-item {
    border-right: 1px solid #dfddde;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
  }
  .navbar-nav .nav-item {
    border-right: 1px solid #dfddde;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }


  .dropdown, .dropleft,
  .dropright, .dropup {
    position: initial;
  }
  .collapse-dropdown-menu {
    position: absolute;
    right: 0;
    left: 0;
    top: 160px;
    z-index: 1000;
  }
  .dropdown-title {
    margin-top: 20px;
  }

  .content-img {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
  }

  .jumbotron {
    min-height: 900px;
  }
}
/* Arbitrary screen size where navbar gets cut-off */
@media (min-width: 1319px) {
  .navbar-brand {
    margin-right: 55px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 0.8rem;
  }
  .nav-link > .nav-item-title {
    font-size: 1.1rem;
  }
  .nav-link > .nav-item-desc  {
    font-size: 0.8rem;
  }
}
/**************** FOOTER */
footer {
  background-color: #f4f3f4;
  padding: 3rem 0;
}

.footer-copyright {
  background-color: #281c23;
  color: #b8b6b9;
  padding: 1rem 0;
  text-align: center;
  font-size: .8rem;
}

.footer-item {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.footer-item h6 {
  text-transform: uppercase;
}
.footer-item > li {
  padding: 0.1rem 0;
}

.footer-logos {
  display: flex;
  align-items: center;
}
.footer-logos > li {
  flex-grow: 1;
  flex-basis: 33%;
}
.footer-logo a {
  /*display: block;*/
  /*text-align: center;*/
}
.footer-logo img {
  max-height: 70px;
  /*max-width: 70px;*/
  width: auto;
}

.dropdown-item.active {
  background: #929496;
}

.cimg[alt=""] {
   display: none;
}

.content-text ul li {
  list-style: none;
}

.content-text ul li::before {
  color: #cf3853;
  font-size: 1.2em;
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.2em; /* Also needed for space (tweak if needed) */
  margin-left: -1.2em; /* Also needed for space (tweak if needed) */
}

h2 {
  font-weight: 700;
  font-size: 1.3em;
  color: #cf3853;
  margin-bottom: 20px;
}

.productDivider {
  /*background: red;*/
  margin-top: 50px;
  margin-bottom: 70px;
  border-bottom: 2px dashed;
  /*border-bottom-style: 1px solid dashed;*/
}

.personRow {
  margin-bottom: 50px;
}

.personRowImage {
  margin-bottom: 20px;
}

.content-text {
  margin-bottom: 50px;
}

#contentImage img,
#contentImage video,
.contentImage img,
.contentImage video {
  /*position: relative;*/
   box-shadow: 1px 2px 7px rgba(0, 0, 0, .5);
   padding: 4px;
   padding-top: 2px;
   background: white;
}

#contentImage video,
.contentImage video {
  width: 100%;
}

#contactMapOffice,
#contactMapGarage,
#contactMapVehicle {
  margin-top: 25px;
  margin-bottom: 70px;
  height: 250px;
}

.timeliny{
  padding: 10rem 0 1rem 0;
  cursor: pointer;
}

.timeliny .timeliny-dot::before {
  top: -1.7rem;
  top: -1.2rem;
}

.timeliny .timeliny-vertical-line {
/*left: 9%;*/
}

.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot {
  border-color: #cf3853;
  background-color: #cf3853;
}

.timeliny .timeliny-dot::before {
  color:#645c61;
}

.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before {
    color: #cf3853;
}



/* jquery ui / accordion */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #cf3853;
  background: #cf3853;
  color: #ffffff;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    padding-left:0;
    border: 0;
}

.ui-widget-content .ui-icon {
    background-image: url("../img/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("../img/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../img/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../img/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../img/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../img/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("../img/ui-icons_777777_256x240.png");
}
