/* colors */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none; }

html, body {
  font-family: 'Fira Sans', sans-serif; }

body {
  text-align: center; }

p {
  color: #252525; }

.content {
  width: 100%;
  position: relative;
  text-align: left; }

#contact h1 {
  color: #2f7498; }

#contact_form {
  position: relative;
  display: inline-block;
  width: 1000px;
  min-height: 569px; }

#step-section {
  width: 100%;
  background: #2f7498;
  display: inline-block; }

.step-wrapper {
  width: 1000px;
  margin: 0 auto;
  display: inline-block; }
  .step-wrapper .steps {
    width: 28%;
    color: white;
    font-size: 22px;
    padding: 11px 0;
    display: inline-block;
    vertical-align: top; }

.step-arrow {
  width: 2.8%;
  display: inline-block; }
  .step-arrow img {
    width: 100%;
    vertical-align: middle; }

#step2 {
  width: 36%; }

/**
buttons **/
.btn-wrapper {
  width: 900px;
  margin: 0 auto 120px; }
  .btn-wrapper .left, .btn-wrapper .right {
    content: "";
    width: 200px;
    height: 45px;
    display: inline-block;
    box-sizing: border-box; }
    .btn-wrapper .left span, .btn-wrapper .right span {
      font-size: 18px;
      color: #fff;
      font-weight: 600;
      position: absolute;
      margin: 11px 0;
      width: inherit;
      transition: all 0.3s ease-out; }
    .btn-wrapper .left img, .btn-wrapper .right img {
      width: 100%;
      transition: all 0.3s ease-out; }

.left {
  opacity: 0;
  margin-right: 40px;
  pointer-events: none; }
  .left:hover img {
    margin-left: -6px; }
  .left:hover span {
    margin-left: -6px; }

.right {
  pointer-events: none; }
  .right:hover img {
    margin-left: 6px; }
  .right:hover span {
    margin-left: 6px; }

.button {
  z-index: 5;
  background: none;
  border: none; }

/**
 selectbox buttons
*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:hover {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); }

.btn-default {
  color: #333;
  background-color: #fff;
  margin: 1px;
  border-color: #ccc; }

.btn:first-child {
  display: none; }

.active {
  background: #754200;
  color: #fff;
  border: 1px solid #754200; }

/**
  contact-wrapper
*/
#contact-wrapper {
  position: relative;
  display: inline-block;
  width: 1000px;
  min-height: 300px; }

#info_body {
  width: 300px;
  margin: 20px auto 0; }

.info-btn {
  margin: 20px 0 60px;
  color: #fff;
  font-size: 16px !important; }

header {
  width: 1000px;
  height: 400px;
  margin: 50px auto 0; }

.logo {
  width: 300px;
  margin: 80px 0;
  float: left; }
  .logo img {
    width: 100%; }

#intro {
  width: 600px;
  margin: 20px 0 0 0;
  display: inline-block;
  text-align: justify; }
  #intro h1 {
    color: #2f7498; }
  #intro p {
    font-size: 16px;
    line-height: 24px;
    color: #252525; }
    #intro p span {
      font-weight: 600; }

nav {
  position: relative;
  display: inline-block;
  width: 300px;
  margin-top: 18px;
  float: right; }
  nav a {
    margin: 5px;
    font-size: 24px;
    color: #252525; }
    nav a:hover {
      text-decoration: underline; }

#products {
  opacity: 1;
  display: inline-block; }

.item-wrapper {
  width: 100%;
  margin: 80px auto;
  display: inline-block; }
  .item-wrapper .item {
    width: 22%;
    display: inline-block;
    margin-right: 4%;
    float: left;
    text-align: left; }
    .item-wrapper .item img {
      width: 100%; }
    .item-wrapper .item h3 {
      font-size: 20px;
      text-transform: uppercase;
      margin: 20px 0; }
      .item-wrapper .item h3 span {
        font-size: 14px;
        font-weight: 100;
        text-transform: initial; }
    .item-wrapper .item p {
      font-size: 18px;
      font-weight: 500; }
    .item-wrapper .item:last-child {
      margin-right: 0; }

select {
  -webkit-appearance: button;
  text-align: center;
  font-weight: 500;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 2px solid #754200;
  color: #754200;
  font-size: inherit;
  margin: 5px 0;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.special-wrapper {
  width: 1000px;
  margin: 100px auto 0;
  display: none !important; }
  .special-wrapper .item {
    width: 500px;
    height: 200px;
    text-align: left; }
    .special-wrapper .item img {
      float: left;
      height: 100%;
      margin-right: 20px; }
    .special-wrapper .item h3, .special-wrapper .item p {
      display: inline-block; }
    .special-wrapper .item h3 {
      font-size: 24px;
      margin-bottom: 10px; }
    .special-wrapper .item p {
      font-size: 16px;
      font-weight: 500;
      display: block; }
      .special-wrapper .item p span {
        font-size: 20px;
        color: #754200; }
    .special-wrapper .item button {
      background: #fa8a30;
      border: none;
      outline: none;
      border-bottom: 4px solid #db711d;
      color: #fff;
      padding: 5px;
      margin-top: 10px;
      transition: all 0.1s ease; }
      .special-wrapper .item button:active {
        margin-top: 12px;
        border-bottom: 2px solid #db711d; }

#accesoires {
  opacity: 0;
  display: none; }

.form-wrapper {
  width: 1000px;
  margin: 0 auto 50px;
  display: inline-block; }
  .form-wrapper form {
    display: inline-block; }

.second-wrapper {
  margin: 0 auto 50px; }

#offerte {
  margin: 50px 0;
  opacity: 1;
  display: none; }
  #offerte #contact_body {
    width: 450px;
    margin: 0 auto; }

