﻿/* min-height cross-browser hack, default height set to 90px */
/* set margin/padding, default set to 0px for both */
/* rounded corner, default set to 5px */
/* circle, default height & width set to 100px. Uses .rounded_corner mixin */
/* rotate CSS transformation, default rotation set at 90deg */
/* skew CSS transformation, default x,y at 20deg,20deg */
/* scale CSS transformation, default x,y at 1.5,1.5 */
/* opacity, IE & non-IE opacity set at 50 and 0.5 respectively */
/* CSS transition, speed set at .250s, and action set to ease-out by default */
/* CSS cross-browser background resize */
/* CSS cross-browser box shadow, IE & non-IE considerations met */
/* CSS cross-browser gradient */
/* Standard div element */
/* 100% width / auto height image */
/* */
/* */
/*colors*/
/*fonts*/
/*fonts*/
/*fonts/sizes*/
/*fonts/sizes*/
/*media query sizes*/
/*media query sizes*/
#mpg-wrap-wide {
  width: 100%;
}
#mpg-wrap {
  /*min-width:@mnw; , @mnw:100%*/
  width: 100%;
  max-width: 1030px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#mpg-wrap #aside {
  width: 30%;
  float: right;
  color: #47595e;
  line-height: 1.3em;
  padding-bottom: 40px;
  padding-top: 35px;
  max-width: 300px;
  margin: 0 20px;
}
#mpg-wrap #aside img {
  margin-bottom: 15px;
}
#mpg-wrap #col {
  float: left;
  width: 64%;
  margin-top: 25px;
}
#mpg-wrap #col h1 {
  padding-left: 40px;
}
#mpg-wrap #col .copy-section {
  background-color: #fff;
  margin: 10px;
  padding: 20px;
}
#mpg-wrap #col .copy-section p {
  padding-bottom: 0.1em;
}
#mpg-wrap #col .item-panel {
  max-width: 585px;
  width: 100%;
  border-bottom: 1px solid #e5eaec;
  padding: 20px 0;
  overflow: auto;
}
#mpg-wrap #col .item-panel .tip {
  float: left;
  width: 50px;
  padding-bottom: 7em;
  margin-right: 20px;
  text-align: center;
}
#mpg-wrap #col .item-panel .tip span {
  background-color: #019dda;
  padding: 0.1em 0.4em;
  color: #ffffff;
  font-family: 'opensanssemi', sans-serif;
  font-size: 1.3em;
  display: block;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
