/* Isolated styling for the MWP header and footer areas */
/* Transition mixin remove this when bundling this into site.less */
.lineHeightAndPadding {
  line-height: 48px;
  padding: 0 9px;
}
.car-menu-gradient {
  /* fallback */
  background-color: #e7eaeb;
  /* background: url(/mymazda/header-and-footer/images/header-and-footer/car-nav-bg.gif) repeat; */
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7eaeb), to(#d3d5d6));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* IE 10 */
  background: -ms-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #e7eaeb, #d3d5d6);
}
.desktopLayout div#supernav,
.desktopLayout .cta-row,
.desktopLayout body > .newsItem,
.desktopLayout footer #utilities,
.desktopLayout footer #social {
  display: none;
}
.desktopLayout body > header.row,
.desktopLayout body > footer.row,
.desktopLayout body > header .row,
.desktopLayout body > footer .row {
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.desktopLayout body > header {
  background: url(/mymazda/header-and-footer/images/header-and-footer/sub-nav-bg.gif) repeat-x 0 100%;
  background-color: #f0f0f0 !important;
  position: relative;
  z-index: 52;
  height: 123px;
  -webkit-transition: height 0.75s ease 0s;
  -moz-transition: height 0.75s ease 0s;
  -ms-transition: height 0.75s ease 0s;
  -o-transition: height 0.75s ease 0s;
  transition: height 0.75s ease 0s;
}
.desktopLayout body > header.row {
  padding: 0;
}
.desktopLayout body > header > .row {
  background: #2e3639 !important;
  overflow: visible;
}
.desktopLayout body > header .header-row {
  height: 48px;
}
.desktopLayout body > header .header-row-top {
  height: 75px;
  background: #1d2224 !important;
}
.desktopLayout body > header .header-row-top .wrapper {
  width: 960px;
  margin: 0 auto;
}
.desktopLayout body > header .header-row-top .wrapper h1 {
  margin: 0;
}
.desktopLayout body > header .header-row-top .wrapper .new-logo {
  /*<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16.3 17.2" enable-background="new 0 0 16.3 17.2" xml:space="preserve"> <path fill="#0086d3" d="M4.7,16.5l-4.4-5.8C0,10.3-0.1,9.9,0,9.4C0.1,9,0.3,8.6,0.6,8.3C1,8,1.4,7.9,1.9,8C2.4,8,2.7,8.3,3,8.7l2.9,3.8l7.3-11.6  c0.3-0.4,0.6-0.6,1.1-0.8c0.4-0.1,0.9,0,1.3,0.2c0.4,0.3,0.6,0.6,0.8,1.1c0.1,0.4,0,0.9-0.2,1.3L7.5,16.3c-0.3,0.5-0.8,0.8-1.4,0.8 l0,0C5.5,17.2,5,16.9,4.7,16.5z"/></svg>*/
  background-image: url('/Content/images/logos/Mazda_new_vi_logo_slim.png');
  background-repeat: no-repeat;
  float: left;
  width: 138px;
  height: 32px;
  margin-top: 22px;
  margin-left: 1px;
  color: transparent;
  font-size: 0px;
  line-height: 0;
  background-size: 100%;
}
.desktopLayout body > header nav {
  margin: 0 auto;
}
.desktopLayout body > header nav.grid-12 {
  position: relative;
  width: 960px;
}
.desktopLayout body > header nav > ul {
  position: relative;
  text-align: left;
  z-index: 50;
}
.desktopLayout body > header nav > ul ul,
.desktopLayout body > header nav > ul > section {
  -webkit-transition: max-height 0.75s ease 0s;
  -moz-transition: max-height 0.75s ease 0s;
  -ms-transition: max-height 0.75s ease 0s;
  -o-transition: max-height 0.75s ease 0s;
  transition: max-height 0.75s ease 0s;
  max-height: 0;
  left: 0;
  position: absolute;
  width: 960px;
  z-index: 1;
  overflow: hidden;
}
.desktopLayout body > header nav > ul ul.open,
.desktopLayout body > header nav > ul > section.open {
  max-height: 2000px;
}
.desktopLayout body > header nav > ul ul li span,
.desktopLayout body > header nav > ul > section li span {
  background: url(/mymazda/header-and-footer/images/header-and-footer/sub-nav-divider.gif) no-repeat;
}
.desktopLayout body > header nav > ul ul > a,
.desktopLayout body > header nav > ul > section > a {
  background: none !important;
  color: #373e43 !important;
  padding: 20px 12px 13px;
}
.desktopLayout body > header nav > ul ul .polyfill,
.desktopLayout body > header nav > ul > section .polyfill {
  background-image: none !important;
}
.desktopLayout body > header nav > ul ul .polyfill:hover,
.desktopLayout body > header nav > ul > section .polyfill:hover {
  background: none !important;
}
.desktopLayout body > header nav li {
  float: left;
}
.desktopLayout body > header nav li:first-child a {
  margin-left: 0;
}
.desktopLayout body > header nav li:first-child span {
  display: none;
}
.desktopLayout body > header nav li.selected > a,
.desktopLayout body > header nav li:hover > a {
  background: url(/mymazda/header-and-footer/images/header-and-footer/main-nav-selected.png) no-repeat 50% 0 #f0f0f0;
}
.desktopLayout body > header nav li.carshome ul li:hover {
  background: none !important;
}
.desktopLayout body > header nav li > span {
  background: url(/mymazda/header-and-footer/images/header-and-footer/main-nav-divider.gif) no-repeat;
  display: block;
  height: 48px;
  position: absolute;
  top: 0;
  width: 1px;
}
.desktopLayout body > header nav a.menu_a {
  background: url(/mymazda/header-and-footer/images/header-and-footer/main-nav-bg.gif) repeat-x;
  color: white;
  display: block;
  font-size: 14px;
  margin-left: 1px;
  padding: 15px 12px 16px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  cursor: pointer;
}
.desktopLayout body > header nav a.menu_a > span {
  color: #0086d3;
  display: inline-block;
  margin-left: 4px;
}
.desktopLayout body > header nav .cars {
  padding-left: 2px;
}
.desktopLayout body > header nav .cars li {
  display: inline-block;
  float: none;
  height: 170px;
  margin-right: -4px;
  padding: 0 !important;
  vertical-align: top;
  width: 160px;
}
.desktopLayout body > header nav .cars li.hasRange {
  -webkit-transition: margin-bottom 0.75s ease 0s;
  -moz-transition: margin-bottom 0.75s ease 0s;
  -ms-transition: margin-bottom 0.75s ease 0s;
  -o-transition: margin-bottom 0.75s ease 0s;
  transition: margin-bottom 0.75s ease 0s;
}
.desktopLayout body > header nav .cars .thumb_desc {
  background: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  height: 150px;
  padding: 20px 10px 0;
  position: relative;
  vertical-align: top;
  width: 136px;
  z-index: 0;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -ms-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.desktopLayout body > header nav .cars .thumb_desc + .range {
  max-height: 0px;
  -webkit-transition: max-height 0.75s ease 0s, background 0.75s ease 0s, background-color 0.75s ease 0s;
  -moz-transition: max-height 0.75s ease 0s, background 0.75s ease 0s, background-color 0.75s ease 0s;
  -ms-transition: max-height 0.75s ease 0s, background 0.75s ease 0s, background-color 0.75s ease 0s;
  -o-transition: max-height 0.75s ease 0s, background 0.75s ease 0s, background-color 0.75s ease 0s;
  transition: max-height 0.75s ease 0s, background 0.75s ease 0s, background-color 0.75s ease 0s;
}
.desktopLayout body > header nav .cars .thumb_desc.active {
  background-color: #e7eaeb;
  border-left-color: #c1c2c2;
  border-right-color: #c1c2c2;
  border-top-color: #c1c2c2;
  z-index: 2;
}
.desktopLayout body > header nav .cars .thumb_desc.active + .range {
  border-top: 1px solid #c1c2c2;
  border-bottom: 1px solid #c1c2c2;
  display: block;
  overflow: hidden;
  max-height: none;
  /* fallback */
  background-color: #e7eaeb;
  /* background: url(/mymazda/header-and-footer/images/header-and-footer/car-nav-bg.gif) repeat; */
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7eaeb), to(#d3d5d6));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* IE 10 */
  background: -ms-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #e7eaeb, #d3d5d6);
  margin-left: -1000px;
  padding-right: 1000px;
  padding-left: 1000px;
  /* Breaks with no overflow
              &:before, &:after {
              .car-menu-gradient;
              border-bottom: 1px solid #c1c2c2;
              border-top: 1px solid #c1c2c2;
              content: '';
              display: block;
              height: 100%;
              position: absolute;
              top: -1px;
              width: 100%;
            }
            &:before { left: 100%; }
            &:after { right: 100%; }
            */

}
.desktopLayout body > header nav .cars .thumb_desc > a {
  color: #0086d3;
  font-size: 17px;
}
.desktopLayout body > header nav .cars .thumb {
  display: block;
  height: 60px;
  margin-top: 0;
  position: relative;
}
.desktopLayout body > header nav .cars .thumb img {
  bottom: 0;
  display: block;
  position: absolute;
}
.desktopLayout body > header nav .cars .selected a {
  background: none !important;
}
.desktopLayout body > header nav .cars .price {
  color: #666666;
  font-family: 'DefaultLightItalic', 'DefaultLightItalic';
  font-size: 14px;
  line-height: 0.95;
  margin: 0;
}
.desktopLayout body > header nav .cars .notes {
  color: #a1a1a1;
  font-family: 'DefaultLightItalic', 'DefaultLightItalic';
  font-size: 14px;
  line-height: 0.95;
}
.desktopLayout body > header nav .cars .range {
  border: 1px solid transparent;
  margin-top: -1px;
  max-height: 0;
  width: 960px;
}
.desktopLayout body > header nav .cars .range li {
  display: inline-block;
  height: 252px;
  padding: 0 0 0 17px !important;
  width: 300px;
}
.desktopLayout body > header nav .cars .range .thumb {
  height: 120px;
  margin-top: 0;
}
.desktopLayout body > header nav .cars .range .price {
  font-size: 15px;
}
.desktopLayout body > header nav .cars .range .actions {
  display: block;
  margin-top: 10px;
  max-height: none;
  position: static;
  width: auto;
}
.desktopLayout body > header nav .cars .range .actions li {
  display: block;
  height: auto;
  padding: 0 !important;
  width: auto;
}
.desktopLayout body > header nav .cars .range .actions a {
  background: url(/images/sprite-arrows.png) no-repeat right -243px !important;
  display: inline;
  font-family: 'DefaultLight', 'DefaultLight';
  font-size: 15px !important;
  padding-right: 25px !important;
}
.desktopLayout body > header nav .cars .range strong {
  margin: 13px 0 2px;
}
.desktopLayout body > header nav .cars .range strong a {
  font-size: 19px;
}
.desktopLayout body > header nav .cars .range a {
  color: #0086d3 !important;
  display: block;
  font-size: 17px !important;
  line-height: 1.25 !important;
  margin-top: 5px;
  padding: 0 !important;
}
.desktopLayout body > header nav .cars strong {
  display: block;
  margin: 7px 0 4px;
}
.desktopLayout body > header nav .polyfill {
  background: url(/mymazda/header-and-footer/images/header-and-footer/main-nav-bg.gif) repeat-x;
  height: 47px;
  right: 0;
  position: absolute;
}
.desktopLayout body > header nav .invisible {
  display: block !important;
  visibility: hidden;
  /* Allows JQ to work out their widths */

}
.desktopLayout body > header #fakeBg {
  /* fallback */
  background-color: #d3d5d6;
  background: url(/mymazda/header-and-footer/images/header-and-footer/car-nav-bg.gif) repeat;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7eaeb), to(#d3d5d6));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* IE 10 */
  background: -ms-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #e7eaeb, #d3d5d6);
  border-top: 1px solid #c1c2c2;
  display: none;
  height: 1px;
  position: absolute;
  top: 217px;
  width: 100%;
}
.desktopLayout body > header .bs_band_aid {
  background: none #e7eaeb;
  display: none;
  height: 6px;
  left: -10px;
  margin-top: -6px;
  position: relative;
  top: 20px;
  width: 158px;
}
.desktopLayout body > header #main_nav .mymazda {
  float: right;
}
.desktopLayout body > header #main_nav li.menu_link {
  z-index: 5;
  height: 48px;
  overflow: hidden;
  /* Hides any main navigation links which may have overflowed */

}
.desktopLayout body > header #main_nav li.menu_link ul li.selected,
.desktopLayout body > header #main_nav li.menu_link ul li:hover {
  background: url(/mymazda/header-and-footer/images/header-and-footer/sub-nav-selected.png) no-repeat 50% 0 #eaeaea;
}
.desktopLayout body > header #main_nav li.menu_link ul li > a {
  background: none;
  color: #333333;
  font-size: 14px;
  line-height: 48px;
  padding: 0 9px;
}
.desktopLayout body > header #main_nav li.menu_link > ul:after,
.desktopLayout body > header #main_nav li.menu_link > section:after {
  background: url(/mymazda/header-and-footer/images/header-and-footer/sub-nav-bg.gif) repeat-x #f0f0f0;
  content: '';
  height: 100%;
  left: 0;
  max-height: 96px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.desktopLayout body > header #main_nav li.menu_link > ul.cars:after,
