@-webkit-keyframes bars {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }

  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); } }
@-moz-keyframes bars {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }

  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); } }
@keyframes bars {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }

  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); } }
@-webkit-keyframes bars {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }

  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); } }
@-moz-keyframes bars {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }

  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); } }
@keyframes bars {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }

  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); } }
body {
  background-color: #fff;
  width: 950px;
 margin: 0 auto;
  height: 560px;
  overflow: hidden; }

#solutions-content {
  width: 950px;
  height: 560px;
  position: absolute;
  top: 0;
  left: 0; }

#main {
  width: 950px;
  height: 560px;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#main-content {
  width: 720px;
  height: 504px;
  position: relative;
  margin-top: 56px;
  float: left; }

.sidebar-background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 230px;
  height: 160px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border-bottom: 1px solid #333;
  background-image: url("../../../../../modules/application/public/images/feature-image-bg.png"); }

.magnifier-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 6; }

.magnifier-icon.imageMedia {
  background-image: url("../../../../../modules/application/public/images/zoom.png"); }

.magnifier-icon.videoMedia {
  background-image: url("../../../../../modules/application/public/images/play.png");
  background-size: 25%;
  background-color: transparent;
  width: 230px;
  height: 160px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

.transparent {
  opacity: 0; }

.opaque {
  opacity: 1; }

#main-top {
  height: 56px;
  vertical-align: middle;
  width: 720px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  border-collapse: separate;
  -webkit-box-shadow: inset -2px -1px 6px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -2px -1px 6px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset -2px -1px 6px 1px rgba(0, 0, 0, 0.3); }

#main-top > a {
  display: block;
  height: 56px;
  width: 340px;
  position: relative; }
  #main-top > a img {
    position: absolute;
    top: 6px;
    bottom: auto;
    left: 40px;
    right: auto;
    margin: auto;
    height: 85%;
    width: auto; }

#main-top h2 {
  text-transform: uppercase;
  margin-left: 40px;
  display: inline;
  line-height: 60px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700; }

#tabs {
  position: absolute;
  bottom: 0;
  right: 30px; }

