@media only screen and (max-device-width: 640px) and (min-device-width: 320px) {
    
    .slider .slide--item-cdo {
     padding-top: 80px !important;
     height: 220px !important;
    }
    .slider .slide--headline {
        font-size: 25px !important;
    }
    .cdo-medium-headline {
      font-size: 22px !important;
      text-align: left;
    }
    ul.timeline .step-content .image-block, ul.timeline .step-content .text-block {
      padding-left: 10px !important;
    }
    .cdo-large-headline {
      font-size: 26px !important;
    }
    .cdo-capsule-text-clm p {
        font-size: 18px !important;
    }
    .cdo-cta-bottom-heading h2 {
      font-size: 27px !important;
    }
    .cta_button {
        font-size: 20px !important;
        width: 282px !important;
        height: 65px !important;
        line-height: 68px !important;
        margin-bottom: 25px !important;
    }
}


.header-tag-line {
    display: inline-block;
    max-width: 210px;
    padding: 24px 0px 24px 15px;
}
.header-tag-line h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #929495;
  margin-bottom: 0;
}

.circular-image {
    border-radius: 50%;
    overflow: hidden;
} 

/* Down Arrow */
.down-arrow,
.expand-passenger-services {
  position: absolute;  
  width: 40px;
  height: 40px;
  animation: jumpInfinite 1.5s infinite;
  left: 50%;
  z-index: 99;
}
.passenger-services-arrow-block { margin-top: -25px; position: relative;}
.passenger-services-arrow-block::after {
  background: #ffffff;
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border: 2px solid #ffffff;
  box-shadow: 0 5px 10px #666666;
}
.expand-passenger-services { width: 20px; height: 20px; transform: translateX(-50%); margin-top: -90px; }

.down-arrow::after,
.expand-passenger-services::after {
  width: 40px;
  height: 40px;
  content: "";
  background: url(../images/functional/arrow-big-right.png) no-repeat center center;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
}
.expand-passenger-services::after { width: 20px; height: 20px; }
#passenger-services-arrow { cursor: pointer; }
#passenger-services-arrow.opened .expand-passenger-services::after {
  transform: rotate(-90deg);
}
#role-based-platform-benefits-arrow { cursor: pointer; }
#role-based-platform-benefits-arrow.opened .expand-passenger-services::after {
  transform: rotate(-90deg);
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
/* ------------------------------------------------------ */
section.skateboard-platform { padding: 0; background: #f4f4f4; }
section.skateboard-platform .header-area { background: #52a3c4; padding: 30px 0; position: relative;}
section.skateboard-platform .header-area::after {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 35px solid #52a3c4;
  position: absolute;
  bottom: -33px;
  z-index: 1;
  left: 70%;
}
section.skateboard-platform .header-area h2 { color: #fff;}
section.skateboard-platform p{ font-size: 18px; line-height: 1.5; color: #666666;  }
section.skateboard-platform .header-area p { max-width: 1024px; color: #fff; }
.skateboard-platform h4 { font-size: 22px; font-weight: 400; color: #f19837; }
.skateboard-platform h3{
  margin: 0px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #52a3c4;
  
}
h3.fast-time,
h3.slow-time {
  display: inline-block;
  padding-right: 60px;
  position: relative;
}
h3.fast-time::after,
h3.slow-time::after {
  content: "";
  width: 55px;
  height: 40px;
  /* background: url(../images/timeline/icon-on-time.png) no-repeat center center; */
  background: url(../images/timeline/fast-clock.gif) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

h3.slow-time::after {
  background: url(../images/timeline/slow-clock.gif) no-repeat center center;
  background-size: contain;
}



ul.timeline{ list-style-type: none; padding: 30px 0; }

ul.timeline .step-content { display: flex; align-items: center; position: relative; padding: 20px 20px 20px 100px; }
ul.timeline .step-content .image-block,
ul.timeline .step-content .text-block {
  padding-left: 60px;
}

ul.timeline .step { position: relative; color: #000;}
ul.timeline li.step.border-right-orange { border-right: 25px solid #f19837; }
ul.timeline li.step.border-right-blue { border-right: 25px solid #52a3c4; }
ul.timeline .step:before, 
ul.timeline .step:after {
    position: absolute;
    display: block;
    top: 0;
}

ul.timeline .step:before {
  left: 0;
  top: 30%;
  content: attr(data-step);
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 48px;
  width: 45px;
  height: 70px;
  background: url(../images/timeline/step-bg.png) no-repeat center center;
  background-size: contain;
  color: #52a3c4;
}
ul.timeline .step:after {
  left: 0;
  top: auto;
  bottom: -25%;
  content: '';
  width: 45px;
  height: 18px;
  background: url(../images/timeline/arrow-head.png) no-repeat center center;
  background-size: contain;
}

span.connecting-line {
  display: block;
  width: 1px;
  height: 70%;
  left: 22px;
  top: 50%;
  background: transparent;
  position: absolute;
  border-left: 2px dashed #52a3c4;
}

span.connecting-line::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f19837;
}

ul.timeline li.step:last-child span.connecting-line { height: 0; }

ul.timeline li.step .step-content::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #666666;
  width: 85%;
  height: 1px;
  bottom: 0;
  left: 140px;
}
ul.timeline li.step:last-child::after,
ul.timeline li.step:last-child .step-content::after { display: none; }


/* -------------- Advantages ------------------------*/

.image-text-block { display: flex; align-items: center;  position: relative; }
.image-text-block.bg-blue { background: #52a4c4; margin-bottom: 0px; }
.image-text-block.bg-blue .col-content { color: #fff !important;}
.image-text-block.bg-blue .col-content .heading .heading--title { color: #fff;}
.image-text-block.bg-blue .col-content ul { list-style-type: none;padding: 0; }
.image-text-block.bg-blue .col-content ul li{  
  font-size: 18px; 
  padding: 0 0 0 20px; 
  position: relative; 
  color: #fff;
}
.image-text-block.bg-blue .col-content ul li::before { 
  content: '\2022'; 
  font-size: 18px; 
  font-weight: bold; 
  line-height: 22px; 
  color:#fff; 
  position: absolute; 
  left: 0; top: 0;  
}
.image-text-block.bg-blue .col-content a { 
  color: #fff; 
  font-size: 18px; 
  text-decoration: underline; 
  display: block; 
  text-align: right;
}

#platform-advantages h3 { color: #52a4c4;}
#platform-advantages p { 
  font-size: 18px; 
  line-height: 1.5; 
  margin: 0 auto 15px; 
  max-width: 768px;
}

.passenger-services-list { 
  margin-top: -20px; 
  padding: 0 30px 30px; 
}
#platform-advantages .passenger-services-list h3 { 
  color: #ffffff; 
  margin: 90px auto 10px; 
  font-size: 28px; 
  text-align: center;
}
.passenger-services-list h4 { 
  color: #ffffff; 
  margin: 30px auto 10px; 
  font-size: 20px; 
  text-align: left;
}
ul.service-list {
  text-align: left;
  padding: 0;
  list-style-type: none;
}
ul.service-list li {
  /* display: inline-block; */
  font-size: 18px;
  color: #fff;
  padding: 0px 15px 0px 0;
}
ul.service-list li::before{
  content: '\2022'; 
  font-size: 16px; 
  font-weight: bold; 
  line-height: 24px; 
  color:#ffffff; 
  margin-right: 15px;
}


/* ----------------------- Vertical Carousel -------------------------- */
.custom-vertical-carousel {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;
}
.carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  filter: drop-shadow(0 2px 2px #555);
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
  animation: carousel-animate-vertical 27s linear infinite;
}
.carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(8s * -1);
  animation-delay: calc(3s * -1);
}
.carousel__item-head {
  border-radius: 50%;
  background-color: #d7f7fc;
  width: 90px;
  height: 90px;
  padding: 14px;
  position: relative;
  margin-right: -45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
.carousel__item-body {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px 16px 70px;
}
.title {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}


.carousel__item {
  background-color: white;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: carousel-animate-vertical 6s cubic-bezier(0, 0.4, 0.4, 1.04) infinite;
}
.carousel__item:nth-child(1) {
  animation-delay: calc(0.6666666667s * -1);
}
.carousel__item:nth-child(2) {
  animation-delay: calc(0.6666666667s * 0);
}
.carousel__item:nth-child(3) {
  animation-delay: calc(0.6666666667s * 1);
}
.carousel__item:nth-child(4) {
  animation-delay: calc(0.6666666667s * 2);
}
.carousel__item:nth-child(5) {
  animation-delay: calc(0.6666666667s * 3);
}
.carousel__item:nth-child(6) {
  animation-delay: calc(0.6666666667s * 4);
}
.carousel__item:nth-child(7) {
  animation-delay: calc(0.6666666667s * 5);
}
.carousel__item:nth-child(8) {
  animation-delay: calc(0.6666666667s * 6);
}
.carousel__item:last-child {
  animation-delay: calc(-0.6666666667s * 2);
}
@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

/* ------------------------------------------------ */

.functional-overview-header{
  display: flex;
  align-items: center;
  position: relative;
}
    
section.functional-overview {
  background: #52a4c4; padding: 0;
}

.functional-block {
  width: 50%;
  margin: auto;
  border: 2px solid #fff;
  padding: 15px 30px;
  border-radius: 15px;
  text-align: center;
  position: relative;
}
.functional-block::after {
  width: 120px;
  height: 120px;
  content: "";
  background: url(../images/functional/arrow-big-right.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}
.functional-block .functional-logo>img{ width: 100%; }

ul.functional-image-nav { padding: 0; text-align: center; margin: 40px auto 15px; }
ul.functional-image-nav li {
  display: inline-block;
  width: 60px;
  background: #fff;
  border-radius: 30px;
  border: 3px solid transparent;
  cursor: pointer;
  margin: 0 3px;

  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  transform: translateY(0px);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
ul.functional-image-nav li.current-card {
  border: 3px solid #f19837;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
          animation: glow 1s ease-in-out infinite alternate;
}

ul.functional-image-nav li>img {
  width: 100%;
}

@keyframes glow {
  from {
    box-shadow: 0 0 5px -5px #ffffff;
    transform: translatey(0px);
  }
  to {
    box-shadow: 0 0 5px 5px #ffffff;
    transform: translatey(-20px);
  }
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}          

.holder { 
  position: relative; 
  height: 440px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  overflow: hidden;
}

.new-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 600px;
}

.new-container .ui-card {
  flex-shrink: 0;
  height: 30rem;
  width: 30rem;
  border-radius: 15rem;
  position: relative;
  z-index: 1;
  transform: scale(0.4) translateX(-15rem);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  background: #ffffff;
  transition: 1s;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 30%);
}

.ui-card .card-icon {
  max-width: 100px;
  margin: 15px auto;
  background: #52a4c4;
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0px 0px 33px inset rgb(0 0 0 / 50%);
}
.ui-card .card-icon>img { width: 100%;}
.ui-card .card-title {
  text-align: center;
  color: #52a4c4;
  font-size: 22px;
  font-weight: normal;
  padding: 10px;
  margin-bottom: 10px;
}
.ui-card .plain-list {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 15px auto 0;
}
.ui-card .plain-list>li{
  font-size: 16px;
  padding: 10px;
  position: relative;  
}
.ui-card .plain-list>li::after{
  content: "";
  height: 1px;
  width: 90%;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: -moz-linear-gradient(left,  rgba(153,153,153,0) 0%, rgba(153,153,153,1) 30%, rgba(153,153,153,1) 50%, rgba(153,153,153,1) 70%, rgba(153,153,153,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(153,153,153,1) 30%,rgba(153,153,153,1) 50%,rgba(153,153,153,1) 70%,rgba(153,153,153,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(153,153,153,0) 0%,rgba(153,153,153,1) 30%,rgba(153,153,153,1) 50%,rgba(153,153,153,1) 70%,rgba(153,153,153,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#00999999',GradientType=1 ); /* IE6-9 */

}

.new-container .ui-card.active-card {
  z-index: 3;
  transform: scale(1) translateY(50%) translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: 1s;
}
.new-container .ui-card.active-card:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.5);
  bottom: -10px; 
  filter: blur(8px);
}
.new-container .ui-card.prev-card,
.new-container .ui-card.next-card {
  z-index: 2;
  transform: scale(0.4) translateY(20rem) translateX(0);
  opacity: 0.7;
  pointer-events: auto;
  transition: 1s;

  box-shadow: none;
}
.new-container .ui-card.prev-card {
  transform: scale(0.4) translateY(55rem) translateX(0);
}

/* ----------- MENU ---------- */

.navbar-nav>li>.dropdown-menu { border-radius: 9px; background: #f4f4f4; margin-top: -30px; margin-left: -100px; padding: 15px 25px; }
.navbar-nav>li.dropdown>a { padding-right: 25px; }
.navbar-nav>li.dropdown>a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/menu/down-arrow.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-nav>li.dropdown.open>a::after { background: url(../images/menu/down-arrow-open.png) no-repeat center center;}
.navbar-nav>li>ul>li{ position: relative;  }
.navbar-nav>li>ul>li::before {
  content: "\2022"; 
  font-size: 16px; 
  font-weight: bold; 
  color: #f19837; 
  position: absolute; 
  top: 50%; 
  transform: translateY(-50%); 
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
  color: #f19837;
  text-decoration: none;
  background: none;
}

/* ---------------- Testimonial ------------------ */
section.testimonial {
  background: #f4f4f4;
}
.testimonial-panel .testimonial--meta-img {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-right: 15px;
}
.testimonial-panel .testimonial--meta h4,
.testimonial-panel .testimonial--meta h6 { color: #666666;}
/* ------------------------------ Tabs -------------------------------- */

/* ---- Delivered with Technology and Managed by Intelligence Tabs ---- */

section.tabs-with-slider { background: #fff;}
section.tabs-with-slider .nav-tabs { display: flex; justify-content: center; border-bottom: 0 none; margin-bottom: 30px; }
section.tabs-with-slider .nav-tabs>li { 
  float: none; 
  display: block; 
  margin-bottom: -1px; 
  border-right: 3px solid #52a3c4; 
  padding: 0; 
}
section.tabs-with-slider .nav-tabs>li:last-child{ border: 0 none;}
section.tabs-with-slider .nav.nav-tabs>li>a { 
  font-size: 24px; 
  font-weight: 600; 
  color: #52a3c4; 
  padding: 0;
  margin: 0 15px;
}
section.tabs-with-slider .nav-tabs>li.active>a, 
section.tabs-with-slider .nav-tabs>li.active>a:focus, 
section.tabs-with-slider .nav-tabs>li.active>a:hover,
section.tabs-with-slider .nav-tabs>li>a:hover {
  color: #f19837;
  background: none;
  border: none;
}
section.tabs-with-slider .nav-tabs>li>a
{
  border: 0 none;
  background: none;
  position: relative;
}

section.tabs-with-slider .nav>li>a:focus, 
section.tabs-with-slider .nav>li>a:hover {
  background: none;
  color: #f19837;
}

section.tabs-with-slider .nav>li>a:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: -5px;
	left: 0;
	background-color: #f19837;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
  }
  
section.tabs-with-slider .nav>li>a:hover:after,
section.tabs-with-slider .nav>li.active>a:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

section.tabs-with-slider .grouped-content {
  padding: 0 0 0 100px;
  position: relative;
}
section.tabs-with-slider .grouped-content h5 { 
  font-size: 18px; 
  line-height: 22px; 
  margin-bottom: 5px; 
  color: #52a3c4;
}
section.tabs-with-slider .grouped-content img.icon-bullet {
    position: absolute;
    left: 30px;
    top: 0;
    width: 60px;
}
section.tabs-with-slider .grouped-content ul,
ul.bulletted-list { 
  list-style-type: none; 
  font-size: 18px; 
  padding: 0; 
}
section.tabs-with-slider .grouped-content ul li,
ul.bulletted-list li{ 
  padding: 0 0 0 20px; 
  position: relative;
}
section.tabs-with-slider .grouped-content ul li::before,
ul.bulletted-list
section.tabs-with-slider .grouped-content ul li::before { 
  content: '\2022'; 
  font-size: 16px; 
  font-weight: bold; 
  line-height: 24px; 
  color:#52a3c4; 
  position: absolute; 
  left: 0; 
  top: 0;  
}

section.about-graymatter { background: #eef9fe;}
.about img.graymatter-logo { float: right; margin: -50px 0 0 25px; max-width: 250px; }

/* ------------------------------- Slick ------------------------- */
.wrap-modal-slider {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
}

.wrap-modal-slider.open {
  opacity: 1;
}

.information-slider {
  margin: 0 auto;
  position: relative;
  padding: 20px 40px;
}

.slider-content .img-responsive { max-height: 500px; margin: auto; }

/*.information-slider .slick-prev {
  left: 0px;
}
.information-slider .slick-next {
  right: 25px;
}*/
.information-slider .slick-prev,
.information-slider .slick-next { display: none !important;}
.information-slider .slick-dots li button:before { font-size: 16px; color: #52a3c4; }
.information-slider .slick-dots li.slick-active button:before { opacity: .75; color: color: #52a3c4; }

.slick-prev:before, 
.slick-next:before {
  font-size: 1px;
  width: 30px;
  height: 65px;
  position: absolute;
}
.slick-next { right: 0;}

.information-slider .slick-prev:before, 
.information-slider .slick-next:before {
  font-size: 1px;
  width: 15px;
  height: 35px;
  position: absolute;
}

img.click-zoom { cursor: zoom-in; }

#zoomImageContainer
{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

#zoomImageContainer img.click-zoom { cursor: zoom-out; }

div#zoomImageContainer::after {
  content: "Close [X]";
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}
#zoomImageContainer img {
  height: 100%;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#zoomImageContainerOverlay
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4f4f4;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 999998;
}

.slick-prev:before{
  background: url(../images/background/left-arrow.png) no-repeat center center !important;
  background-size: contain !important;
}
.slick-next:before{
  background: url(../images/background/right-arrow.png) no-repeat center center !important;
  background-size: contain !important;
}

.slick-dots { position: relative; margin: 0 auto; }

.discover-skateboard { background: #52a3c4; }
.discover-skateboard h2 { color: #fff; }
.discover-skateboard p { font-size: 18px; color: #fff; max-width: 768px; margin: 0 auto 30px; line-height: 1.5; }



@media (max-width: 1200px) {
  .header-tag-line { max-width: 160px; padding: 18px 10px 18px 15px; }
  .header-tag-line h4 { font-size: 14px; }
  .navbar-nav > li > a { font-size: 16px; max-width: 90px; }

  section.about .heading.mt-70 { margin-top: 0 !important; }

  .testimonial-panel { padding: 30px 0; }
  .testimonial-panel .testimonial--meta-img { width: 170px; height: 170px; }
  ul.functional-image-nav{ max-width: 300px; }
  ul.functional-image-nav li { margin: 15px 3px; }
}

@media (max-width: 992px) {

  /* Menu */
  .navbar-nav > li > a { font-size: 18px; max-width: none; }
  .navbar-nav>li>.dropdown-menu { border-radius: 0px; margin: 0; padding: 0; }
  .navbar-nav>li.dropdown>a { padding-right: 25px; }
  .navbar-nav>li.dropdown>a::after { right: 15px ;}
  .navbar-nav>li>ul>li{ padding: 0 15px;  }
  .navbar-nav>li.dropdown.open { background: #555; }
  .navbar-nav>li.dropdown.open>a::after { transform: rotate(180deg); top: 5px;}
  .navbar-toggle .icon-bar { background: #f19837; }

  ul.timeline .step-content { flex-direction: column; padding-left: 40px; }  
  ul.timeline .step-content .image-block { order: 1; margin-bottom: 30px; }
  ul.timeline .step-content .text-block { order: 2; }
  ul.timeline .step:before { top: 25%; }
  span.connecting-line { /* top: 35%; height: 85%; */  top: 40%; height: 70%;} 
  ul.timeline li.step:first-child   span.connecting-line { top: 35%; height: 75%;}
  span.connecting-line::after { top: -45px;}
  ul.timeline .step:after {top: 110%; }
  ul.timeline .circular-image { max-width: 250px; }

  .about img.graymatter-logo { float: left; margin: 15px 30px 15px 0; max-width: 215px; }

  ul.timeline li.step .step-content::after { left: 100px; }

  section.tabs-with-slider .nav-tabs>li>a { font-size: 16px; }

  section.tabs-with-slider h2 { font-size: 28px; }

  .header-tag-line { display: none;}
  .skateboard-platform h4 { font-size: 18px;}
  .skateboard-platform h3 { font-size: 26px;}
  section.skateboard-platform p { font-size: 16px;}

  /* Functional Overview */

  ul.functional-image-nav { max-width: 280px; }
  ul.functional-image-nav li { margin: 2px 2px; }
  
  .holder { height: 500px; }
  .new-container { height: 500px;}
  .new-container .ui-card { 
    height: 29rem; 
    width: 29rem; 
  }
  
  /* .new-container .ui-card.prev-card,
  .new-container .ui-card.next-card {
    z-index: 2;
    transform: scale(0.01) translateY(-100%) translateX(0);
    opacity: 0.7;
    pointer-events: auto;
    transition: 1s;
  }
  .new-container .ui-card.prev-card {
    transform: scale(0.01) translateY(55rem) translateX(0);
  } */

  .ui-card .plain-list>li { 
    font-size: 14px; 
    padding: 5px 15px; 
  }

  .functional-overview-header,
  .image-text-block { display: block; }
  .col-img { height: 350px !important;  }

  /* Testimonial */

  .testimonial-panel .testimonial--body p { max-width: none; }

  section.tabs-with-slider .tab-content { padding: 15px 30px; }
  section.tabs-with-slider .grouped-content img.icon-bullet { position: relative; left: auto; top: auto; }
  section.tabs-with-slider .grouped-content { padding: 0 15px;}

  .functional-block { width: 60%; margin: 30px auto; }
  .functional-block h2 { font-size: 26px; }
  .functional-block::after {
    display: none;
    /* width: 70px;
    height: 60px;
    left: 85%;
    top: 42%;
    transform: rotate(90deg) translateY(-50%); */
  }

  .functional-image-nav { position: relative; padding-bottom: 40px;}
  .functional-image-nav::after {
    width: 40px;
    height: 40px;
    content: "";
    background: url(../images/functional/arrow-big-right.png) no-repeat center center;
    background-size: contain;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%) rotate(90deg);
    position: absolute;
  }

  .testimonial-panel { padding: 30px 10px; }
  .testimonial-panel .testimonial--body { padding: 0 20px; }
  .testimonial-panel .testimonial--body::before, 
  .testimonial-panel .testimonial--body::after,
  .testimonial-panel .testimonial--body>p::after { width: 20px; height: 30px;}
  .testimonial-panel .testimonial--meta-img { width: 160px; height: 160px; }

}

@media (max-width: 640px) {

  ul.service-list li { font-size: 16px; padding: 2px 10px 2px 0; }
  ul.service-list li::before { margin-right: 10px; }

  .slick-prev { left: -10px; } 
  .slick-next { right: 15px; }

  div#zoomImageContainer::after {
    font-size: 14px;
  }
  div#zoomImageContainer img.click-zoom { width: 100% !important; height: auto !important; }

  .testimonial-panel .testimonial--meta-img { width: 140px; height: 140px; }

  /* Functional Overview */

  ul.functional-image-nav { max-width: 280px; }
  ul.functional-image-nav li { margin: 15px 2px; }
  
  .holder { height: 400px; }
  .new-container { height: 400px;}
  .new-container .ui-card { 
    height: 26rem; 
    width: 26rem; 
  }
  
  .new-container .ui-card.prev-card,
  .new-container .ui-card.next-card {
    z-index: 2;
    transform: scale(0.01) translateY(-100%) translateX(0);
    opacity: 0.7;
    pointer-events: auto;
    transition: 1s;
  }
  .new-container .ui-card.prev-card {
    transform: scale(0.01) translateY(55rem) translateX(0);
  }

  .ui-card .plain-list>li { 
    font-size: 14px; 
    padding: 5px 15px; 
  }

  /* --------------- Timeline ---------------- */

  
  section.tabs-with-slider .nav-tabs { flex-direction: column;  text-align: center; margin-bottom: 0; }
  section.tabs-with-slider .nav-tabs>li { padding: 15px; border: 0 none; }
  section.tabs-with-slider .nav-tabs>li.active { border: 2px solid #f19837; order: 3;  }
  section.tabs-with-slider .nav.nav-tabs>li>a { font-size: 22px; line-height: 24px; position: relative; }

  section.tabs-with-slider .nav-tabs>li.active>a::after,
  section.tabs-with-slider .nav>li>a:hover:after,
  section.tabs-with-slider .nav>li.active>a:after { display: none;}

  section.tabs-with-slider .grouped-content ul, 
  ul.bulletted-list { font-size: 16px; line-height: 20px; }

  section.tabs-with-slider .grouped-content ul li, 
  ul.bulletted-list li { padding: 0 0 10px 20px;}

  .about img.graymatter-logo { float: none; margin: 15px 30px 15px 0; max-width: 180px; }
  .about p { font-size: 16px; line-height: 26px; }
 
}