.desktopLayout body > header #main_nav li.menu_link > section:after {
  background-image: none;
}
.desktopLayout body > header #main_nav li.menu_link .menu_a {
  display: table-cell;
  height: 38px;
  line-height: 1;
  padding: 5px 10px;
  position: static;
  vertical-align: middle;
}
.desktopLayout body > header #main_nav li.menu_link.language-selection {
  float: right;
}
.desktopLayout body > header #main_nav li.menu_link.language-selection a {
  display: block;
  float: left;
  font-weight: normal;
  margin: 11px 4px 0;
  padding: 5px 0;
  text-decoration: underline;
  font-family: 'DefaultRegular';
  font-size: 1.5em;
  color: white;
}
.desktopLayout body > header #main_nav li.menu_link.language-selection a.selected-language {
  text-decoration: none;
  pointer-events: none;
}
.desktopLayout body > header #cta_nav {
  background-color: #56afe1;
  background: -moz-linear-gradient(top, #56afe1 0%, #118ed5 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#56afe1), to(#118ed5));
  background: -o-gradient(#56afe1, #118ed5);
  background: -ms-linear-gradient(top, #56afe1, #118ed5);
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  float: right;
  margin-top: 25px;
  overflow: hidden;
}
.desktopLayout body > header #cta_nav li {
  background: url(/mymazda/header-and-footer/images/header-and-footer/blue-cta-nav-divider.gif) no-repeat 0 50%;
  float: left;
  padding-left: 1px;
}
.desktopLayout body > header #cta_nav li:hover {
  padding-bottom: inherit;
}
.desktopLayout body > header #cta_nav > li:first-child {
  background: none;
  padding-left: 0;
}
.desktopLayout body > header #cta_nav a {
  background: none;
  color: white;
  display: block;
  font-size: 12px;
  padding: 6px 10px;
  text-decoration: none;
}
.desktopLayout body > footer .wrap {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.desktopLayout body > footer #footerNav {
  background: #e5e5e5 url(/mymazda/header-and-footer/images/header-and-footer/footer-gradient.png) repeat-x;
  border-bottom: 1px solid whitesmoke;
  border-top: 1px solid #c3c3c3;
  overflow: hidden;
  padding: 18px 0 18px;
  text-align: center;
}
.desktopLayout body > footer #footerNav .wrap {
  text-align: left;
}
.desktopLayout body > footer #footerNav .wrap .grid-6.column {
  display: inline;
  float: left;
  margin: 12px;
  width: 468px;
}
.desktopLayout body > footer #footerNav .wrap .grid-6.column.alpha {
  margin-left: 0;
}
.desktopLayout body > footer #footerNav .wrap .grid-6.column.omega {
  margin-right: 0;
}
.desktopLayout body > footer #footerNav li {
  display: inline-block;
  padding: 2px 0 3px;
}
.desktopLayout body > footer #footerNav li.grid-3 {
  width: 222px;
}
.desktopLayout body > footer #footerNav li a {
  text-decoration: none;
}
.desktopLayout body > footer #footerNav a {
  color: #0086d3;
  font-size: 16px;
}
.desktopLayout body > footer #footerNav a:link,
.desktopLayout body > footer #footerNav a:visited,
.desktopLayout body > footer #footerNav a:hover,
.desktopLayout body > footer #footerNav a:active {
  color: #0086d3;
  font-size: 16px;
  text-decoration: none;
}
.desktopLayout body > footer #footerNav .newsItem {
  background-color: #ebecec;
  -moz-border-radius: 3px;
  /* FF1+ */
  -webkit-border-radius: 3px;
  /* Saf3+, Chrome */
  border-radius: 3px;
  /* Opera 10.5, IE 9 */
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.desktopLayout body > footer #footerNav .newsItem .main {
  float: left;
  width: 320px;
}
.desktopLayout body > footer #footerNav .newsItem .main h4 {
  font-weight: normal;
}
.desktopLayout body > footer #footerNav .newsItem .main h4 a {
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 4px;
}
.desktopLayout body > footer #footerNav .newsItem .main p {
  font-size: 14px;
}
.desktopLayout body > footer #footerNav .newsItem .main p .stext {
  font-size: 15px;
  margin-right: -15px;
  padding-right: 19px;
}
.desktopLayout body > footer #footerNav .newsItem .main p a {
  font-size: 15px;
}
.desktopLayout body > footer #footerNav .newsItem .more {
  /*background: url(/images/sprite-arrows.png) no-repeat right -61px;*/
  bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  padding-right: 24px;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 105px;
}
.desktopLayout body > footer #footerDark {
  background-color: #373e43;
  color: #f0f0f0;
  font-size: 15px;
  overflow: hidden;
  padding: 14px 0;
}
.desktopLayout body > footer #footerDark a {
  display: block;
  float: left;
  font-weight: normal;
  margin: 0 4px;
  padding: 5px 0;
}
.desktopLayout body > footer #footerDark a:link,
.desktopLayout body > footer #footerDark a:visited,
.desktopLayout body > footer #footerDark a:hover,
.desktopLayout body > footer #footerDark a:active {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
.desktopLayout body > footer #footerDark span {
  display: block;
  float: left;
  font-weight: normal;
  margin: 0 4px;
  padding: 5px 0;
}
.desktopLayout body > footer #footerDark span.divider {
  background: url(/mymazda/header-and-footer/images/header-and-footer/footer-icon-sprite.png) no-repeat;
  height: 23px;
  width: 1px;
}
.desktopLayout body > footer #footerDark .siteLinks,
.desktopLayout body > footer #footerDark .socialLinks {
  float: left;
}
.desktopLayout body > footer #footerDark .socialLinks {
  background: url(/mymazda/header-and-footer/images/header-and-footer/footer-icon-sprite.png) no-repeat 0 -41px;
  margin-left: 10px;
  padding: 0 0 4px 10px;
}
.desktopLayout body > footer #footerDark .socialLinks a {
  background: url(/mymazda/header-and-footer/images/header-and-footer/footer-icon-sprite.png) no-repeat;
  height: 21px;
  margin-top: 4px;
  padding: 0;
  text-indent: -9999em;
  width: 21px;
}
.desktopLayout body > footer #footerDark .socialLinks a.rss {
  background-position: -43px -97px;
}
.desktopLayout body > footer #footerDark .socialLinks a.twitter {
  background-position: 0 -97px;
}
.desktopLayout body > footer #footerDark .socialLinks a.facebook {
  background-position: 0 -129px;
}
.desktopLayout body > footer #footerDark .socialLinks a.youtube {
  background-position: 0 -161px;
}
.desktopLayout body > footer #footerDark .socialLinks a.linkedin {
  background-position: 0 -193px;
}
.desktopLayout body > footer #footerDark .socialLinks a.rebels {
  background-position: -43px -129px;
}
.desktopLayout body > footer #footerDark .socialLinks a.pinterest {
  background-position: 0 -225px;
}
.desktopLayout body > footer #footerDark .socialLinks a.flickr {
  background-position: 0 -257px;
}
.desktopLayout body > footer #footerDark .socialLinks a.instagram {
  background-position: 0 -287px;
}
.desktopLayout body > footer #footerDark .socialLinks a.odnoklassniki {
  background-position: 0 -317px;
}
.desktopLayout body > footer #footerDark .socialLinks a.vk {
  background-position: 0 -347px;
}
.desktopLayout body > footer #footerDark .socialLinks a.googlePlus {
  background-position: -41px -160px;
}
.desktopLayout body > footer #footerDark .regionInfo {
  float: right;
}
.desktopLayout body > footer #footerDark .regionInfo .divider {
  background-position: 0 -41px;
  height: 29px;
}
.desktopLayout body > footer #footerDark .regionInfo a {
  background: url(/mymazda/header-and-footer/images/header-and-footer/white-arrow.png) no-repeat 100% 8px;
  padding-right: 21px;
}
.desktopLayout #supernav [data-module-type~="inline-login"],
.desktopLayout #supernav [data-module-type~="inline-loginv2"] {
  position: absolute;
  left: 0;
  max-height: 0;
}
.desktopLayout.ie7 > header nav .cars li,
.desktopLayoutbody.ie7 > header nav .cars li {
  zoom: 1 !important;
  display: inline !important;
}
.desktopLayout.ie7 > footer #footerNav li,
.desktopLayoutbody.ie7 > footer #footerNav li {
  display: inline;
  zoom: 1;
}
.desktopLayout.fixed-header header.row {
  position: fixed !important;
}
.desktopLayout.fixed-header header.row div.row {
  height: 96px;
}
.desktopLayout.fixed-header #logo {
  display: block!important;
  position: fixed;
  top: 46px;
}
.twoLineHeader body > header {
  padding-top: 48px !important;
  /*> .row {
    margin-top: 48px;
    position: absolute;
    top: 0;
    }*/

}
.twoLineHeader body > header:before {
  background-color: #1d2224;
  content: '';
  display: block;
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
}
.twoLineHeader body > header nav {
  position: relative;
}
.twoLineHeader body > header #cta_nav {
  float: none;
  position: absolute;
  right: 0;
  top: -48px;
}
.mobileLayout body {
  overflow-x: hidden;
}
@media screen {
  .mobileLayout #logo {
    /*background: none;*/
    height: 50px;
    position: absolute;
    left: 7px;
    top: 0;
    width: 50px;
    z-index: 5;
    -webkit-transition: left 0.15s ease-in-out;
    -moz-transition: left 0.15s ease-in-out;
    -o-transition: left 0.15s ease-in-out;
    -ms-transition: left 0.15s ease-in-out;
    transition: left 0.15s ease-in-out;
  }
  .mobileLayout #logo a {
    height: 100%;
    position: static;
    text-indent: -9999px;
    width: 100%;
    color: transparent;
  }
  .mobileLayout #logo a:before {
    background: url(/images/mobile/Mazda_new_vi_logo_stacked.png) no-repeat;
    background-size: 100%;
    content: '';
    height: 34px;
    left: 4px;
    position: absolute;
    top: 8px;
    width: 37px;
  }
}
@media screen {
  .mobileLayout header.row {
    background: none !important;
    border-bottom: 1px solid #464e55;
    height: auto !important;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 4;
    padding-left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: left 0.15s ease-in-out;
    -moz-transition: left 0.15s ease-in-out;
    -o-transition: left 0.15s ease-in-out;
    -ms-transition: left 0.15s ease-in-out;
    transition: left 0.15s ease-in-out;
  }
  .mobileLayout header .row {
    background: #2f3639;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2f3639 40px, #222222 50px);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40px, #2f3639), color-stop(50px, #222222));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2f3639 40px, #222222 50px);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2f3639 40px, #222222 50px);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2f3639 40px, #222222 50px);
    /* IE10+ */
    background: linear-gradient(to bottom, #2f3639 40px, #222222 50px);
    /* W3C */
    overflow: hidden;
  }
}
@media screen {
  .mobileLayout nav#supernav,
  .mobileLayout #fakeBg {
    display: none;
  }
  .mobileLayout #supernav {
    padding-left: 15.625%;
    /* 50 % 320 */
    width: 84.375%;
    /*270 % 320*/
  
  }
  .mobileLayout #supernav > div {
    height: auto;
    position: relative;
  }
  .mobileLayout #supernav .trigger:before {
    background-size: 100%;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
  }
  .mobileLayout #supernav .trigger {
    color: white;
    cursor: pointer;
    display: block;
    font-family: 'DefaultRegular';
    font-size: 20px;
    letter-spacing: 0.25px;
    line-height: 1;
    padding: 13px 0 16px 16px;
    position: relative;
  }
  .mobileLayout #supernav ul {
    z-index: 1;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    -ms-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
  }
  .mobileLayout #supernav li {
    -webkit-transform: translateZ(0px);
  }
  .mobileLayout #supernav a {
    display: block;
    font-size: 16px;
    line-height: 1;
    position: relative;
  }
  .mobileLayout #supernav li a span.mymazda-icon {
    background: url('/mymazda/header-and-footer/images/header-and-footer/person-icon.png') no-repeat center bottom;
    display: inline-block;
    height: 14px;
    width: 20px;
    top: 17px;
    position: absolute;
    margin-left: 6px;
  }
}
@media screen {
  .mobileLayout #car-menu {
    float: left;
    width: 81.48148148148148%;
    /*220 % 270*/
  
  }
  .mobileLayout #car-menu .trigger:before {
    background-image: url(/images/mobile/car-menu-closed.png);
    height: 9px;
    right: 18px;
    top: 19px;
    width: 8px;
  }
  .mobileLayout #car-menu.open .trigger:before {
    background-image: url(/images/mobile/car-menu-open.png);
    height: 32px;
    right: 18px;
    top: 20px;
    width: 13px;
  }
  .mobileLayout #car-menu .trigger:before,
  .mobileLayout #car-menu.open .trigger:before {
    display: none;
  }
  .mobileLayout #car-menu .trigger strong {
    background: url(/images/mobile/car-menu-closed.png) no-repeat 100% 7px;
    color: white;
    font-family: 'DefaultBold';
    font-size: 22px;
    padding-bottom: 15px;
    padding-right: 26px;
  }
  .mobileLayout #car-menu.open .trigger strong {
    background-image: url(/images/mobile/car-menu-open.png);
  }
  .mobileLayout #car-menu ul {
    background-color: #f0f0f0;
    box-shadow: 0 3px 2px #222222;
    height: 0;
    left: -22.727272727%;
    /*50 % 220*/
    max-height: none;
    position: relative;
    top: -1px;
    width: 145.45454545454547%;
    /*320 % 220*/
  
  }
  .mobileLayout #car-menu li {
    background-color: #f0f0f0;
    border-bottom: 1px solid #d2d3d5;
    height: 50px;
  }
  .mobileLayout #car-menu li:hover {
    background-color: #e3eaf0;
  }
  .mobileLayout #car-menu a {
    background-position: 9px 50%;
    background-repeat: no-repeat;
    background-size: 75px auto;
    color: #0087d5;
    padding: 10px 0 10px 94px;
  }
  .mobileLayout #car-menu a span {
    display: block;
    font-family: 'DefaultLight';
    font-size: 14px;
  }
  .mobileLayout #car-menu a span.body-type {
    color: #999999;
  }
  .mobileLayout #car-menu a span.price {
    color: #666666;
    font-style: italic;
    position: absolute;
    right: 15px;
    top: 26px;
  }
}
@media screen {
  .mobileLayout #site-menu {
    float: right;
    width: 18.51851851851852%;
    /*50 % 270*/
  
  }
  .mobileLayout #site-menu .trigger:before {
    background-image: url(/images/mobile/site-menu-closed.png);
    height: 28px;
    left: 14px;
    top: 9px;
    width: 25px;
  }
  .mobileLayout #site-menu .trigger {
    overflow: hidden;
    text-indent: -9999px;
  }
  .mobileLayout #site-menu ul {
    background-color: #2e3639;
    box-shadow: 0 3px 2px #222222;
    height: 0;
    left: -540%;
    max-height: none;
    top: 0;
    position: relative;
    width: 640%;
    /*320 % 50*/
  
  }
  .mobileLayout #site-menu li {
    background-color: #2e3639;
    border-bottom: 1px solid #4a4f52;
  }
  .mobileLayout #site-menu a:before {
    background: url(/images/mobile/arrow-white-circle.png) no-repeat;
    background-size: 100%;
    content: '';
    height: 14px;
    position: absolute;
    right: 15px;
    top: 18px;
    width: 14px;
  }
  .mobileLayout #site-menu a {
    color: #cccccc;
    font-family: 'DefaultLight';
    font-size: 18px;
    padding: 15px 14px 17px;
  }
  .mobileLayout #site-menu li:last-child {
    border-bottom: none;
  }
}
@media screen {
  .mobileLayout .off-canvas #site-menu .trigger:before {
    background-image: url(/images/mobile/site-menu-open.png);
    height: 51px;
  }
}
@media screen {
  .mobileLayout .cta-row {
    position: relative;
    z-index: 10;
    padding: 0;
  }
  .mobileLayout .cta-outer {
    background-color: #2f3639;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
  }
  .mobileLayout .cta-inner {
    float: left;
    overflow: hidden;
    width: 100%;
  }
  .mobileLayout #cta,
  .mobileLayout #cta ul {
    float: left;
    position: relative;
    right: 33.333%;
    width: 100%;
  }
  .mobileLayout #cta li {
    display: inline-block;
    left: 66.666%;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    margin-left: 1.5%;
    width: 47.75%;
    margin-top: 10px;
    background: #56afe1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #56afe1 0%, #118ed5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56afe1), color-stop(100%, #118ed5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #56afe1 0%, #118ed5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #56afe1 0%, #118ed5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #56afe1 0%, #118ed5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #56afe1 0%, #118ed5 100%);
    /* W3C */
    border-radius: 3px;
  }
  .mobileLayout #cta li a:before {
    background: url(/images/mobile/cta-arrow.png) no-repeat;
    background-size: 100%;
    content: '';
    height: 11px;
    position: absolute;
    right: 12px;
    top: 8px;
    width: 8px;
  }
  .mobileLayout #cta a {
    color: white;
    display: block;
    font-size: 16px;
    padding: 6px 12px;
    text-align: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
}
@media screen {
  .mobileLayout .newsItem {
    background: #f1f1f1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 75%, #e5e5e5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #f1f1f1), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 75%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 75%, #e5e5e5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 75%, #e5e5e5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 75%, #e5e5e5 100%);
    /* W3C */
    border-top: 1px solid #dddddd;
  }
  .mobileLayout .newsItem .main {
    margin: 8px 12px 0;
  }
  .mobileLayout .newsItem h4 {
    line-height: 1;
    margin-bottom: 4px;
  }
  .mobileLayout .newsItem h4 a {
    font-family: 'DefaultRegular';
  }
  .mobileLayout .newsItem p {
    margin-bottom: 0;
  }
  .mobileLayout .newsItem .more:before {
    background: url(/images/mobile/arrow-blue-circle.png) no-repeat;
    background-size: 100%;
    content: '';
    height: 14px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 14px;
  }
  .mobileLayout .newsItem .more {
    color: #0086d3;
    display: block;
    float: right;
    font-size: 16px;
    line-height: 1;
    margin: 6px 12px 8px 0;
    padding-right: 18px;
    position: relative;
  }
  .mobileLayout a {
    color: #0086d3;
    font-size: 16px;
  }
  .mobileLayout #en-GB .newsItem {
    display: none;
  }
}
@media screen {
  .mobileLayout footer {
    background-color: #34414c;
    color: white;
  }
  .mobileLayout footer #footerNav,
  .mobileLayout footer #footerDark {
    display: none;
  }
  .mobileLayout footer ul {
    overflow: hidden;
  }
  .mobileLayout footer li {
    font-family: 'DefaultLight';
    font-size: 16px;
    line-height: 1;
    margin-bottom: 4px;
  }
  .mobileLayout footer a {
    color: white;
    display: inline-block;
    font-family: 'DefaultLight';
  }
  .mobileLayout #utilities {
    float: left;
    width: 60%;
  }
  .mobileLayout #utilities ul {
    margin: 8px 0 8px 12px;
  }
  .mobileLayout #utilities li:last-child {
    margin-top: 16px;
  }
  .mobileLayout #social {
    float: right;
    width: 40%;
  }
  .mobileLayout #social ul {
    margin: 8px 12px 8px 0;
  }
  .mobileLayout #social .network {
    float: left;
    height: 22px;
    margin-right: 3px;
    margin-top: 3px;
    width: 22px;
  }
  .mobileLayout #social .network a:before {
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
  }
  .mobileLayout #social .twitter a:before {
    background-image: url(/images/mobile/icon-twitter.png);
  }
  .mobileLayout #social .facebook a:before {
    background-image: url(/images/mobile/icon-facebook.png);
  }
  .mobileLayout #social .youtube a:before {
    background-image: url(/images/mobile/icon-youtube.png);
  }
  .mobileLayout #social .linkedin a:before {
    background-image: url(/images/mobile/icon-linkedin.png);
  }
  .mobileLayout #social .rebels a:before {
    background-image: url(/images/mobile/icon-rebels.png);
  }
  .mobileLayout #social .pinterest a:before {
    background-image: url(/images/mobile/icon-pinterest.png);
  }
  .mobileLayout #social .flickr a:before {
    background-image: url(/images/mobile/icon-flickr.png);
  }
  .mobileLayout #social .instagram a:before {
    background-image: url(/images/mobile/icon-instagram.png);
  }
  .mobileLayout #social .odnoklassniki a:before {
    background-image: url(/images/mobile/icon-odnoklassniki.png);
  }
  .mobileLayout #social .vk a:before {
    background-image: url(/images/mobile/icon-vk.png);
  }
  .mobileLayout #social .network a {
    height: 100%;
    position: relative;
    text-indent: -9999px;
    width: 100%;
  }
}
.isDesktop[data-platform="MyMazda"] div#supernav,
.isDesktop[data-platform="Europe"] div#supernav,
.isMobile[data-platform="Europe"] div#supernav,
.isDesktop[data-platform="MyMazda"] .cta-row,
.isDesktop[data-platform="Europe"] .cta-row,
.isMobile[data-platform="Europe"] .cta-row,
.isDesktop[data-platform="MyMazda"] body > .newsItem,
.isDesktop[data-platform="Europe"] body > .newsItem,
.isMobile[data-platform="Europe"] body > .newsItem,
.isDesktop[data-platform="MyMazda"] footer #utilities,
.isDesktop[data-platform="Europe"] footer #utilities,
.isMobile[data-platform="Europe"] footer #utilities,
.isDesktop[data-platform="MyMazda"] footer #social,
.isDesktop[data-platform="Europe"] footer #social,
.isMobile[data-platform="Europe"] footer #social {
  display: none;
}
.isDesktop[data-platform="MyMazda"] body > header.row,
.isDesktop[data-platform="Europe"] body > header.row,
.isMobile[data-platform="Europe"] body > header.row,
.isDesktop[data-platform="MyMazda"] body > footer.row,
.isDesktop[data-platform="Europe"] body > footer.row,
.isMobile[data-platform="Europe"] body > footer.row,
.isDesktop[data-platform="MyMazda"] body > header .row,
.isDesktop[data-platform="Europe"] body > header .row,
.isMobile[data-platform="Europe"] body > header .row,
.isDesktop[data-platform="MyMazda"] body > footer .row,
.isDesktop[data-platform="Europe"] body > footer .row,
.isMobile[data-platform="Europe"] body > footer .row {
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.isDesktop[data-platform="MyMazda"] body > header,
.isDesktop[data-platform="Europe"] body > header,
.isMobile[data-platform="Europe"] body > header {
  background: url(/mymazda/header-and-footer/images/header-and-footer/sub-nav-bg.gif) repeat-x 0 100%;
  background-color: #f0f0f0 !important;
  position: relative;
  z-index: 52;
  height: 123px;
  -webkit-transition: height 0.75s ease 0s;
  -moz-transition: height 0.75s ease 0s;
  -ms-transition: height 0.75s ease 0s;
  -o-transition: height 0.75s ease 0s;
  transition: height 0.75s ease 0s;
}
.isDesktop[data-platform="MyMazda"] body > header.row,
.isDesktop[data-platform="Europe"] body > header.row,
.isMobile[data-platform="Europe"] body > header.row {
  padding: 0;
}
.isDesktop[data-platform="MyMazda"] body > header > .row,
.isDesktop[data-platform="Europe"] body > header > .row,
.isMobile[data-platform="Europe"] body > header > .row {
  background: #2e3639 !important;
  overflow: visible;
}
.isDesktop[data-platform="MyMazda"] body > header .header-row,
.isDesktop[data-platform="Europe"] body > header .header-row,
.isMobile[data-platform="Europe"] body > header .header-row {
  height: 48px;
}
.isDesktop[data-platform="MyMazda"] body > header .header-row-top,
.isDesktop[data-platform="Europe"] body > header .header-row-top,
.isMobile[data-platform="Europe"] body > header .header-row-top {
  height: 75px;
  background: #1d2224 !important;
}
.isDesktop[data-platform="MyMazda"] body > header .header-row-top .wrapper,
.isDesktop[data-platform="Europe"] body > header .header-row-top .wrapper,
.isMobile[data-platform="Europe"] body > header .header-row-top .wrapper {
  width: 960px;
  margin: 0 auto;
}
.isDesktop[data-platform="MyMazda"] body > header .header-row-top .wrapper h1,
.isDesktop[data-platform="Europe"] body > header .header-row-top .wrapper h1,
.isMobile[data-platform="Europe"] body > header .header-row-top .wrapper h1 {
  margin: 0;
}
.isDesktop[data-platform="MyMazda"] body > header .header-row-top .wrapper .new-logo,
.isDesktop[data-platform="Europe"] body > header .header-row-top .wrapper .new-logo,
.isMobile[data-platform="Europe"] body > header .header-row-top .wrapper .new-logo {
  /*<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16.3 17.2" enable-background="new 0 0 16.3 17.2" xml:space="preserve"> <path fill="#0086d3" d="M4.7,16.5l-4.4-5.8C0,10.3-0.1,9.9,0,9.4C0.1,9,0.3,8.6,0.6,8.3C1,8,1.4,7.9,1.9,8C2.4,8,2.7,8.3,3,8.7l2.9,3.8l7.3-11.6  c0.3-0.4,0.6-0.6,1.1-0.8c0.4-0.1,0.9,0,1.3,0.2c0.4,0.3,0.6,0.6,0.8,1.1c0.1,0.4,0,0.9-0.2,1.3L7.5,16.3c-0.3,0.5-0.8,0.8-1.4,0.8 l0,0C5.5,17.2,5,16.9,4.7,16.5z"/></svg>*/
  background-image: url('/Content/images/logos/Mazda_new_vi_logo_slim.png');
  background-repeat: no-repeat;
  float: left;
  width: 138px;
  height: 32px;
  margin-top: 22px;
  margin-left: 1px;
  color: transparent;
  font-size: 0px;
  line-height: 0;
  background-size: 100%;
}
.isDesktop[data-platform="MyMazda"] body > header nav,
.isDesktop[data-platform="Europe"] body > header nav,
.isMobile[data-platform="Europe"] body > header nav {
  margin: 0 auto;
}
.isDesktop[data-platform="MyMazda"] body > header nav.grid-12,
.isDesktop[data-platform="Europe"] body > header nav.grid-12,
.isMobile[data-platform="Europe"] body > header nav.grid-12 {
  position: relative;
  width: 960px;
}
.isDesktop[data-platform="MyMazda"] body > header nav > ul,
.isDesktop[data-platform="Europe"] body > header nav > ul,
.isMobile[data-platform="Europe"] body > header nav > ul {
  position: relative;
  text-align: left;
  z-index: 50;
}
.isDesktop[data-platform="MyMazda"] body > header nav > ul ul,
.isDesktop[data-platform="Europe"] body > header nav > ul ul,
.isMobile[data-platform="Europe"] body > header nav > ul ul,
.isDesktop[data-platform="MyMazda"] body > header nav > ul > section,
.isDesktop[data-platform="Europe"] body > header nav > ul > section,
.isMobile[data-platform="Europe"] body > header nav > ul > section {
  -webkit-transition: max-height 0.75s ease 0s;
  -moz-transition: max-height 0.75s ease 0s;
  -ms-transition: max-height 0.75s ease 0s;
  -o-transition: max-height 0.75s ease 0s;
  transition: max-height 0.75s ease 0s;
  max-height: 0;
  left: 0;
  position: absolute;
  width: 960px;
  z-index: 1;
  overflow: hidden;
}
.isDesktop[data-platform="MyMazda"] body > header nav > ul ul.open,
.isDesktop[data-platform="Europe"] body > header nav > ul ul.open,
.isMobile[data-platform="Europe"] body > header nav > ul ul.open,
.isDesktop[data-platform="MyMazda"] body > header nav > ul > section.open,
.isDesktop[data-platform="Europe"] body > header nav > ul > section.open,
.isMobile[data-platform="Europe"] body > header nav > ul > section.open {
  max-height: 2000px;
}
.isDesktop[data-platform="MyMazda"] body > header nav > ul ul li span,
.isDesktop[data-platform="Europe"] body > header nav > ul ul li span,
.isMobile[data-platform="Europe"] body > header nav > ul ul li span,
.isDesktop[data-platform="MyMazda"] body > header nav > ul > section li span,
.isDesktop[data-platform="Europe"] body > header nav > ul > section li span,
.isMobile[data-platform="Europe"] body > header nav > ul > section li span {
  background: url(/mymazda/header-and-footer/images/header-and-footer/sub-nav-divider.gif) no-repeat;
}
.isDesktop[data-platform="MyMazda"] body > header nav > ul ul > a,
.isDesktop[data-platform="Europe"] body > header nav > ul ul > a,
.isMobile[data-platform="Europe"] body > header nav > ul ul > a,
.isDesktop[data-platform="MyMazda"] body > header nav > ul > section > a,
.isDesktop[data-platform="Europe"] body > header nav > ul > section > a,
.isMobile[data-platform="Europe"] body > header nav > ul > section > a {
  background: none !important;
  color: #373e43 !important;
  padding: 20px 12px 13px;
}
.isDesktop[data-platform="MyMazda"] body > header nav > ul ul .polyfill,
.isDesktop[data-platform="Europe"] body > header nav > ul ul .polyfill,
.isMobile[data-platform="Europe"] body > header nav > ul ul .polyfill,
.isDesktop[data-platform="MyMazda"] body > header nav > ul > section .polyfill,
.isDesktop[data-platform="Europe"] body > header nav > ul > section .polyfill,
.isMobile[data-platform="Europe"] body > header nav > ul > section .polyfill {
  background-image: none !important;
}
.isDesktop[data-platform="MyMazda"] body > header nav > ul ul .polyfill:hover,
.isDesktop[data-platform="Europe"] body > header nav > ul ul .polyfill:hover,
.isMobile[data-platform="Europe"] body > header nav > ul ul .polyfill:hover,
.isDesktop[data-platform="MyMazda"] body > header nav > ul > section .polyfill:hover,
.isDesktop[data-platform="Europe"] body > header nav > ul > section .polyfill:hover,
.isMobile[data-platform="Europe"] body > header nav > ul > section .polyfill:hover {
  background: none !important;
}
.isDesktop[data-platform="MyMazda"] body > header nav li,
.isDesktop[data-platform="Europe"] body > header nav li,
.isMobile[data-platform="Europe"] body > header nav li {
  float: left;
}
.isDesktop[data-platform="MyMazda"] body > header nav li:first-child a,
.isDesktop[data-platform="Europe"] body > header nav li:first-child a,
.isMobile[data-platform="Europe"] body > header nav li:first-child a {
  margin-left: 0;
}
.isDesktop[data-platform="MyMazda"] body > header nav li:first-child span,
.isDesktop[data-platform="Europe"] body > header nav li:first-child span,
.isMobile[data-platform="Europe"] body > header nav li:first-child span {
  display: none;
}
.isDesktop[data-platform="MyMazda"] body > header nav li.selected > a,
.isDesktop[data-platform="Europe"] body > header nav li.selected > a,
.isMobile[data-platform="Europe"] body > header nav li.selected > a,
.isDesktop[data-platform="MyMazda"] body > header nav li:hover > a,
.isDesktop[data-platform="Europe"] body > header nav li:hover > a,
.isMobile[data-platform="Europe"] body > header nav li:hover > a {
  background: url(/mymazda/header-and-footer/images/header-and-footer/main-nav-selected.png) no-repeat 50% 0 #f0f0f0;
}
.isDesktop[data-platform="MyMazda"] body > header nav li.carshome ul li:hover,
.isDesktop[data-platform="Europe"] body > header nav li.carshome ul li:hover,
.isMobile[data-platform="Europe"] body > header nav li.carshome ul li:hover {
  background: none !important;
}
.isDesktop[data-platform="MyMazda"] body > header nav li > span,
.isDesktop[data-platform="Europe"] body > header nav li > span,
.isMobile[data-platform="Europe"] body > header nav li > span {
  background: url(/mymazda/header-and-footer/images/header-and-footer/main-nav-divider.gif) no-repeat;
  display: block;
  height: 48px;
  position: absolute;
  top: 0;
  width: 1px;
}
.isDesktop[data-platform="MyMazda"] body > header nav a.menu_a,
.isDesktop[data-platform="Europe"] body > header nav a.menu_a,
.isMobile[data-platform="Europe"] body > header nav a.menu_a {
  background: url(/mymazda/header-and-footer/images/header-and-footer/main-nav-bg.gif) repeat-x;
  color: white;
  display: block;
  font-size: 14px;
  margin-left: 1px;
  padding: 15px 12px 16px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  cursor: pointer;
}
.isDesktop[data-platform="MyMazda"] body > header nav a.menu_a > span,
.isDesktop[data-platform="Europe"] body > header nav a.menu_a > span,
.isMobile[data-platform="Europe"] body > header nav a.menu_a > span {
  color: #0086d3;
  display: inline-block;
  margin-left: 4px;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars,
.isDesktop[data-platform="Europe"] body > header nav .cars,
.isMobile[data-platform="Europe"] body > header nav .cars {
  padding-left: 2px;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars li,
.isDesktop[data-platform="Europe"] body > header nav .cars li,
.isMobile[data-platform="Europe"] body > header nav .cars li {
  display: inline-block;
  float: none;
  height: 170px;
  margin-right: -4px;
  padding: 0 !important;
  vertical-align: top;
  width: 160px;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars li.hasRange,
.isDesktop[data-platform="Europe"] body > header nav .cars li.hasRange,
.isMobile[data-platform="Europe"] body > header nav .cars li.hasRange {
  -webkit-transition: margin-bottom 0.75s ease 0s;
  -moz-transition: margin-bottom 0.75s ease 0s;
  -ms-transition: margin-bottom 0.75s ease 0s;
  -o-transition: margin-bottom 0.75s ease 0s;
  transition: margin-bottom 0.75s ease 0s;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .thumb_desc,
.isDesktop[data-platform="Europe"] body > header nav .cars .thumb_desc,
.isMobile[data-platform="Europe"] body > header nav .cars .thumb_desc {
  background: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  height: 150px;
  padding: 20px 10px 0;
  position: relative;
  vertical-align: top;
  width: 136px;
  z-index: 0;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -ms-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .thumb_desc + .range,
.isDesktop[data-platform="Europe"] body > header nav .cars .thumb_desc + .range,
.isMobile[data-platform="Europe"] body > header nav .cars .thumb_desc + .range {
  max-height: 0px;
  -webkit-transition: max-height 0.75s ease 0s, background 0.75s ease 0s, background-color 0.75s ease 0s;
  -moz-transition: max-height 0.75s ease 0s, background 0.75s ease 0s, background-color 0.75s ease 0s;
  -ms-transition: max-height 0.75s ease 0s, background 0.75s ease 0s, background-color 0.75s ease 0s;
  -o-transition: max-height 0.75s ease 0s, background 0.75s ease 0s, background-color 0.75s ease 0s;
  transition: max-height 0.75s ease 0s, background 0.75s ease 0s, background-color 0.75s ease 0s;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .thumb_desc.active,
.isDesktop[data-platform="Europe"] body > header nav .cars .thumb_desc.active,
.isMobile[data-platform="Europe"] body > header nav .cars .thumb_desc.active {
  background-color: #e7eaeb;
  border-left-color: #c1c2c2;
  border-right-color: #c1c2c2;
  border-top-color: #c1c2c2;
  z-index: 2;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .thumb_desc.active + .range,
.isDesktop[data-platform="Europe"] body > header nav .cars .thumb_desc.active + .range,
.isMobile[data-platform="Europe"] body > header nav .cars .thumb_desc.active + .range {
  border-top: 1px solid #c1c2c2;
  border-bottom: 1px solid #c1c2c2;
  display: block;
  overflow: hidden;
  max-height: none;
  /* fallback */
  background-color: #e7eaeb;
  /* background: url(/mymazda/header-and-footer/images/header-and-footer/car-nav-bg.gif) repeat; */
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7eaeb), to(#d3d5d6));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* IE 10 */
  background: -ms-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #e7eaeb, #d3d5d6);
  margin-left: -1000px;
  padding-right: 1000px;
  padding-left: 1000px;
  /* Breaks with no overflow
              &:before, &:after {
              .car-menu-gradient;
              border-bottom: 1px solid #c1c2c2;
              border-top: 1px solid #c1c2c2;
              content: '';
              display: block;
              height: 100%;
              position: absolute;
              top: -1px;
              width: 100%;
            }
            &:before { left: 100%; }
            &:after { right: 100%; }
            */

}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .thumb_desc > a,
.isDesktop[data-platform="Europe"] body > header nav .cars .thumb_desc > a,
.isMobile[data-platform="Europe"] body > header nav .cars .thumb_desc > a {
  color: #0086d3;
  font-size: 17px;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .thumb,
.isDesktop[data-platform="Europe"] body > header nav .cars .thumb,
.isMobile[data-platform="Europe"] body > header nav .cars .thumb {
  display: block;
  height: 60px;
  margin-top: 0;
  position: relative;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .thumb img,
.isDesktop[data-platform="Europe"] body > header nav .cars .thumb img,
.isMobile[data-platform="Europe"] body > header nav .cars .thumb img {
  bottom: 0;
  display: block;
  position: absolute;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .selected a,
.isDesktop[data-platform="Europe"] body > header nav .cars .selected a,
.isMobile[data-platform="Europe"] body > header nav .cars .selected a {
  background: none !important;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .price,
.isDesktop[data-platform="Europe"] body > header nav .cars .price,
.isMobile[data-platform="Europe"] body > header nav .cars .price {
  color: #666666;
  font-family: 'DefaultLightItalic', 'DefaultLightItalic';
  font-size: 14px;
  line-height: 0.95;
  margin: 0;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .notes,
.isDesktop[data-platform="Europe"] body > header nav .cars .notes,
.isMobile[data-platform="Europe"] body > header nav .cars .notes {
  color: #a1a1a1;
  font-family: 'DefaultLightItalic', 'DefaultLightItalic';
  font-size: 14px;
  line-height: 0.95;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .range,
.isDesktop[data-platform="Europe"] body > header nav .cars .range,
.isMobile[data-platform="Europe"] body > header nav .cars .range {
  border: 1px solid transparent;
  margin-top: -1px;
  max-height: 0;
  width: 960px;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .range li,
.isDesktop[data-platform="Europe"] body > header nav .cars .range li,
.isMobile[data-platform="Europe"] body > header nav .cars .range li {
  display: inline-block;
  height: 252px;
  padding: 0 0 0 17px !important;
  width: 300px;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .range .thumb,
.isDesktop[data-platform="Europe"] body > header nav .cars .range .thumb,
.isMobile[data-platform="Europe"] body > header nav .cars .range .thumb {
  height: 120px;
  margin-top: 0;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .range .price,
.isDesktop[data-platform="Europe"] body > header nav .cars .range .price,
.isMobile[data-platform="Europe"] body > header nav .cars .range .price {
  font-size: 15px;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .range .actions,
.isDesktop[data-platform="Europe"] body > header nav .cars .range .actions,
.isMobile[data-platform="Europe"] body > header nav .cars .range .actions {
  display: block;
  margin-top: 10px;
  max-height: none;
  position: static;
  width: auto;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .range .actions li,
.isDesktop[data-platform="Europe"] body > header nav .cars .range .actions li,
.isMobile[data-platform="Europe"] body > header nav .cars .range .actions li {
  display: block;
  height: auto;
  padding: 0 !important;
  width: auto;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .range .actions a,
.isDesktop[data-platform="Europe"] body > header nav .cars .range .actions a,
.isMobile[data-platform="Europe"] body > header nav .cars .range .actions a {
  background: url(/images/sprite-arrows.png) no-repeat right -243px !important;
  display: inline;
  font-family: 'DefaultLight', 'DefaultLight';
  font-size: 15px !important;
  padding-right: 25px !important;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .range strong,
.isDesktop[data-platform="Europe"] body > header nav .cars .range strong,
.isMobile[data-platform="Europe"] body > header nav .cars .range strong {
  margin: 13px 0 2px;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .range strong a,
.isDesktop[data-platform="Europe"] body > header nav .cars .range strong a,
.isMobile[data-platform="Europe"] body > header nav .cars .range strong a {
  font-size: 19px;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars .range a,
.isDesktop[data-platform="Europe"] body > header nav .cars .range a,
.isMobile[data-platform="Europe"] body > header nav .cars .range a {
  color: #0086d3 !important;
  display: block;
  font-size: 17px !important;
  line-height: 1.25 !important;
  margin-top: 5px;
  padding: 0 !important;
}
.isDesktop[data-platform="MyMazda"] body > header nav .cars strong,
.isDesktop[data-platform="Europe"] body > header nav .cars strong,
.isMobile[data-platform="Europe"] body > header nav .cars strong {
  display: block;
  margin: 7px 0 4px;
}
.isDesktop[data-platform="MyMazda"] body > header nav .polyfill,
.isDesktop[data-platform="Europe"] body > header nav .polyfill,
.isMobile[data-platform="Europe"] body > header nav .polyfill {
  background: url(/mymazda/header-and-footer/images/header-and-footer/main-nav-bg.gif) repeat-x;
  height: 47px;
  right: 0;
  position: absolute;
}
.isDesktop[data-platform="MyMazda"] body > header nav .invisible,
.isDesktop[data-platform="Europe"] body > header nav .invisible,
.isMobile[data-platform="Europe"] body > header nav .invisible {
  display: block !important;
  visibility: hidden;
  /* Allows JQ to work out their widths */

}
.isDesktop[data-platform="MyMazda"] body > header #fakeBg,
.isDesktop[data-platform="Europe"] body > header #fakeBg,
.isMobile[data-platform="Europe"] body > header #fakeBg {
  /* fallback */
  background-color: #d3d5d6;
  background: url(/mymazda/header-and-footer/images/header-and-footer/car-nav-bg.gif) repeat;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7eaeb), to(#d3d5d6));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* IE 10 */
  background: -ms-linear-gradient(top, #e7eaeb, #d3d5d6);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #e7eaeb, #d3d5d6);
  border-top: 1px solid #c1c2c2;
  display: none;
  height: 1px;
  position: absolute;
  top: 217px;
  width: 100%;
}
.isDesktop[data-platform="MyMazda"] body > header .bs_band_aid,
.isDesktop[data-platform="Europe"] body > header .bs_band_aid,
.isMobile[data-platform="Europe"] body > header .bs_band_aid {
  background: none #e7eaeb;
  display: none;
  height: 6px;
  left: -10px;
  margin-top: -6px;
  position: relative;
  top: 20px;
  width: 158px;
}
.isDesktop[data-platform="MyMazda"] body > header #main_nav .mymazda,
.isDesktop[data-platform="Europe"] body > header #main_nav .mymazda,
.isMobile[data-platform="Europe"] body > header #main_nav .mymazda {
  float: right;
}
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link,
.isDesktop[data-platform="Europe"] body > header #main_nav li.menu_link,
.isMobile[data-platform="Europe"] body > header #main_nav li.menu_link {
  z-index: 5;
  height: 48px;
  overflow: hidden;
  /* Hides any main navigation links which may have overflowed */

}
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link ul li.selected,
.isDesktop[data-platform="Europe"] body > header #main_nav li.menu_link ul li.selected,
.isMobile[data-platform="Europe"] body > header #main_nav li.menu_link ul li.selected,
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link ul li:hover,
.isDesktop[data-platform="Europe"] body > header #main_nav li.menu_link ul li:hover,
.isMobile[data-platform="Europe"] body > header #main_nav li.menu_link ul li:hover {
  background: url(/mymazda/header-and-footer/images/header-and-footer/sub-nav-selected.png) no-repeat 50% 0 #eaeaea;
}
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link ul li > a,
.isDesktop[data-platform="Europe"] body > header #main_nav li.menu_link ul li > a,
.isMobile[data-platform="Europe"] body > header #main_nav li.menu_link ul li > a {
  background: none;
  color: #333333;
  font-size: 14px;
  line-height: 48px;
  padding: 0 9px;
}
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link > ul:after,
.isDesktop[data-platform="Europe"] body > header #main_nav li.menu_link > ul:after,
.isMobile[data-platform="Europe"] body > header #main_nav li.menu_link > ul:after,
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link > section:after,
.isDesktop[data-platform="Europe"] body > header #main_nav li.menu_link > section:after,
.isMobile[data-platform="Europe"] body > header #main_nav li.menu_link > section:after {
  background: url(/mymazda/header-and-footer/images/header-and-footer/sub-nav-bg.gif) repeat-x #f0f0f0;
  content: '';
  height: 100%;
  left: 0;
  max-height: 96px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link > ul.cars:after,
.isDesktop[data-platform="Europe"] body > header #main_nav li.menu_link > ul.cars:after,
.isMobile[data-platform="Europe"] body > header #main_nav li.menu_link > ul.cars:after,
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link > section:after,
.isDesktop[data-platform="Europe"] body > header #main_nav li.menu_link > section:after,
.isMobile[data-platform="Europe"] body > header #main_nav li.menu_link > section:after {
  background-image: none;
}
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link .menu_a,
.isDesktop[data-platform="Europe"] body > header #main_nav li.menu_link .menu_a,
.isMobile[data-platform="Europe"] body > header #main_nav li.menu_link .menu_a {
  display: table-cell;
  height: 38px;
  line-height: 1;
  padding: 5px 10px;
  position: static;
  vertical-align: middle;
}
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link.language-selection,
.isDesktop[data-platform="Europe"] body > header #main_nav li.menu_link.language-selection,
.isMobile[data-platform="Europe"] body > header #main_nav li.menu_link.language-selection {
  float: right;
}
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link.language-selection a,
.isDesktop[data-platform="Europe"] body > header #main_nav li.menu_link.language-selection a,
.isMobile[data-platform="Europe"] body > header #main_nav li.menu_link.language-selection a {
  display: block;
  float: left;
  font-weight: normal;
  margin: 11px 4px 0;
  padding: 5px 0;
  text-decoration: underline;
  font-family: 'DefaultRegular';
  font-size: 1.5em;
  color: white;
}
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link.language-selection a.selected-language,
.isDesktop[data-platform="Europe"] body > header #main_nav li.menu_link.language-selection a.selected-language,
.isMobile[data-platform="Europe"] body > header #main_nav li.menu_link.language-selection a.selected-language {
  text-decoration: none;
  pointer-events: none;
}
.isDesktop[data-platform="MyMazda"] body > header #cta_nav,
.isDesktop[data-platform="Europe"] body > header #cta_nav,
.isMobile[data-platform="Europe"] body > header #cta_nav {
  background-color: #56afe1;
  background: -moz-linear-gradient(top, #56afe1 0%, #118ed5 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#56afe1), to(#118ed5));
  background: -o-gradient(#56afe1, #118ed5);
  background: -ms-linear-gradient(top, #56afe1, #118ed5);
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  float: right;
  margin-top: 25px;
  overflow: hidden;
}
.isDesktop[data-platform="MyMazda"] body > header #cta_nav li,
.isDesktop[data-platform="Europe"] body > header #cta_nav li,
.isMobile[data-platform="Europe"] body > header #cta_nav li {
  background: url(/mymazda/header-and-footer/images/header-and-footer/blue-cta-nav-divider.gif) no-repeat 0 50%;
  float: left;
  padding-left: 1px;
}
.isDesktop[data-platform="MyMazda"] body > header #cta_nav li:hover,
.isDesktop[data-platform="Europe"] body > header #cta_nav li:hover,
.isMobile[data-platform="Europe"] body > header #cta_nav li:hover {
  padding-bottom: inherit;
}
.isDesktop[data-platform="MyMazda"] body > header #cta_nav > li:first-child,
.isDesktop[data-platform="Europe"] body > header #cta_nav > li:first-child,
.isMobile[data-platform="Europe"] body > header #cta_nav > li:first-child {
  background: none;
  padding-left: 0;
}
.isDesktop[data-platform="MyMazda"] body > header #cta_nav a,
.isDesktop[data-platform="Europe"] body > header #cta_nav a,
.isMobile[data-platform="Europe"] body > header #cta_nav a {
  background: none;
  color: white;
  display: block;
  font-size: 12px;
  padding: 6px 10px;
  text-decoration: none;
}
.isDesktop[data-platform="MyMazda"] body > footer .wrap,
.isDesktop[data-platform="Europe"] body > footer .wrap,
.isMobile[data-platform="Europe"] body > footer .wrap {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav,
.isDesktop[data-platform="Europe"] body > footer #footerNav,
.isMobile[data-platform="Europe"] body > footer #footerNav {
  background: #e5e5e5 url(/mymazda/header-and-footer/images/header-and-footer/footer-gradient.png) repeat-x;
  border-bottom: 1px solid whitesmoke;
  border-top: 1px solid #c3c3c3;
  overflow: hidden;
  padding: 18px 0 18px;
  text-align: center;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav .wrap,
.isDesktop[data-platform="Europe"] body > footer #footerNav .wrap,
.isMobile[data-platform="Europe"] body > footer #footerNav .wrap {
  text-align: left;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav .wrap .grid-6.column,
.isDesktop[data-platform="Europe"] body > footer #footerNav .wrap .grid-6.column,
.isMobile[data-platform="Europe"] body > footer #footerNav .wrap .grid-6.column {
  display: inline;
  float: left;
  margin: 12px;
  width: 468px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav .wrap .grid-6.column.alpha,
.isDesktop[data-platform="Europe"] body > footer #footerNav .wrap .grid-6.column.alpha,
.isMobile[data-platform="Europe"] body > footer #footerNav .wrap .grid-6.column.alpha {
  margin-left: 0;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav .wrap .grid-6.column.omega,
.isDesktop[data-platform="Europe"] body > footer #footerNav .wrap .grid-6.column.omega,
.isMobile[data-platform="Europe"] body > footer #footerNav .wrap .grid-6.column.omega {
  margin-right: 0;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav li,
.isDesktop[data-platform="Europe"] body > footer #footerNav li,
.isMobile[data-platform="Europe"] body > footer #footerNav li {
  display: inline-block;
  padding: 2px 0 3px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav li.grid-3,
.isDesktop[data-platform="Europe"] body > footer #footerNav li.grid-3,
.isMobile[data-platform="Europe"] body > footer #footerNav li.grid-3 {
  width: 222px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav li a,
.isDesktop[data-platform="Europe"] body > footer #footerNav li a,
.isMobile[data-platform="Europe"] body > footer #footerNav li a {
  text-decoration: none;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav a,
.isDesktop[data-platform="Europe"] body > footer #footerNav a,
.isMobile[data-platform="Europe"] body > footer #footerNav a {
  color: #0086d3;
  font-size: 16px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav a:link,
.isDesktop[data-platform="Europe"] body > footer #footerNav a:link,
.isMobile[data-platform="Europe"] body > footer #footerNav a:link,
.isDesktop[data-platform="MyMazda"] body > footer #footerNav a:visited,
.isDesktop[data-platform="Europe"] body > footer #footerNav a:visited,
.isMobile[data-platform="Europe"] body > footer #footerNav a:visited,
.isDesktop[data-platform="MyMazda"] body > footer #footerNav a:hover,
.isDesktop[data-platform="Europe"] body > footer #footerNav a:hover,
.isMobile[data-platform="Europe"] body > footer #footerNav a:hover,
.isDesktop[data-platform="MyMazda"] body > footer #footerNav a:active,
.isDesktop[data-platform="Europe"] body > footer #footerNav a:active,
.isMobile[data-platform="Europe"] body > footer #footerNav a:active {
  color: #0086d3;
  font-size: 16px;
  text-decoration: none;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav .newsItem,
.isDesktop[data-platform="Europe"] body > footer #footerNav .newsItem,
.isMobile[data-platform="Europe"] body > footer #footerNav .newsItem {
  background-color: #ebecec;
  -moz-border-radius: 3px;
  /* FF1+ */
  -webkit-border-radius: 3px;
  /* Saf3+, Chrome */
  border-radius: 3px;
  /* Opera 10.5, IE 9 */
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav .newsItem .main,
.isDesktop[data-platform="Europe"] body > footer #footerNav .newsItem .main,
.isMobile[data-platform="Europe"] body > footer #footerNav .newsItem .main {
  float: left;
  width: 320px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav .newsItem .main h4,
.isDesktop[data-platform="Europe"] body > footer #footerNav .newsItem .main h4,
.isMobile[data-platform="Europe"] body > footer #footerNav .newsItem .main h4 {
  font-weight: normal;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav .newsItem .main h4 a,
.isDesktop[data-platform="Europe"] body > footer #footerNav .newsItem .main h4 a,
.isMobile[data-platform="Europe"] body > footer #footerNav .newsItem .main h4 a {
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 4px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav .newsItem .main p,
.isDesktop[data-platform="Europe"] body > footer #footerNav .newsItem .main p,
.isMobile[data-platform="Europe"] body > footer #footerNav .newsItem .main p {
  font-size: 14px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav .newsItem .main p .stext,
.isDesktop[data-platform="Europe"] body > footer #footerNav .newsItem .main p .stext,
.isMobile[data-platform="Europe"] body > footer #footerNav .newsItem .main p .stext {
  font-size: 15px;
  margin-right: -15px;
  padding-right: 19px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav .newsItem .main p a,
.isDesktop[data-platform="Europe"] body > footer #footerNav .newsItem .main p a,
.isMobile[data-platform="Europe"] body > footer #footerNav .newsItem .main p a {
  font-size: 15px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerNav .newsItem .more,
.isDesktop[data-platform="Europe"] body > footer #footerNav .newsItem .more,
.isMobile[data-platform="Europe"] body > footer #footerNav .newsItem .more {
  /*background: url(/images/sprite-arrows.png) no-repeat right -61px;*/
  bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  padding-right: 24px;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 105px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark,
.isDesktop[data-platform="Europe"] body > footer #footerDark,
.isMobile[data-platform="Europe"] body > footer #footerDark {
  background-color: #373e43;
  color: #f0f0f0;
  font-size: 15px;
  overflow: hidden;
  padding: 14px 0;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark a,
.isDesktop[data-platform="Europe"] body > footer #footerDark a,
.isMobile[data-platform="Europe"] body > footer #footerDark a {
  display: block;
  float: left;
  font-weight: normal;
  margin: 0 4px;
  padding: 5px 0;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark a:link,
.isDesktop[data-platform="Europe"] body > footer #footerDark a:link,
.isMobile[data-platform="Europe"] body > footer #footerDark a:link,
.isDesktop[data-platform="MyMazda"] body > footer #footerDark a:visited,
.isDesktop[data-platform="Europe"] body > footer #footerDark a:visited,
.isMobile[data-platform="Europe"] body > footer #footerDark a:visited,
.isDesktop[data-platform="MyMazda"] body > footer #footerDark a:hover,
.isDesktop[data-platform="Europe"] body > footer #footerDark a:hover,
.isMobile[data-platform="Europe"] body > footer #footerDark a:hover,
.isDesktop[data-platform="MyMazda"] body > footer #footerDark a:active,
.isDesktop[data-platform="Europe"] body > footer #footerDark a:active,
.isMobile[data-platform="Europe"] body > footer #footerDark a:active {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark span,
.isDesktop[data-platform="Europe"] body > footer #footerDark span,
.isMobile[data-platform="Europe"] body > footer #footerDark span {
  display: block;
  float: left;
  font-weight: normal;
  margin: 0 4px;
  padding: 5px 0;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark span.divider,
.isDesktop[data-platform="Europe"] body > footer #footerDark span.divider,
.isMobile[data-platform="Europe"] body > footer #footerDark span.divider {
  background: url(/mymazda/header-and-footer/images/header-and-footer/footer-icon-sprite.png) no-repeat;
  height: 23px;
  width: 1px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .siteLinks,
.isDesktop[data-platform="Europe"] body > footer #footerDark .siteLinks,
.isMobile[data-platform="Europe"] body > footer #footerDark .siteLinks,
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks {
  float: left;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks {
  background: url(/mymazda/header-and-footer/images/header-and-footer/footer-icon-sprite.png) no-repeat 0 -41px;
  margin-left: 10px;
  padding: 0 0 4px 10px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a {
  background: url(/mymazda/header-and-footer/images/header-and-footer/footer-icon-sprite.png) no-repeat;
  height: 21px;
  margin-top: 4px;
  padding: 0;
  text-indent: -9999em;
  width: 21px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a.rss,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a.rss,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a.rss {
  background-position: -43px -97px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a.twitter,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a.twitter,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a.twitter {
  background-position: 0 -97px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a.facebook,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a.facebook,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a.facebook {
  background-position: 0 -129px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a.youtube,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a.youtube,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a.youtube {
  background-position: 0 -161px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a.linkedin,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a.linkedin,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a.linkedin {
  background-position: 0 -193px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a.rebels,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a.rebels,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a.rebels {
  background-position: -43px -129px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a.pinterest,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a.pinterest,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a.pinterest {
  background-position: 0 -225px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a.flickr,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a.flickr,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a.flickr {
  background-position: 0 -257px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a.instagram,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a.instagram,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a.instagram {
  background-position: 0 -287px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a.odnoklassniki,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a.odnoklassniki,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a.odnoklassniki {
  background-position: 0 -317px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a.vk,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a.vk,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a.vk {
  background-position: 0 -347px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .socialLinks a.googlePlus,
.isDesktop[data-platform="Europe"] body > footer #footerDark .socialLinks a.googlePlus,
.isMobile[data-platform="Europe"] body > footer #footerDark .socialLinks a.googlePlus {
  background-position: -41px -160px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .regionInfo,
.isDesktop[data-platform="Europe"] body > footer #footerDark .regionInfo,
.isMobile[data-platform="Europe"] body > footer #footerDark .regionInfo {
  float: right;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .regionInfo .divider,
.isDesktop[data-platform="Europe"] body > footer #footerDark .regionInfo .divider,
.isMobile[data-platform="Europe"] body > footer #footerDark .regionInfo .divider {
  background-position: 0 -41px;
  height: 29px;
}
.isDesktop[data-platform="MyMazda"] body > footer #footerDark .regionInfo a,
.isDesktop[data-platform="Europe"] body > footer #footerDark .regionInfo a,
.isMobile[data-platform="Europe"] body > footer #footerDark .regionInfo a {
  background: url(/mymazda/header-and-footer/images/header-and-footer/white-arrow.png) no-repeat 100% 8px;
  padding-right: 21px;
}
.isDesktop[data-platform="MyMazda"] #supernav [data-module-type~="inline-login"],
.isDesktop[data-platform="Europe"] #supernav [data-module-type~="inline-login"],
.isMobile[data-platform="Europe"] #supernav [data-module-type~="inline-login"],
.isDesktop[data-platform="MyMazda"] #supernav [data-module-type~="inline-loginv2"],
.isDesktop[data-platform="Europe"] #supernav [data-module-type~="inline-loginv2"],
.isMobile[data-platform="Europe"] #supernav [data-module-type~="inline-loginv2"] {
  position: absolute;
  left: 0;
  max-height: 0;
}
.isDesktop[data-platform="MyMazda"].ie7 > header nav .cars li,
.isDesktop[data-platform="Europe"].ie7 > header nav .cars li,
.isMobile[data-platform="Europe"].ie7 > header nav .cars li,
.isDesktop[data-platform="MyMazda"]body.ie7 > header nav .cars li,
.isDesktop[data-platform="Europe"]body.ie7 > header nav .cars li,
.isMobile[data-platform="Europe"]body.ie7 > header nav .cars li {
  zoom: 1 !important;
  display: inline !important;
}
.isDesktop[data-platform="MyMazda"].ie7 > footer #footerNav li,
.isDesktop[data-platform="Europe"].ie7 > footer #footerNav li,
.isMobile[data-platform="Europe"].ie7 > footer #footerNav li,
.isDesktop[data-platform="MyMazda"]body.ie7 > footer #footerNav li,
.isDesktop[data-platform="Europe"]body.ie7 > footer #footerNav li,
.isMobile[data-platform="Europe"]body.ie7 > footer #footerNav li {
  display: inline;
  zoom: 1;
}
.isDesktop[data-platform="MyMazda"].fixed-header header.row,
.isDesktop[data-platform="Europe"].fixed-header header.row,
.isMobile[data-platform="Europe"].fixed-header header.row {
  position: fixed !important;
}
.isDesktop[data-platform="MyMazda"].fixed-header header.row div.row,
.isDesktop[data-platform="Europe"].fixed-header header.row div.row,
.isMobile[data-platform="Europe"].fixed-header header.row div.row {
  height: 96px;
}
.isDesktop[data-platform="MyMazda"].fixed-header #logo,
.isDesktop[data-platform="Europe"].fixed-header #logo,
.isMobile[data-platform="Europe"].fixed-header #logo {
  display: block!important;
  position: fixed;
  top: 46px;
}
.isMobile[data-platform="MyMazda"] body {
  overflow-x: hidden;
}
@media screen {
  .isMobile[data-platform="MyMazda"] #logo {
    /*background: none;*/
    height: 50px;
    position: absolute;
    left: 7px;
    top: 0;
    width: 50px;
    z-index: 5;
    -webkit-transition: left 0.15s ease-in-out;
    -moz-transition: left 0.15s ease-in-out;
    -o-transition: left 0.15s ease-in-out;
    -ms-transition: left 0.15s ease-in-out;
    transition: left 0.15s ease-in-out;
  }
  .isMobile[data-platform="MyMazda"] #logo a {
    height: 100%;
    position: static;
    text-indent: -9999px;
    width: 100%;
    color: transparent;
  }
  .isMobile[data-platform="MyMazda"] #logo a:before {
    background: url(/images/mobile/Mazda_new_vi_logo_stacked.png) no-repeat;
    background-size: 100%;
    content: '';
    height: 34px;
    left: 4px;
    position: absolute;
    top: 8px;
    width: 37px;
  }
}
@media screen {
  .isMobile[data-platform="MyMazda"] header.row {
    background: none !important;
    border-bottom: 1px solid #464e55;
    height: auto !important;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 4;
    padding-left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: left 0.15s ease-in-out;
    -moz-transition: left 0.15s ease-in-out;
    -o-transition: left 0.15s ease-in-out;
    -ms-transition: left 0.15s ease-in-out;
    transition: left 0.15s ease-in-out;
  }
  .isMobile[data-platform="MyMazda"] header .row {
    background: #2f3639;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2f3639 40px, #222222 50px);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40px, #2f3639), color-stop(50px, #222222));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2f3639 40px, #222222 50px);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2f3639 40px, #222222 50px);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2f3639 40px, #222222 50px);
    /* IE10+ */
    background: linear-gradient(to bottom, #2f3639 40px, #222222 50px);
    /* W3C */
    overflow: hidden;
  }
}
@media screen {
  .isMobile[data-platform="MyMazda"] nav#supernav,
  .isMobile[data-platform="MyMazda"] #fakeBg {
    display: none;
  }
  .isMobile[data-platform="MyMazda"] #supernav {
    padding-left: 15.625%;
    /* 50 % 320 */
    width: 84.375%;
    /*270 % 320*/
  
  }
  .isMobile[data-platform="MyMazda"] #supernav > div {
    height: auto;
    position: relative;
  }
  .isMobile[data-platform="MyMazda"] #supernav .trigger:before {
    background-size: 100%;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
  }
  .isMobile[data-platform="MyMazda"] #supernav .trigger {
    color: white;
    cursor: pointer;
    display: block;
    font-family: 'DefaultRegular';
    font-size: 20px;
    letter-spacing: 0.25px;
    line-height: 1;
    padding: 13px 0 16px 16px;
    position: relative;
  }
  .isMobile[data-platform="MyMazda"] #supernav ul {
    z-index: 1;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    -ms-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
  }
  .isMobile[data-platform="MyMazda"] #supernav li {
    -webkit-transform: translateZ(0px);
  }
  .isMobile[data-platform="MyMazda"] #supernav a {
    display: block;
    font-size: 16px;
    line-height: 1;
    position: relative;
  }
  .isMobile[data-platform="MyMazda"] #supernav li a span.mymazda-icon {
    background: url('/mymazda/header-and-footer/images/header-and-footer/person-icon.png') no-repeat center bottom;
    display: inline-block;
    height: 14px;
    width: 20px;
    top: 17px;
    position: absolute;
    margin-left: 6px;
  }
}
@media screen {
  .isMobile[data-platform="MyMazda"] #car-menu {
    float: left;
    width: 81.48148148148148%;
    /*220 % 270*/
  
  }
  .isMobile[data-platform="MyMazda"] #car-menu .trigger:before {
    background-image: url(/images/mobile/car-menu-closed.png);
    height: 9px;
    right: 18px;
    top: 19px;
    width: 8px;
  }
  .isMobile[data-platform="MyMazda"] #car-menu.open .trigger:before {
    background-image: url(/images/mobile/car-menu-open.png);
    height: 32px;
    right: 18px;
    top: 20px;
    width: 13px;
  }
  .isMobile[data-platform="MyMazda"] #car-menu .trigger:before,
  .isMobile[data-platform="MyMazda"] #car-menu.open .trigger:before {
    display: none;
  }
  .isMobile[data-platform="MyMazda"] #car-menu .trigger strong {
    background: url(/images/mobile/car-menu-closed.png) no-repeat 100% 7px;
    color: white;
    font-family: 'DefaultBold';
    font-size: 22px;
    padding-bottom: 15px;
    padding-right: 26px;
  }
  .isMobile[data-platform="MyMazda"] #car-menu.open .trigger strong {
    background-image: url(/images/mobile/car-menu-open.png);
  }
  .isMobile[data-platform="MyMazda"] #car-menu ul {
    background-color: #f0f0f0;
    box-shadow: 0 3px 2px #222222;
    height: 0;
    left: -22.727272727%;
    /*50 % 220*/
    max-height: none;
    position: relative;
    top: -1px;
    width: 145.45454545454547%;
    /*320 % 220*/
  
  }
  .isMobile[data-platform="MyMazda"] #car-menu li {
    background-color: #f0f0f0;
    border-bottom: 1px solid #d2d3d5;
    height: 50px;
  }
  .isMobile[data-platform="MyMazda"] #car-menu li:hover {
    background-color: #e3eaf0;
  }
  .isMobile[data-platform="MyMazda"] #car-menu a {
    background-position: 9px 50%;
    background-repeat: no-repeat;
    background-size: 75px auto;
    color: #0087d5;
    padding: 10px 0 10px 94px;
  }
  .isMobile[data-platform="MyMazda"] #car-menu a span {
    display: block;
    font-family: 'DefaultLight';
    font-size: 14px;
  }
  .isMobile[data-platform="MyMazda"] #car-menu a span.body-type {
    color: #999999;
  }
  .isMobile[data-platform="MyMazda"] #car-menu a span.price {
    color: #666666;
    font-style: italic;
    position: absolute;
    right: 15px;
    top: 26px;
  }
}
@media screen {
  .isMobile[data-platform="MyMazda"] #site-menu {
    float: right;
    width: 18.51851851851852%;
    /*50 % 270*/
  
  }
  .isMobile[data-platform="MyMazda"] #site-menu .trigger:before {
    background-image: url(/images/mobile/site-menu-closed.png);
    height: 28px;
    left: 14px;
    top: 9px;
    width: 25px;
  }
  .isMobile[data-platform="MyMazda"] #site-menu .trigger {
    overflow: hidden;
    text-indent: -9999px;
  }
  .isMobile[data-platform="MyMazda"] #site-menu ul {
    background-color: #2e3639;
    box-shadow: 0 3px 2px #222222;
    height: 0;
    left: -540%;
    max-height: none;
    top: 0;
    position: relative;
    width: 640%;
    /*320 % 50*/
  
  }
  .isMobile[data-platform="MyMazda"] #site-menu li {
    background-color: #2e3639;
    border-bottom: 1px solid #4a4f52;
  }
  .isMobile[data-platform="MyMazda"] #site-menu a:before {
    background: url(/images/mobile/arrow-white-circle.png) no-repeat;
    background-size: 100%;
    content: '';
    height: 14px;
    position: absolute;
    right: 15px;
    top: 18px;
    width: 14px;
  }
  .isMobile[data-platform="MyMazda"] #site-menu a {
    color: #cccccc;
    font-family: 'DefaultLight';
    font-size: 18px;
    padding: 15px 14px 17px;
  }
  .isMobile[data-platform="MyMazda"] #site-menu li:last-child {
    border-bottom: none;
  }
}
@media screen {
  .isMobile[data-platform="MyMazda"] .off-canvas #site-menu .trigger:before {
    background-image: url(/images/mobile/site-menu-open.png);
    height: 51px;
  }
}
@media screen {
  .isMobile[data-platform="MyMazda"] .cta-row {
    position: relative;
    z-index: 10;
    padding: 0;
  }
  .isMobile[data-platform="MyMazda"] .cta-outer {
    background-color: #2f3639;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
  }
  .isMobile[data-platform="MyMazda"] .cta-inner {
    float: left;
    overflow: hidden;
    width: 100%;
  }
  .isMobile[data-platform="MyMazda"] #cta,
  .isMobile[data-platform="MyMazda"] #cta ul {
    float: left;
    position: relative;
    right: 33.333%;
    width: 100%;
  }
  .isMobile[data-platform="MyMazda"] #cta li {
    display: inline-block;
    left: 66.666%;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    margin-left: 1.5%;
    width: 47.75%;
    margin-top: 10px;
    background: #56afe1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #56afe1 0%, #118ed5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56afe1), color-stop(100%, #118ed5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #56afe1 0%, #118ed5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #56afe1 0%, #118ed5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #56afe1 0%, #118ed5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #56afe1 0%, #118ed5 100%);
    /* W3C */
    border-radius: 3px;
  }
  .isMobile[data-platform="MyMazda"] #cta li a:before {
    background: url(/images/mobile/cta-arrow.png) no-repeat;
    background-size: 100%;
    content: '';
    height: 11px;
    position: absolute;
    right: 12px;
    top: 8px;
    width: 8px;
  }
  .isMobile[data-platform="MyMazda"] #cta a {
    color: white;
    display: block;
    font-size: 16px;
    padding: 6px 12px;
    text-align: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
}
@media screen {
  .isMobile[data-platform="MyMazda"] .newsItem {
    background: #f1f1f1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 75%, #e5e5e5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #f1f1f1), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 75%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 75%, #e5e5e5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 75%, #e5e5e5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 75%, #e5e5e5 100%);
    /* W3C */
    border-top: 1px solid #dddddd;
  }
  .isMobile[data-platform="MyMazda"] .newsItem .main {
    margin: 8px 12px 0;
  }
  .isMobile[data-platform="MyMazda"] .newsItem h4 {
    line-height: 1;
    margin-bottom: 4px;
  }
  .isMobile[data-platform="MyMazda"] .newsItem h4 a {
    font-family: 'DefaultRegular';
  }
  .isMobile[data-platform="MyMazda"] .newsItem p {
    margin-bottom: 0;
  }
  .isMobile[data-platform="MyMazda"] .newsItem .more:before {
    background: url(/images/mobile/arrow-blue-circle.png) no-repeat;
    background-size: 100%;
    content: '';
    height: 14px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 14px;
  }
  .isMobile[data-platform="MyMazda"] .newsItem .more {
    color: #0086d3;
    display: block;
    float: right;
    font-size: 16px;
    line-height: 1;
    margin: 6px 12px 8px 0;
    padding-right: 18px;
    position: relative;
  }
  .isMobile[data-platform="MyMazda"] a {
    color: #0086d3;
    font-size: 16px;
  }
  .isMobile[data-platform="MyMazda"] #en-GB .newsItem {
    display: none;
  }
}
@media screen {
  .isMobile[data-platform="MyMazda"] footer {
    background-color: #34414c;
    color: white;
  }
  .isMobile[data-platform="MyMazda"] footer #footerNav,
  .isMobile[data-platform="MyMazda"] footer #footerDark {
    display: none;
  }
  .isMobile[data-platform="MyMazda"] footer ul {
    overflow: hidden;
  }
  .isMobile[data-platform="MyMazda"] footer li {
    font-family: 'DefaultLight';
    font-size: 16px;
    line-height: 1;
    margin-bottom: 4px;
  }
  .isMobile[data-platform="MyMazda"] footer a {
    color: white;
    display: inline-block;
    font-family: 'DefaultLight';
  }
  .isMobile[data-platform="MyMazda"] #utilities {
    float: left;
    width: 60%;
  }
  .isMobile[data-platform="MyMazda"] #utilities ul {
    margin: 8px 0 8px 12px;
  }
  .isMobile[data-platform="MyMazda"] #utilities li:last-child {
    margin-top: 16px;
  }
  .isMobile[data-platform="MyMazda"] #social {
    float: right;
    width: 40%;
  }
  .isMobile[data-platform="MyMazda"] #social ul {
    margin: 8px 12px 8px 0;
  }
  .isMobile[data-platform="MyMazda"] #social .network {
    float: left;
    height: 22px;
    margin-right: 3px;
    margin-top: 3px;
    width: 22px;
  }
  .isMobile[data-platform="MyMazda"] #social .network a:before {
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
  }
  .isMobile[data-platform="MyMazda"] #social .twitter a:before {
    background-image: url(/images/mobile/icon-twitter.png);
  }
  .isMobile[data-platform="MyMazda"] #social .facebook a:before {
    background-image: url(/images/mobile/icon-facebook.png);
  }
  .isMobile[data-platform="MyMazda"] #social .youtube a:before {
    background-image: url(/images/mobile/icon-youtube.png);
  }
  .isMobile[data-platform="MyMazda"] #social .linkedin a:before {
    background-image: url(/images/mobile/icon-linkedin.png);
  }
  .isMobile[data-platform="MyMazda"] #social .rebels a:before {
    background-image: url(/images/mobile/icon-rebels.png);
  }
  .isMobile[data-platform="MyMazda"] #social .pinterest a:before {
    background-image: url(/images/mobile/icon-pinterest.png);
  }
  .isMobile[data-platform="MyMazda"] #social .flickr a:before {
    background-image: url(/images/mobile/icon-flickr.png);
  }
  .isMobile[data-platform="MyMazda"] #social .instagram a:before {
    background-image: url(/images/mobile/icon-instagram.png);
  }
  .isMobile[data-platform="MyMazda"] #social .odnoklassniki a:before {
    background-image: url(/images/mobile/icon-odnoklassniki.png);
  }
  .isMobile[data-platform="MyMazda"] #social .vk a:before {
    background-image: url(/images/mobile/icon-vk.png);
  }
  .isMobile[data-platform="MyMazda"] #social .network a {
    height: 100%;
    position: relative;
    text-indent: -9999px;
    width: 100%;
  }
}
.isMobile[data-platform="MyMazda"] .header-row-top {
  display: none;
}
.isMobile[data-platform="MyMazda"] img[src*="googleads"] {
  position: absolute;
}
.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link .menu_a {
  box-sizing: content-box !important;
}
/* overwriting language-selector font in MyMazda to fix too big font-size */

.isDesktop[data-platform="MyMazda"] body > header #main_nav li.menu_link.language-selection a {
  font-size: inherit;
}
.log-link {
  height: auto;
  font-size: 14px;
  color: #26a2e9;
  margin-left: 34px;
}
.app-nav-btn {
  transition-duration: 0.5s;
  height: auto;
  margin-left: 70px;
  margin-top: 13px;
  margin-bottom: 11px;
  display: inline-block;
  padding: 5px 31px 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  background: url(/mymazda/header-and-footer/images/header-and-footer/person-icon.png) no-repeat 73px 5px #4f4f4f !important;
  background-repeat: no-repeat;
  color: white !important;
}
.app-nav-btn:hover {
  opacity: 0.7;
}
.app-nav-btn.with-log-link {
  padding: 5px 10px 5px 10px;
}
/*Overrides Burrows normalizie which knocks out VI */

.ie8 .header-row-top .wrapper .new-logo {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/images/logos/Mazda_new_vi_logo_slim.png', sizingMethod='scale');
  background-image: none !important;
}
#ro-RO.isMobile[data-platform="MyMazda"] .newsItem {
  display: none!important;
}