#tabs .tab {
  width: 175px;
  height: 35px;
  line-height: 35px;
  float: left;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  background-color: lightgray;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(lightgray), to(lightgray));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, lightgray 0%, white 50%, lightgray 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, lightgray 0%, white 50%, lightgray 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, lightgray 0%, white 50%, lightgray 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, lightgray 0%, white 50%, lightgray 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, lightgray 0%, white 50%, lightgray 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='lightgray', EndColorStr='lightgray');
  -webkit-box-shadow: inset 0 -3px 6px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 -3px 6px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -3px 6px 1px rgba(0, 0, 0, 0.4); }
  #tabs .tab.active {
    color: #FFF;
    background-color: black;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, black 0%, #444444 50%, black 100%);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, black 0%, #444444 50%, black 100%);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, black 0%, #444444 50%, black 100%);
    /* IE10 */
    background-image: -o-linear-gradient(top, black 0%, #444444 50%, black 100%);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, black 0%, #444444 50%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='black', EndColorStr='black');
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.still-image {
  display: block;
  width: 100%;
  height: 504px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2; }

.video {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none; }

.view-button {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 4;
  background-image: url("../../../../../modules/application/public/images/view-button.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 117px;
  height: 36px;
  cursor: pointer;
  text-align: center; }
  .view-button span {
    line-height: 30px;
    vertical-align: middle;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.725em;
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 400; }

.dot {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  opacity: 1; }
  .dot img, .dot span {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .dot .dot-neutral {
    z-index: 1; }
  .dot .dot-active {
    z-index: 2; }
  .dot.active .dot-active {
    display: block; }
  .dot.active .dot-neutral {
    display: none; }
  .dot span {
    text-align: center;
    vertical-align: middle;
    z-index: 3;
    color: #FFF;
    font-size: 0.75em;
    line-height: 32px;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400; }

.info-dot {
  position: absolute;
  z-index: 6;
  height: 165px;
  min-width: 220px;
  top: -10px;
  left: 0;
  pointer-events: none; }
  .info-dot .info-number {
    width: 165px;
    height: 165px;
    background-image: url("../../../../../modules/application/public/images/info-dot.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 2;
    position: relative;
    float: left;
    text-align: center;
    color: #FFF;
    font-size: 2.85em;
    line-height: 165px; }
    .info-dot .info-number span {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 400; }
  .info-dot .info-box {
    height: 75px;
    z-index: 0;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 45px;
    left: -115px; }
    .info-dot .info-box .info-feature {
      white-space: nowrap;
      padding-left: 30px;
      padding-right: 15px;
      font-size: 1.35em;
      display: block;
      z-index: 1;
      position: relative;
      line-height: 75px;
      background-image: url("../../../../../modules/application/public/images/info-box-center.png");
      background-repeat: repeat-x;
      height: 75px;
      overflow: hidden;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-family: "brandon-grotesque",sans-serif;
      font-style: normal;
      font-weight: 400;
      margin-left: 60px; }
    .info-dot .info-box img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: -22px; }

#sidebar {
  width: 230px;
  height: 560px;
  background-color: #FFF;
  float: left;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: lightgray;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, right top, from(lightgray), to(lightgray));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(left, lightgray 0%, white 35%, white 65%, lightgray 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, lightgray 0%, white 35%, white 65%, lightgray 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(left, lightgray 0%, white 35%, white 65%, lightgray 100%);
  /* IE10 */
  background-image: -o-linear-gradient(left, lightgray 0%, white 35%, white 65%, lightgray 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(left, lightgray 0%, white 35%, white 65%, lightgray 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='lightgray', EndColorStr='lightgray'); }

.sidebar-top {
  height: 145px;
  width: 100%;
  position: relative; }

.sidebar-content {
  text-align: justify;
  padding: 35px 20px 0 20px;
  line-height: 1.25em;
  font-size: 0.95em;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 500; }
  .sidebar-content p {
    margin-bottom: 0.75em; }
  .sidebar-content strong {
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 700; }
  .sidebar-content h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px; }
  .sidebar-content.placeholder {
    position: absolute;
    top: 140px;
    pointer-events: none; }

.feature-media {
  width: 230px;
  height: 160px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border-bottom: 1px solid #333;
  position: relative;
  z-index: 2; }
  .feature-media .loader {
    height: 1.25em;
    width: 2.75em;
    line-height: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    list-style-type: none;
    display: none; }
    .feature-media .loader > li {
      display: inline-block;
      height: 100%;
      width: 0.3em;
      background-color: #FFF;
      -webkit-animation: bars 1.2s infinite ease-in-out;
      -moz-animation: bars 1.2s infinite ease-in-out;
      animation: bars 1.2s infinite ease-in-out; }
      .feature-media .loader > li.one {
        -webkit-animation-delay: -1.1s;
        -moz-animation-delay: -1.1s;
        animation-delay: -1.1s; }
      .feature-media .loader > li.two {
        -webkit-animation-delay: -1s;
        -moz-animation-delay: -1s;
        animation-delay: -1s; }
      .feature-media .loader > li.three {
        -webkit-animation-delay: -0.9s;
        -moz-animation-delay: -0.9s;
        animation-delay: -0.9s; }
      .feature-media .loader > li.four {
        -webkit-animation-delay: -0.8s;
        -moz-animation-delay: -0.8s;
        animation-delay: -0.8s; }
  .feature-media.empty .loader {
    display: none !important; }
  .feature-media.empty:hover .magnifier-icon {
    opacity: 0; }

.feature-media img {
  width: 230px;
  height: 160px;
  cursor: pointer; }

.feature-media-video-background {
  width: 230px;
  height: 160px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: pointer; }

.dot-alt {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -14px;
  z-index: 5; }
  .dot-alt img, .dot-alt span {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .dot-alt img {
    z-index: 1; }
  .dot-alt span {
    text-align: center;
    vertical-align: middle;
    z-index: 2;
    color: #FFF;
    font-size: 0.8em;
    line-height: 50px;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400; }

.controls {
  width: 155px;
  height: 22px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -26px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #000;
  z-index: 5;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3); }
  .controls a {
    font-size: 0.8em;
    text-transform: uppercase;
    margin: 3px 20px;
    color: #FFF;
    text-decoration: none;
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 500; }
    .controls a:first-child {
      float: left; }
    .controls a:last-child {
      float: right; }

.feature-media-overlay {
  width: 720px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10; }
  .feature-media-overlay .feature-media-wrap {
    width: 655px;
    height: 460px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #888; }
  .feature-media-overlay img {
    position: relative;
    z-index: 2; }
  .feature-media-overlay .feature-media-controls {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -25px;
    width: 100px;
    height: 25px;
    z-index: -1;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: #000; }
    .feature-media-overlay .feature-media-controls:hover {
      background-color: #444; }
    .feature-media-overlay .feature-media-controls span {
      color: #FFF;
      text-align: center;
      display: block;
      float: left;
      padding-left: 5px;
      padding-right: 5px;
      text-transform: uppercase;
      font-size: 0.7em;
      margin-top: 4px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .feature-media-overlay .feature-media-controls span:first-child {
        width: 65px;
        border-right: 1px solid #999; }
      .feature-media-overlay .feature-media-controls span:last-child {
        width: 35px; }
  .feature-media-overlay .loader {
    height: 1.25em;
    width: 2.75em;
    line-height: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    list-style-type: none;
    display: none; }
    .feature-media-overlay .loader > li {
      display: inline-block;
      height: 100%;
      width: 0.3em;
      background-color: #FFF;
      -webkit-animation: bars 1.2s infinite ease-in-out;
      -moz-animation: bars 1.2s infinite ease-in-out;
      animation: bars 1.2s infinite ease-in-out; }
      .feature-media-overlay .loader > li.one {
        -webkit-animation-delay: -1.1s;
        -moz-animation-delay: -1.1s;
        animation-delay: -1.1s; }
      .feature-media-overlay .loader > li.two {
        -webkit-animation-delay: -1s;
        -moz-animation-delay: -1s;
        animation-delay: -1s; }
      .feature-media-overlay .loader > li.three {
        -webkit-animation-delay: -0.9s;
        -moz-animation-delay: -0.9s;
        animation-delay: -0.9s; }
      .feature-media-overlay .loader > li.four {
        -webkit-animation-delay: -0.8s;
        -moz-animation-delay: -0.8s;
        animation-delay: -0.8s; }

.still-image, .dot {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.view-button.ng-enter, .view-button.ng-leave.ng-leave-active {
  opacity: 0; }
.view-button.ng-leave, .view-button.ng-enter.ng-enter-active {
  opacity: 1; }

.transition-ui {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0; }
  .transition-ui-done .transition-ui {
    opacity: 1; }

#main-content.viewTransition .still-image, #main-content.viewTransition .transition-ui {
  opacity: 0; }
#main-content.viewTransition .video {
  display: block; }

#main-content.carTransition .still-image, #main-content.carTransition .transition-ui {
  opacity: 0; }
#main-content.carTransition .video {
  display: none; }

.feature-media-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  .feature-media-wrap.loaded {
    opacity: 1; }

.dot-alt span {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dot-alt span.ng-enter, .dot-alt span.ng-leave.ng-leave-active {
  opacity: 0; }

.dot-alt span.ng-leave, .dot-alt span.ng-enter.ng-enter-active {
  opacity: 1; }

.feature-media img {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.feature-media img.ng-enter, .feature-media img.ng-leave.ng-leave-active {
  opacity: 0; }

.feature-media img.ng-leave, .feature-media img.ng-enter.ng-enter-active {
  opacity: 1; }

.sidebar-content {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.sidebar-content.ng-enter, .sidebar-content.ng-leave.ng-leave-active {
  opacity: 0; }

.sidebar-content.ng-leave, .sidebar-content.ng-enter.ng-enter-active {
  opacity: 1; }

.info-dot.ng-enter, .info-dot .ng-leave.ng-leave-active {
  opacity: 0; }
.info-dot.ng-leave, .info-dot .ng-enter.ng-enter-active {
  opacity: 1; }
.info-dot .info-number span, .info-dot .info-feature span {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }