@font-face {
  font-family: "EMPrint-Regular";
  src: url("fonts/EMprintW04-Regular.eot");
  src: url("fonts/EMprintW04-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/EMprintW04-Regular.woff") format("woff"), url("fonts/EMprintW04-Regular.ttf") format("truetype"), url("fonts/EMprintW04-Regular.svg#karbonLight") format("svg");
}

body {
  font-family: EMPrint-Regular;
}

h1, h2, h3, h4, h5, h6 {
    color: #0c479d;
    font-family: "EMPrint-Regular",Helvetica,Arial,Sans-Serif;
}

img {
	max-width: 100%;
}

.btn {
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #0c479d;
    border-color: #0c479d;
    border-radius: 3px;
    padding: 9px 20px;
    font-family: "EMPrint-Semibold", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    z-index: 2
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.tip-rotator {
  font-family: "EMPrint-Regular", "EMPrint-Regular", Helvetica, Arial, Sans-Serif;
  min-height: 300px;
  padding: 0 0 45px;
  position: relative;
  width: 100%;
}

@media (max-width: 550px) {
  .tip-rotator {
    min-height: 525px;
    padding: 0 45px;
  }
}

.tip-rotator .carousel-inner .item.active {
  display: table;
}

.tip-rotator .carousel-inner .item.active .row {
  display: table-row;
  padding: 0;
}

.tip-rotator .carousel-inner .image-container {
  padding: 3% 3% 3% 5%;
}

.tip-rotator .carousel-inner .image-container img {
  display: block;
  float: right;
  width: 100%;
}

@media (max-width: 992px) {
  .tip-rotator .carousel-inner .image-container img {
    float: none;
    margin-bottom: 20px;
  }
}

.tip-rotator .carousel-inner .info-container {
  padding: 0 5% 0 3%;
  width: 50%;
}

.tip-rotator .carousel-inner .info-container h3.tip-headline {
  font-size: 18px;
  color: #555555;
  font-family: "EMPrint-Regular", "EMPrint-Regular", Helvetica, Arial, Sans-Serif;
  margin: 0 0 10px;
}

.tip-rotator .carousel-inner .info-container .tip-content {
  font-size: 24px;
  color: #0c479d;
  line-height: 1.2;
}

.tip-rotator .carousel-inner .info-container .btn {
  display: inline-block;
}

.tip-rotator .carousel-inner .image-container, .tip-rotator .carousel-inner .info-container {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

@media (max-width: 550px) {
  .tip-rotator .carousel-inner .image-container, .tip-rotator .carousel-inner .info-container {
    display: block;
    padding: 0;
    width: 100%;
  }
}

.tip-rotator .carousel-indicators {
  bottom: -10px;
}

.tip-rotator .carousel-indicators li {
  background-color: #cccccc;
  border: 3px solid #ececec;
  box-sizing: content-box;
  height: 10px;
  margin: 1px;
  width: 10px;
}

.tip-rotator .carousel-indicators li.active {
  background-color: #0c479d;
  border: 3px solid #cedaeb;
  height: 10px;
  width: 10px;
}

.tip-rotator .carousel-control.right, .tip-rotator .carousel-control.left {
  background: none;
  filter: none;
  width: 5%;
}

@media (max-width: 550px) {
  .tip-rotator .carousel-control.right, .tip-rotator .carousel-control.left {
    bottom: 0;
    height: 35px;
    top: auto;
    width: 35px;
  }
}

@media (max-width: 550px) {
  .tip-rotator .carousel-control.right {
    right: -10px;
  }
}

.tip-rotator .carousel-control.right .fa {
  left: auto;
  right: 0;
}

@media (max-width: 550px) {
  .tip-rotator .carousel-control.left {
    left: -10px;
  }
}

.tip-rotator .carousel-control.left .fa {
  left: 0;
}

.tip-rotator .carousel-control .fa {
  font-size: 30px;
  color: #0c479d;
  left: 43%;
  position: absolute;
  top: 49%;
}

@media (max-width: 550px) {
  .tip-rotator .carousel-control .fa {
    top: 15%;
  }
}

html[lang="en-us"] #how-car-engines-work .tip-rotator .tip-content {
  color: #555;
}

.fuel-tip {
  border-left: 0;
  border-right: 0;
  text-align: center;
}

.fuel-tip > .btn {
  margin: 0 auto;
}

.fuel-tip .carousel-inner {
  min-height: 140px;
  margin-top: -20px;
  background: #f0f0f0;
  z-index: 999;
  position: relative;
}

.fuel-tip .tip-content {
  background: transparent url("images/fueltip.png") no-repeat center center;
  width: 723px;
  min-height: 266px;
  z-index: 1000;
  position: relative;
  clear: both;
  margin: 0 auto;
  margin-top: 40px;
}

.fuel-tip .tip-content a.tip-item {
  background: url(images/fueltip-plus-small.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
}

.fuel-tip .tip-content a.tip-item > .hovertip {
  text-align: center;
  line-height: 150%;
  font-weight: bold;
  background: #FFF;
  background-clip: padding-box;
  border: 3px solid #0c479d;
  border-radius: 6px;
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  padding: 10px 0;
  bottom: 100%;
  margin-bottom: 5px;
  visibility: hidden;
  opacity: 0;
}

.fuel-tip .tip-content a.tip-item > .hovertip:before, .fuel-tip .tip-content a.tip-item > .hovertip:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

.fuel-tip .tip-content a.tip-item > .hovertip:before {
  border-top: 10px solid #0c479d;
  margin-top: 3px;
}

.fuel-tip .tip-content a.tip-item > .hovertip:after {
  border-top: 10px solid #fff;
  margin-top: -2px;
  z-index: 1;
}

.fuel-tip .tip-content a.tip-item:hover {
  background: url(images/fueltip-plus-small-hover.png) no-repeat 0 0;
}

.fuel-tip .tip-content a.tip-item:hover .hovertip {
  visibility: visible;
  opacity: 1;
}

.fuel-tip .tip-content a.tip-item.tip-item1 {
  top: 80px;
  left: 80px;
}

.fuel-tip .tip-content a.tip-item.tip-item2 {
  top: 40px;
  left: 250px;
}

.fuel-tip .tip-content a.tip-item.tip-item3 {
  top: 120px;
  left: 390px;
}

.fuel-tip .tip-content a.tip-item.tip-item4 {
  top: 195px;
  left: 610px;
}

.fuel-tip .tip-content img.big-icon {
  position: absolute;
  z-index: 100000;
  display: none;
}

.fuel-tip .tip-content img.big-icon.big-icon1 {
  top: 15px;
  left: 15px;
}

.fuel-tip .tip-content img.big-icon.big-icon2 {
  top: -10px;
  left: 180px;
}

.fuel-tip .tip-content img.big-icon.big-icon3 {
  top: 55px;
  left: 335px;
}

.fuel-tip .tip-content img.big-icon.big-icon4 {
  top: 85px;
  left: 555px;
}

.fuel-tip .tip-header {
  padding: 0 15px;
  text-align: left;
}

.fuel-tip .tip-header .btn {
  float: right;
}

.fuel-tip .tip-header h3 {
  margin-top: 0;
}

.fuel-tip .tip-carousel-control {
  position: absolute;
  left: 0;
  bottom: 50px;
  top: auto;
  text-align: center;
  width: 24px;
  height: 38px;
}

.fuel-tip .rotator-row {
  line-height: 540px;
  width: 100%;
  padding: 0 60px;
}

.fuel-tip .rotator-row h4 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

.fuel-tip .rotator-row p {
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.fuel-tip .rotator-row p a .fa {
  font-size: 24px;
  line-height: 28px;
}

.fuel-tip .rotator-row p img {
  margin: 0 5px;
}

.fuel-tip .rotator-row.initial p {
  text-align: center;
  line-height: 127px;
  font-size: 18px;
  font-weight: bold;
}

.fuel-tip .tip-carousel-control.left {
  margin-left: 24px;
}

.fuel-tip .tip-carousel-control.right {
  margin-right: 24px;
  left: auto;
  right: 0;
}

@media (max-width: 768px) {
  .fuel-tip {
    min-height: inherit;
    margin-bottom: 30px;
  }
  .fuel-tip .carousel-inner {
    margin-top: 0px;
    background: #fff;
  }
  .fuel-tip .carousel-inner .item {
    min-height: 420px;
  }
  .fuel-tip .tip-carousel-control {
    top: 0;
  }
  .fuel-tip .rotator-row h4 {
    font-size: 24px;
    margin-top: 0;
  }
  .fuel-tip .tip-carousel-control {
    margin-top: 8px;
  }
  .fuel-tip .rotator-row p.tip-copy {
    min-height: 120px;
  }
}

@media (max-width: 320px) {
  .fuel-tip .rotator-row h4 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }
}

.carousel-inner > .item {
  transition: left 0.3s ease-in-out 0s;
}
