@charset "UTF-8";
body {
  background-color: #f6f5f2; }

* {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #2e2d2a; }

img {
  display: block;
  border: none; }

blockquote {
  font-family: Georgia, serif !important;
  font-size: 13px;
  line-height: 18px; }
  blockquote p, blockquote a, blockquote abbr, blockquote span {
    font: inherit;
    color: inherit; }
  blockquote p:before {
    content: "“"; }
  blockquote p:after {
    content: "”"; }
  blockquote p + p {
    text-indent: 1em; }
  blockquote footer:before {
    content: "—"; }

h1, figure {
  margin: 0; }

abbr[title] {
  border-bottom: none; }

h1, h2, h3, h4, p, ul, li, cite, a, td, th {
  font-size: 12px;
  line-height: 18px; }

a, abbr, span {
  font: inherit;
  color: inherit; }

ul {
  list-style-type: square; }

li {
  margin-left: 18px; }

hr {
  margin: 18px 0;
  background-color: #ccc;
  height: 1px;
  border: none;
  outline-style: none; }

.border-error input {
  border-color: #e55a20;
  border-style: solid; }

ul.errorlist li {
  list-style-position: inside;
  color: #e55a20;
  font-weight: bold;
  padding: 0px;
  margin-left: 7px;
  margin-right: 0px; }

a.section {
  padding: 9px 18px; }

body > header {
  width: 100%; }
  body > header > div.logo {
    width: 50%;
    height: 90px;
    float: left;
    background-repeat: no-repeat; }
    body > header > div.logo.left {
      background-color: #383835;
      background-image: url("../images/top-logo-left.jpg");
      background-position: right; }
    body > header > div.logo.right {
      background-color: #161514;
      background-image: url("../images/top-logo-right.jpg");
      background-position: left; }
  body > header nav {
    clear: both;
    width: 792px;
    margin-left: auto;
    margin-right: auto; }
    body > header nav ul {
      float: left;
      list-style-type: none;
      background-image: url("../images/nav.png");
      width: 396px;
      padding: 9px 0; }
      body > header nav ul li {
        display: inline; }
        body > header nav ul li a {
          cursor: pointer; }
      body > header nav ul.main li {
        font-weight: bold;
        margin: 0 1em 0 0; }
        body > header nav ul.main li:first-child {
          margin-left: 9px; }
      body > header nav ul.site {
        text-align: right; }
        body > header nav ul.site li {
          margin: 0 0 0 1em; }
          body > header nav ul.site li:last-child {
            margin-right: 9px; }
  body > header div.site-language-switcher {
    clear: both;
    width: 792px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    margin-bottom: 18px; }
    body > header div.site-language-switcher p {
      margin-right: 9px; }
    body > header div.site-language-switcher span {
      cursor: pointer; }
      body > header div.site-language-switcher span.switch-to {
        text-decoration: underline; }
      body > header div.site-language-switcher span a {
        text-decoration: underline; }
body > section {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 792px; }
  body > section > header {
    display: inline;
    float: left;
    margin-left: 9px;
    margin-right: 9px;
    width: 774px; }
    body > section > header h1 {
      font-family: "Knockout 50 A", "Knockout 50 B";
      font-weight: 400;
      font-style: normal;
      text-rendering: optimizeLegibility;
      font-size: 34px;
      line-height: 36px; }
    body > section > header h1 + p {
      font-family: "Knockout 34 A", "Knockout 34 B";
      font-weight: 400;
      font-style: normal;
      text-rendering: optimizeLegibility;
      font-size: 16px;
      line-height: 18px; }
body section.promo {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 792px; }
  body section.promo div {
    display: inline;
    float: left;
    margin-left: 9px;
    margin-right: 9px;
    width: 774px;
    width: 750px;
    margin-bottom: 18px;
    border: 1px solid #cccbc8;
    padding: 9px;
    border-width: 3px;
    border-style: dotted;
    border-color: #787774; }
    body section.promo div h3 {
      text-align: center; }
    body section.promo div p {
      text-align: center;
      font-weight: bold;
      font-size: 15px; }
body > footer {
  clear: both;
  width: 792px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px; }
  body > footer nav.shortcuts ul {
    background-image: url("../images/bottom.png");
    list-style-type: none;
    padding: 9px 0;
    padding-left: 9px; }
    body > footer nav.shortcuts ul li {
      color: #fff;
      display: inline;
      border: none;
      margin: 0;
      margin-right: 1em; }
      body > footer nav.shortcuts ul li a {
        color: #fff; }
  body > footer p.copyrights {
    margin-bottom: 9px;
    padding-left: 9px; }

.tassman-color {
  color: #60a3b4;
  background-color: #60a3b4; }

.lounge-lizard-color {
  color: #ab2429;
  background-color: #ab2429; }

.ultra-analog-color {
  color: #658f30;
  background-color: #658f30; }

.string-studio-color {
  color: #e55a20;
  background-color: #e55a20; }

.strum-acoustic-color {
  color: #e8ad1f;
  background-color: #e8ad1f; }

.strum-electric-color {
  color: #6e375b;
  background-color: #6e375b; }

.chromaphone-color {
  color: #118177;
  background-color: #118177; }

.neutral-color {
  color: #6d6e67;
  background-color: #6d6e67; }

body > section {
  position: relative; }

ul.news-items {
  display: block; }
  ul.news-items li {
    margin-bottom: 18px;
    float: left;
    position: relative;
    background-color: #3e3d39; }
    ul.news-items li a {
      display: block; }
    ul.news-items li img {
      position: absolute;
      top: 0px;
      z-index: 0; }
    ul.news-items li h1, ul.news-items li p {
      color: white;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
    ul.news-items li div {
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%; }
      ul.news-items li div header {
        margin-bottom: 18px;
        margin: 72px 18px 18px 18px; }
        ul.news-items li div header div.color-square {
          width: 54px;
          height: 54px; }
        ul.news-items li div header h1 {
          font-family: "Knockout 50 A", "Knockout 50 B";
          font-weight: 400;
          font-style: normal;
          text-rendering: optimizeLegibility;
          font-size: 34px;
          line-height: 36px;
          text-transform: uppercase; }
          ul.news-items li div header h1 span {
            font-family: "Knockout 50 A", "Knockout 50 B";
            font-weight: 400;
            font-style: normal;
            text-rendering: optimizeLegibility;
            font-size: 34px;
            line-height: 36px;
            color: white;
            padding: 2px 7px;
            font-size: 17px;
            vertical-align: 6px;
            margin-left: 9px; }
        ul.news-items li div header p {
          font-family: "Knockout 34 A", "Knockout 34 B";
          font-weight: 400;
          font-style: normal;
          text-rendering: optimizeLegibility;
          font-size: 16px;
          line-height: 18px;
          text-transform: none; }
      ul.news-items li div p.offer {
        position: absolute;
        width: 100%;
        text-align: center;
        text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
        bottom: 162px;
        font-family: "Knockout 50 A", "Knockout 50 B";
        font-weight: 400;
        font-style: normal;
        text-rendering: optimizeLegibility;
        font-size: 108px;
        line-height: 108px; }
      ul.news-items li div p.end-date {
        position: absolute;
        font-family: "Knockout 51 A", "Knockout 51 B";
        font-weight: 400;
        font-style: normal;
        text-rendering: optimizeLegibility;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
        width: 100%;
        bottom: 36px; }
      ul.news-items li div header + p {
        font-family: "Knockout 51 A", "Knockout 51 B";
        font-weight: 400;
        font-style: normal;
        text-rendering: optimizeLegibility;
        font-size: 16px;
        line-height: 18px;
        margin: 0px 18px; }
        ul.news-items li div header + p span {
          font-family: "Knockout 51 A", "Knockout 51 B";
          font-weight: 400;
          font-style: normal;
          text-rendering: optimizeLegibility;
          font-size: 16px;
          line-height: 18px;
          color: white;
          padding: 1px 5px;
          font-size: 15px;
          vertical-align: 0px;
          text-transform: uppercase;
          text-shadow: none; }
  ul.news-items li.one {
    display: inline;
    float: left;
    margin-left: 9px;
    margin-right: 9px;
    width: 510px;
    height: 510px; }
  ul.news-items li.two {
    display: inline;
    float: left;
    margin-left: 9px;
    margin-right: 9px;
    width: 510px;
    height: 198px; }
  ul.news-items li.three {
    display: inline;
    float: left;
    margin-left: 9px;
    margin-right: 9px;
    width: 246px;
    height: 198px; }

aside {
  border: 1px solid #cccbc8;
  padding: 9px;
  background-color: #e5e4e1;
  padding: 9px;
  display: block;
  position: absolute;
  left: 536px;
  width: 227px;
  height: 490px; }
  aside select {
    width: 100%; }
  aside h2 {
    font-family: "Knockout 50 A", "Knockout 50 B";
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #2e2d2a; }
  aside section.site-shorcuts a {
    text-decoration: underline; }
  aside section.headlines span {
    color: white;
    padding: 1px 5px;
    font-size: smaller;
    font-weight: bold;
    margin-right: 9px; }

/*# sourceMappingURL=index.css.map */
