* {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
html {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium);
}
body {
  color: #333;
  font-size: 12px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  height: 100%;
  width: 100%;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* For modern browsers */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
  /*overflow: hidden;*/
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  display: block;
}
a {
  color: #222;
  text-decoration: underline;
}
a:hover {
  color: #888;
  text-decoration: none;
}
.b-m10 {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.b-m15 {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}
.b-m20 {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.b-m25 {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}
.b-m15cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  clear: both;
}
.b-m20cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  clear: both;
}
.b-m25cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  clear: both;
}
.b-m30cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  clear: both;
}
.b-m35cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 35px;
  margin-left: 0px;
  clear: both;
}
.b-m40cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  clear: both;
}
.b-m45cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 45px;
  margin-left: 0px;
  clear: both;
}
.b-m70cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 70px;
  margin-left: 0px;
  clear: both;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
/* Style for PCs */
@media screen and (min-width: 1025px) {
  #wrapper {
    width: auto;
    height: auto;
    font-size: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  img {
    -ms-interpolation-mode: bicubic;
  }
  .pc {
    display: block;
  }
  .phone {
    display: none;
  }
  /* Header */
  #header {
    width: 100%;
    display: block;
    background-color: #fff;
    /*position: fixed;*/
    position: relative;
    z-index: 11000;
    box-shadow: 0px 5px 15px #fff;
    box-shadow-blend-mode: multiply;
  }
  #header #hrbody {
    width: 100%;
    max-width: 1400px;
    height: 150px;
    display: block;
    margin: 0 auto;
    padding: 25px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header.smaller {
    /*box-shadow: 0px 5px 15px #666;*/
    box-shadow: 0px 5px 15px #fff;
    box-shadow-blend-mode: multiply;
  }
  #header.smaller #hrbody {
    height: 60px;
    padding: 5px 0;
  }
  #header #hrbody p#menubn {
    width: 35%;
    height: auto;
    display: block;
    float: left;
  }
  #header #hrbody p#menubn a.menu-link {
    width: 60px;
    height: 60px;
    display: block;
    background-image: url(../img/header/ic-menu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 60px;
    text-decoration: none;
    margin-top: 20px;
    margin-left: 40px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header #hrbody h1 {
    width: 30%;
    height: auto;
    display: block;
    float: left;
  }
  #header h1 a {
    width: 200px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-image: url(../img/header/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 80px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header #hrbody #hrright {
    width: 35%;
    height: auto;
    display: block;
    float: right;
  }
  #header.smaller #hrbody h1 a {
    width: 200px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background-image: url(../img/header/logo-txt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 20px;
    text-indent: -9999px;
  }
  #header.smaller #hrbody p#menubn a.menu-link {
    width: 200px;
    height: 50px;
    display: block;
    background-image: url(../img/header/ic-menu-txt.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 20px;
    text-decoration: none;
    margin-top: 0px;
    margin-left: 40px;
    text-indent: -9999px;
  }
  /* Menu */
  #menubody {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 5px 15px #999;
    box-shadow-blend-mode: multiply;
    position: absolute;
    z-index: 12000;
  }
  nav[role=navigation] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role=navigation].active {
    max-height: 1000px;
  }
  nav[role=navigation] a {
    width: auto;
    height: auto;
    text-decoration: none;
    display: block;
  }
  nav[role=navigation] .menucc0 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background: #141e77;
    background: -moz-linear-gradient(left, #141e77 0%, #141e3e 100%);
    background: -webkit-linear-gradient(left, #141e77 0%, #141e3e 100%);
    background: linear-gradient(to right, #141e77 0%, #141e3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141e77', endColorstr='#141e3e', GradientType=1);
  }
  nav[role=navigation] .menucc1 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #fff;
  }
  /* Menu title */
  .mctitle {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #d5d5d5;
    padding: 25px 10px 5px;
    box-shadow: 0px 0px 4px #999;
    box-shadow-blend-mode: multiply;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
  }
  .mctitle2 {
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 25px 10px 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
  }
  .mctitle3 {
    width: 100%;
    height: auto;
    display: block;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 25px 10px 5px;
    box-shadow: 0px 0px 4px #999;
    box-shadow-blend-mode: multiply;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
  }
  nav[role=navigation] h2.mcth2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #272C5B;
    font-family: 'Montserrat', sans-serif;
    float: left;
    letter-spacing: -1px;
  }
  nav[role=navigation] h3.mcth3 {
    font-size: 0.8em;
    font-weight: 700;
    line-height: 30px;
    color: #7F819A;
    float: right;
  }
  nav[role=navigation] h2.mcth2b {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    float: left;
    letter-spacing: -1px;
  }
  nav[role=navigation] h3.mcth3b {
    font-size: 0.8em;
    font-weight: 700;
    line-height: 30px;
    color: #ccc;
    float: right;
  }
  /* Main menu */
  #mc_mainmenu {
    width: 100%;
    height: auto;
    display: block;
  }
  nav[role=navigation] ul.ccm1 li {
    width: 16.6667%;
    height: 60px;
    display: block;
    float: left;
    border-right: 1px solid #7D84A2;
  }
  nav[role=navigation] ul.ccm1 li:first-child {
    border-left: 1px solid #7D84A2;
  }
  nav[role=navigation] ul.ccm1 li a {
    height: 60px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 58px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  nav[role=navigation] ul.ccm1 li a:hover {
    color: #fff;
    background-color: #F87713;
  }
  /* Maker stock */
  #mc_makerstock {
    width: 100%;
    height: auto;
    display: block;
  }
  nav[role=navigation] #ccm_stn_m0 {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-right: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm_stn_m li {
    width: 16.6666667%;
    height: 46px;
    display: block;
    float: left;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm_stn_m li:last-child {
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm_stn_m li a {
    height: 46px;
    padding-left: 30px;
    padding-right: 10px;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 46px;
    color: #444;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: auto 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  nav[role=navigation] ul.ccm_stn_m li a:hover {
    background-color: #f8fdff;
    box-shadow: 0px 0px 4px #999;
    box-shadow-blend-mode: multiply;
  }
  /* Emblems */
  nav[role=navigation] ul.ccm_stn_m li a#stn-mercedes {
    background-image: url(../img/makerlogo/mercedes.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-amg {
    background-image: url(../img/makerlogo/amg.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-bmw {
    background-image: url(../img/makerlogo/bmw.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-m {
    background-image: url(../img/makerlogo/m.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-mini {
    background-image: url(../img/makerlogo/mini.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-audi {
    background-image: url(../img/makerlogo/audi.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-vw {
    background-image: url(../img/makerlogo/vw.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-porsche {
    background-image: url(../img/makerlogo/porsche.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-us {
    background-image: url(../img/makerlogo/us.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-alfaromeo {
    background-image: url(../img/makerlogo/alfaromeo.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-france {
    background-image: url(../img/makerlogo/france.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-italy {
    background-image: url(../img/makerlogo/italy.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-maserati {
    background-image: url(../img/makerlogo/maserati.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-other {
    background-image: url(../img/makerlogo/other.png);
  }
  /* Shop Guide  */
  nav[role=navigation] #mc_sg {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* Warranty  */
  nav[role=navigation] #mc_wt {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* Shop stock */
  nav[role=navigation] #mc_stn {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  nav[role=navigation] ul.ccm_stn li {
    width: 16.666%;
    height: 46px;
    display: block;
    float: left;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm_stn li:last-child {
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm_stn li a {
    height: 46px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 46px;
    color: #444;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: auto 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  nav[role=navigation] ul.ccm_stn li a:hover {
    background-color: #f8fdff;
    box-shadow: 0px 0px 4px #999;
    box-shadow-blend-mode: multiply;
  }
  nav[role=navigation] .menucc1 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #fff;
  }
  nav[role=navigation] .menucc1 .mc_left {
    width: 50%;
    height: auto;
    display: block;
    float: left;
  }
  nav[role=navigation] .menucc1 .mc_right {
    width: 50%;
    height: auto;
    display: block;
    float: right;
  }
  nav[role=navigation] .menucc1 .mc_left ul li {
    /*background-color:#e2e1e1;*/
    /*background-color:#ebebeb;*/
    background-color: #f8f7f3;
  }
  nav[role=navigation] .menucc1 .mc_right ul li {
    background-color: #efedeb;
  }
  .mccb {
    padding: 25px 25px;
  }
  /* blog */
  nav[role=navigation] ul.ccm li {
    width: 25%;
    height: 46px;
    display: block;
    float: left;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm li:last-child {
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm li a {
    height: 46px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 46px;
    color: #444;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: auto 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  nav[role=navigation] ul.ccm li a:hover {
    background-color: #fcfbf7;
    box-shadow: 0px 0px 4px #999;
    box-shadow-blend-mode: multiply;
  }
  nav[role="navigation"] .menucc1 .mc_left ul.ccm li a:hover {
    background-color: #fcfbf7;
    box-shadow: 0px 0px 4px #999;
    box-shadow-blend-mode: multiply;
  }
  nav[role="navigation"] .menucc1 .mc_right ul.ccm li a:hover {
    background-color: #f7f5f3;
    box-shadow: 0px 0px 4px #999;
  }
  .mtab_mob {
    display: none !important;
  }
  /*-------------------------------------------*/
  /* Mobile Menu */
  #mobmenu {
    display: none;
  }
  #mobmenu ul {
    display: none;
  }
  #mobmenu p {
    display: none;
  }
  #mobmenu p a {
    display: none;
  }
  #mobmenu span {
    display: none;
  }
  #mobmenu span .mt_s {
    display: none;
  }
  #mobmenu ul li {
    display: none;
  }
  #mobmenu ul li a {
    display: none;
  }
  #mobmenu li a:active {
    display: none;
  }
  /*----------------------------------------------------------------------------------------------*/
  /* Footer */
  #footer {
    width: 100%;
    height: auto;
    display: block;
  }
  #footer #ftbody {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  #footer #ftbody #ftm {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
    background-color: #32353F;
  }
  .ftncc {
    width: 16.6666666666666666666666%;
    height: auto;
    display: block;
    float: left;
    padding: 25px;
  }
  .ftncc h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
    letter-spacing: -1px;
    color: #F66511;
  }
  #footer #ftbody ul {}
  #footer #ftbody li {
    font-size: 0.8em;
  }
  #footer p {
    width: 100%;
    height: 40px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    color: #eee;
    line-height: 40px !important;
    text-align: center;
  }
  #footer a {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px;
    border-bottom: 1px dotted #555;
    color: #eee;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #footer a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #F66511;
  }
}
/* Style for TabletPCs Large models */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #wrapper {
    width: auto;
    height: auto;
    font-size: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
  }
  img {
    -ms-interpolation-mode: bicubic;
  }
  .pc {
    display: block;
  }
  .phone {
    display: none;
  }
  /* Header */
  #header {
    width: 100%;
    display: block;
    background-color: #fff;
    box-shadow: 0px 5px 15px #ccc;
    box-shadow-blend-mode: multiply;
    /*position: fixed;
	z-index: 11000;*/
    position: absolute;
    z-index: 11000;
  }
  #header #hrbody {
    width: 100%;
    max-width: 1400px;
    height: 150px;
    display: block;
    margin: 0 auto;
    padding: 25px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header.smaller #hrbody {
    height: 60px;
    padding: 5px 0;
  }
  #header #hrbody p#menubn {
    width: 35%;
    height: auto;
    display: block;
    float: left;
  }
  #header #hrbody p#menubn a.menu-link {
    width: 60px;
    height: 60px;
    display: block;
    background-image: url(../img/header/ic-menu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 60px;
    text-decoration: none;
    margin-top: 20px;
    margin-left: 40px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header #hrbody h1 {
    width: 30%;
    height: auto;
    display: block;
    float: left;
  }
  #header h1 a {
    width: 200px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-image: url(../img/header/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 80px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header #hrbody #hrright {
    width: 35%;
    height: 100px;
    display: block;
    float: right;
  }
  #header.smaller #hrbody h1 a {
    width: 200px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background-image: url(../img/header/logo-txt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 20px;
    text-indent: -9999px;
  }
  #header.smaller #hrbody p#menubn a.menu-link {
    width: 200px;
    height: 50px;
    display: block;
    background-image: url(../img/header/ic-menu-txt.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 20px;
    text-decoration: none;
    margin-top: 0px;
    margin-left: 40px;
    text-indent: -9999px;
  }
  /* Menu */
  #menubody {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    /*	margin-bottom: 20px;
	box-shadow: 0px 5px 15px #999;
	box-shadow-blend-mode: multiply;
	position: absolute;
	z-index: 12000;*/
  }
  nav[role=navigation] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role=navigation].active {
    max-height: 3000px;
  }
  nav[role=navigation] a {
    width: auto;
    height: auto;
    text-decoration: none;
    display: block;
  }
  nav[role=navigation] .menucc0 {
    /*	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	background: #141e77;
	background: -moz-linear-gradient(left, #141e77 0%, #141e3e 100%);
	background: -webkit-linear-gradient(left, #141e77 0%, #141e3e 100%);
	background: linear-gradient(to right, #141e77 0%, #141e3e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141e77', endColorstr='#141e3e', GradientType=1 );*/
    display: none;
  }
  nav[role=navigation] .menucc1 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #fff;
  }
  /* Menu title */
  .mctitle {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #d5d5d5;
    padding: 25px 10px 5px;
    box-shadow: 0px 0px 4px #999;
    box-shadow-blend-mode: multiply;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
  }
  .mctitle2 {
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 25px 10px 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
  }
  .mctitle3 {
    width: 100%;
    height: auto;
    display: block;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 25px 10px 5px;
    box-shadow: 0px 0px 4px #999;
    box-shadow-blend-mode: multiply;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
  }
  nav[role=navigation] h2.mcth2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #272C5B;
    font-family: 'Montserrat', sans-serif;
    float: left;
    letter-spacing: -1px;
  }
  nav[role=navigation] h3.mcth3 {
    font-size: 0.8em;
    font-weight: 700;
    line-height: 30px;
    color: #7F819A;
    float: right;
  }
  nav[role=navigation] h2.mcth2b {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    float: left;
    letter-spacing: -1px;
  }
  nav[role=navigation] h3.mcth3b {
    font-size: 0.8em;
    font-weight: 700;
    line-height: 30px;
    color: #ccc;
    float: right;
  }
  /* Main menu */
  #mc_mainmenu {
    width: 100%;
    height: auto;
    display: block;
  }
  nav[role=navigation] ul.ccm1 li {
    width: 33.333333%;
    height: 40px;
    display: block;
    float: left;
    border-right: 1px solid #7D84A2;
    border-bottom: 1px solid #7D84A2;
  }
  nav[role=navigation] ul.ccm1 li:first-child {}
  nav[role=navigation] ul.ccm1 li a {
    height: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 38px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  nav[role=navigation] ul.ccm1 li a:hover {
    color: #fff;
    background-color: #F87713;
  }
  /* Maker stock */
  #mc_makerstock {
    width: 100%;
    height: auto;
    display: block;
  }
  nav[role=navigation] #ccm_stn_m0 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-right: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm_stn_m li {
    width: 25%;
    height: 46px;
    display: block;
    float: left;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm_stn_m li:last-child {
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm_stn_m li a {
    height: 46px;
    padding-left: 30px;
    padding-right: 10px;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 46px;
    color: #444;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: auto 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  nav[role=navigation] ul.ccm_stn_m li a:hover {
    background-color: #f8fdff;
    box-shadow: 0px 0px 4px #999;
    box-shadow-blend-mode: multiply;
  }
  /* Emblems */
  nav[role=navigation] ul.ccm_stn_m li a#stn-mercedes {
    background-image: url(../img/makerlogo/mercedes.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-amg {
    background-image: url(../img/makerlogo/amg.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-bmw {
    background-image: url(../img/makerlogo/bmw.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-m {
    background-image: url(../img/makerlogo/m.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-mini {
    background-image: url(../img/makerlogo/mini.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-audi {
    background-image: url(../img/makerlogo/audi.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-vw {
    background-image: url(../img/makerlogo/vw.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-porsche {
    background-image: url(../img/makerlogo/porsche.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-us {
    background-image: url(../img/makerlogo/us.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-alfaromeo {
    background-image: url(../img/makerlogo/alfaromeo.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-france {
    background-image: url(../img/makerlogo/france.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-italy {
    background-image: url(../img/makerlogo/italy.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-maserati {
    background-image: url(../img/makerlogo/maserati.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-other {
    background-image: url(../img/makerlogo/other.png);
  }
  /* Shop Guide  */
  nav[role=navigation] #mc_sg {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* Warranty  */
  nav[role=navigation] #mc_wt {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* Shop stock */
  nav[role=navigation] #mc_stn {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  nav[role=navigation] ul.ccm_stn li {
    width: 16.666%;
    height: 46px;
    display: block;
    float: left;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm_stn li:last-child {
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm_stn li a {
    height: 46px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 46px;
    color: #444;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: auto 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  nav[role=navigation] ul.ccm_stn li a:hover {
    background-color: #f8fdff;
    box-shadow: 0px 0px 4px #999;
    box-shadow-blend-mode: multiply;
  }
  nav[role=navigation] .menucc1 {
    /*width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	background-color: #fff;*/
    display: none;
  }
  nav[role=navigation] .menucc1 .mc_left {
    width: 50%;
    height: auto;
    display: block;
    float: left;
  }
  nav[role=navigation] .menucc1 .mc_right {
    width: 50%;
    height: auto;
    display: block;
    float: right;
  }
  nav[role=navigation] .menucc1 .mc_left ul li {
    background-color: #f8f7f3;
  }
  nav[role=navigation] .menucc1 .mc_right ul li {
    background-color: #efedeb;
  }
  .mccb {
    padding: 25px 25px;
  }
  /* blog */
  nav[role=navigation] ul.ccm li {
    width: 33.333333%;
    height: 46px;
    display: block;
    float: left;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm li:last-child {
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav[role=navigation] ul.ccm li a {
    height: 46px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 46px;
    color: #444;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: auto 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  nav[role=navigation] ul.ccm li a:hover {
    background-color: #FAF5E6;
    box-shadow: 0px 0px 4px #999;
    box-shadow-blend-mode: multiply;
  }
  nav[role="navigation"] .menucc1 .mc_left ul.ccm li a:hover {
    background-color: #fcfbf7;
    box-shadow: 0px 0px 4px #999;
    box-shadow-blend-mode: multiply;
  }
  nav[role="navigation"] .menucc1 .mc_right ul.ccm li a:hover {
    background-color: #f7f5f3;
    box-shadow: 0px 0px 4px #999;
  }
  .mtab {
    display: none !important;
  }
  .mtab_mob {}
  /*-------------------------------------------*/
  /* Mobile Menu */
  /* Mobile Menu */
  #mobmenu {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
  }
  #mobmenu ul {
    display: none;
  }
  #mobmenu p {
    cursor: pointer;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 50px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #d0d0d0;
  }
  #mobmenu p a {
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    color: #333;
  }
  #mobmenu span {
    cursor: pointer;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 50px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #d0d0d0;
    background-image: url(../img/header/ic-sub.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 50%;
  }
  #mobmenu span .mt_s {
    font-size: 0.8em !important;
  }
  #mobmenu ul li {
    cursor: pointer;
  }
  #mobmenu ul li a {
    width: auto;
    height: auto;
    display: block;
    padding: 0 10px 0 20px;
    font-size: 12px;
    line-height: 40px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dotted #5F6578;
    background-color: #141e3e;
  }
  #mobmenu li a:active {
    background-color: #890330;
  }
  /*----------------------------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------------------------*/
  /* Footer */
  #footer {
    width: 100%;
    height: auto;
    display: block;
  }
  #footer #ftbody {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  #footer #ftbody #ftm {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 20px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
    background-color: #32353F;
  }
  .ftncc {
    width: 33.333333%;
    height: auto;
    display: block;
    float: left;
    padding: 5px;
  }
  .ftncc h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
    letter-spacing: -1px;
    color: #F66511;
  }
  #footer #ftbody ul {}
  #footer #ftbody li {
    font-size: 0.8em;
  }
  #footer p {
    width: 100%;
    height: 40px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    color: #eee;
    line-height: 40px !important;
    text-align: center;
  }
  #footer a {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px;
    border-bottom: 1px dotted #555;
    color: #eee;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #footer a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #F66511;
  }
}
/* Style for TabletPCs Large models */
@media screen and (min-width: 481px) and (max-width: 768px) {
  #wrapper {
    width: auto;
    height: auto;
    font-size: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
  }
  img {
    -ms-interpolation-mode: bicubic;
  }
  .pc {
    display: block;
  }
  .phone {
    display: none;
  }
  /* Header */
  #header {
    width: 100%;
    display: block;
    background-color: #fff;
    box-shadow: 0px 5px 15px #ccc;
    box-shadow-blend-mode: multiply;
    /*position: fixed;
	z-index: 11000;*/
    position: absolute;
    z-index: 11000;
  }
  #header #hrbody {
    width: 100%;
    height: 150px;
    display: block;
    margin: 0 auto;
    padding: 25px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /*#header.smaller #hrbody {
	height: 60px;
	padding: 5px 0;
}*/
  #header #hrbody p#menubn {
    width: 35%;
    height: auto;
    display: block;
    float: left;
  }
  #header #hrbody p#menubn a.menu-link {
    width: 60px;
    height: 60px;
    display: block;
    background-image: url(../img/header/ic-menu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 60px;
    text-decoration: none;
    margin-top: 20px;
    margin-left: 20px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header #hrbody h1 {
    width: 30%;
    height: auto;
    display: block;
    float: left;
  }
  #header h1 a {
    width: 100%;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-image: url(../img/header/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 80px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header #hrbody #hrright {
    width: 35%;
    height: 100px;
    display: block;
    float: right;
  }
  /*#header.smaller #hrbody h1 a {
	width: 100%;
	height: 50px;
	display: block;
	margin: 0 auto;
	background-image: url(../img/header/logo-txt.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 15px;
	text-indent: -9999px;
}
#header.smaller #hrbody p#menubn a.menu-link {
	width: 100%;
	height: 50px;
	display: block;
	background-image: url(../img/header/ic-menu-txt.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 20px;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 20px;
	text-indent: -9999px;
}*/
  /* Menu */
  #menubody {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    /*	margin-bottom: 20px;
	box-shadow: 0px 5px 15px #999;
	box-shadow-blend-mode: multiply;
	position: absolute;
	z-index: 12000;*/
  }
  nav[role=navigation] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role=navigation].active {
    max-height: 3000px;
  }
  nav[role=navigation] a {
    width: auto;
    height: auto;
    text-decoration: none;
    display: block;
  }
  nav[role=navigation] .menucc0 {
    display: none;
  }
  nav[role=navigation] .menucc1 {
    display: none;
  }
  /* Menu title */
  .mctitle {
    display: none;
  }
  .mctitle2 {
    display: none;
  }
  .mctitle3 {
    display: none;
  }
  nav[role=navigation] h2.mcth2 {
    display: none;
  }
  nav[role=navigation] h3.mcth3 {
    display: none;
  }
  nav[role=navigation] h2.mcth2b {
    display: none;
  }
  nav[role=navigation] h3.mcth3b {
    display: none;
  }
  /* Main menu */
  #mc_mainmenu {
    display: none;
  }
  nav[role=navigation] ul.ccm1 li {
    display: none;
  }
  nav[role=navigation] ul.ccm1 li:first-child {}
  nav[role=navigation] ul.ccm1 li a {
    display: none;
  }
  nav[role=navigation] ul.ccm1 li a:hover {
    display: none;
  }
  /* Maker stock */
  #mc_makerstock {
    display: none;
  }
  nav[role=navigation] #ccm_stn_m0 {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn_m li {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn_m li:last-child {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn_m li a {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn_m li a:hover {
    display: none;
  }
  /* Emblems */
  nav[role=navigation] ul.ccm_stn_m li a#stn-mercedes {
    background-image: url(../img/makerlogo/mercedes.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-amg {
    background-image: url(../img/makerlogo/amg.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-bmw {
    background-image: url(../img/makerlogo/bmw.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-m {
    background-image: url(../img/makerlogo/m.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-mini {
    background-image: url(../img/makerlogo/mini.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-audi {
    background-image: url(../img/makerlogo/audi.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-vw {
    background-image: url(../img/makerlogo/vw.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-porsche {
    background-image: url(../img/makerlogo/porsche.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-us {
    background-image: url(../img/makerlogo/us.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-alfaromeo {
    background-image: url(../img/makerlogo/alfaromeo.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-france {
    background-image: url(../img/makerlogo/france.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-italy {
    background-image: url(../img/makerlogo/italy.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-maserati {
    background-image: url(../img/makerlogo/maserati.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-other {
    background-image: url(../img/makerlogo/other.png);
  }
  /* Shop Guide  */
  nav[role=navigation] #mc_stn {
    display: none;
  }
  /* Warranty  */
  nav[role=navigation] #mc_stn {
    display: none;
  }
  /* Shop stock */
  nav[role=navigation] #mc_stn {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn li {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn li:last-child {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn li a {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn li a:hover {
    display: none;
  }
  nav[role=navigation] .menucc1 {
    display: none;
  }
  nav[role=navigation] .menucc1 .mc_left {
    display: none;
  }
  nav[role=navigation] .menucc1 .mc_right {
    display: none;
  }
  .mccb {
    display: none;
  }
  /* blog */
  nav[role=navigation] ul.ccm li {
    display: none;
  }
  nav[role=navigation] ul.ccm li:last-child {
    display: none;
  }
  nav[role=navigation] ul.ccm li a {
    display: none;
  }
  nav[role=navigation] ul.ccm li a:hover {
    display: none;
  }
  .mtab {
    display: none !important;
  }
  .mtab_mob {}
  /*-------------------------------------------*/
  /* Mobile Menu */
  #mobmenu {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
  }
  #mobmenu ul {
    display: none;
  }
  #mobmenu p {
    cursor: pointer;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 50px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #d0d0d0;
  }
  #mobmenu p a {
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    color: #333;
  }
  #mobmenu span {
    cursor: pointer;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 50px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #d0d0d0;
    background-image: url(../img/header/ic-sub.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 50%;
  }
  #mobmenu span .mt_s {
    font-size: 0.8em !important;
  }
  #mobmenu ul li {
    cursor: pointer;
  }
  #mobmenu ul li a {
    width: auto;
    height: auto;
    display: block;
    padding: 0 10px 0 20px;
    font-size: 12px;
    line-height: 40px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dotted #5F6578;
    background-color: #141e3e;
  }
  #mobmenu li a:active {
    background-color: #890330;
  }
  /*----------------------------------------------------------------------------------------------*/
  /* Footer */
  #footer {
    width: 100%;
    height: auto;
    display: block;
  }
  #footer #ftbody {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  #footer #ftbody #ftm {
    display: none;
  }
  .ftncc {
    display: none;
  }
  .ftncc h3 {
    display: none;
  }
  #footer #ftbody ul {}
  #footer #ftbody li {
    display: none;
  }
  #footer p {
    width: 100%;
    height: 40px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    color: #eee;
    line-height: 40px !important;
    text-align: center;
  }
  #footer a {
    display: none;
  }
  #footer a:hover {
    display: none;
  }
}
/* Style for Smartphonea */
@media screen and (max-width: 480px) {
  #wrapper {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 150%;
    min-width: 320px;
    position: relative;
    background-color: #fff;
  }
  img, object, embed {
    max-width: 100%;
    height: auto;
  }
  img {
    -ms-interpolation-mode: bicubic;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  /*--------------------------------------------*/
  /* Header */
  #header {
    width: 100%;
    display: block;
    background-color: #fff;
    box-shadow: 0px 5px 15px #ccc;
    box-shadow-blend-mode: multiply;
  }
  #header #hrbody {
    width: 100%;
    height: 90px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header.smaller #hrbody {
    height: 90px;
  }
  #header #hrbody p#menubn {
    width: 50%;
    height: auto;
    display: block;
    float: left;
  }
  #header #hrbody p#menubn a.menu-link {
    width: 70px;
    height: 70px;
    display: block;
    background-image: url(../img/header/ic-menu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 70px;
    text-decoration: none;
    margin-top: 10px;
    padding-left: 10px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header #hrbody h1 {
    width: 50%;
    height: auto;
    display: block;
    float: right;
    padding-right: 10px;
  }
  #header h1 a {
    width: 100%;
    height: 90px;
    display: block;
    margin: 0 auto;
    background-image: url(../img/header/logo.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 70px;
    text-indent: -9999px;
  }
  #header #hrbody #hrright {
    display: none;
  }
  #header.smaller #hrbody h1 a {
    width: 100%;
    height: 90px;
    display: block;
    margin: 0 auto;
    background-image: url(../img/header/logo.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 70px;
    text-indent: -9999px;
  }
  #header.smaller #hrbody p#menubn a.menu-link {
    width: 70px;
    height: 70px;
    display: block;
    background-image: url(../img/header/ic-menu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 70px;
    text-decoration: none;
    margin-top: 10px;
    padding-left: 10px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* Menu */
  #menubody {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
  }
  nav[role=navigation] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role=navigation].active {
    max-height: 3000px;
  }
  nav[role=navigation] a {
    width: auto;
    height: auto;
    text-decoration: none;
    display: block;
  }
  nav[role=navigation] .menucc0 {
    display: none;
  }
  nav[role=navigation] .menucc1 {
    display: none;
  }
  /* Menu title */
  .mctitle {
    display: none;
  }
  .mctitle2 {
    display: none;
  }
  .mctitle3 {
    display: none;
  }
  nav[role=navigation] h2.mcth2 {
    display: none;
  }
  nav[role=navigation] h3.mcth3 {
    display: none;
  }
  nav[role=navigation] h2.mcth2b {
    display: none;
  }
  nav[role=navigation] h3.mcth3b {
    display: none;
  }
  /* Main menu */
  #mc_mainmenu {
    display: none;
  }
  nav[role=navigation] ul.ccm1 li {
    display: none;
  }
  nav[role=navigation] ul.ccm1 li:first-child {}
  nav[role=navigation] ul.ccm1 li a {
    display: none;
  }
  nav[role=navigation] ul.ccm1 li a:hover {
    display: none;
  }
  /* Maker stock */
  #mc_makerstock {
    display: none;
  }
  nav[role=navigation] #ccm_stn_m0 {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn_m li {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn_m li:last-child {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn_m li a {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn_m li a:hover {
    display: none;
  }
  /* Emblems */
  nav[role=navigation] ul.ccm_stn_m li a#stn-mercedes {
    background-image: url(../img/makerlogo/mercedes.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-amg {
    background-image: url(../img/makerlogo/amg.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-bmw {
    background-image: url(../img/makerlogo/bmw.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-m {
    background-image: url(../img/makerlogo/m.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-mini {
    background-image: url(../img/makerlogo/mini.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-audi {
    background-image: url(../img/makerlogo/audi.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-vw {
    background-image: url(../img/makerlogo/vw.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-porsche {
    background-image: url(../img/makerlogo/porsche.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-us {
    background-image: url(../img/makerlogo/us.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-alfaromeo {
    background-image: url(../img/makerlogo/alfaromeo.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-france {
    background-image: url(../img/makerlogo/france.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-italy {
    background-image: url(../img/makerlogo/italy.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-maserati {
    background-image: url(../img/makerlogo/maserati.png);
  }
  nav[role=navigation] ul.ccm_stn_m li a#stn-other {
    background-image: url(../img/makerlogo/other.png);
  }
  /* Shop stock */
  nav[role=navigation] #mc_stn {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn li {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn li:last-child {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn li a {
    display: none;
  }
  nav[role=navigation] ul.ccm_stn li a:hover {
    display: none;
  }
  nav[role=navigation] .menucc1 {
    display: none;
  }
  nav[role=navigation] .menucc1 .mc_left {
    display: none;
  }
  nav[role=navigation] .menucc1 .mc_right {
    display: none;
  }
  .mccb {
    display: none;
  }
  /* blog */
  nav[role=navigation] ul.ccm li {
    display: none;
  }
  nav[role=navigation] ul.ccm li:last-child {
    display: none;
  }
  nav[role=navigation] ul.ccm li a {
    display: none;
  }
  nav[role=navigation] ul.ccm li a:hover {
    display: none;
  }
  .mtab {
    display: none !important;
  }
  .mtab_mob {}
  /*-------------------------------------------*/
  /* Mobile Menu */
  #mobmenu {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
  }
  #mobmenu ul {
    display: none;
  }
  #mobmenu p {
    cursor: pointer;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 50px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #d0d0d0;
  }
  #mobmenu p a {
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    color: #333;
  }
  #mobmenu span {
    cursor: pointer;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 50px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #d0d0d0;
    background-image: url(../img/header/ic-sub.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 50%;
  }
  #mobmenu span .mt_s {
    font-size: 0.8em !important;
  }
  #mobmenu ul li {
    cursor: pointer;
  }
  #mobmenu ul li a {
    width: auto;
    height: auto;
    display: block;
    padding: 0 10px 0 20px;
    font-size: 12px;
    line-height: 40px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dotted #5F6578;
    background-color: #141e3e;
  }
  #mobmenu li a:active {
    background-color: #890330;
  }
  /*----------------------------------------------------------------------------------------------*/
  /* Footer */
  #footer {
    width: 100%;
    height: auto;
    display: block;
  }
  #footer #ftbody {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  #footer #ftbody #ftm {
    display: none;
  }
  .ftncc {
    display: none;
  }
  .ftncc h3 {
    display: none;
  }
  #footer #ftbody ul {}
  #footer #ftbody li {
    display: none;
  }
  #footer p {
    width: 100%;
    height: 40px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    color: #eee;
    line-height: 40px !important;
    text-align: center;
  }
  #footer a {
    display: none;
  }
  #footer a:hover {
    display: none;
  }
}