/*
       _____ ______
      / ___// ____/
      \__ \/ /_
     ___/ / __/ (c) 2014
    /____/_/ sasaforic.com
*/
a, .button {
  transition: color 300ms ease-in-out, text-shadow 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, text-shadow 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out; }

#header .cnt:before, #fitness .cnt:before, #fitness-webshop .cnt:before, #bike .cnt:before, #footer .cnt:before {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  content: "";
  transform: skew(20deg);
  -webkit-transform: skew(20deg);
  z-index: -1; }
  @media (max-width: 767px) {
    #header .cnt:before, #fitness .cnt:before, #fitness-webshop .cnt:before, #bike .cnt:before, #footer .cnt:before {
      content: none; } }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0; }

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace; }

pre {
  overflow: auto; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

form {
  margin: 0; }

fieldset {
  border: 0; }

legend {
  padding: 0;
  border: 0; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0; }

button {
  padding: 0;
  overflow: visible; }

button,
select {
  text-transform: none; }

html button,
html input[type="button"],
html input[type="reset"],
html input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

html button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

textarea,
input[type="url"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"] {
  border-radius: 0;
  -webkit-appearance: none; }

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table th,
  table td {
    padding: 0; }

.ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

.clr:after {
  display: table;
  clear: both;
  content: ""; }

.browsehappy {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: #c00;
  padding: 20px;
  z-index: 999999; }
  .browsehappy a {
    text-decoration: underline;
    color: #fff; }

html {
  overflow-x: hidden; }

body {
  min-width: 320px;
  font-weight: 400;
  font-family: Arial;
  color: #656565;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 20px; }

a {
  text-decoration: none;
  color: #333; }
  a:hover {
    text-decoration: underline;
    color: #00f; }

::selection, ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc; }

textarea,
input[type="url"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"] {
  -webkit-font-smoothing: antialiased; }
  textarea::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder {
    color: #656565;
    opacity: 1; }
  textarea:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder {
    color: #656565;
    opacity: 1; }
  textarea::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder {
    color: #656565;
    opacity: 1; }
  textarea:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder {
    color: #656565;
    opacity: 1; }

.button {
  display: inline-block;
  position: relative;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 60px 0 30px;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased; }
  .button:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 0; }
  .button:after {
    position: absolute;
    top: 50%;
    right: 7px;
    content: "";
    margin: -5px 0 0 0;
    border: 5px solid transparent;
    border-left-color: #fff; }
  .button:hover {
    text-decoration: none;
    color: #fff; }

.cnt {
  position: relative;
  width: 940px;
  padding: 50px 10px;
  margin: 0 auto; }
  @media (max-width: 939px) {
    .cnt {
      width: 768px; } }
  @media (max-width: 767px) {
    .cnt {
      width: auto;
      padding: 10px; } }

.hidden {
  display: none; }

.cols {
  margin: 0 -40px 0 0; }
  @media (max-width: 939px) {
    .cols {
      margin-right: -20px; } }
  @media (max-width: 767px) {
    .cols {
      margin-right: 0; } }
  .cols .col {
    float: left;
    width: 50%;
    padding: 0 40px 0 0; }
    .invert .cols .col {
      float: right; }
      @media (max-width: 767px) {
        .invert .cols .col {
          float: none; } }
    @media (max-width: 939px) {
      .cols .col {
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .cols .col {
        float: none;
        width: auto;
        padding: 20px 0 0 0; }
        .cols .col:first-child {
          padding-top: 0; } }
  .cols img {
    display: block;
    max-width: 100%; }

.aligncenter {
  text-align: center; }

h1,
h3 {
  color: #333;
  padding: 0 0 10px 0;
  font-size: 18px;
  line-height: 24px; }

p {
  padding: 0 0 20px 0; }

dl {
  padding: 0 0 20px 0; }
  dl dt,
  dl dd {
    float: left; }
  dl dt {
    clear: left;
    width: 75px; }
  dl dd {
    color: #333; }

ul {
  padding: 0 0 20px 0; }
  ul li {
    padding: 0 0 20px 30px; }
  ul span {
    color: #333;
    margin: 0 0 0 -30px; }

img {
  display: block;
  margin: 0 auto; }

@media (max-width: 767px) {
  #header {
    padding-top: 10px; } }
#header .cnt:before {
  left: -175%;
  background: #f4f4f4; }
#header .cnt > * {
  padding-left: 35%; }
  @media (max-width: 767px) {
    #header .cnt > * {
      padding-left: 0; } }

#fitness {
  padding: 140px 0; }
  @media (max-width: 939px) {
    #fitness {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    #fitness {
      padding: 0 0 20px 0; } }
  #fitness .cnt:before {
    right: -175%;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    background: #fc9f19;
    background: -webkit-linear-gradient(top, #fc9f19 0%, #ff800a 100%);
    background: linear-gradient(to bottom, #fc9f19 0%, #ff800a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc9f19", endColorstr="#ff800a",GradientType=0); }
  #fitness .logo img {
    margin: 0 auto 20px auto; }
  #fitness .button {
    background: #fc9f19;
    background: -webkit-linear-gradient(top, #fc9f19 0%, #ff800a 100%);
    background: linear-gradient(to bottom, #fc9f19 0%, #ff800a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc9f19", endColorstr="#ff800a",GradientType=0); }

#fitness-webshop .cnt:before {
  left: -175%;
  background: #cc3300;
  background: -webkit-linear-gradient(top, #cc3300 0%, #a02a04 100%);
  background: linear-gradient(to bottom, #cc3300 0%, #a02a04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc3300", endColorstr="#a02a04",GradientType=0); }
#fitness-webshop .logo img {
  margin: 0 auto 20px auto; }
#fitness-webshop .button {
  background: #cc3300;
  background: -webkit-linear-gradient(top, #cc3300 0%, #a02a04 100%);
  background: linear-gradient(to bottom, #cc3300 0%, #a02a04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc3300", endColorstr="#a02a04",GradientType=0); }

#bike {
  padding: 140px 0; }
  @media (max-width: 939px) {
    #bike {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    #bike {
      padding: 20px 0; } }
  #bike .cnt:before {
    right: -175%;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    background: #567894;
    background: -webkit-linear-gradient(top, #567894 0%, #01355f 100%);
    background: linear-gradient(to bottom, #567894 0%, #01355f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#567894", endColorstr="#01355f",GradientType=0); }
  #bike .logo img {
    margin: 0 auto 20px auto; }
  #bike .button {
    background: #567894;
    background: -webkit-linear-gradient(top, #567894 0%, #01355f 100%);
    background: linear-gradient(to bottom, #567894 0%, #01355f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#567894", endColorstr="#01355f",GradientType=0); }

#footer .cnt:before {
  left: -175%;
  background: #f4f4f4; }
#footer .cnt > * {
  padding-left: 35%; }
  @media (max-width: 767px) {
    #footer .cnt > * {
      padding-left: 0; } }
@media (max-width: 939px) {
  #footer ul {
    padding-bottom: 0; } }
