@charset "UTF-8";
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
/* line 106, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../sass/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 79, ../sass/partials/_normalize.scss */
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.
 */
/* line 93, ../sass/partials/_normalize.scss */
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.
 */
/* line 114, ../sass/partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
/* line 143, ../sass/partials/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 152, ../sass/partials/_normalize.scss */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 164, ../sass/partials/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 173, ../sass/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 203, ../sass/partials/_normalize.scss */
blockquote {
  margin: 1.5em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 212, ../sass/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 221, ../sass/partials/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 236, ../sass/partials/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 242, ../sass/partials/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 248, ../sass/partials/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 254, ../sass/partials/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 260, ../sass/partials/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 272, ../sass/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 283, ../sass/partials/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 293, ../sass/partials/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 309, ../sass/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 313, ../sass/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 325, ../sass/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

/* line 346, ../sass/partials/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 354, ../sass/partials/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 366, ../sass/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 381, ../sass/partials/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 394, ../sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 406, ../sass/partials/_normalize.scss */
figure {
  margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 415, ../sass/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 424, ../sass/partials/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 432, ../sass/partials/_normalize.scss */
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.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 456, ../sass/partials/_normalize.scss */
form {
  margin: 0;
}

/**
 * 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.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
/* line 470, ../sass/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 488, ../sass/partials/_normalize.scss */
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.
 */
/* line 499, ../sass/partials/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 514, ../sass/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 529, ../sass/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 538, ../sass/partials/_normalize.scss */
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.
 */
/* line 549, ../sass/partials/_normalize.scss */
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 564, ../sass/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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`.
 */
/* line 581, ../sass/partials/_normalize.scss */
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
 *    (include `-moz` to future-proof).
 */
/* line 592, ../sass/partials/_normalize.scss */
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).
   */
}
/* line 602, ../sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 612, ../sass/partials/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 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.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 628, ../sass/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 642, ../sass/partials/_normalize.scss */
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.
 */
/* line 651, ../sass/partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 662, ../sass/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 667, ../sass/partials/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: Century;
  src: local("☺"), url("font/Century-Gothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: CenturyBold;
  src: local("☺"), url("font/Century-Gothic-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: CenturyBoldItalic;
  src: local("☺"), url("font/Century-Gothic-bold-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 25, ../sass/partials/_base.scss */
* {
  font-family: Century, sans-serif;
}

/* line 30, ../sass/partials/_base.scss */
p span {
  font-family: CenturyBold, sans-serif;
}

/* line 34, ../sass/partials/_base.scss */
p {
  font-weight: 400;
}

/* line 39, ../sass/partials/_base.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 44, ../sass/partials/_base.scss */
p, h1, h2, h3, h4, h5, h6, figure {
  margin: 0;
  padding: 0;
}

/* line 48, ../sass/partials/_base.scss */
a:link {
  text-decoration: none;
  color: grey;
  font-family: CenturyBold, sans-serif;
}

/* line 50, ../sass/partials/_base.scss */
a:visited {
  text-decoration: none;
  color: grey;
}

/* line 52, ../sass/partials/_base.scss */
a:hover {
  text-decoration: none;
  color: #959701;
}

/* line 54, ../sass/partials/_base.scss */
a:active {
  text-decoration: none;
  color: #959701;
}

/* line 57, ../sass/partials/_base.scss */
::-webkit-input-placeholder {
  color: #777777;
  font-family: Century, sans-serif;
  font-style: italic;
  font-size: 14.6px;
}

/* line 64, ../sass/partials/_base.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
  font-family: Century, sans-serif;
  font-style: italic;
  font-size: 14.6px;
}

/* line 71, ../sass/partials/_base.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
  font-family: Century, sans-serif;
  font-style: italic;
  font-size: 14.6px;
}

/* line 78, ../sass/partials/_base.scss */
:-ms-input-placeholder {
  color: #777777;
  font-family: Century, sans-serif;
  font-style: italic;
  font-size: 14.6px;
}

/* line 85, ../sass/partials/_base.scss */
textarea {
  border: none;
  overflow: auto;
  outline: none;
  box-shadow: none;
}

/* line 94, ../sass/partials/_base.scss */
input, button {
  box-shadow: none;
  outline: none;
}

/* line 101, ../sass/partials/_base.scss */
input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 5, ../sass/partials/_layout.scss */
.comanda-mobile {
  display: none;
}

/* line 9, ../sass/partials/_layout.scss */
.title {
  font-size: 16px;
  color: #959701;
  margin-top: -23px;
}

/* line 15, ../sass/partials/_layout.scss */
p {
  font-size: 14px;
  color: #777777;
}

/* line 21, ../sass/partials/_layout.scss */
.logo img {
  width: 220px;
  padding: 15px 0;
}

/* line 27, ../sass/partials/_layout.scss */
.titlu-imagine {
  bottom: 82px;
  left: 50%;
  margin-left: -27%;
}

/* line 34, ../sass/partials/_layout.scss */
.title {
  padding: 20px 0;
}

/* line 39, ../sass/partials/_layout.scss */
.body-text p {
  text-align: justify;
}

/* line 44, ../sass/partials/_layout.scss */
#specificatii-tapet {
  width: 746px;
  margin: auto;
}
/* line 48, ../sass/partials/_layout.scss */
#specificatii-tapet .specificatii-tapet-text li {
  width: 350px;
}
/* line 53, ../sass/partials/_layout.scss */
#specificatii-tapet .print p {
  text-align: right;
}
/* line 57, ../sass/partials/_layout.scss */
#specificatii-tapet .media-link {
  font-size: 13.3px;
  width: 291px;
  height: 30px;
}
/* line 62, ../sass/partials/_layout.scss */
#specificatii-tapet .tehnic {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30px;
}
/* line 67, ../sass/partials/_layout.scss */
#specificatii-tapet .tehnic li {
  width: 47%;
}
/* line 70, ../sass/partials/_layout.scss */
#specificatii-tapet .tehnic img {
  width: 30px;
}

/* line 76, ../sass/partials/_layout.scss */
#separator-sectiune-produse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 82, ../sass/partials/_layout.scss */
.produs {
  margin-bottom: 50px;
}
/* line 84, ../sass/partials/_layout.scss */
.produs .photo-container {
  margin-right: 20px;
}
/* line 85, ../sass/partials/_layout.scss */
.produs .photo-container img {
  border: 1px solid #777777;
}
/* line 93, ../sass/partials/_layout.scss */
.produs .photo-container {
  height: 545px;
}
/* line 95, ../sass/partials/_layout.scss */
.produs .photo-container img {
  max-height: 100%;
}
/* line 99, ../sass/partials/_layout.scss */
.produs .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 102, ../sass/partials/_layout.scss */
.produs .thumbs img {
  border: 1px solid #777777;
  margin-right: 5px;
  opacity: 0.5;
}
/* line 107, ../sass/partials/_layout.scss */
.produs .thumbs :first-child {
  opacity: 1;
}

/* line 113, ../sass/partials/_layout.scss */
.contact-methods {
  margin: auto;
  width: 834px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 118, ../sass/partials/_layout.scss */
.contact-methods h6 {
  color: #777777;
  font-size: 14px;
}
/* line 121, ../sass/partials/_layout.scss */
.contact-methods h6 a {
  color: #777777;
  text-decoration: none;
}
/* line 126, ../sass/partials/_layout.scss */
.contact-methods li {
  padding: 5px 0;
}
/* line 128, ../sass/partials/_layout.scss */
.contact-methods li a:link {
  color: #777777;
}
/* line 129, ../sass/partials/_layout.scss */
.contact-methods li a:visited {
  color: #777777;
}
/* line 132, ../sass/partials/_layout.scss */
.contact-methods .mail img {
  height: 24px;
  padding-top: 5px;
}
/* line 137, ../sass/partials/_layout.scss */
.contact-methods #fb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
/* line 140, ../sass/partials/_layout.scss */
.contact-methods #fb .contact-title {
  font-family: CenturyBold, sans-serif;
  font-size: 14px;
}

/* line 148, ../sass/partials/_layout.scss */
.contact .contact-detalii {
  text-align: justify;
  text-justify: inter-word;
}
/* line 152, ../sass/partials/_layout.scss */
.contact .contact-formular {
  width: 100%;
}
/* line 154, ../sass/partials/_layout.scss */
.contact .contact-formular .title {
  color: #959701;
  font-family: Century, sans-serif;
  font-weight: 100;
}
/* line 159, ../sass/partials/_layout.scss */
.contact .contact-formular .contact-form {
  width: 80%;
}
/* line 161, ../sass/partials/_layout.scss */
.contact .contact-formular .contact-form input {
  height: 33px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px dashed #959701;
  width: 95%;
}
/* line 168, ../sass/partials/_layout.scss */
.contact .contact-formular .contact-form textarea {
  resize: none;
  height: 165px;
  border: 1px solid #959701;
  padding-left: 10px;
  padding-top: 5px;
}
/* line 175, ../sass/partials/_layout.scss */
.contact .contact-formular .contact-form button {
  border: none;
  background-color: #959701;
  color: white;
  width: 130px;
  height: 30px;
  font-size: 13px;
  font-family: Century, sans-serif;
  margin-top: 10px;
}

/* line 189, ../sass/partials/_layout.scss */
.descriere-tapet {
  text-align: justify;
  text-justify: inter-word;
}

/* line 193, ../sass/partials/_layout.scss */
.pret-tapet {
  margin-top: -16px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Century, sans-serif;
  text-align: left;
}
/* line 199, ../sass/partials/_layout.scss */
.pret-tapet span {
  font-size: 14px;
  font-family: Century, sans-serif;
}

@media screen and (max-width: 767px) {
  /* line 210, ../sass/partials/_layout.scss */
  .menu {
    background-color: white;
    font-size: 13px;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  /* line 214, ../sass/partials/_layout.scss */
  .menu li {
    font-family: CenturyBold, sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  /* line 223, ../sass/partials/_layout.scss */
  .menu ul {
    margin: auto;
    width: 94%;
  }
  /* line 228, ../sass/partials/_layout.scss */
  .menu img {
    width: 30px;
    margin-top: -2px;
  }

  /* line 233, ../sass/partials/_layout.scss */
  .logo {
    margin-top: 50px;
  }

  /* line 238, ../sass/partials/_layout.scss */
  .contact .contact-form ul {
    width: 100%;
  }
  /* line 240, ../sass/partials/_layout.scss */
  .contact .contact-form ul input {
    width: 100%;
  }
  /* line 244, ../sass/partials/_layout.scss */
  .contact .contact-form textarea {
    width: 97%;
  }

  /* line 249, ../sass/partials/_layout.scss */
  .data-sheet {
    width: 70%;
  }

  /* line 252, ../sass/partials/_layout.scss */
  .hamburger-menu {
    display: none;
  }

  /* line 256, ../sass/partials/_layout.scss */
  .features-icons ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
  }
  /* line 259, ../sass/partials/_layout.scss */
  .features-icons img {
    width: 50px;
  }
  /* line 262, ../sass/partials/_layout.scss */
  .features-icons .headline {
    font-family: Century, sans-serif;
    font-weight: bold;
    color: #959701;
  }
  /* line 267, ../sass/partials/_layout.scss */
  .features-icons .eco, .features-icons .custom {
    margin-top: 20px;
  }
  /* line 271, ../sass/partials/_layout.scss */
  .features-icons .features .text {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 274, ../sass/partials/_layout.scss */
  .features-icons .features .text .icon {
    width: 10%;
  }
  /* line 277, ../sass/partials/_layout.scss */
  .features-icons .features .text .detalii {
    width: 87%;
  }
  /* line 280, ../sass/partials/_layout.scss */
  .features-icons .features .text img {
    width: 100%;
    padding-top: 5px;
  }
  /* line 286, ../sass/partials/_layout.scss */
  .features-icons .features .text p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  /* line 300, ../sass/partials/_layout.scss */
  .menu {
    padding-left: 10px;
    padding-top: 20px;
    font-size: 13px;
    z-index: 10;
    background: transparent;
    width: 400px;
    right: 20px;
    top: 7px;
  }
  /* line 306, ../sass/partials/_layout.scss */
  .menu li {
    font-family: CenturyBold, sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  /* line 315, ../sass/partials/_layout.scss */
  .contact .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  /* line 319, ../sass/partials/_layout.scss */
  .contact .contact-form ul {
    width: 50%;
  }
  /* line 321, ../sass/partials/_layout.scss */
  .contact .contact-form ul li {
    width: 100%;
  }
  /* line 324, ../sass/partials/_layout.scss */
  .contact .contact-form ul input {
    width: 80%;
  }
  /* line 328, ../sass/partials/_layout.scss */
  .contact .contact-form textarea {
    width: 90%;
  }

  /* line 333, ../sass/partials/_layout.scss */
  .call-icon {
    display: none;
  }

  /* line 337, ../sass/partials/_layout.scss */
  .hamburger-menu img {
    width: 30px;
    margin-top: -3.5px;
  }

  /* line 342, ../sass/partials/_layout.scss */
  .features-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 345, ../sass/partials/_layout.scss */
  .features-icons ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
  }
  /* line 348, ../sass/partials/_layout.scss */
  .features-icons .headline {
    font-family: Century, sans-serif;
    font-weight: bold;
    color: #959701;
  }
  /* line 353, ../sass/partials/_layout.scss */
  .features-icons img {
    width: 50px;
  }
  /* line 356, ../sass/partials/_layout.scss */
  .features-icons .features {
    width: 28%;
  }
  /* line 358, ../sass/partials/_layout.scss */
  .features-icons .features p {
    text-align: left;
    margin-top: 7px;
  }
  /* line 362, ../sass/partials/_layout.scss */
  .features-icons .features .text {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
  }
  /* line 364, ../sass/partials/_layout.scss */
  .features-icons .features .text img {
    width: 30px;
    padding-top: 10px;
    padding-right: 12px;
  }
}
/* line 375, ../sass/partials/_layout.scss */
.noDisplay {
  display: none;
  visibility: hidden;
}

/* line 2, ../sass/partials/_wireframe.scss */
.box {
  height: 100%;
  width: 100%;
}

/* line 3, ../sass/partials/_wireframe.scss */
.header {
  height: 100px;
  width: 100%;
  background-color: #8ecb45;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

/* line 12, ../sass/partials/_wireframe.scss */
.relative {
  position: relative;
}

/* line 13, ../sass/partials/_wireframe.scss */
.absolute {
  position: absolute;
}

/* line 14, ../sass/partials/_wireframe.scss */
.fixed {
  position: fixed;
}

/* line 15, ../sass/partials/_wireframe.scss */
.static {
  position: static;
}

/* line 21, ../sass/partials/_wireframe.scss */
.w100 {
  width: 100%;
}

/* line 22, ../sass/partials/_wireframe.scss */
.w90 {
  width: 90%;
}

/* line 23, ../sass/partials/_wireframe.scss */
.w80 {
  width: 80%;
}

/* line 24, ../sass/partials/_wireframe.scss */
.w70 {
  width: 70%;
}

/* line 25, ../sass/partials/_wireframe.scss */
.w60 {
  width: 60%;
}

/* line 26, ../sass/partials/_wireframe.scss */
.w50 {
  width: 50%;
}

/* line 27, ../sass/partials/_wireframe.scss */
.w40 {
  width: 40%;
}

/* line 28, ../sass/partials/_wireframe.scss */
.w30 {
  width: 30%;
}

/* line 29, ../sass/partials/_wireframe.scss */
.w20 {
  width: 20%;
}

/* line 30, ../sass/partials/_wireframe.scss */
.w10 {
  width: 10%;
}

/* line 31, ../sass/partials/_wireframe.scss */
.h100 {
  height: 100%;
}

/* line 32, ../sass/partials/_wireframe.scss */
.h90 {
  height: 90%;
}

/* line 33, ../sass/partials/_wireframe.scss */
.h80 {
  height: 80%;
}

/* line 34, ../sass/partials/_wireframe.scss */
.h70 {
  height: 70%;
}

/* line 35, ../sass/partials/_wireframe.scss */
.h60 {
  height: 60%;
}

/* line 36, ../sass/partials/_wireframe.scss */
.h50 {
  height: 50%;
}

/* line 37, ../sass/partials/_wireframe.scss */
.h40 {
  height: 40%;
}

/* line 38, ../sass/partials/_wireframe.scss */
.h30 {
  height: 30%;
}

/* line 39, ../sass/partials/_wireframe.scss */
.h20 {
  height: 20%;
}

/* line 40, ../sass/partials/_wireframe.scss */
.h10 {
  height: 10%;
}

/* line 45, ../sass/partials/_wireframe.scss */
.block {
  display: block;
}

/* line 46, ../sass/partials/_wireframe.scss */
.inline-block {
  display: inline-block;
}

/* line 47, ../sass/partials/_wireframe.scss */
.inline {
  display: inline;
}

/* line 48, ../sass/partials/_wireframe.scss */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 49, ../sass/partials/_wireframe.scss */
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 50, ../sass/partials/_wireframe.scss */
.hide {
  display: none;
}

/* line 51, ../sass/partials/_wireframe.scss */
.show-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 52, ../sass/partials/_wireframe.scss */
.show-block {
  display: block;
}

/* line 53, ../sass/partials/_wireframe.scss */
.noshow {
  visibility: hidden;
}

/* line 59, ../sass/partials/_wireframe.scss */
.reset {
  margin: 0;
  padding: 0;
}

/* line 60, ../sass/partials/_wireframe.scss */
.m0 {
  margin: 0;
}

/* line 61, ../sass/partials/_wireframe.scss */
.p0 {
  padding: 0;
}

/* line 62, ../sass/partials/_wireframe.scss */
.mtop0 {
  margin-top: 0;
}

/* line 63, ../sass/partials/_wireframe.scss */
.mtop10 {
  margin-top: 10px;
}

/* line 64, ../sass/partials/_wireframe.scss */
.mtop20 {
  margin-top: 20px;
}

/* line 65, ../sass/partials/_wireframe.scss */
.mleft0 {
  margin-left: 0;
}

/* line 66, ../sass/partials/_wireframe.scss */
.mright0 {
  margin-right: 0;
}

/* line 67, ../sass/partials/_wireframe.scss */
.mbottom0 {
  margin-bottom: 0;
}

/* line 68, ../sass/partials/_wireframe.scss */
.mtop50 {
  margin-top: 50px;
}

/* line 69, ../sass/partials/_wireframe.scss */
.mtop100 {
  margin-top: 100px;
}

/* line 70, ../sass/partials/_wireframe.scss */
.mleft50 {
  margin-left: 50px;
}

/* line 71, ../sass/partials/_wireframe.scss */
.mleft100 {
  margin-left: 100px;
}

/* line 72, ../sass/partials/_wireframe.scss */
.mright50 {
  margin-right: 50px;
}

/* line 73, ../sass/partials/_wireframe.scss */
.mright100 {
  margin-right: 100px;
}

/* line 74, ../sass/partials/_wireframe.scss */
.mbottom10 {
  margin-bottom: 10px;
}

/* line 75, ../sass/partials/_wireframe.scss */
.mbottom20 {
  margin-bottom: 20px;
}

/* line 76, ../sass/partials/_wireframe.scss */
.mbottom40 {
  margin-bottom: 40px;
}

/* line 77, ../sass/partials/_wireframe.scss */
.mbottom50 {
  margin-bottom: 50px;
}

/* line 78, ../sass/partials/_wireframe.scss */
.mbottom100 {
  margin-bottom: 100px;
}

/* line 79, ../sass/partials/_wireframe.scss */
.ptop0 {
  padding-top: 0;
}

/* line 80, ../sass/partials/_wireframe.scss */
.pleft0 {
  padding-left: 0;
}

/* line 81, ../sass/partials/_wireframe.scss */
.pright0 {
  padding-right: 0;
}

/* line 82, ../sass/partials/_wireframe.scss */
.pbottom0 {
  padding-bottom: 0;
}

/* line 83, ../sass/partials/_wireframe.scss */
.ptop50 {
  padding-top: 50px;
}

/* line 84, ../sass/partials/_wireframe.scss */
.ptop100 {
  padding-top: 100px;
}

/* line 85, ../sass/partials/_wireframe.scss */
.pleft50 {
  padding-left: 50px;
}

/* line 86, ../sass/partials/_wireframe.scss */
.pleft100 {
  padding-left: 100px;
}

/* line 87, ../sass/partials/_wireframe.scss */
.pright50 {
  padding-right: 50px;
}

/* line 88, ../sass/partials/_wireframe.scss */
.pright100 {
  padding-right: 100px;
}

/* line 89, ../sass/partials/_wireframe.scss */
.pbottom50 {
  padding-bottom: 50px;
}

/* line 90, ../sass/partials/_wireframe.scss */
.pbottom100 {
  padding-bottom: 100px;
}

/* line 91, ../sass/partials/_wireframe.scss */
.right0 {
  right: 0;
}

/* line 92, ../sass/partials/_wireframe.scss */
.top0 {
  top: 0;
}

/* line 93, ../sass/partials/_wireframe.scss */
.left0 {
  left: 0;
}

/* line 94, ../sass/partials/_wireframe.scss */
.bottom0 {
  bottom: 0;
}

/* line 95, ../sass/partials/_wireframe.scss */
.mauto {
  margin: auto;
}

/* line 100, ../sass/partials/_wireframe.scss */
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 106, ../sass/partials/_wireframe.scss */
.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

/* line 112, ../sass/partials/_wireframe.scss */
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

/* line 118, ../sass/partials/_wireframe.scss */
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

/* line 123, ../sass/partials/_wireframe.scss */
.flex-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 129, ../sass/partials/_wireframe.scss */
.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

/* line 134, ../sass/partials/_wireframe.scss */
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 135, ../sass/partials/_wireframe.scss */
.flex-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 136, ../sass/partials/_wireframe.scss */
.columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 137, ../sass/partials/_wireframe.scss */
.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 144, ../sass/partials/_wireframe.scss */
.text-left {
  text-align: left;
}

/* line 145, ../sass/partials/_wireframe.scss */
.text-right {
  text-align: right;
}

/* line 146, ../sass/partials/_wireframe.scss */
.text-center {
  text-align: center;
}

/* line 152, ../sass/partials/_wireframe.scss */
.bg-blue {
  background-color: #1fc8db;
}

/* line 153, ../sass/partials/_wireframe.scss */
.bg-green {
  background-color: green;
}

/* line 154, ../sass/partials/_wireframe.scss */
.bg-grey {
  background-color: grey;
}

/* line 155, ../sass/partials/_wireframe.scss */
.bg-white {
  background-color: white;
}

/* line 156, ../sass/partials/_wireframe.scss */
.red {
  color: red;
}

/* line 157, ../sass/partials/_wireframe.scss */
.green {
  color: green;
}

/* line 158, ../sass/partials/_wireframe.scss */
.blue {
  color: blue;
}

/* line 159, ../sass/partials/_wireframe.scss */
.grey {
  color: grey;
}

/* line 160, ../sass/partials/_wireframe.scss */
.white {
  color: white;
}

/* line 161, ../sass/partials/_wireframe.scss */
.yellow {
  color: yellow;
}

/* line 168, ../sass/partials/_wireframe.scss */
.border {
  border: 1px solid red;
}

/* line 172, ../sass/partials/_wireframe.scss */
.pointer {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  /* line 14, ../sass/partials/_responsive.scss */
  .container {
    width: 90%;
  }

  /* line 19, ../sass/partials/_responsive.scss */
  .desktop {
    display: none;
  }

  /* line 24, ../sass/partials/_responsive.scss */
  .logo img {
    width: 180px;
  }

  /* line 29, ../sass/partials/_responsive.scss */
  .comanda-mobile {
    display: block;
  }

  /* line 35, ../sass/partials/_responsive.scss */
  .titlu-imagine {
    width: 80%;
    bottom: 35px;
    margin-left: -40%;
  }

  /* line 41, ../sass/partials/_responsive.scss */
  #specificatii-tapet {
    width: 100%;
  }
  /* line 43, ../sass/partials/_responsive.scss */
  #specificatii-tapet p {
    text-align: left;
  }
  /* line 46, ../sass/partials/_responsive.scss */
  #specificatii-tapet .media-link {
    height: 32px;
    width: 252px;
  }
  /* line 50, ../sass/partials/_responsive.scss */
  #specificatii-tapet .tehnic {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
  /* line 55, ../sass/partials/_responsive.scss */
  #specificatii-tapet #tehnic-right-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 10px;
  }
  /* line 60, ../sass/partials/_responsive.scss */
  #specificatii-tapet .print p {
    text-align: left;
  }

  /* line 66, ../sass/partials/_responsive.scss */
  #separator-sectiune-produse {
    display: block;
  }
  /* line 67, ../sass/partials/_responsive.scss */
  #separator-sectiune-produse .title {
    padding: 10px 0 2px 0;
  }
  /* line 70, ../sass/partials/_responsive.scss */
  #separator-sectiune-produse img {
    width: 100%;
  }

  /* line 77, ../sass/partials/_responsive.scss */
  .produs {
    width: 100%;
  }
  /* line 79, ../sass/partials/_responsive.scss */
  .produs .title {
    font-family: CenturyBoldItalic, sans-serif;
    font-size: 18px;
    color: #777777;
    text-align: left;
  }
  /* line 85, ../sass/partials/_responsive.scss */
  .produs .photo-container {
    text-align: left;
    width: 100%;
    height: 100%;
  }
  /* line 89, ../sass/partials/_responsive.scss */
  .produs .photo-container img {
    max-width: 100%;
  }
  /* line 93, ../sass/partials/_responsive.scss */
  .produs .thumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  /* line 98, ../sass/partials/_responsive.scss */
  .produs .thumbs img {
    max-height: 100%;
  }

  /* line 105, ../sass/partials/_responsive.scss */
  .contact p {
    text-align: justify;
  }
  /* line 108, ../sass/partials/_responsive.scss */
  .contact h6 {
    color: #777777;
    font-size: 14px;
  }
  /* line 111, ../sass/partials/_responsive.scss */
  .contact h6 a {
    color: #777777;
    text-decoration: none;
  }
  /* line 116, ../sass/partials/_responsive.scss */
  .contact .contact-methods {
    width: 100%;
    display: block;
    text-align: left;
  }
  /* line 120, ../sass/partials/_responsive.scss */
  .contact .contact-methods li {
    padding: 5px 0;
  }
  /* line 122, ../sass/partials/_responsive.scss */
  .contact .contact-methods li a:link {
    color: #777777;
  }
  /* line 123, ../sass/partials/_responsive.scss */
  .contact .contact-methods li a:visited {
    color: #777777;
  }
  /* line 125, ../sass/partials/_responsive.scss */
  .contact .contact-methods #fb {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  /* line 147, ../sass/partials/_responsive.scss */
  .container {
    width: 90%;
  }

  /* line 151, ../sass/partials/_responsive.scss */
  .mobile {
    display: none;
  }

  /* line 155, ../sass/partials/_responsive.scss */
  .titlu-imagine {
    margin-left: -255px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 167, ../sass/partials/_responsive.scss */
  .container {
    width: 966px;
  }

  /* line 171, ../sass/partials/_responsive.scss */
  .mobile {
    display: none;
  }
}