#mpg-wrap #col .item-panel h2 {
  margin-bottom: 0;
}
#mpg-wrap #col .item-panel img {
  float: right;
  margin: 0 20px 30px 25px;
}
#mpg-wrap #col .item-panel p {
  margin: 0 0 0 20px;
  line-height: 1.6em;
}
#mpg-wrap #col .item-panel.truempgtest .tip span.tm {
  font-size: 0.9em;
  padding: 0.4em 0.1em !important;
  margin-bottom: 5em;
}
#mpg-wrap #col .item-panel.truempgtest .button {
  margin: 0.8em 0;
  clear: none;
  background-color: #ce1628;
}
.content {
  max-width: 1030px;
  width: 96%;
  margin: 0 auto;
}
/* Home -------------------------------------------------- */
.how-module {
  width: 100%;
  padding: 15px 0;
  background-color: #f1f1f1;
  overflow: auto;
  margin-bottom: 40px;
}
.how-module .how-panel {
  float: left;
  width: 60%;
  max-width: 600px;
}
.how-module .how-panel h3 {
  font-size: 2em;
  margin: 1em 0 0.5em 0;
}
.how-module .how-panel button {
  margin-top: 20px;
}
.how-module .how-panel p {
  padding-top: 0.7em;
  font-size: 1.3em;
  margin-bottom: 0;
  font-family: 'OpenSans', sans-serif;
}
.how-module .tm-mpu {
  width: 300px;
  float: right;
}
.mid-banner {
  margin: 25px 0;
}
.mid-banner img {
  width: 100%;
  height: auto;
}
.fueltips {
  overflow: auto;
  padding: 30px;
  background-color: #f1f1f1;
  margin-bottom: 30px;
  font-size: 1.2em;
  font-family: 'OpenSans', sans-serif;
}
.fueltips .tips-img {
  float: left;
  margin: 25px 0;
  width: 40%;
}
.fueltips .tips-img img {
  width: 100%;
  height: auto;
}
.fueltips section {
  float: right;
  width: 50%;
  margin-right: 5%;
}
.fueltips section h3 {
  padding: 20px 0 20px 95px;
  overflow: visible;
  background: url('images/ui/10tips.png') no-repeat left;
  font-size: 2em;
  margin-bottom: 0.4em;
}
.fueltips section h3 span {
  display: block;
  font-size: 0.6em;
  line-height: 1.7em;
}
.fuelsave {
  width: 62%;
  float: left;
  padding-left: 30px;
  font-family: 'OpenSans', sans-serif;
  overflow: visible;
}
.fuelsave h3 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.fuelsave b {
  font-weight: normal;
  display: block;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.fuelsave figure {
  float: right;
  width: 22%;
  margin-left: 7%;
  margin-top: 0;
}
.fuelsave figure img {
  width: 100%;
  height: auto;
}
.home-mpu {
  width: 31%;
  float: right;
}
.home-mpu {
  width: 31%;
  float: right;
}
.hide {
  display: none;
}
#aside .fueltips {
  background-color: #ffffff;
  font-size: 1em;
  margin-bottom: 10px;
  overflow: auto;
  padding: 10px;
}
#aside .fueltips section {
  float: none;
  margin-right: 0;
  width: 100%;
}
#aside .fuelsave {
  width: 100%;
  float: none;
  padding-left: 10px;
}
#aside .fuelsave h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
#aside .fuelsave b {
  font-weight: normal;
  display: block;
  font-size: 1.3em;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}
