
/* AKO CAR COLOURED
-------------------------------------------------- */


/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}


/* Images
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
}


/* Links
-------------------------------------------------- */
a {
  color: #444;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
}
a:hover {
  color: #000;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}


/* Site
-------------------------------------------------- */
html {
  height: 101%;
  font-family: Helvetica,HelveticaNeue,"Helvetica Neue",Arial,sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
}
body {
  position: relative;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 1.5;
  max-width: 48em;
  background: #fff;
  color: #222;
}


/* Header
-------------------------------------------------- */
.header {
  height: 4.8em; /* 92 */
  margin-bottom: .6em; /* 12 */
  padding: .6em 1.2em; /* 12 24 */
}
.blue {
  background: #fff url(../corporate/header_blue.png) top center no-repeat;
}
.brown {
  background: #fff url(../corporate/header_brown.png) top center no-repeat;
}
.green {
  background: #fff url(../corporate/header_green.png) top center no-repeat;
}
.orange {
  background: #fff url(../corporate/header_orange.png) top center no-repeat;
}
.purple {
  background: #fff url(../corporate/header_purple.png) top center no-repeat;
}
.red {
  background: #fff url(../corporate/header_red.png) top center no-repeat;
}
.logo {
  display: block;
  max-width: 100%;
}


@media screen and (min-width: 48em) {
  .header {
    height: 7.2em; /* 144 */
    margin-bottom: 3.6em; /* 12 + 48 + 12 */
  }
}


/* Jump Links
-------------------------------------------------- */
.gomenu {
  display: block;
  font-size: 1em; /* 20 */
  line-height: 2.4; /* 48 */
  padding: 0 1.2em; /* 24 */
  margin-bottom: .6em; /* 12 */
  color: #fff;
  text-align: center;
  background: #333;
}
.gomenu:hover {
  color: #ccc;
}


@media screen and (min-width: 48em) {
  .gomenu {
    position: absolute;
    top: -999999em;
    left: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}


/* Navigation
-------------------------------------------------- */
.nav ul {
  list-style: none;
}
#menu {
  margin-bottom: .6em;
  padding-top: 2.4em;/* 48 */
  padding-bottom: 4.8em;/* 96 */
  background: #555 url(../corporate/menu.png) top center no-repeat;
}
#menu h2 {
  font-size: .75em; /* 15 */
  line-height: 3.2; /* 48 */
  padding: 0 1.6em; /* 24 */
  margin-bottom: 0;
  border-bottom: 1px dotted #aaa;
  color: #ccc;
  text-align: center;
  font-weight: 400;
}
.menu-main {
  margin-bottom: 2.4em; /* 96 */
}
.menu-main a {
  display: block;
  font-size: 1em; /* 20 */
  line-height: 2.4; /* 48 */
  padding: 0 1em; /* 24 */
  border-bottom: 1px dotted #aaa;
  color: #fff;
  text-align: center;
}
.menu-main a:hover {
  background: #333;
}
.menu-shop a {
  display: block;
  font-size: 1em; /* 20 */
  line-height: 2.4; /* 48 */
  padding: 0 1em; /* 24 */
  border-bottom: 1px dotted #aaa;
  color: #fff;
  text-align: center;
}
.menu-shop a:hover {
  background: #0a9;
}


@media screen and (min-width: 48em) {
  #menu {
    position: absolute;
    top: 7.2em; /* 144 */
    top: 7.8em; /* 156 */
    left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: #333;
  }
  #menu h2 {
    position: absolute;
    top: -999999em;
    left: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .menu-main {
    margin-bottom: 0;
  }
  .menu-main li {
    float: left;
  }
  .menu-main a {
    border-bottom: none;
    background: #333;
  }
  .menu-shop li {
    float: right;
  }
  .menu-shop a {
    border-bottom: none;
    background: #0a9;
  }
}


/* Headings
-------------------------------------------------- */
h1, h2 {
  font-size: 1.8em; /* 36 */
  line-height: 1.34; /* 48 */
  margin: .34em 0; /* 12 */
  padding-top: .34em; /* 12 */
  font-weight: 600;
}
h1 a, h2 a {
  border: 0 !important;
}
small {
  font-size: .67em;
}


/* Main
-------------------------------------------------- */
.main {
  position: relative;
}
.main ul,
.main ol {
  margin: .6em 0; /* 12 */ /* body */
  margin-left: 1.2em; /* 24 */ /* body */
}
.main li {
  font-size: .8em; /* 16 */
  line-height: 1.5; /* 24 */
  margin: 0;
}
.main p {
  font-size: .8em; /* 16 */
  line-height: 1.5; /* 24 */
  margin: .75em 0; /* 12 */
}
.main figure {
  font-size: .8em; /* 16 */
  line-height: 1.5; /* 24 */
  margin: 0;
}
.main a {
  border-bottom: 2px solid #666;
}
.main a:hover {
  border-color: #222;
}
.main .price {
  font-size: 1.8em; /* 36 */
  line-height: 1.34; /* 48 */
  margin: .67em 0; /* 24 */
  margin-bottom: 0;
}


/* Section
-------------------------------------------------- */
.section {
  margin-bottom: .6em; /* 12 */
  padding: 0 1.2em; /* 0 24 */
  padding-bottom: 1.2em; /* 24 */
}
.bg-reed {
  background: #dda;
}
.bg-salmon {
  background: #eb9;
}
.bg-gray {
  background: #ccc;
}
.bg-plum {
  background: #cce;
}
.bg-white {
  background: #fff;
}


@media screen and (min-width: 48em) {
  .img-right figure {
    float: right;
    max-width: 48%;
  }
  .img-right h1,
  .img-right h2,
  .img-right p {
    margin-right: 52%;
  }
  .img-left figure {
    float: left;
    max-width: 48%;
  }
  .img-left h1,
  .img-left h2,
  .img-left p {
    margin-left: 52%;
  }
}


/* Footer
-------------------------------------------------- */
.footer {
  padding: 0; /* 12 0 */
}
.social {
  font-size: .75em; /* 15 */
  line-height: 1.6; /* 24 */
  padding: 1.6em; /* 24 */
}
.social img {
  display: inline;
  margin-right: .4em; /* 6 */
  vertical-align: middle;
}
.social a {
  margin-right: 1em; /* 15 */
  color: #aaa;
}
.copyright {
  font-size: .75em; /* 15 */
  line-height: 1.6; /* 24 */
  padding: 1.6em; /* 24 */
  border-top: 1px solid #ddd;
}
.copyright a {
  color: #aaa;
}


