@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.3.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: Always;
  src: local("☺"), url("font/always_orig.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Graphik;
  src: local("☺"), url("font/graphik-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Publicotext;
  src: local("☺"), url("font/publicotext-roman-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: PublicotextItalic;
  src: local("☺"), url("font/publicotext-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 30, ../sass/partials/_base.scss */
* {
  -webkit-font-smoothing: antialiased;
}

/* line 36, ../sass/partials/_base.scss */
html, body {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 62.5%;
}

/* line 43, ../sass/partials/_base.scss */
h1, h2, ul, li, p {
  margin: 0;
  padding: 0;
}

/* line 48, ../sass/partials/_base.scss */
h1 {
  font-family: PublicotextItalic, sans-serif;
  font-weight: 400;
}

/* line 53, ../sass/partials/_base.scss */
p {
  font-family: Publicotext, sans-serif;
  color: #6A3004;
}

/* line 58, ../sass/partials/_base.scss */
li, .btn {
  font-family: Graphik, sans-serif;
}

/* line 61, ../sass/partials/_base.scss */
.spacer-bottom {
  height: 80px;
  width: 100%;
}

/* line 66, ../sass/partials/_base.scss */
ul, ol {
  list-style-type: none;
}

/* line 70, ../sass/partials/_base.scss */
li {
  cursor: pointer;
}

/* line 74, ../sass/partials/_base.scss */
a {
  text-decoration: none;
}

/* line 82, ../sass/partials/_base.scss */
.secondary-title {
  font-family: PublicotextItalic, sans-serif;
  font-weight: 400;
  color: #6A3004;
  margin: 0;
  padding: 0;
}

/* line 91, ../sass/partials/_base.scss */
.home-text {
  color: white;
  font-size: 2rem !important;
}

/* line 96, ../sass/partials/_base.scss */
.btn-group {
  width: 59rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
/* line 102, ../sass/partials/_base.scss */
.btn-group .btn {
  border: 2px solid #6A3004;
  width: 17.9rem;
  height: 3.5rem;
  font-size: 1.4rem;
  color: #6A3004;
}

/* line 112, ../sass/partials/_base.scss */
.btn {
  border: 2px solid #6A3004;
  border-radius: 6.7px;
  width: 18.2rem;
  height: 3.9rem;
  font-size: 1.4rem;
  color: #6A3004;
}

/* line 140, ../sass/partials/_base.scss */
.language-selector {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: auto;
}
/* line 145, ../sass/partials/_base.scss */
.language-selector nav {
  width: 268px;
  margin: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #190B02;
  height: 60px;
}
/* line 153, ../sass/partials/_base.scss */
.language-selector nav ul {
  width: 205px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
/* line 159, ../sass/partials/_base.scss */
.language-selector nav ul :first-child {
  color: white;
}
/* line 162, ../sass/partials/_base.scss */
.language-selector nav ul li {
  color: #4A372D;
}

/* line 169, ../sass/partials/_base.scss */
.menu-header {
  position: absolute;
  width: 100%;
}
/* line 172, ../sass/partials/_base.scss */
.menu-header .menu {
  height: 74px;
  width: 780px;
  font-size: 18px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  color: white;
  letter-spacing: 2.5px;
}
/* line 182, ../sass/partials/_base.scss */
.menu-header .menu a:link, .menu-header .menu a:visited {
  color: white;
}
/* line 186, ../sass/partials/_base.scss */
.menu-header .logo {
  position: absolute;
  top: 0;
  left: 10rem;
  border: 2px solid #F6F6F4;
  background-color: #FFFFFF;
  width: 15.1rem;
  height: 9.5rem;
  display: flex;
  justify-content: center;
  align-content: center;
}
/* line 197, ../sass/partials/_base.scss */
.menu-header .logo img {
  width: 11.3rem;
}

/* line 204, ../sass/partials/_base.scss */
.rezervare-btn {
  position: absolute;
  display: flex;
  right: 29px;
  top: 30px;
  font-family: Graphik, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: white;
}
/* line 214, ../sass/partials/_base.scss */
.rezervare-btn svg {
  margin-left: 7px;
}

/* line 219, ../sass/partials/_base.scss */
.home-page {
  color: white;
  background-image: url("../../app/images/landing_bckg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 227, ../sass/partials/_base.scss */
.title {
  font-size: 3.48rem;
}

/* line 231, ../sass/partials/_base.scss */
.body-text {
  font-size: 1.68rem;
  line-height: 1.8;
}

/* line 236, ../sass/partials/_base.scss */
.citeste-btn {
  color: white;
  border-color: white;
  font-size: 1.8rem;
  padding: 8px 16px;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 245, ../sass/partials/_base.scss */
.spacer {
  width: 100%;
  height: 82px;
  background-color: #F6F6F4;
}

/* line 251, ../sass/partials/_base.scss */
.img-box {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0;
  height: 30.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/* line 264, ../sass/partials/_base.scss */
.despre-img-box {
  background-image: url("../app/images/despre.png");
}

/* line 267, ../sass/partials/_base.scss */
.preturi-img-box {
  background-image: url("../app/images/preturi.png");
}

/* line 270, ../sass/partials/_base.scss */
.evenimente-img-box {
  background-image: url("../app/images/evenimente.png");
}

/* line 276, ../sass/partials/_base.scss */
.preturi .preturi-text-title {
  font-size: 3.2rem;
}

/* line 285, ../sass/partials/_base.scss */
#nume, #email {
  padding: 8px;
  border: 0;
  height: 2.5rem;
  width: 100%;
  border-bottom: 2px solid grey;
  border-bottom-color: #6A3004;
  color: #6A3004;
  font-family: Publicotext,sans-serif;
  font-size: 1.82rem;
}

/* line 297, ../sass/partials/_base.scss */
#mesaj {
  height: auto !important;
  resize: none;
}

/* line 302, ../sass/partials/_base.scss */
.contact-form .contact-submit-btn {
  background-color: white;
  display: block;
  padding: 0;
  text-align: center;
}

/* line 309, ../sass/partials/_base.scss */
::-webkit-input-placeholder {
  color: #6A3004;
  padding-left: -50px;
  line-height: normal;
  vertical-align: middle;
}

/* line 315, ../sass/partials/_base.scss */
:-moz-placeholder {
  color: #6A3004;
  padding-left: -50px;
}

/* line 319, ../sass/partials/_base.scss */
::-moz-placeholder {
  color: #6A3004;
  padding-left: -50px;
}

/* line 323, ../sass/partials/_base.scss */
:-ms-input-placeholder {
  color: #6A3004;
  padding-left: -50px;
}

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

/* line 331, ../sass/partials/_base.scss */
textarea:focus, input:focus {
  outline: none;
}

/* line 334, ../sass/partials/_base.scss */
button:focus {
  outline: 0;
}

/* line 347, ../sass/partials/_base.scss */
.my-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: auto;
  margin-top: 20px;
}
/* line 355, ../sass/partials/_base.scss */
.my-gallery figure {
  margin: 0;
  padding: 0;
}
/* line 358, ../sass/partials/_base.scss */
.my-gallery figure img {
  max-width: 100%;
  height: auto;
}
/* line 363, ../sass/partials/_base.scss */
.my-gallery figcaption {
  display: none;
}

/* line 369, ../sass/partials/_base.scss */
.cpanel {
  height: 100%;
  width: 70%;
  margin: auto;
}
/* line 373, ../sass/partials/_base.scss */
.cpanel h1, .cpanel textarea {
  font-size: 2rem;
  line-height: 1.2;
}
/* line 377, ../sass/partials/_base.scss */
.cpanel h1 {
  font-family: Arial, sans-serif;
  margin-top: 30px;
  margin-bottom: 20px;
}
/* line 382, ../sass/partials/_base.scss */
.cpanel textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
/* line 387, ../sass/partials/_base.scss */
.cpanel button {
  -webkit-appearance: none;
  border-radius: 0;
  width: 60px;
  height: 30px;
  background-color: greenyellow;
  font-size: 1.2rem;
}

/* line 397, ../sass/partials/_base.scss */
select option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

/* line 405, ../sass/partials/_base.scss */
.test {
  color: red;
  border: 1px solid red;
}

/* Change the white to any color ;) */
/* line 414, ../sass/partials/_base.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* line 420, ../sass/partials/_base.scss */
.login input {
  width: 200px;
  height: 40px;
  font-size: 14px;
}
/* line 425, ../sass/partials/_base.scss */
.login ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1;
}
/* line 429, ../sass/partials/_base.scss */
.login button {
  width: 100px;
  height: 30px;
  margin-left: 20px;
  -webkit-appearance: none;
  font-size: 16px;
  background-color: lightgreen;
}

/* line 442, ../sass/partials/_base.scss */
.cpanel {
  width: 100%;
  height: 100%;
}
/* line 445, ../sass/partials/_base.scss */
.cpanel .menu {
  font-family: Graphik, sans-serif;
  font-size: 18px;
  color: #665874;
  width: 20%;
  background-color: lightgreen;
}
/* line 451, ../sass/partials/_base.scss */
.cpanel .menu li {
  padding: 5px 0;
}
/* line 454, ../sass/partials/_base.scss */
.cpanel .menu button {
  background-color: white;
  border: none;
  width: 100px;
  height: 40px;
}
/* line 461, ../sass/partials/_base.scss */
.cpanel .content {
  width: 70%;
  margin-left: 25%;
}
/* line 464, ../sass/partials/_base.scss */
.cpanel .content .spacer-categories {
  height: 800px;
}
/* line 467, ../sass/partials/_base.scss */
.cpanel .content h2 {
  font-size: 14px;
}
/* line 470, ../sass/partials/_base.scss */
.cpanel .content textarea {
  width: 60%;
  font-size: 14px;
}
/* line 476, ../sass/partials/_base.scss */
.cpanel .h100p {
  height: 100px;
}
/* line 479, ../sass/partials/_base.scss */
.cpanel .h60p {
  height: 60px;
}
/* line 482, ../sass/partials/_base.scss */
.cpanel .h30p {
  height: 30px;
}

@media screen and (max-width: 767px) {
  /* line 9, ../sass/partials/_layout.scss */
  html {
    font-size: 50%;
  }

  /* line 13, ../sass/partials/_layout.scss */
  body {
    text-align: left;
  }

  /* line 17, ../sass/partials/_layout.scss */
  .title {
    line-height: 1;
  }

  /* line 21, ../sass/partials/_layout.scss */
  .content-box, .mobile-nav div {
    width: 84%;
    margin: auto;
  }

  /* line 26, ../sass/partials/_layout.scss */
  .home-page .content-box div {
    padding-top: 17px;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
  }

  /* line 34, ../sass/partials/_layout.scss */
  .btn-group {
    width: 100%;
    height: 90px;
    align-content: space-between;
  }
  /* line 38, ../sass/partials/_layout.scss */
  .btn-group .btn {
    width: 46%;
  }

  /* line 43, ../sass/partials/_layout.scss */
  .despre-btn-group {
    margin-top: 21px;
  }

  /* line 47, ../sass/partials/_layout.scss */
  .imagini-btn-group {
    align-content: center;
    height: 80px;
  }
  /* line 50, ../sass/partials/_layout.scss */
  .imagini-btn-group .btn {
    width: 78px;
    height: 28px;
    font-size: 10px;
    font-weight: 100;
  }

  /* line 58, ../sass/partials/_layout.scss */
  .preturi-btn {
    margin-top: 26px;
  }

  /* line 64, ../sass/partials/_layout.scss */
  .modal-preturi-verificare {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #F6F6F4;
    opacity: 0.98;
  }

  /* line 73, ../sass/partials/_layout.scss */
  .disponibilitate-box {
    width: 100%;
    height: 100%;
  }
  /* line 76, ../sass/partials/_layout.scss */
  .disponibilitate-box .z10 {
    width: 100%;
  }
  /* line 79, ../sass/partials/_layout.scss */
  .disponibilitate-box .header {
    width: 100%;
  }
  /* line 81, ../sass/partials/_layout.scss */
  .disponibilitate-box .header .verificare-title {
    width: 60%;
    font-size: 28.8px;
    text-align: center;
  }
  /* line 86, ../sass/partials/_layout.scss */
  .disponibilitate-box .header img {
    position: absolute;
    right: 28px;
    top: 0px;
  }
  /* line 92, ../sass/partials/_layout.scss */
  .disponibilitate-box .body {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 26px;
    border-radius: 7px;
  }
  /* line 99, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content {
    margin: auto;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  /* line 109, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm {
    height: 62px;
    width: 186px;
  }
  /* line 112, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm ::-webkit-input-placeholder {
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    line-height: 0.9;
    padding-top: 3px;
  }
  /* line 118, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm :-moz-placeholder {
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    line-height: 0.9;
    padding-top: 3px;
  }
  /* line 124, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm ::-moz-placeholder {
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    line-height: 0.9;
    padding-top: 3px;
  }
  /* line 130, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm :-ms-input-placeholder {
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    line-height: 0.9;
    padding-top: 3px;
  }
  /* line 136, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm input {
    height: 58px;
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    line-height: 0.9;
    background-color: transparent;
    border-bottom: 2px solid #6A3004;
    color: #6A3004;
  }
  /* line 146, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm img {
    top: 23px;
  }
  /* line 150, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .pers-verifica {
    width: 322px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  /* line 156, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .pers-verifica .select {
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    color: #6A3004;
    line-height: 2;
    padding-bottom: 8px;
    vertical-align: middle;
    margin-left: 12px;
    width: 200px;
    height: 58px;
    border-bottom: 2px solid #6A3004;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    background: url("../app/images/select-arrow.svg") no-repeat right 42% transparent;
  }
  /* line 173, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .pers-verifica img {
    position: absolute;
    right: 2px;
    top: 21px;
  }
  /* line 179, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .button {
    margin-top: 38px;
    width: 148px;
    height: 28px;
    color: #6A3004;
    font-family: Graphik, sans-serif;
    font-size: 9.6px;
    border: 2px solid #6A3004;
    background: transparent;
    border-radius: 6.72px;
    padding-bottom: 6px;
    opacity: 0.4;
  }
  /* line 193, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .show-progress {
    width: 100%;
  }
  /* line 195, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .show-progress .asteptati {
    font-family: Publicotext, sans-serif;
    font-size: 14px;
    font-weight: 100;
    margin-left: 45px;
    margin-top: 24px;
    color: #727C15;
    text-align: left;
  }
  /* line 204, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .show-progress .disponibil {
    font-family: Publicotext, sans-serif;
    font-size: 14px;
    font-weight: 100;
    margin-top: 24px;
    color: #727C15;
  }
  /* line 211, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .show-progress .rezervat {
    font-family: Publicotext, sans-serif;
    font-size: 14px;
    font-weight: 100;
    margin-top: 24px;
    color: #727C15;
  }
  /* line 219, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .afisare {
    width: 322px;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  /* line 226, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .afisare h2 {
    width: 145px;
    margin-top: 25px;
    text-align: center;
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    font-weight: 100;
    color: #6A3004;
  }
  /* line 234, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .afisare h2 span {
    font-weight: 800;
  }
  /* line 238, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .afisare button {
    width: 148px;
    height: 28px;
    margin-top: 21px;
    color: #6A3004;
    font-family: Graphik, sans-serif;
    font-size: 9.6px;
    border: 2px solid #6A3004;
    background: transparent;
    border-radius: 6.72px;
    padding-bottom: 6px;
  }

  /* line 255, ../sass/partials/_layout.scss */
  .mobile-nav {
    margin: auto;
    height: 80px;
    width: 100%;
    background-color: #F6F6F4;
  }
  /* line 261, ../sass/partials/_layout.scss */
  .mobile-nav div {
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  /* line 269, ../sass/partials/_layout.scss */
  .mobile-nav div .mobile-helpers {
    width: 155px;
    display: flex;
    justify-content: space-between;
  }

  /* line 279, ../sass/partials/_layout.scss */
  .mobile-header {
    background-image: url("..//app/images/landing_bckg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 90px;
    width: 100%;
  }
  /* line 285, ../sass/partials/_layout.scss */
  .mobile-header .mobile-header-box {
    width: 86%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 292, ../sass/partials/_layout.scss */
  .mobile-header .mobile-header-box .mobile-menu-header-logo {
    max-height: 70%;
    padding-bottom: 10px;
  }
  /* line 296, ../sass/partials/_layout.scss */
  .mobile-header .mobile-header-box .mobile-menu-header-icons {
    width: 102px;
    display: flex;
    justify-content: space-between;
  }

  /* line 305, ../sass/partials/_layout.scss */
  .mobile-menu-page {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  /* line 310, ../sass/partials/_layout.scss */
  .mobile-menu-page .mobile-menu-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  /* line 315, ../sass/partials/_layout.scss */
  .mobile-menu-page .mobile-menu-box .mobile-menu {
    height: 33rem;
    flex-direction: column;
    justify-content: space-between;
    color: #6A3004;
    font-size: 18px;
    letter-spacing: 3.5px;
  }

  /* line 327, ../sass/partials/_layout.scss */
  .preturi {
    display: block;
    padding-top: 25px;
  }
  /* line 331, ../sass/partials/_layout.scss */
  .preturi .preturi-text-title {
    padding-top: 20px;
    text-align: left;
  }

  /* line 337, ../sass/partials/_layout.scss */
  .spacer-for-btn {
    height: 30px;
  }

  /* line 343, ../sass/partials/_layout.scss */
  .menu-header, .img-box, .spacer, .desktop-contact {
    display: none;
  }

  /* line 347, ../sass/partials/_layout.scss */
  .img-box {
    display: flex;
    background-image: none;
    height: 15rem;
    justify-content: flex-start;
    align-items: flex-end;
  }
  /* line 353, ../sass/partials/_layout.scss */
  .img-box h1 {
    color: #6A3004;
    padding-bottom: 1rem;
    margin-left: -10px;
  }

  /* line 360, ../sass/partials/_layout.scss */
  .preturi-img-box {
    display: none;
  }

  /* line 364, ../sass/partials/_layout.scss */
  .evenimente-btn-box {
    margin-top: 20px;
  }

  /* line 370, ../sass/partials/_layout.scss */
  .maps {
    display: none;
  }

  /* line 374, ../sass/partials/_layout.scss */
  .contact-title {
    text-align: left;
    font-size: 3.2rem;
    margin-top: 15px;
  }

  /* line 380, ../sass/partials/_layout.scss */
  .mobile-contact-title {
    margin-top: 30px;
  }

  /* line 383, ../sass/partials/_layout.scss */
  .content-box {
    display: flex;
    flex-direction: column;
  }
  /* line 386, ../sass/partials/_layout.scss */
  .content-box form {
    width: 94%;
  }
  /* line 389, ../sass/partials/_layout.scss */
  .content-box .contact-submit-btn {
    margin-top: 40px;
  }

  /* line 393, ../sass/partials/_layout.scss */
  .contact-form {
    height: 300px;
  }

  /* line 397, ../sass/partials/_layout.scss */
  .my-gallery {
    width: 95%;
    height: 1900px;
  }
  /* line 401, ../sass/partials/_layout.scss */
  .my-gallery figure {
    width: 33%;
  }
}
@media screen and (max-height: 372px) {
  /* line 414, ../sass/partials/_layout.scss */
  .home-text {
    display: none;
  }

  /* line 417, ../sass/partials/_layout.scss */
  .home-title {
    margin-top: 2rem;
  }

  /* line 420, ../sass/partials/_layout.scss */
  .citeste-btn {
    margin-top: 2rem;
  }

  /* line 424, ../sass/partials/_layout.scss */
  .language-selector nav {
    height: 40px;
  }
}
@media screen and (max-height: 460px) {
  /* line 436, ../sass/partials/_layout.scss */
  .home-title, .despre-title {
    margin-top: 2.2rem;
    line-height: 0.9;
  }

  /* line 440, ../sass/partials/_layout.scss */
  .home-text {
    margin-top: 1.4rem;
    line-height: 1.6;
  }

  /* line 445, ../sass/partials/_layout.scss */
  .language-selector nav {
    height: 40px;
  }

  /* line 449, ../sass/partials/_layout.scss */
  .citeste-btn {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 602px) {
  /* line 466, ../sass/partials/_layout.scss */
  .my-gallery {
    height: 1700px;
  }
}
@media screen and (max-width: 540px) {
  /* line 471, ../sass/partials/_layout.scss */
  .my-gallery {
    height: 1600px;
  }
}
@media screen and (max-width: 440px) {
  /* line 476, ../sass/partials/_layout.scss */
  .my-gallery {
    height: 1400px;
  }
}
@media screen and (min-width: 768px) {
  /* line 487, ../sass/partials/_layout.scss */
  .mobile-menu-btn, .mobile-nav, .mobile-contact, .disponibilitate-btn-mobil {
    display: none;
  }

  /* line 491, ../sass/partials/_layout.scss */
  .citeste-btn {
    margin: auto;
    margin-top: 2.8rem;
  }

  /* line 496, ../sass/partials/_layout.scss */
  .despre-title, .evenimente-title, .preturi-title {
    color: white;
  }

  /* line 500, ../sass/partials/_layout.scss */
  .home-logo {
    width: 20rem;
    margin-top: 9.9rem;
    margin-bottom: 3rem;
  }

  /* line 506, ../sass/partials/_layout.scss */
  .body-text {
    width: 69.5rem;
    margin: auto;
  }

  /* line 511, ../sass/partials/_layout.scss */
  .despre-text, .despre-btn-group {
    margin-top: 3.8rem;
  }

  /* line 515, ../sass/partials/_layout.scss */
  .imagini-btn-group {
    height: 109px;
  }

  /* line 519, ../sass/partials/_layout.scss */
  .my-gallery {
    width: 66rem;
  }
  /* line 521, ../sass/partials/_layout.scss */
  .my-gallery figure {
    width: 21rem;
    margin-top: 10px;
  }

  /* line 529, ../sass/partials/_layout.scss */
  .preturi {
    width: 80%;
    padding: 0;
    margin: auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  /* line 538, ../sass/partials/_layout.scss */
  .preturi li {
    width: 30%;
  }
  /* line 541, ../sass/partials/_layout.scss */
  .preturi li .preturi-text {
    width: 100%;
    font-size: 1.3rem;
    padding-bottom: 20px;
  }

  /* line 548, ../sass/partials/_layout.scss */
  .preturi-btn {
    border-radius: 6.7px;
    font-size: 1.4rem;
    border: 2px solid white;
    height: 3.5rem;
    position: absolute;
    width: 220px;
    color: white;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 297px;
    display: block;
  }

  /* line 570, ../sass/partials/_layout.scss */
  .modal-preturi-verificare {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #F6F6F4;
    opacity: 0.98;
  }

  /* line 579, ../sass/partials/_layout.scss */
  .disponibilitate-box {
    width: 454px;
    left: 50%;
  }
  /* line 582, ../sass/partials/_layout.scss */
  .disponibilitate-box .z10 {
    left: -50%;
  }
  /* line 585, ../sass/partials/_layout.scss */
  .disponibilitate-box .header {
    width: 454px;
  }
  /* line 587, ../sass/partials/_layout.scss */
  .disponibilitate-box .header .verificare-title {
    font-size: 28.8px;
  }
  /* line 590, ../sass/partials/_layout.scss */
  .disponibilitate-box .header img {
    position: absolute;
    right: 0;
    top: 20px;
  }
  /* line 596, ../sass/partials/_layout.scss */
  .disponibilitate-box .body {
    border: 2px solid #6A3004;
    width: 454px;
    padding-bottom: 30px;
    margin-top: 26px;
    border-radius: 7px;
  }
  /* line 603, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content {
    margin: auto;
    width: 322px;
    height: 125px;
  }
  /* line 607, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm {
    height: 62px;
    width: 145px;
  }
  /* line 610, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm ::-webkit-input-placeholder {
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    line-height: 0.9;
    padding-top: 3px;
  }
  /* line 616, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm :-moz-placeholder {
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    line-height: 0.9;
    padding-top: 3px;
  }
  /* line 622, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm ::-moz-placeholder {
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    line-height: 0.9;
    padding-top: 3px;
  }
  /* line 628, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm :-ms-input-placeholder {
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    line-height: 0.9;
    padding-top: 3px;
  }
  /* line 634, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm input {
    height: 58px;
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    line-height: 0.9;
    background-color: transparent;
    border-bottom: 2px solid #6A3004;
    color: #6A3004;
  }
  /* line 644, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .elm img {
    top: 23px;
  }
  /* line 648, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .pers-verifica {
    width: 322px;
  }
  /* line 650, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .pers-verifica .select {
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    color: #6A3004;
    line-height: 2;
    padding-bottom: 8px;
    vertical-align: middle;
    width: 145px;
    height: 58px;
    border-bottom: 2px solid #6A3004;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    background: url("../app/images/select-arrow.svg") no-repeat right 42% transparent;
  }
  /* line 666, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .pers-verifica img {
    position: absolute;
    right: 2px;
    top: 21px;
  }
  /* line 672, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .content .button {
    width: 145px;
    height: 39px;
    color: #6A3004;
    font-family: Graphik, sans-serif;
    font-size: 14px;
    border: 2px solid #6A3004;
    background: transparent;
    border-radius: 6.72px;
    padding-bottom: 6px;
    opacity: 0.4;
  }
  /* line 685, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .show-progress {
    width: 80%;
    text-align: center;
    margin: auto;
  }
  /* line 689, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .show-progress .asteptati {
    font-family: Publicotext, sans-serif;
    font-size: 14px;
    font-weight: 100;
    margin-top: 24px;
    color: #727C15;
    text-align: left;
    width: 400px;
  }
  /* line 699, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .show-progress .disponibil {
    font-family: Publicotext, sans-serif;
    font-size: 14px;
    font-weight: 100;
    margin-top: 24px;
    color: #727C15;
  }
  /* line 706, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .show-progress .rezervat {
    font-family: Publicotext, sans-serif;
    font-size: 14px;
    font-weight: 100;
    margin-top: 24px;
    color: #727C15;
  }
  /* line 714, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .afisare {
    width: 322px;
    margin-top: 20px;
  }
  /* line 717, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .afisare h2 {
    width: 145px;
    font-family: Publicotext, sans-serif;
    font-size: 18.2px;
    font-weight: 100;
    text-align: left;
    color: #6A3004;
  }
  /* line 724, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .afisare h2 span {
    font-weight: 800;
  }
  /* line 728, ../sass/partials/_layout.scss */
  .disponibilitate-box .body .afisare button {
    width: 145px;
    height: 39px;
    color: #6A3004;
    font-family: Graphik, sans-serif;
    font-size: 14px;
    border: 2px solid #6A3004;
    background: transparent;
    border-radius: 6.72px;
    padding-bottom: 6px;
  }

  /* line 743, ../sass/partials/_layout.scss */
  .evenimente-text {
    margin-top: 25px;
  }

  /* line 746, ../sass/partials/_layout.scss */
  .evenimente-btn-group {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 150px;
    width: 38.5rem;
  }
  /* line 753, ../sass/partials/_layout.scss */
  .evenimente-btn-group li a {
    padding-bottom: 4px;
  }
  /* line 756, ../sass/partials/_layout.scss */
  .evenimente-btn-group a:link {
    color: white;
  }
  /* line 759, ../sass/partials/_layout.scss */
  .evenimente-btn-group a:visited {
    color: white;
  }
  /* line 762, ../sass/partials/_layout.scss */
  .evenimente-btn-group .btn {
    width: 17.8rem;
    height: 3.4rem;
    color: white;
    border-color: white;
  }

  /* line 772, ../sass/partials/_layout.scss */
  .mobile-contact-title {
    display: none;
  }

  /* line 775, ../sass/partials/_layout.scss */
  .contact-box {
    width: 103.9rem;
    height: 24rem;
    margin: auto;
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  /* line 795, ../sass/partials/_layout.scss */
  .contact-data-desktop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* line 801, ../sass/partials/_layout.scss */
  .contact-text {
    height: inherit;
    width: 59rem;
    text-align: left;
    padding: 0;
    margin: 0;
    padding-bottom: 29px;
  }

  /* line 810, ../sass/partials/_layout.scss */
  .contact-title {
    font-size: 4.4rem;
    opacity: 0.4;
    text-align: left;
  }

  /* line 816, ../sass/partials/_layout.scss */
  .contact-submit-btn {
    margin-top: 27px;
  }

  /* line 819, ../sass/partials/_layout.scss */
  .spacer-for-btn {
    height: 30px;
  }
}
@media screen and (min-width: 1700px) {
  /* line 832, ../sass/partials/_layout.scss */
  .home-title {
    margin-top: 80px;
  }
}
@media screen and (min-width: 2000px) {
  /* line 839, ../sass/partials/_layout.scss */
  .home-title {
    margin-top: 130px;
  }
}
@media screen and (min-width: 760px) and (max-width: 1220px) {
  /* line 848, ../sass/partials/_layout.scss */
  .logo-menu-box {
    display: none;
  }
}
@media screen and (max-width: 1144px) {
  /* line 854, ../sass/partials/_layout.scss */
  .rezervare-btn {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1085px) {
  /* line 861, ../sass/partials/_layout.scss */
  .contact-box {
    width: 90%;
  }

  /* line 865, ../sass/partials/_layout.scss */
  .contact-form {
    margin-top: 20px;
    display: block;
  }
}
/* line 1, ../sass/partials/_extend.scss */
.home-page {
  height: 100%;
  width: 100%;
}

/* line 11, ../sass/partials/_extend.scss */
ul, .btn-group .btn, .btn, .language-selector nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

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

/* line 7, ../sass/partials/_wireframe.scss */
.wf-container {
  width: 50%;
}

/* line 18, ../sass/partials/_wireframe.scss */
.header {
  height: 60px;
  width: 90%;
}

/* line 23, ../sass/partials/_wireframe.scss */
.body {
  padding-bottom: 20px;
  width: 90%;
}

/* line 32, ../sass/partials/_wireframe.scss */
.input {
  width: 40%;
  height: 30px;
  border: none;
}

/* line 38, ../sass/partials/_wireframe.scss */
.select {
  width: 40%;
  height: 30px;
  border: none;
  background-color: lightcoral;
}

/* line 44, ../sass/partials/_wireframe.scss */
.button {
  width: 40%;
  height: 30px;
  border: none;
  background-color: lightslategray;
}

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

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

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

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

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

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

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

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

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

/* line 83, ../sass/partials/_wireframe.scss */
.h100p {
  height: 100px;
}

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

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

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

/* line 98, ../sass/partials/_wireframe.scss */
.center {
  margin: auto;
}

/* line 101, ../sass/partials/_wireframe.scss */
.flex {
  display: flex;
}

/* line 107, ../sass/partials/_wireframe.scss */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/* line 113, ../sass/partials/_wireframe.scss */
.flex-center-top {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}

/* line 119, ../sass/partials/_wireframe.scss */
.flex-bottom {
  align-items: flex-end;
}

/* line 122, ../sass/partials/_wireframe.scss */
.space-between {
  justify-content: space-between;
}

/* line 125, ../sass/partials/_wireframe.scss */
.space-around {
  justify-content: space-around;
}

/* line 128, ../sass/partials/_wireframe.scss */
.columns {
  flex-direction: column;
}

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

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

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

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

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

/* line 151, ../sass/partials/_wireframe.scss */
.flex {
  display: flex;
}

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

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

/* line 160, ../sass/partials/_wireframe.scss */
.opacity100 {
  opacity: 0;
}

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

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

/* line 174, ../sass/partials/_wireframe.scss */
.mtop30 {
  margin-top: 30px;
}

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

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

/* line 183, ../sass/partials/_wireframe.scss */
.top10 {
  top: 10px;
}

/* line 186, ../sass/partials/_wireframe.scss */
.top30 {
  top: 30px;
}

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

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

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

/* line 210, ../sass/partials/_wireframe.scss */
.z1 {
  z-index: 1;
}

/* line 213, ../sass/partials/_wireframe.scss */
.z5 {
  z-index: 5;
}

/* line 216, ../sass/partials/_wireframe.scss */
.z10 {
  z-index: 10;
}