#aside .fuelsave figure {
  float: none;
  width: 40%;
  margin-left: 0;
  margin-top: 1.5em;
}
#aside .fuelsave figure img {
  width: 100%;
  height: auto;
}
#aside .fuelsave .filling-station-box {
  margin: 15px 0 15px -30px;
  overflow: auto;
  padding: 30px;
  background-color: #f1f1f1;
}
#aside .fuelsave .filling-station-box p {
  font-size: 1.6em;
}
.videoPlayer {
  position: relative;
  padding-bottom: 52.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoPlayer iframe,
.videoPlayer object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tm-mpu {
  text-align: center;
  clear: both;
  max-width: 300px;
  margin: 10px auto;
}
.tm-mpu img {
  width: 100%;
  height: auto;
  margin: 10px auto;
}
/* Aside -------------------------------------------------- */
#aside .quote-module {
  background-color: #019dda;
  padding: 40px 18px;
  overflow: auto;
}
#aside .quote-module .blockquote {
  color: #ffffff;
  font-family: 'OpenSans', sans-serif;
  font-weight: bold;
  background-color: #000000;
  margin: 25px 0;
  font-size: 2.2em;
  line-height: 1.4em;
  display: inline;
  box-shadow: 5px 0 0 0 #000000, -5px 0 0 0 #000000;
  padding: 5px 0 0 0;
}
#aside .quote-module button {
  background-color: #ce1628;
  margin-top: 40px;
  display: block;
  clear: both;
  display: inline;
}
#aside .quote-module .button {
  background-color: #ce1628;
  margin-top: 40px;
  display: block;
}
#aside .quote-module .button:hover {
  background-color: #ce1628;
  color: #ffffff;
}
#aside .module {
  margin: 20px 0;
}
#aside .mpupanel {
  text-align: center;
}
#aside .mpupanel span {
  margin-bottom: 0.1em;
  font-size: 0.9em;
}
@media screen and (max-width: 780px) {
  .fuelsave,
  .home-mpu {
    float: none;
    width: 90%;
  }
  #aside .quote-module .blockquote {
    font-size: 1.2em;
  }
  #aside .quote-module button {
    font-size: 1.1em;
    padding: 0.2em 0.3em;
  }
  .how-module .how-panel {
    width: 40%;
    font-size: 0.9em;
    margin-left: 2em;
  }
}
@media screen and (max-width: 680px) {
  .fueltips .tips-img {
    display: none;
  }
  .fueltips section {
    width: 100%;
  }
  .how-module .how-panel {
    width: 50%;
    font-size: 0.8em;
    margin-left: 2em;
  }
  .how-module .tm-mpu {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  #mpg-wrap #aside {
    display: none;
  }
  #mpg-wrap #col {
    width: 100%;
  }
  #mpg-wrap #col .item-panel .tip {
    float: left;
    width: 50px;
    padding-bottom: 1em;
    margin-right: 20px;
  }
  #mpg-wrap #col .item-panel img {
    display: none;
  }
  #trueMPG4 #mpg-wrap #aside {
    display: block;
    margin-left: 10px;
    padding-top: 0;
  }
  #trueMPG4 #mpg-wrap #aside .sup-menu {
    display: none;
  }
  #trueMPG4 #mpg-wrap #aside .Nissan {
    margin-top: 10px;
  }
  #trueMPG4 #mpg-wrap #aside .module {
    display: none;
  }
  #trueMPG3 {
    min-height: 400px;
  }
  #trueMPG3 .MapBcg {
    min-height: 100px !important;
    height: 100px !important;
    position: unset !important;
  }
  #trueMPG3 #truempg-main {
    margin-top: 0;
  }
}
@media only screen and (max-width: 380px) {
  .home-mpu,
  .how-module,
  .fueltips,
  .mid-banner {
    display: none;
  }
  #truempg-main a:link,
  #aside a:link {
    color: #019dda;
    text-decoration: none;
  }
  #sliderType .ui-slider-handle {
    margin-left: -15px;
  }
  #mpg-wrap #col .item-panel {
    width: 100%;
  }
}
.fuelsave .video-panel {
  margin: 20px 0;
  clear: both;
  overflow: visible;
}
.fuelsave .video-panel .inner__wrapper {
  overflow: visible;
  padding-left: 10px;
  padding-right: 10px;
}
.fuelsave .video-panel .col3 {
  width: 32%;
  margin-left: 2%;
  float: left;
}
.fuelsave .video-panel .col3 img {
  width: 100%;
  height: auto;
}
.fuelsave .video-panel .col3:first-child {
  margin-left: 0;
}
.fuelsave .video-panel .video-module {
  position: relative;
  padding-bottom: 57.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.fuelsave .video-panel .col3 p {
  padding: 0.4em 0;
  text-align: center;
  background-color: #f1f1f1;
  width: 194px;
}
.video-module iframe,
.video-module object,
.video-module embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.charging-points-box {
  margin: 20px 0;
  overflow: auto;
  padding: 30px;
}
.charging-points-box p {
  font-size: 1.6em;
}
.charging-points-box h3 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.charging-points-box button {
  background-color: #ce1628;
  display: inline;
  float: left;
  margin: 0;
  width: 40%;
}
.charging-points-box fieldset {
  width: 60%;
  display: inline;
  height: 2.6em;
  margin: 0;
  float: left;
  padding: 0;
  border: 0;
}
.charging-points-box input {
  width: 100% !important;
  display: inline;
  height: 2.6em;
  margin: 0;
}
@media only screen and (max-width: 380px) {
  .charging-points-box h3,
  .fuelsave h3 {
    font-size: 1.6em;
    display: block;
  }
  .charging-points-box button,
  .charging-points-box fieldset,
  .charging-points-box input {
    display: block;
    width: 97% !important;
    margin-bottom: 10px !important;
  }
  .charging-points-box fieldset {
    height: auto;
    width: 100% !important;
  }
  .fuelsave .video-panel .col3 p {
    padding: 0.4em 0;
    text-align: center;
    background-color: #f1f1f1;
    width: 100%;
    margin-left: -10px;
  }
}
/*# sourceMappingURL=modules.css.map */