.offerte-disc {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px; }
  .offerte-disc span {
    font-weight: 500; }
  .offerte-disc h1 {
    line-height: 1em; }

.form {
  width: 100%;
  text-align: left; }
  .form .long, .form .medium, .form .small {
    margin-top: 4px;
    font-weight: 100;
    border: 1px solid #b6b9c8;
    background: #fff;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 0.2s ease-out; }
    .form .long:hover, .form .long:active, .form .medium:hover, .form .medium:active, .form .small:hover, .form .small:active {
      -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
      background: #efefef; }
  .form label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block; }
    .form label span {
      display: block; }
  .form .long {
    width: 100%;
    margin-bottom: 10px; }
  .form .medium {
    width: 50%; }
  .form .short {
    width: 30%; }

[id$=Val] {
  font-size: 20px;
  color: #2f7498;
  padding: 4px 0 0; }

.product-title {
  margin-bottom: 10px !important; }

[id^="a10"], [id^="a20"] {
  margin-bottom: 30px; }
  [id^="a10"] .btn-group .btn:first-child, [id^="a20"] .btn-group .btn:first-child {
    display: inline-block !important; }

.required {
  display: inline-block !important;
  color: darkred; }

.product, .upload, .message {
  margin: 40px 0; }

.upload button {
  border: 2px solid #b6b9c8;
  background: #fff;
  padding: 5px; }

.message textarea {
  margin-top: 4px;
  width: 100%;
  min-height: 120px;
  border: 1px solid #b6b9c8;
  background: #fff;
  resize: vertical;
  font-weight: 100;
  background: #fff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: pre;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s ease-out; }
  .message textarea:hover, .message textarea:active {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    background: #efefef; }

.order {
  display: inline-block;
  background: #fa8a30;
  border: none;
  outline: none;
  border-bottom: 4px solid #db711d;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all 0.3s ease; }
  .order:active {
    margin-top: 2px;
    margin-bottom: -1px;
    border-bottom: 2px solid #db711d; }

footer {
  width: 100%;
  height: 150px;
  background: #754200; }
  footer #footer-wrapper {
    width: 1000px;
    height: 100%;
    margin: 0 auto; }

.logo-small {
  width: 300px;
  margin: 35px 0; }
  .logo-small img {
    width: 100%; }

.contact-details {
  color: white;
  display: inline-block;
  text-align: right;
  float: right;
  margin: 55px 0 0; }
  .contact-details h3 {
    margin-bottom: 5px; }
  .contact-details p {
    color: #fff; }

.contact-footer {
  margin-top: 0px; }

#madeBy {
  width: 100%;
  background: #522f02; }
  #madeBy p {
    padding: 8px 0;
    color: #fff;
    font-size: 10px; }
    #madeBy p a {
      color: #fff; }
      #madeBy p a:hover {
        text-decoration: underline; }

@media screen and (max-width: 1366px) {
  .content {
    width: 900px; }

  header {
    width: 900px;
    height: auto; }
    header .logo {
      width: 300px; }
    header #intro {
      width: 500px;
      margin: 20px 0 0 60px; }
      header #intro p {
        font-size: 14px;
        line-height: 20px; }

  h1 {
    font-size: 1.6em; }

  .special-wrapper {
    width: 900px; }

  .step-wrapper {
    width: 901px; }
    .step-wrapper .steps {
      font-size: 18px; }

  #contact_form {
    width: 900px; }

  footer #footer-wrapper {
    width: 900px; }
    footer #footer-wrapper .logo-small {
      width: 290px; }
    footer #footer-wrapper .contact-details h3 {
      font-size: 1.6em; }
    footer #footer-wrapper .contact-details p {
      font-size: 14px;
      line-height: 20px; } }
@media screen and (max-width: 960px) {
  body {
    overflow-x: hidden; }

  .content {
    width: 768px; }

  header {
    width: 768px;
    height: auto; }
    header .logo {
      width: 250px; }
    header #intro {
      width: 455px;
      margin: 20px 0 0 60px; }
      header #intro p {
        font-size: 12px;
        line-height: 16px; }

  h1 {
    font-size: 1.4em; }

  .special-wrapper {
    width: 768px; }

  .step-wrapper {
    width: 768px; }
    .step-wrapper .steps {
      font-size: 14px;
      padding: 9px 0; }

  .step-arrow {
    width: 2.7%; }

  #contact_form {
    width: auto; }

  footer #footer-wrapper {
    width: 768px; }
    footer #footer-wrapper .logo-small {
      width: 240px; }
    footer #footer-wrapper .contact-details h3 {
      font-size: 1.4em; }
    footer #footer-wrapper .contact-details p {
      font-size: 12px;
      line-height: 16px; } }

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