@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Ubuntu:wght@300;400;500;700&display=swap");
@import url(/assets/et-line-dc9cc2a712eaf484f34be59c05f45f5632ebf63f340e27e06694a416010b8645.css);
@import url(/assets/furniture-b1579d606f1f760e696163999b10bed7a5ba756b0f967504af2f5d11d4ed229f.css);
/* line 13, app/assets/stylesheets/layout.scss */
body {
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background: #fff;
}

/* line 20, app/assets/stylesheets/layout.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, app/assets/stylesheets/layout.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #222222;
  padding: 0px;
}

/* line 31, app/assets/stylesheets/layout.scss */
.opac8 {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

/* line 36, app/assets/stylesheets/layout.scss */
.opac5 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

/* line 41, app/assets/stylesheets/layout.scss */
.main_img {
  width: 100%;
  max-height: 475px;
}

/* line 45, app/assets/stylesheets/layout.scss */
.white_bg {
  background: #fff;
}

/* line 48, app/assets/stylesheets/layout.scss */
main.container, header.container {
  margin-top: 105px;
}

/* line 51, app/assets/stylesheets/layout.scss */
footer.container {
  margin-bottom: 30px;
}

/* line 54, app/assets/stylesheets/layout.scss */
.page_container {
  padding: 10px;
}

/* line 57, app/assets/stylesheets/layout.scss */
h1 {
  color: #fff;
  padding: 30px 0;
  font-size: 2rem;
  margin: 0;
  text-transform: capitalize;
}

/* line 64, app/assets/stylesheets/layout.scss */
h3 .nav-link:hover {
  color: #666;
}

/* line 67, app/assets/stylesheets/layout.scss */
p {
  font-family: 'Ubuntu',sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #666;
  letter-spacing: .5px;
  margin: 0 0 10px;
}

/* line 76, app/assets/stylesheets/layout.scss */
.text_container {
  padding: 20px;
  font-family: 'Ubuntu',sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #666;
  letter-spacing: .5px;
  margin: 0 0 10px;
}

/* line 86, app/assets/stylesheets/layout.scss */
.alert-success {
  z-index: 10101010;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%);
  left: 50%;
  top: 0;
}

/* line 95, app/assets/stylesheets/layout.scss */
.container.wider {
  max-width: 1640px;
}

@media (max-width: 1640px) {
  /* line 99, app/assets/stylesheets/layout.scss */
  .container.wider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 104, app/assets/stylesheets/layout.scss */
  .container.wider .page_container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 110, app/assets/stylesheets/layout.scss */
  .container.wider {
    max-width: 650px;
  }
  /* line 113, app/assets/stylesheets/layout.scss */
  .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 1, app/assets/stylesheets/_admin_panel_menu.scss */
.admin_panel_menu {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 5, app/assets/stylesheets/_admin_panel_menu.scss */
.admin_panel_menu a {
  color: white;
  text-transform: uppercase;
  flex: 0 1 140px;
  transition: all 0.2s ease-in-out;
}

/* line 10, app/assets/stylesheets/_admin_panel_menu.scss */
.admin_panel_menu a:hover {
  text-decoration: none;
  color: #e5ae49;
}

/* line 14, app/assets/stylesheets/_admin_panel_menu.scss */
.admin_panel_menu a:hover:last-child li {
  border: none;
}

/* line 18, app/assets/stylesheets/_admin_panel_menu.scss */
.admin_panel_menu a:hover li {
  border: 3px solid #e5ae49;
}

/* line 22, app/assets/stylesheets/_admin_panel_menu.scss */
.admin_panel_menu a.active {
  color: #e5ae49;
}

/* line 24, app/assets/stylesheets/_admin_panel_menu.scss */
.admin_panel_menu a.active li {
  border: 3px solid #e5ae49;
}

/* line 28, app/assets/stylesheets/_admin_panel_menu.scss */
.admin_panel_menu a li {
  list-style: none;
  border: 3px solid white;
  padding: 40px 10px;
  margin: 10px;
  text-align: center;
  height: 120px;
  transition: all 0.2s ease-in-out;
}

/* line 38, app/assets/stylesheets/_admin_panel_menu.scss */
.admin_panel_menu a:last-child li {
  border: none;
}

@media (max-width: 1200px) {
  /* line 46, app/assets/stylesheets/_admin_panel_menu.scss */
  .admin_panel_menu a {
    flex: 1 1 140px;
  }
}

@media (max-width: 767px) {
  /* line 57, app/assets/stylesheets/_admin_panel_menu.scss */
  .admin_panel_menu a li {
    padding: 30px 10px;
    margin: 8px;
  }
}

@media (max-width: 575px) {
  /* line 66, app/assets/stylesheets/_admin_panel_menu.scss */
  .admin_panel_menu a {
    flex: 1 1 130px;
  }
  /* line 68, app/assets/stylesheets/_admin_panel_menu.scss */
  .admin_panel_menu a li {
    padding: 25px 10px;
    margin: 6px;
  }
}

@media (max-width: 480px) {
  /* line 78, app/assets/stylesheets/_admin_panel_menu.scss */
  .admin_panel_menu a li {
    padding: 20px 10px;
    margin: 4px;
  }
}
/* line 1, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare {
  padding: 20px;
  background-color: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.5fr;
  grid-template-rows: 41px 1fr 60px 30px 60px;
  grid-template-areas: 'slider slider slider tab_btns' 'slider slider slider tabs_content' 'name_and_color_name name_and_color_name fav_colors load_all' 'color-types color-types color-types color-types' 'change_frezare change_frezare change_frezare change_frezare';
  gap: 10px;
  align-items: center;
}

/* line 15, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare button, .container_frezare a {
  background-color: transparent;
  float: left;
  border: 2px solid #e5ae49;
  color: #e5ae49;
  outline: none;
  cursor: pointer;
  padding: 5px 16px;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  border-radius: 30px;
  letter-spacing: 2px;
  font-family: 'Ubuntu';
}

/* line 28, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare button:nth-child(1), .container_frezare a:nth-child(1) {
  margin-right: 10px;
}

/* line 32, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare button:hover, .container_frezare a:hover {
  background-color: #e5ae49;
  color: #fff;
}

/* line 36, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare button.active, .container_frezare a.active {
  background-color: #e5ae49;
  color: #fff;
}

/* line 41, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare a {
  text-decoration: none;
  margin-right: 20px;
}

/* line 42, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .frezari_slider_main_container {
  grid-area: slider;
  padding-right: 10px;
}

/* line 45, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .frezari_slider_main_container .frezare_slide {
  display: none;
}

/* line 48, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .frezari_slider_main_container .slideshow-container {
  position: relative;
  margin: auto;
}

/* line 53, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .frezari_slider_main_container .prev, .container_frezare .frezari_slider_main_container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* line 67, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .frezari_slider_main_container .active {
  background-color: #717171;
}

/* line 71, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .frezari_slider_main_container .next {
  right: 0;
  margin-right: 0;
  border-radius: 3px 0 0 3px;
}

/* line 76, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .frezari_slider_main_container .prev:hover, .container_frezare .frezari_slider_main_container .next:hover {
  color: #E5AE49;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 80, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .frezari_slider_main_container a {
  border: none;
}

/* line 100, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tab_btns {
  grid-area: tab_btns;
}

/* line 103, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content {
  height: 100%;
  grid-area: tabs_content;
}

/* line 106, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors {
  display: flex;
  flex-wrap: wrap;
  height: 28vw;
  max-height: 463px;
  overflow-y: scroll;
  scrollbar-color: #E5AE49 white;
  scrollbar-width: thin;
}

/* line 114, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors::-webkit-scrollbar {
  width: 14px;
}

/* line 117, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors::-webkit-scrollbar-track {
  display: none;
}

/* line 121, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors::-webkit-scrollbar-thumb {
  background: #E5AE49;
  border-left: 3px white solid;
  border-right: 3px white solid;
  min-height: 7vh;
}

/* line 127, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors::-webkit-scrollbar-thumb:hover {
  background: #e2a533;
}

/* line 130, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors .color {
  position: relative;
  display: none;
  flex: 1 1 50%;
  padding: 33px 10px;
  font-size: 12px;
  justify-content: center;
  text-align: center;
}

/* line 138, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors .color span {
  cursor: default;
}

/* line 141, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors .color.active {
  display: flex;
}

/* line 144, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors .color.default {
  display: flex;
}

/* line 147, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors .color.clicked {
  box-shadow: inset 0px 0px 0px 4px white;
}

/* line 148, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors .color.clicked i {
  display: inline-block;
}

/* line 153, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors .color i {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  width: 26px;
  height: 28px;
}

/* line 164, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors .color:focus, .container_frezare .tabs_content .colors .color:active, .container_frezare .tabs_content .colors .color:hover, .container_frezare .tabs_content .colors .color.selected {
  box-shadow: inset 0px 0px 0px 4px white;
}

/* line 165, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .tabs_content .colors .color:focus i, .container_frezare .tabs_content .colors .color:active i, .container_frezare .tabs_content .colors .color:hover i, .container_frezare .tabs_content .colors .color.selected i {
  display: inline-block;
}

/* line 174, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .name_and_color_name {
  grid-area: name_and_color_name;
}

/* line 176, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .name_and_color_name h2 {
  color: #E5AE49;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin: 15px 0;
}

/* line 182, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .name_and_color_name h2 .frezare_name {
  display: none;
}

/* line 185, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .name_and_color_name h2 span {
  color: black;
}

/* line 190, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .fav_colors {
  grid-area: fav_colors;
  display: flex;
  justify-content: right;
}

/* line 194, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .fav_colors .fav_col {
  margin: 20px 8px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #eee;
  position: relative;
}

/* line 201, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .fav_colors .fav_col.clicked {
  box-shadow: 0px 0px 0px 3px #E5AE49;
}

/* line 202, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .fav_colors .fav_col.clicked i {
  display: inline-block;
}

/* line 207, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .fav_colors .fav_col i {
  display: none;
  position: absolute;
  top: -14px;
  right: -20px;
  font-size: 15px;
  line-height: 20px;
  color: #E5AE49;
  width: 28px;
  height: 28px;
}

/* line 218, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .fav_colors .fav_col:focus, .container_frezare .fav_colors .fav_col:active, .container_frezare .fav_colors .fav_col:hover, .container_frezare .fav_colors .fav_col.selected {
  box-shadow: 0px 0px 0px 3px #E5AE49;
}

/* line 219, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .fav_colors .fav_col:focus i, .container_frezare .fav_colors .fav_col:active i, .container_frezare .fav_colors .fav_col:hover i, .container_frezare .fav_colors .fav_col.selected i {
  display: inline-block;
}

/* line 227, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .load_all {
  grid-area: load_all;
  justify-self: end;
}

/* line 231, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .color-types {
  pointer-events: none;
  grid-area: color-types;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

/* line 238, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .color-types .color-type {
  color: #252525;
  padding: 5px;
  border: 2px solid #252525;
  margin-right: 20px;
}

/* line 245, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .change_frezare {
  grid-area: change_frezare;
}

/* line 247, app/assets/stylesheets/_frezaremdf.scss */
.container_frezare .change_frezare .small {
  line-height: 30px;
  color: #252525;
}

/* line 253, app/assets/stylesheets/_frezaremdf.scss */
.description {
  padding: 50px 10px;
  display: flex;
  flex-wrap: wrap;
}

/* line 257, app/assets/stylesheets/_frezaremdf.scss */
.description .left {
  flex: 1 1 550px;
}

/* line 259, app/assets/stylesheets/_frezaremdf.scss */
.description .left h2 {
  color: black;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

/* line 264, app/assets/stylesheets/_frezaremdf.scss */
.description .left h2 span {
  color: #E5AE49;
}

/* line 268, app/assets/stylesheets/_frezaremdf.scss */
.description .left p {
  color: #3a3a3a !important;
  margin-right: 25px;
}

/* line 275, app/assets/stylesheets/_frezaremdf.scss */
.description .right {
  flex: 1 1 1020px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* line 281, app/assets/stylesheets/_frezaremdf.scss */
.description .right .content {
  position: relative;
  flex: 1 1 500px;
}

/* line 285, app/assets/stylesheets/_frezaremdf.scss */
.description .right .content img {
  width: 100%;
  height: 100%;
}

/* line 289, app/assets/stylesheets/_frezaremdf.scss */
.description .right .content .title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 299, app/assets/stylesheets/_frezaremdf.scss */
.description .right .content .title:hover {
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 306, app/assets/stylesheets/_frezaremdf.scss */
.description .right .content .title::before {
  content: "";
  border: 1px solid #fff;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  position: absolute;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 319, app/assets/stylesheets/_frezaremdf.scss */
.description .right .content .title span {
  position: absolute;
  color: #fff;
  font-size: 30px;
  line-height: 56px;
  margin: 0;
  font-weight: 100;
  transition: 0.35s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
  /* line 336, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare {
    grid-template-columns: repeat(3, 1fr) 2fr;
  }
  /* line 338, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare button, .container_frezare a {
    letter-spacing: 1.7px;
  }
  /* line 340, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare button:nth-child(1), .container_frezare a:nth-child(1) {
    margin-right: 5px;
  }
  /* line 345, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .tabs_content .colors {
    height: 25vw;
    max-height: 300px;
  }
  /* line 348, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .tabs_content .colors .color {
    padding: 23px 3px;
  }
  /* line 353, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .fav_colors {
    grid-area: fav_colors;
    display: flex;
    justify-content: right;
  }
  /* line 357, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .fav_colors .fav_col {
    margin: 20px 6px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #eee;
  }
}

@media (max-width: 992px) {
  /* line 369, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare button, .container_frezare a {
    letter-spacing: 0.5px;
    padding: 5px 5px;
  }
  /* line 375, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .tabs_content .colors .color {
    padding: 13px 3px;
  }
  /* line 381, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .name_and_color_name h2 {
    font-size: 24px;
    margin: 15px 0;
  }
  /* line 387, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .fav_colors .fav_col {
    margin: 20px 4px;
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 767px) {
  /* line 396, app/assets/stylesheets/_frezaremdf.scss */
  .container.wider {
    max-width: 650px;
  }
  /* line 399, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 40px 40px 0.5fr 40px 40px;
    grid-template-areas: 'slider slider' 'name_and_color_name fav_colors' 'tab_btns tab_btns' 'tabs_content tabs_content' 'load_all load_all' 'color-types color-types' 'change_frezare change_frezare';
  }
  /* line 410, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare button, .container_frezare a {
    padding: 5px 16px;
    letter-spacing: 2px;
  }
  /* line 413, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare button:nth-child(1), .container_frezare a:nth-child(1) {
    margin-right: 10px;
  }
  /* line 417, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .tab_btns {
    justify-self: center;
  }
  /* line 421, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .tabs_content .colors {
    height: 40vw;
    max-height: 55vw;
  }
  /* line 426, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .load_all {
    justify-self: center;
  }
  /* line 429, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .color-types {
    justify-content: center;
  }
  /* line 432, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .change_frezare {
    display: flex;
    flex-direction: column;
    padding: 0 10vw;
  }
  /* line 436, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .change_frezare a {
    text-align: center;
  }
  /* line 439, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .change_frezare .small {
    padding-top: 10px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
  /* line 462, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare {
    padding: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 30px 40px 40px 0.5fr 40px 40px 120px;
    grid-template-areas: 'slider' 'name_and_color_name' 'fav_colors' 'tab_btns' 'tabs_content' 'load_all' 'color-types' 'change_frezare';
    gap: 5px;
  }
  /* line 476, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare button, .container_frezare a {
    padding: 5px 16px;
    letter-spacing: 1px;
  }
  /* line 479, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare button:nth-child(1), .container_frezare a:nth-child(1) {
    margin-right: 10px;
  }
  /* line 483, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .name_and_color_name {
    justify-self: center;
  }
  /* line 485, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .name_and_color_name h2 {
    margin: 5px 0;
  }
  /* line 489, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .fav_colors {
    justify-self: center;
  }
  /* line 491, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .fav_colors .fav_col {
    margin: 0 4px;
  }
  /* line 496, app/assets/stylesheets/_frezaremdf.scss */
  .container_frezare .tabs_content .colors {
    height: 55vw;
    max-height: 55vw;
  }
  /* line 504, app/assets/stylesheets/_frezaremdf.scss */
  .description .left h2 {
    font-size: 24px;
  }
  /* line 511, app/assets/stylesheets/_frezaremdf.scss */
  .description .right .content .title span {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 1, app/assets/stylesheets/_home_menu.scss */
.home_menu {
  border-bottom: 2px solid #ccc;
  background: #fff;
}

/* line 4, app/assets/stylesheets/_home_menu.scss */
.home_menu .nav-item {
  position: relative;
  height: 152px;
  background-attachment: scroll;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 0;
}

/* line 11, app/assets/stylesheets/_home_menu.scss */
.home_menu .nav-item a {
  height: 152px;
  padding: 45px 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: white;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/_home_menu.scss */
.home_menu .nav-item a:hover {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 27, app/assets/stylesheets/_home_menu.scss */
.home_menu .nav-item a .icon {
  font-family: "furniture";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  color: #666;
}

/* line 42, app/assets/stylesheets/_home_menu.scss */
.home_menu .nav-item a .icon[data-icon]:before {
  font-family: "furniture";
  content: attr(data-icon);
}

/* line 47, app/assets/stylesheets/_home_menu.scss */
.home_menu .nav-item a h3 {
  color: #666;
  font-weight: 400;
  font-size: 15px;
}

/* line 53, app/assets/stylesheets/_home_menu.scss */
.home_menu .nav-item img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

/* line 60, app/assets/stylesheets/_home_menu.scss */
.home_menu .item1 {
  background-image: url(/assets/living-room-3539587_1920-e1533230270290-02acbb77343b29f564c768a654080c9c0cb997618c75d78219338904560f2f54.jpg);
}

/* line 63, app/assets/stylesheets/_home_menu.scss */
.home_menu .item2 {
  background-image: url(/assets/apartment-architecture-cabinet-273843-e1533232003973-e83c49745872e7ffbf08e262d85b6c97b0eb2f5793a91cb9f9e5c759bb3a8bf5.jpg);
}

/* line 66, app/assets/stylesheets/_home_menu.scss */
.home_menu .item3 {
  background-image: url(/assets/apartment-bed-bedroom-271624-e1533232136586-19da6f1cefb758d4d5920206dd7784980a63f1aea13bf6c79193a6cf099306a8.jpg);
}

/* line 69, app/assets/stylesheets/_home_menu.scss */
.home_menu .item4 {
  background-image: url(/assets/architecture-bathroom-contemporary-280209-e1533232533110-ccf599bdcd9820cf3f26fe02db0386e6f86b70a7a5ad399fd7d1d5cf7e151537.jpg);
}

/* line 72, app/assets/stylesheets/_home_menu.scss */
.home_menu .item5 {
  background-image: url(/assets/black-and-white-blackboard-blinds-260928-1-e1533232707191-ec4949de4e2c82ba5bdd53d19e8101930107fb4f746aa44d38c5fce7590281a4.jpg);
}

/* line 75, app/assets/stylesheets/_home_menu.scss */
.home_menu .item6 {
  background-image: url(/assets/bed-empty-flowers-879010-e1533232837305-28aaa2998a13e680d520f7ab20e2e02e9a4a5b32bd34c26d107b1b53f3cfd829.jpg);
}

@media (max-width: 480px) {
  /* line 82, app/assets/stylesheets/_home_menu.scss */
  .home_menu .container {
    padding: 0 5px;
  }
  /* line 84, app/assets/stylesheets/_home_menu.scss */
  .home_menu .container .nav-item {
    height: 120px;
  }
  /* line 86, app/assets/stylesheets/_home_menu.scss */
  .home_menu .container .nav-item a {
    height: 120px;
    padding: 32px 0;
  }
  /* line 89, app/assets/stylesheets/_home_menu.scss */
  .home_menu .container .nav-item a h3 {
    font-size: 11px;
  }
  /* line 92, app/assets/stylesheets/_home_menu.scss */
  .home_menu .container .nav-item a .icon {
    font-size: 25px;
  }
}
/* line 1, app/assets/stylesheets/_phone-btn.scss */
.call {
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 80px;
}

/* line 8, app/assets/stylesheets/_phone-btn.scss */
.call .call_phone {
  background-size: 100%;
  background-image: url(/assets/logos_whatsapp-a13488c74c4f1a48a752cd6bef5fb08ffc74108699dab64acbe28282da64185c.png);
  width: 50px;
  height: 50px;
  display: block;
  margin: 5px auto;
}
/* line 1, app/assets/stylesheets/_slider.scss */
.slider_main_container {
  position: relative;
}

/* line 3, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 745px;
}

/* line 8, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container {
  position: absolute;
  width: 100%;
  height: 745px;
  background-attachment: scroll;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;
  display: block;
}

/* line 19, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container.active {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

/* line 26, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container.active.front {
  z-index: 0;
}

/* line 30, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container > div {
  position: relative;
}

/* line 33, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .compass {
  width: 228px;
  height: 380px;
  background-image: url(/assets/Draw-Compass-1-5391ddc832ef3f5b2724f9f8b1685f94ca981d322391c77fb60683e2542311a3.png);
  background-attachment: scroll;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}

/* line 47, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .compass.show {
  opacity: 1;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

/* line 56, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .text_top {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  white-space: nowrap;
  font-size: 48px;
  font-weight: 400;
  color: white;
  font-family: Ubuntu;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
}

/* line 70, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .text_top.show {
  top: 44%;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

/* line 80, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .middle_element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 630px;
}

/* line 87, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .middle_element > div {
  position: relative;
}

/* line 91, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .middle_element div div {
  display: inline-block;
}

/* line 95, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .middle_element .bar {
  background-color: white;
  height: 1px;
  width: 300px;
  position: absolute;
  top: 50%;
  right: -5%;
  opacity: 0;
}

/* line 103, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .middle_element .bar.show {
  right: 0;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

/* line 111, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .middle_element .bar.show:first-child {
  left: 0;
  opacity: 1;
}

/* line 116, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .middle_element .bar:first-child {
  left: -5%;
}

/* line 120, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .middle_element .circle {
  border-color: #e5ae49;
  border-style: solid;
  border-width: 3px;
  border-radius: 7.5px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

/* line 132, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .middle_element .circle.show {
  opacity: 1;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

/* line 142, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .text_bottom {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 50px;
  font-weight: 700;
  color: white;
  font-family: Ubuntu;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
}

/* line 159, app/assets/stylesheets/_slider.scss */
.slider_main_container .slider .slider_container .text_bottom.show {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

/* line 170, app/assets/stylesheets/_slider.scss */
.slider_main_container #next_slide {
  right: 1%;
}

/* line 173, app/assets/stylesheets/_slider.scss */
.slider_main_container #previous_slide {
  left: 1%;
}

/* line 176, app/assets/stylesheets/_slider.scss */
.slider_main_container .slide_buttons {
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  text-decoration: none;
}

/* line 189, app/assets/stylesheets/_slider.scss */
.slider_main_container .slide_buttons:hover {
  text-decoration: none;
}

/* line 192, app/assets/stylesheets/_slider.scss */
.slider_main_container .slide_buttons.show {
  opacity: 1;
}

/* line 195, app/assets/stylesheets/_slider.scss */
.slider_main_container .slide_buttons::before {
  color: #fff;
  height: 15px;
  width: 15px;
  cursor: pointer;
  font-size: 60px;
  opacity: 0.7;
}

@media (max-width: 1280px) {
  /* line 205, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider {
    height: 610px;
  }
  /* line 207, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container {
    height: 610px;
  }
  /* line 209, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .text_top {
    font-size: 30px;
    top: 44%;
  }
  /* line 213, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .text_bottom {
    font-size: 30px;
    top: 56%;
  }
}

@media (max-width: 767px) {
  /* line 221, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider {
    height: 500px;
  }
  /* line 223, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container {
    height: 500px;
  }
  /* line 225, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .compass {
    height: 266px;
    width: 159px;
  }
  /* line 229, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .text_top {
    font-size: 21px;
    top: 44%;
  }
  /* line 233, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .middle_element {
    width: 480px;
  }
  /* line 235, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .middle_element .bar {
    width: 225px;
  }
  /* line 239, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .text_bottom {
    font-size: 21px;
    top: 56%;
  }
}

@media (max-width: 480px) {
  /* line 249, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .compass {
    height: 266px;
    width: 159px;
  }
  /* line 253, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .text_top {
    font-size: 12px;
    top: 42%;
  }
  /* line 256, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .text_top.show {
    top: 46%;
  }
  /* line 260, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .middle_element {
    width: 300px;
  }
  /* line 262, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .middle_element .bar {
    width: 130px;
  }
  /* line 265, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .middle_element .circle {
    border-width: 2px;
    width: 10px;
    height: 10px;
    border-radius: 7.5px;
  }
  /* line 272, app/assets/stylesheets/_slider.scss */
  .slider_main_container .slider .slider_container .text_bottom {
    font-size: 12px;
    top: 54%;
  }
}

/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }
trix-toolbar * {
  box-sizing: border-box; }
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto; }
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 1.5vw; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button-group:not(:first-child) {
        margin-left: 0; } }
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button-group-spacer {
      display: none; } }
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent; }
  trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-toolbar .trix-button.trix-active {
    background: #cbeefa;
    color: black; }
  trix-toolbar .trix-button:not(:disabled) {
    cursor: pointer; }
  trix-toolbar .trix-button:disabled {
    color: rgba(0, 0, 0, 0.125); }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button {
      letter-spacing: -0.01em;
      padding: 0 0.3em; } }
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button--icon {
      height: 2em;
      max-width: calc(0.8em + 3.5vw); } }
  trix-toolbar .trix-button--icon::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button--icon::before {
        right: 6%;
        left: 6%; } }
  trix-toolbar .trix-button--icon.trix-active::before {
    opacity: 1; }
  trix-toolbar .trix-button--icon:disabled::before {
    opacity: 0.125; }
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%; }
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-dialogs {
  position: relative; }
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5; }
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  trix-toolbar .trix-input--dialog.validate:invalid {
    box-shadow: #F00 0px 0px 1.5px 1px; }
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none; }
trix-toolbar .trix-dialog--link {
  max-width: 600px; }
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline; }
  trix-toolbar .trix-dialog__link-fields .trix-input {
    flex: 1; }
  trix-toolbar .trix-dialog__link-fields .trix-button-group {
    flex: 0 0 content;
    margin: 0; }
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none; }

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight; }
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight; }

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent; }
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight; }
trix-editor .attachment {
  position: relative; }
  trix-editor .attachment:hover {
    cursor: default; }
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text; }
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in; }
  trix-editor .attachment__progress[value="100"] {
    opacity: 0; }
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center; }
trix-editor .trix-button-group {
  display: inline-flex; }
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent; }
  trix-editor .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-editor .trix-button.trix-active {
    background: #cbeefa; }
  trix-editor .trix-button:not(:disabled) {
    cursor: pointer; }
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
  trix-editor .trix-button--remove::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%; }
  trix-editor .trix-button--remove:hover {
    border-color: #333; }
    trix-editor .trix-button--remove:hover::before {
      opacity: 1; }
trix-editor .attachment__metadata-container {
  position: relative; }
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px; }
  trix-editor .attachment__metadata .attachment__name {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  trix-editor .attachment__metadata .attachment__size {
    margin-left: 0.2em;
    white-space: nowrap; }
@charset "UTF-8";
.trix-content {
  line-height: 1.5; }
  .trix-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2; }
  .trix-content blockquote {
    border: 0 solid #ccc;
    border-left-width: 0.3em;
    margin-left: 0.3em;
    padding-left: 0.6em; }
  .trix-content [dir=rtl] blockquote,
  .trix-content blockquote[dir=rtl] {
    border-width: 0;
    border-right-width: 0.3em;
    margin-right: 0.3em;
    padding-right: 0.6em; }
  .trix-content li {
    margin-left: 1em; }
  .trix-content [dir=rtl] li {
    margin-right: 1em; }
  .trix-content pre {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%; }
    .trix-content .attachment a {
      color: inherit;
      text-decoration: none; }
      .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
        color: inherit; }
  .trix-content .attachment__caption {
    text-align: center; }
    .trix-content .attachment__caption .attachment__name + .attachment__size::before {
      content: ' · '; }
  .trix-content .attachment--preview {
    width: 100%;
    text-align: center; }
    .trix-content .attachment--preview .attachment__caption {
      color: #666;
      font-size: 0.9em;
      line-height: 1.2; }
  .trix-content .attachment--file {
    color: #333;
    line-height: 1;
    margin: 0 2px 2px 2px;
    padding: 0.4em 1em;
    border: 1px solid #bbb;
    border-radius: 5px; }
  .trix-content .attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .trix-content .attachment-gallery .attachment {
      flex: 1 0 33%;
      padding: 0 0.5em;
      max-width: 33%; }
    .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
      flex-basis: 50%;
      max-width: 50%; }
/* line 13, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 22, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 31, app/assets/stylesheets/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* line 36, app/assets/stylesheets/actiontext.scss */
.trix-content p {
  font-family: 'Ubuntu',sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #666;
  letter-spacing: .5px;
  margin: 0 0 10px;
}

/* line 48, app/assets/stylesheets/actiontext.scss */
trix-toolbar .trix-button::before {
  background-color: white;
}
@use "admin_panel_menu";
/* line 2, app/assets/stylesheets/admin_panel.scss */
.admin_panel {
  position: relative;
  background-image: url(/assets/admin_panel_bg-f56827848e465590e7578b8f303666166d9f50149b23cf825aa4b3305c50483c.jpg);
  background-size: cover;
  padding: 30px;
  min-height: 700px;
}

/* line 8, app/assets/stylesheets/admin_panel.scss */
.admin_panel::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 18, app/assets/stylesheets/admin_panel.scss */
.admin_panel .admin_panel_inside {
  position: relative;
  color: white;
}

/* line 22, app/assets/stylesheets/admin_panel.scss */
.admin_panel .admin_top {
  display: flex;
  flex-wrap: wrap;
}

/* line 25, app/assets/stylesheets/admin_panel.scss */
.admin_panel .admin_top .admin_btn {
  min-width: 100px;
  border: 2px solid #e5ae49;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
}

/* line 36, app/assets/stylesheets/admin_panel.scss */
.admin_panel .admin_top .admin_btn a {
  color: #e5ae49;
  transition: all 0.2s ease-in-out;
}

/* line 39, app/assets/stylesheets/admin_panel.scss */
.admin_panel .admin_top .admin_btn a:hover {
  text-decoration: none;
}

/* line 43, app/assets/stylesheets/admin_panel.scss */
.admin_panel .admin_top .admin_btn:hover {
  border-color: white;
  color: white;
}

/* line 46, app/assets/stylesheets/admin_panel.scss */
.admin_panel .admin_top .admin_btn:hover a {
  color: white;
}

/* line 52, app/assets/stylesheets/admin_panel.scss */
.admin_panel .admin_top .push {
  margin-left: auto;
}

/* line 56, app/assets/stylesheets/admin_panel.scss */
.admin_panel h2 {
  color: white;
  font-size: 20px;
  margin: 0;
  line-height: 34px;
}

/* line 63, app/assets/stylesheets/admin_panel.scss */
.admin_panel hr {
  height: 1px;
  background-color: #e5ae49;
  margin-bottom: 30px;
}

/* line 67, app/assets/stylesheets/admin_panel.scss */
.admin_panel hr.white {
  background-color: white;
}

/* line 71, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table {
  overflow-y: auto;
  max-height: 380px;
  scrollbar-color: #E5AE49 white;
  scrollbar-width: thin;
  /* see me */
}

/* line 76, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table::-webkit-scrollbar {
  width: 7px;
}

/* line 79, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table::-webkit-scrollbar-track {
  display: none;
}

/* line 83, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table::-webkit-scrollbar-thumb {
  background: #E5AE49;
  min-height: 7vh;
}

/* line 87, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table::-webkit-scrollbar-thumb:hover {
  background: #e2a533;
}

/* line 90, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table table {
  text-align: left;
}

/* line 92, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table table thead {
  background-color: #141414;
  position: sticky;
  top: 0;
}

/* line 100, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table table tbody tr:hover {
  background: rgba(255, 255, 255, 0.253);
}

/* line 107, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table .width100 {
  width: 100%;
}

/* line 110, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table .width50 {
  width: 50%;
}

/* line 113, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table tr:nth-child(even) {
  background: #2c2c2cd7;
}

/* line 116, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table th {
  color: #e5ae49;
  height: 30px;
  padding: 5px;
}

/* line 122, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table .two {
  width: 2%;
}

/* line 125, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table .three {
  width: 3%;
}

/* line 128, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table .five {
  width: 5%;
}

/* line 131, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table .ten {
  width: 10%;
}

/* line 134, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table .twenty {
  width: 20%;
}

/* line 137, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table .fifthy {
  width: 50%;
}

/* line 141, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table td {
  padding: 5px;
}

/* line 145, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table i {
  font-size: 20px;
}

/* line 148, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table .fa-eye {
  color: white;
}

/* line 151, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table .fa-pencil-square {
  color: green;
}

/* line 154, app/assets/stylesheets/admin_panel.scss */
.admin_panel .table .fa-trash {
  color: red;
}

/* line 159, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .row {
  margin: 20px 0;
}

/* line 162, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .row .col-12 .row {
  margin-bottom: 0;
}

/* line 166, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .row.foto {
  margin: 0;
}

/* line 168, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .row.foto .form_btn {
  margin-left: 0;
  margin-bottom: 10px;
}

/* line 174, app/assets/stylesheets/admin_panel.scss */
.admin_panel form label {
  margin-top: 0;
  padding-top: 7px;
  width: 100%;
}

/* line 179, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .info {
  margin-left: 5px;
}

/* line 182, app/assets/stylesheets/admin_panel.scss */
.admin_panel form input, .admin_panel form textarea {
  width: 100%;
  color: white;
  background-color: transparent;
  padding: 5px;
  vertical-align: middle;
}

/* line 188, app/assets/stylesheets/admin_panel.scss */
.admin_panel form input[type=checkbox], .admin_panel form textarea[type=checkbox] {
  width: auto;
  margin-top: 10px;
}

/* line 194, app/assets/stylesheets/admin_panel.scss */
.admin_panel form ::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

/* line 198, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .checkboxes input[type=checkbox] {
  margin-top: 0;
  margin-right: 3px;
}

/* line 202, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .checkboxes label {
  width: auto;
  margin-right: 20px;
}

/* line 208, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .multiple_images img {
  width: 100%;
  object-fit: cover;
}

/* line 214, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .nested-fields .form_btn {
  margin-left: 0;
  margin-top: 0;
}

/* line 219, app/assets/stylesheets/admin_panel.scss */
.admin_panel form select {
  width: 100%;
  padding: 10px 10px;
  background-color: #2b2a3304;
  color: white;
}

/* line 225, app/assets/stylesheets/admin_panel.scss */
.admin_panel form trix-editor {
  min-height: 200px;
}

/* line 228, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .trix-dialog {
  background-color: #1b1b1b;
}

/* line 231, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .icons {
  font-family: "furniture";
  font-size: 30px;
}

/* line 235, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .icons label {
  text-align: center;
  width: 30px;
  padding-top: 0;
  margin-right: 13px;
}

/* line 242, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .icons.icons-services label {
  width: 35px;
  margin-bottom: 30px;
}

/* line 249, app/assets/stylesheets/admin_panel.scss */
.admin_panel form textarea {
  vertical-align: top;
  min-height: 150px;
}

/* line 253, app/assets/stylesheets/admin_panel.scss */
.admin_panel form input[type=color] {
  border: none;
  padding: 0;
  height: 30px;
  width: 30px;
}

/* line 260, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .foto .poza, .admin_panel form .foto .checkbox, .admin_panel form .foto .upload {
  padding-left: 0;
}

/* line 262, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .foto .poza input[type=checkbox], .admin_panel form .foto .checkbox input[type=checkbox], .admin_panel form .foto .upload input[type=checkbox] {
  display: none;
}

/* line 265, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .foto .poza input[type=file], .admin_panel form .foto .checkbox input[type=file], .admin_panel form .foto .upload input[type=file] {
  display: none;
}

/* line 268, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .foto .poza label, .admin_panel form .foto .checkbox label, .admin_panel form .foto .upload label {
  padding-top: 0;
  margin-bottom: 0;
  width: auto;
}

/* line 273, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .foto .poza img, .admin_panel form .foto .checkbox img, .admin_panel form .foto .upload img {
  width: 400px;
  max-height: 300px;
  object-fit: cover;
}

/* line 280, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .foto .poza_promotii img {
  width: 400px;
  max-height: 300px;
  object-fit: contain;
  object-position: left top;
}

/* line 288, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .foto .poza_testimonial img {
  width: 150px;
  height: auto;
}

/* line 295, app/assets/stylesheets/admin_panel.scss */
.admin_panel form.admin_company_photos_form h3 {
  color: white;
  font-size: 18px;
  margin-top: 20px;
}

/* line 301, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .form_btn {
  margin-top: 10px;
  margin-left: 10px;
  border: 2px solid #e5ae49;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
  text-align: center;
  min-width: 100px;
  color: #e5ae49;
  transition: all 0.2s ease-in-out;
}

/* line 313, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .form_btn a {
  color: #e5ae49;
  transition: all 0.2s ease-in-out;
}

/* line 316, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .form_btn a:hover {
  text-decoration: none;
}

/* line 320, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .form_btn input {
  border: none;
  text-transform: uppercase;
  color: #e5ae49;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease-in-out;
}

/* line 328, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .form_btn:hover {
  border-color: white;
  color: white;
}

/* line 331, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .form_btn:hover a {
  color: white;
}

/* line 334, app/assets/stylesheets/admin_panel.scss */
.admin_panel form .form_btn:hover input {
  color: white;
}

/* line 341, app/assets/stylesheets/admin_panel.scss */
.admin_panel .devise form {
  border: 1px solid white;
  margin: 50px auto;
  max-width: 600px;
  width: 100%;
  padding: 30px;
}

/* line 342, app/assets/stylesheets/admin_panel.scss */
.admin_panel .devise form p {
  color: white;
}

/* line 350, app/assets/stylesheets/admin_panel.scss */
.admin_panel .devise form input {
  width: 100%;
  margin-left: 0;
}

/* line 353, app/assets/stylesheets/admin_panel.scss */
.admin_panel .devise form input:focus {
  color: white;
  background-color: transparent;
}

/* line 357, app/assets/stylesheets/admin_panel.scss */
.admin_panel .devise form input[type=submit] {
  width: auto;
}

/* line 361, app/assets/stylesheets/admin_panel.scss */
.admin_panel .devise form input:-webkit-autofill {
  background: transparent;
}

/* line 364, app/assets/stylesheets/admin_panel.scss */
.admin_panel .devise form .actions {
  margin-left: 0;
}

/* line 368, app/assets/stylesheets/admin_panel.scss */
.admin_panel .devise form .reset_psw a {
  color: #e5ae49;
}

/* line 370, app/assets/stylesheets/admin_panel.scss */
.admin_panel .devise form .reset_psw a:hover {
  text-decoration: none;
}

/* line 484, app/assets/stylesheets/admin_panel.scss */
.show_btn {
  display: inline-block;
  min-width: 100px;
  border: 2px solid #e5ae49;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
  text-align: center;
}

/* line 487, app/assets/stylesheets/admin_panel.scss */
.show_btn a {
  color: #e5ae49;
}

/* line 490, app/assets/stylesheets/admin_panel.scss */
.show_btn a:hover {
  text-decoration: none;
}

/* line 502, app/assets/stylesheets/admin_panel.scss */
.admin_project_category::after {
  content: "|";
}

/* line 506, app/assets/stylesheets/admin_panel.scss */
.admin_project_category:last-child::after {
  content: "";
}

/* line 513, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access p {
  color: #e5ae49;
  margin-bottom: 0;
}

/* line 516, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access p:last-child {
  padding-bottom: 10px;
  border-bottom: 1px #e5ae49 solid;
}

/* line 521, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .quick-menu {
  display: flex;
  gap: 20px;
  margin: 0;
  flex-wrap: wrap;
}

/* line 526, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .quick-menu .quick-menu-item {
  border: 6px solid white;
  padding: 20px 20px;
  flex: 1 1 12%;
  text-align: center;
}

/* line 531, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .quick-menu .quick-menu-item h3 {
  color: white;
  text-transform: uppercase;
}

/* line 535, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .quick-menu .quick-menu-item ul {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 538, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .quick-menu .quick-menu-item ul li {
  list-style: none;
  padding: 5px 0;
}

/* line 542, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .quick-menu .quick-menu-item ul li a {
  color: #e5ae49;
}

/* line 544, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .quick-menu .quick-menu-item ul li a:hover {
  text-decoration: none;
}

/* line 552, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .counters-menu {
  display: flex;
  gap: 30px;
  margin: 40px 0;
  flex-wrap: nowrap;
}

/* line 557, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .counters-menu .counter-item {
  flex: 1 1 12%;
  text-align: center;
  font-size: 3.9rem;
  line-height: 3.9rem;
  font-weight: bold;
  color: #e5ae49;
}

/* line 564, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .counters-menu .counter-item:hover {
  text-decoration: none;
}

/* line 567, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .counters-menu .counter-item .counter-icon, .admin_quick_access .counters-menu .counter-item .counter-number {
  display: inline-block;
}

/* line 570, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .counters-menu .counter-item .counter-icon {
  width: 3.9rem;
}

/* line 572, app/assets/stylesheets/admin_panel.scss */
.admin_quick_access .counters-menu .counter-item .counter-icon img {
  vertical-align: top;
}

@media (max-width: 992px) {
  /* line 765, app/assets/stylesheets/admin_panel.scss */
  .admin_panel form.admin_project_form input, .admin_panel form.admin_project_form textarea, .admin_panel form.admin_project_form .editor, .admin_panel form.admin_product_category_form input, .admin_panel form.admin_product_category_form textarea, .admin_panel form.admin_product_category_form .editor, .admin_panel form.admin_service_form input, .admin_panel form.admin_service_form textarea, .admin_panel form.admin_service_form .editor, .admin_panel form.admin_social_project_form input, .admin_panel form.admin_social_project_form textarea, .admin_panel form.admin_social_project_form .editor {
    width: 70%;
  }
  /* line 775, app/assets/stylesheets/admin_panel.scss */
  .admin_products table tr th:nth-child(4), .admin_products table tr th:nth-child(5), .admin_products table tr th:nth-child(6), .admin_products table tr th:nth-child(7), .admin_products table tr td:nth-child(4), .admin_products table tr td:nth-child(5), .admin_products table tr td:nth-child(6), .admin_products table tr td:nth-child(7) {
    display: none;
  }
  /* line 784, app/assets/stylesheets/admin_panel.scss */
  .admin_product_categories table.width50, .admin_frezari table.width50, .admin_frezari_categories table.width50 {
    width: 100%;
  }
  /* line 793, app/assets/stylesheets/admin_panel.scss */
  .admin_projects table tr th:nth-child(3), .admin_projects table tr td:nth-child(3) {
    display: none;
  }
  /* line 804, app/assets/stylesheets/admin_panel.scss */
  .admin_contact_forms table tr th:nth-child(5), .admin_contact_forms table tr td:nth-child(5) {
    display: none;
  }
  /* line 813, app/assets/stylesheets/admin_panel.scss */
  .admin_quick_access .counters-menu .counter-item {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
  /* line 816, app/assets/stylesheets/admin_panel.scss */
  .admin_quick_access .counters-menu .counter-item .counter-icon {
    width: 2.8rem;
  }
}

@media (max-width: 767px) {
  /* line 826, app/assets/stylesheets/admin_panel.scss */
  .admin_panel form .actions {
    margin-left: 105px;
  }
  /* line 830, app/assets/stylesheets/admin_panel.scss */
  .admin_panel label {
    width: 100px;
  }
  /* line 833, app/assets/stylesheets/admin_panel.scss */
  .admin_panel input, .admin_panel textarea, .admin_panel select, .admin_panel .poza {
    width: 80%;
  }
  /* line 836, app/assets/stylesheets/admin_panel.scss */
  .admin_panel .admin_top {
    justify-content: center;
  }
  /* line 839, app/assets/stylesheets/admin_panel.scss */
  .admin_panel h2 {
    flex: 1 0 100%;
    text-align: center;
  }
  /* line 843, app/assets/stylesheets/admin_panel.scss */
  .admin_panel .admin_btn {
    margin: 10px;
  }
  /* line 846, app/assets/stylesheets/admin_panel.scss */
  .admin_panel .admin_btn.push {
    margin-left: 10px;
  }
  /* line 851, app/assets/stylesheets/admin_panel.scss */
  .admin_quick_access .quick-menu {
    gap: 20px;
  }
  /* line 853, app/assets/stylesheets/admin_panel.scss */
  .admin_quick_access .quick-menu .quick-menu-item {
    padding: 40px 20px;
    flex: 1 1 40%;
  }
  /* line 863, app/assets/stylesheets/admin_panel.scss */
  .admin_testimonials table tr th:nth-child(4), .admin_testimonials table tr td:nth-child(4) {
    display: none;
  }
  /* line 874, app/assets/stylesheets/admin_panel.scss */
  .admin_contact_forms table tr th:nth-child(3), .admin_contact_forms table tr td:nth-child(3) {
    display: none;
  }
  /* line 883, app/assets/stylesheets/admin_panel.scss */
  .admin_quick_access .counters-menu .counter-item {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  /* line 886, app/assets/stylesheets/admin_panel.scss */
  .admin_quick_access .counters-menu .counter-item .counter-icon {
    width: 1.8rem;
  }
}

@media (max-width: 575px) {
  /* line 896, app/assets/stylesheets/admin_panel.scss */
  .admin_panel form .actions {
    margin-left: 0px;
  }
  /* line 900, app/assets/stylesheets/admin_panel.scss */
  .admin_panel form.admin_project_form input, .admin_panel form.admin_project_form textarea, .admin_panel form.admin_project_form .editor, .admin_panel form.admin_product_category_form input, .admin_panel form.admin_product_category_form textarea, .admin_panel form.admin_product_category_form .editor, .admin_panel form.admin_service_form input, .admin_panel form.admin_service_form textarea, .admin_panel form.admin_service_form .editor, .admin_panel form.admin_social_project_form input, .admin_panel form.admin_social_project_form textarea, .admin_panel form.admin_social_project_form .editor {
    width: 100%;
  }
  /* line 905, app/assets/stylesheets/admin_panel.scss */
  .admin_panel input, .admin_panel textarea, .admin_panel select, .admin_panel .poza {
    width: 100%;
  }
  /* line 907, app/assets/stylesheets/admin_panel.scss */
  .admin_panel input .img, .admin_panel textarea .img, .admin_panel select .img, .admin_panel .poza .img {
    width: 100%;
  }
  /* line 914, app/assets/stylesheets/admin_panel.scss */
  .admin_quick_access .quick-menu {
    gap: 10px;
    padding: 0 5px;
  }
  /* line 917, app/assets/stylesheets/admin_panel.scss */
  .admin_quick_access .quick-menu .quick-menu-item {
    padding: 20px 10px;
    flex: 1 1 45%;
  }
  /* line 927, app/assets/stylesheets/admin_panel.scss */
  .admin_product_categories table tr th:nth-child(3), .admin_product_categories table tr td:nth-child(3) {
    display: none;
  }
  /* line 938, app/assets/stylesheets/admin_panel.scss */
  .admin_projects table tr th:nth-child(4), .admin_projects table tr th:nth-child(5), .admin_projects table tr td:nth-child(4), .admin_projects table tr td:nth-child(5) {
    display: none;
  }
  /* line 949, app/assets/stylesheets/admin_panel.scss */
  .admin_contact_forms table tr th:nth-child(4), .admin_contact_forms table tr td:nth-child(4) {
    display: none;
  }
  /* line 957, app/assets/stylesheets/admin_panel.scss */
  .admin_quick_access .counters-menu {
    gap: 5px;
    margin: 30px 0;
  }
  /* line 960, app/assets/stylesheets/admin_panel.scss */
  .admin_quick_access .counters-menu .counter-item {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  /* line 963, app/assets/stylesheets/admin_panel.scss */
  .admin_quick_access .counters-menu .counter-item .counter-icon {
    width: 1.8rem;
  }
}

@media (max-width: 480px) {
  /* line 971, app/assets/stylesheets/admin_panel.scss */
  .admin_panel {
    padding: 5px;
  }
  /* line 978, app/assets/stylesheets/admin_panel.scss */
  .admin_testimonials table tr th:nth-child(3), .admin_testimonials table tr td:nth-child(3), .admin_products table tr th:nth-child(3), .admin_products table tr td:nth-child(3) {
    display: none;
  }
}
/* line 4, app/assets/stylesheets/contact_forms.scss */
h2 {
  font-family: Arial,sans-serif;
  font-weight: 400;
  color: #222;
  margin: 30px 0 15px 0;
  padding: 0;
  font-size: 18px;
}

/* line 12, app/assets/stylesheets/contact_forms.scss */
.h2_address {
  color: #fe7e00;
}

/* line 15, app/assets/stylesheets/contact_forms.scss */
.h2_callnow {
  color: #e5ae49;
}

/* line 18, app/assets/stylesheets/contact_forms.scss */
.h2_email {
  color: #56c2a2;
}

/* line 21, app/assets/stylesheets/contact_forms.scss */
.h2_follow {
  color: #60afc8;
}

/* line 24, app/assets/stylesheets/contact_forms.scss */
.h2_mesaj {
  color: #e45b46;
  text-transform: uppercase;
}

/* line 28, app/assets/stylesheets/contact_forms.scss */
.phone_call, .email, .follow {
  color: #666666;
}

/* line 31, app/assets/stylesheets/contact_forms.scss */
.phone_call:hover, .email:hover, .follow:hover {
  color: #666666;
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/contact_forms.scss */
.follow {
  border: 1px solid #666666;
  border-radius: 50px;
  display: block;
  margin: 10px 0;
  width: 120px;
  text-align: center;
}

/* line 44, app/assets/stylesheets/contact_forms.scss */
.bottom_container .phone_call, .bottom_container .email {
  color: #868686;
}

/* line 47, app/assets/stylesheets/contact_forms.scss */
.bottom_container .phone_call:hover, .bottom_container .email:hover {
  color: #868686;
}

/* line 51, app/assets/stylesheets/contact_forms.scss */
.bottom_container .date_de_contact i {
  width: 1px;
  text-align: center;
}

/* line 57, app/assets/stylesheets/contact_forms.scss */
.red {
  color: red;
}

/* line 60, app/assets/stylesheets/contact_forms.scss */
.text_container .form-control::placeholder {
  color: #ddd;
  font-size: 13px;
}

/* line 64, app/assets/stylesheets/contact_forms.scss */
.contact_submit {
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 25px;
  background: #E5AE49;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/contact_forms.scss */
#gmap {
  width: 100%;
  border: 0;
}

/* line 79, app/assets/stylesheets/contact_forms.scss */
.notice {
  color: #E5AE49;
}
/* line 1, app/assets/stylesheets/cookie.scss */
.cookie_consent {
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
}

/* line 9, app/assets/stylesheets/cookie.scss */
.cookie_consent img {
  width: 60px;
}

/* line 12, app/assets/stylesheets/cookie.scss */
.cookie_consent .col-md-2 {
  text-align: center;
}

/* line 15, app/assets/stylesheets/cookie.scss */
.cookie_but {
  margin: 10px 0px 0px;
  background: #F18020;
  border: 0;
  display: inline-block;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 14px;
  -webkit-transition: background .2s;
  transition: background .2s;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

/* line 37, app/assets/stylesheets/cookie.scss */
.cookie_but:hover {
  color: #fff;
  text-decoration: none;
  background: #dc7e0d;
  border: 0;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

/* line 47, app/assets/stylesheets/cookie.scss */
table.cookie_table td, table.cookie_table th {
  border: 1px solid #ccc;
  padding: 2px;
}

/* line 51, app/assets/stylesheets/cookie.scss */
table.cookie_table th {
  background: #eee;
}

/* line 54, app/assets/stylesheets/cookie.scss */
.cookie_table .no-padding {
  padding: 0;
}
@font-face {
	font-family: 'et-line';
	src:url(/fonts/et-line/et-line.eot);
	src:url(/fonts/et-line/et-line.eot?#iefix) format('embedded-opentype'),
		url(/fonts/et-line/et-line.woff) format('woff'),
		url(/fonts/et-line/et-line.ttf) format('truetype'),
		url(/fonts/et-line/et-line.svg#et-line) format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}
.icon-mobile:before {
	content: "\e000";
}
.icon-laptop:before {
	content: "\e001";
}
.icon-desktop:before {
	content: "\e002";
}
.icon-tablet:before {
	content: "\e003";
}
.icon-phone:before {
	content: "\e004";
}
.icon-document:before {
	content: "\e005";
}
.icon-documents:before {
	content: "\e006";
}
.icon-search:before {
	content: "\e007";
}
.icon-clipboard:before {
	content: "\e008";
}
.icon-newspaper:before {
	content: "\e009";
}
.icon-notebook:before {
	content: "\e00a";
}
.icon-book-open:before {
	content: "\e00b";
}
.icon-browser:before {
	content: "\e00c";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-presentation:before {
	content: "\e00e";
}
.icon-picture:before {
	content: "\e00f";
}
.icon-pictures:before {
	content: "\e010";
}
.icon-video:before {
	content: "\e011";
}
.icon-camera:before {
	content: "\e012";
}
.icon-printer:before {
	content: "\e013";
}
.icon-toolbox:before {
	content: "\e014";
}
.icon-briefcase:before {
	content: "\e015";
}
.icon-wallet:before {
	content: "\e016";
}
.icon-gift:before {
	content: "\e017";
}
.icon-bargraph:before {
	content: "\e018";
}
.icon-grid:before {
	content: "\e019";
}
.icon-expand:before {
	content: "\e01a";
}
.icon-focus:before {
	content: "\e01b";
}
.icon-edit:before {
	content: "\e01c";
}
.icon-adjustments:before {
	content: "\e01d";
}
.icon-ribbon:before {
	content: "\e01e";
}
.icon-hourglass:before {
	content: "\e01f";
}
.icon-lock:before {
	content: "\e020";
}
.icon-megaphone:before {
	content: "\e021";
}
.icon-shield:before {
	content: "\e022";
}
.icon-trophy:before {
	content: "\e023";
}
.icon-flag:before {
	content: "\e024";
}
.icon-map:before {
	content: "\e025";
}
.icon-puzzle:before {
	content: "\e026";
}
.icon-basket:before {
	content: "\e027";
}
.icon-envelope:before {
	content: "\e028";
}
.icon-streetsign:before {
	content: "\e029";
}
.icon-telescope:before {
	content: "\e02a";
}
.icon-gears:before {
	content: "\e02b";
}
.icon-key:before {
	content: "\e02c";
}
.icon-paperclip:before {
	content: "\e02d";
}
.icon-attachment:before {
	content: "\e02e";
}
.icon-pricetags:before {
	content: "\e02f";
}
.icon-lightbulb:before {
	content: "\e030";
}
.icon-layers:before {
	content: "\e031";
}
.icon-pencil:before {
	content: "\e032";
}
.icon-tools:before {
	content: "\e033";
}
.icon-tools-2:before {
	content: "\e034";
}
.icon-scissors:before {
	content: "\e035";
}
.icon-paintbrush:before {
	content: "\e036";
}
.icon-magnifying-glass:before {
	content: "\e037";
}
.icon-circle-compass:before {
	content: "\e038";
}
.icon-linegraph:before {
	content: "\e039";
}
.icon-mic:before {
	content: "\e03a";
}
.icon-strategy:before {
	content: "\e03b";
}
.icon-beaker:before {
	content: "\e03c";
}
.icon-caution:before {
	content: "\e03d";
}
.icon-recycle:before {
	content: "\e03e";
}
.icon-anchor:before {
	content: "\e03f";
}
.icon-profile-male:before {
	content: "\e040";
}
.icon-profile-female:before {
	content: "\e041";
}
.icon-bike:before {
	content: "\e042";
}
.icon-wine:before {
	content: "\e043";
}
.icon-hotairballoon:before {
	content: "\e044";
}
.icon-globe:before {
	content: "\e045";
}
.icon-genius:before {
	content: "\e046";
}
.icon-map-pin:before {
	content: "\e047";
}
.icon-dial:before {
	content: "\e048";
}
.icon-chat:before {
	content: "\e049";
}
.icon-heart:before {
	content: "\e04a";
}
.icon-cloud:before {
	content: "\e04b";
}
.icon-upload:before {
	content: "\e04c";
}
.icon-download:before {
	content: "\e04d";
}
.icon-target:before {
	content: "\e04e";
}
.icon-hazardous:before {
	content: "\e04f";
}
.icon-piechart:before {
	content: "\e050";
}
.icon-speedometer:before {
	content: "\e051";
}
.icon-global:before {
	content: "\e052";
}
.icon-compass:before {
	content: "\e053";
}
.icon-lifesaver:before {
	content: "\e054";
}
.icon-clock:before {
	content: "\e055";
}
.icon-aperture:before {
	content: "\e056";
}
.icon-quote:before {
	content: "\e057";
}
.icon-scope:before {
	content: "\e058";
}
.icon-alarmclock:before {
	content: "\e059";
}
.icon-refresh:before {
	content: "\e05a";
}
.icon-happy:before {
	content: "\e05b";
}
.icon-sad:before {
	content: "\e05c";
}
.icon-facebook:before {
	content: "\e05d";
}
.icon-twitter:before {
	content: "\e05e";
}
.icon-googleplus:before {
	content: "\e05f";
}
.icon-rss:before {
	content: "\e060";
}
.icon-tumblr:before {
	content: "\e061";
}
.icon-linkedin:before {
	content: "\e062";
}
.icon-dribbble:before {
	content: "\e063";
}
/* line 1, app/assets/stylesheets/footer.scss */
footer.bottom {
  background-attachment: scroll;
  background-color: transparent;
  background-image: inherit;
  background-size: cover;
  background-position: 50% 0;
  background-image: url(/assets/architecture-business-clean-389818-60c5ce642b03b3ce45279b6cc751bd361f1d2607c8cb52bf47d5ada0b38474a8.jpg);
}

/* line 8, app/assets/stylesheets/footer.scss */
footer.bottom .bottom_container {
  padding-top: 90px;
  text-align: left;
  padding-bottom: 50px;
}

/* line 12, app/assets/stylesheets/footer.scss */
footer.bottom .bottom_container .footer_heading_container {
  margin-bottom: 60px;
  text-align: center;
}

/* line 15, app/assets/stylesheets/footer.scss */
footer.bottom .bottom_container .footer_heading_container .footer_headline {
  text-align: center;
  letter-spacing: 6px;
  font-weight: bold;
}

/* line 20, app/assets/stylesheets/footer.scss */
footer.bottom .bottom_container .footer_heading_container .bottom_call {
  font-size: 30px;
  color: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-top: 30px;
}

/* line 29, app/assets/stylesheets/footer.scss */
footer.bottom .bottom_container .footer_heading_container .bottom_call:hover, footer.bottom .bottom_container .footer_heading_container .bottom_call:focus {
  text-decoration: none;
  color: #e5ae49;
}

/* line 34, app/assets/stylesheets/footer.scss */
footer.bottom .bottom_container .footer_heading_container .bottom_call_name {
  font-size: 25px;
  color: #e5ae49;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 200;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* line 44, app/assets/stylesheets/footer.scss */
footer.bottom .bottom_container h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
  font-size: 25px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 27px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 59, app/assets/stylesheets/footer.scss */
.date_de_contact span {
  display: block;
  margin: 15px 0px 0px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #868686;
}

/* line 68, app/assets/stylesheets/footer.scss */
.date_de_contact i {
  font-size: 16px;
  color: #868686;
  margin-right: 20px;
}

/* line 74, app/assets/stylesheets/footer.scss */
.link_confidentialitate {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

/* line 78, app/assets/stylesheets/footer.scss */
.link_confidentialitate a {
  text-decoration: underline;
  color: #fff;
}

/* line 82, app/assets/stylesheets/footer.scss */
.link_confidentialitate i {
  font-size: 16px;
  color: #868686;
  margin-right: 20px;
}

/* line 89, app/assets/stylesheets/footer.scss */
#contact-form-message .alert {
  color: #e5ae49;
}

/* line 94, app/assets/stylesheets/footer.scss */
.bottom_contact_form input {
  width: 100%;
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ffffff;
  margin-bottom: 15px;
  padding: 0 0 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  letter-spacing: 0.5px;
  color: #cecece;
}

/* line 109, app/assets/stylesheets/footer.scss */
.bottom_contact_form input[type=text]:focus, .bottom_contact_form input[type=email]:focus, .bottom_contact_form input[type=tel]:focus {
  background: none;
  outline: none;
  box-shadow: none;
  border-color: #ffffff;
  color: white;
}

/* line 116, app/assets/stylesheets/footer.scss */
.bottom_contact_form input[type=submit] {
  font-size: 13px;
  font-weight: 400;
  width: auto;
  min-width: 50%;
  padding: 10px 25px;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #e5ae49;
  color: #e5ae49;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

/* line 133, app/assets/stylesheets/footer.scss */
.bottom_contact_form .form-control::placeholder {
  color: #495057;
  font-size: 13px;
}

/* line 137, app/assets/stylesheets/footer.scss */
.bottom_contact_form textarea {
  width: 100%;
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ffffff;
  height: 75px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  padding: 0;
  border-radius: 0;
  color: #cecece;
}

/* line 149, app/assets/stylesheets/footer.scss */
.bottom_contact_form textarea:focus {
  background: none;
  outline: none;
  box-shadow: none;
  border-color: #ffffff;
  color: white;
}

/* line 158, app/assets/stylesheets/footer.scss */
.last_footer {
  background: #000;
  padding: 30px 0;
}

@media (max-width: 992px) {
  /* line 166, app/assets/stylesheets/footer.scss */
  footer.bottom .bottom_container .footer_heading_container .bottom_call {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /* line 175, app/assets/stylesheets/footer.scss */
  footer.bottom .bottom_container {
    padding-top: 40px;
  }
  /* line 177, app/assets/stylesheets/footer.scss */
  footer.bottom .bottom_container .footer_heading_container {
    margin-bottom: 30px;
  }
  /* line 179, app/assets/stylesheets/footer.scss */
  footer.bottom .bottom_container .footer_heading_container .bottom_call {
    font-size: 30px;
    margin-top: 20px;
  }
  /* line 184, app/assets/stylesheets/footer.scss */
  footer.bottom .bottom_container h4 {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  /* line 194, app/assets/stylesheets/footer.scss */
  footer.bottom .bottom_container .footer_heading_container .bottom_call {
    font-size: 30px;
  }
}
@use "frezaremdf";
/* line 2, app/assets/stylesheets/frezarimdfs.scss */
.container.wider {
  max-width: 1640px;
}

/* line 4, app/assets/stylesheets/frezarimdfs.scss */
.container.wider h1 {
  padding-bottom: 5px;
}

/* line 7, app/assets/stylesheets/frezarimdfs.scss */
.container.wider p {
  color: #e5ae49;
}

/* line 10, app/assets/stylesheets/frezarimdfs.scss */
.container.wider .page_container.no-btm-pad {
  padding-bottom: 0;
}

/* line 14, app/assets/stylesheets/frezarimdfs.scss */
.gray_bg {
  background-color: #eeeeee;
}

/* line 17, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari {
  position: relative;
  background-size: cover;
  padding: 30px;
}

/* line 21, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 30, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari_categories {
  position: relative;
}

/* line 32, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari_categories .frezari_cat_btns {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

/* line 37, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari_categories .frezari_cat_btns a {
  color: white;
  text-decoration: none;
  flex: 0 1 130px;
}

/* line 42, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari_categories .frezari_cat_btns a .cat_btn {
  border: 2px solid white;
  padding: 15px 20px;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 51, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari_categories .frezari_cat_btns a .cat_btn .icon {
  font-family: "furniture";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin-right: 10px;
}

/* line 63, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari_categories .frezari_cat_btns a .cat_btn .icon[data-icon]:before {
  font-family: "furniture";
  content: attr(data-icon);
}

/* line 71, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari_categories .frezari_cat_btns a.cat_btn_active .cat_btn {
  color: #e5ae49;
  border: 2px solid #e5ae49;
}

/* line 76, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari_categories .frezari_cat_btns a:hover {
  background-color: transparent;
}

/* line 77, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari_categories .frezari_cat_btns a:hover .cat_btn {
  color: #e5ae49;
  border: 2px solid #e5ae49;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 91, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari hr {
  position: relative;
  background-color: white;
  margin-bottom: 35px;
}

/* line 96, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px;
  gap: 30px;
}

/* line 104, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari .frezare {
  justify-self: start;
  flex: 1 1 487px;
  max-width: 100%;
  min-width: 0;
  position: relative;
  box-shadow: 0 0 0 4px white;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 117, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari .frezare .name {
  position: absolute;
  bottom: -16px;
  left: 10px;
  color: #e5ae49;
  font-weight: 700;
  background-color: white;
  padding: 5px 1vw;
  border-radius: 20px;
}

/* line 127, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari .frezare .links {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

/* line 131, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari .frezare .links a {
  color: white;
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .frezari .frezare:hover {
  box-shadow: none;
}

/* line 141, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .link_new {
  position: relative;
}

/* line 143, app/assets/stylesheets/frezarimdfs.scss */
.container_frezari .link_new a {
  color: white;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 153, app/assets/stylesheets/frezarimdfs.scss */
  .container_frezari .frezari_categories .frezari_cat_btns {
    align-items: center;
    justify-content: center;
  }
}


@font-face {
  font-family: "furniture";
  src:url(/fonts/furniture/furniture.eot);
  src:url(/fonts/furniture/furniture.eot?#iefix) format("embedded-opentype"),
    url(/fonts/furniture/furniture.woff) format("woff"),
    url(/fonts/furniture/furniture.ttf) format("truetype"),
    url(/fonts/furniture/furniture.svg#furniture) format("svg");
  font-weight: normal;
  font-style: normal;

}



.icon-001:before {
  content: "a";
}
.icon-014:before {
  content: "b";
}
.icon-027:before {
  content: "c";
}
.icon-040:before {
  content: "d";
}
.icon-041:before {
  content: "e";
}
.icon-028:before {
  content: "f";
}
.icon-015:before {
  content: "g";
}
.icon-002:before {
  content: "h";
}
.icon-003:before {
  content: "i";
}
.icon-016:before {
  content: "j";
}
.icon-029:before {
  content: "k";
}
.icon-042:before {
  content: "l";
}
.icon-043:before {
  content: "m";
}
.icon-030:before {
  content: "n";
}
.icon-017:before {
  content: "o";
}
.icon-004:before {
  content: "p";
}
.icon-005:before {
  content: "q";
}
.icon-018:before {
  content: "r";
}
.icon-031:before {
  content: "s";
}
.icon-044:before {
  content: "t";
}
.icon-045:before {
  content: "u";
}
.icon-032:before {
  content: "v";
}
.icon-019:before {
  content: "w";
}
.icon-006:before {
  content: "x";
}
.icon-007:before {
  content: "y";
}
.icon-020:before {
  content: "z";
}
.icon-033:before {
  content: "A";
}
.icon-046:before {
  content: "B";
}
.icon-047:before {
  content: "C";
}
.icon-034:before {
  content: "D";
}
.icon-021:before {
  content: "E";
}
.icon-008:before {
  content: "F";
}
.icon-009:before {
  content: "G";
}
.icon-022:before {
  content: "H";
}
.icon-035:before {
  content: "I";
}
.icon-048:before {
  content: "J";
}
.icon-049:before {
  content: "K";
}
.icon-036:before {
  content: "L";
}
.icon-023:before {
  content: "M";
}
.icon-010:before {
  content: "N";
}
.icon-011:before {
  content: "O";
}
.icon-024:before {
  content: "P";
}
.icon-037:before {
  content: "Q";
}
.icon-050:before {
  content: "R";
}
.icon-051:before {
  content: "S";
}
.icon-038:before {
  content: "T";
}
.icon-025:before {
  content: "U";
}
.icon-012:before {
  content: "V";
}
.icon-013:before {
  content: "W";
}
.icon-026:before {
  content: "X";
}
.icon-039:before {
  content: "Y";
}
.icon-052:before {
  content: "Z";
}
.icon-065:before {
  content: "0";
}
.icon-064:before {
  content: "1";
}
.icon-063:before {
  content: "2";
}
.icon-062:before {
  content: "3";
}
.icon-061:before {
  content: "4";
}
.icon-060:before {
  content: "5";
}
.icon-059:before {
  content: "6";
}
.icon-058:before {
  content: "7";
}
.icon-057:before {
  content: "8";
}
.icon-056:before {
  content: "9";
}
.icon-055:before {
  content: "!";
}
.icon-054:before {
  content: "\"";
}
.icon-053:before {
  content: "#";
}
.icon-066:before {
  content: "$";
}
.icon-079:before {
  content: "%";
}
.icon-092:before {
  content: "&";
}
.icon-093:before {
  content: "'";
}
.icon-080:before {
  content: "(";
}
.icon-067:before {
  content: ")";
}
.icon-068:before {
  content: "*";
}
.icon-081:before {
  content: "+";
}
.icon-094:before {
  content: ",";
}
.icon-095:before {
  content: "-";
}
.icon-082:before {
  content: ".";
}
.icon-069:before {
  content: "/";
}
.icon-070:before {
  content: ":";
}
.icon-083:before {
  content: ";";
}
.icon-096:before {
  content: "<";
}
.icon-097:before {
  content: "=";
}
.icon-084:before {
  content: ">";
}
.icon-071:before {
  content: "?";
}
.icon-073:before {
  content: "@";
}
.icon-072:before {
  content: "[";
}
.icon-085:before {
  content: "]";
}
.icon-098:before {
  content: "^";
}
.icon-099:before {
  content: "_";
}
.icon-086:before {
  content: "`";
}
.icon-087:before {
  content: "{";
}
.icon-100:before {
  content: "|";
}
.icon-075:before {
  content: "}";
}
.icon-074:before {
  content: "~";
}
.icon-076:before {
  content: "\\";
}
.icon-089:before {
  content: "\e000";
}
.icon-088:before {
  content: "\e001";
}
.icon-090:before {
  content: "\e002";
}
.icon-077:before {
  content: "\e003";
}
.icon-078:before {
  content: "\e004";
}
.icon-091:before {
  content: "\e005";
}
@use "slider";
@use "home_menu";
/* line 12, app/assets/stylesheets/home.scss */
.home_page {
  background: #fff;
}

/* line 14, app/assets/stylesheets/home.scss */
.home_page .home_info {
  padding-top: 80px;
  padding-bottom: 40px;
}

/* line 17, app/assets/stylesheets/home.scss */
.home_page .home_info h2 {
  font-family: Arial, sans-serif;
  font-size: 34px;
  color: #222222;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

/* line 26, app/assets/stylesheets/home.scss */
.home_page .home_info h2 span {
  color: #e5ae49;
}

/* line 30, app/assets/stylesheets/home.scss */
.home_page .home_info .col-md-6 {
  padding-top: 33px;
}

/* line 32, app/assets/stylesheets/home.scss */
.home_page .home_info .col-md-6 span.icons {
  font-size: 32px;
  color: #e5ae49;
}

/* line 36, app/assets/stylesheets/home.scss */
.home_page .home_info .col-md-6 h3 {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 3px 0px 18px;
  margin: 15px 0px 10px;
  position: relative;
}

/* line 45, app/assets/stylesheets/home.scss */
.home_page .home_info .col-md-6 h3::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e5ae49;
}

/* line 58, app/assets/stylesheets/home.scss */
.home_page .servicii_container {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 61, app/assets/stylesheets/home.scss */
.home_page .servicii_container .center {
  text-align: center;
  margin-bottom: 40px;
}

/* line 65, app/assets/stylesheets/home.scss */
.home_page .servicii_container h3 {
  margin: 15px 0;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
}

/* line 77, app/assets/stylesheets/home.scss */
.home_page .container .center .title {
  font-family: Arial, sans-serif;
  font-size: 35px;
  color: #222222;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  display: block;
}

/* line 87, app/assets/stylesheets/home.scss */
.home_page .container .center .title::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -35px;
  background: #e5ae49;
}

/* line 101, app/assets/stylesheets/home.scss */
.home_page .home_info img, .home_page .servicii_container img {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 107, app/assets/stylesheets/home.scss */
  .home_info .col-md-4 {
    text-align: center;
    margin-top: 25px;
  }
  /* line 111, app/assets/stylesheets/home.scss */
  .servicii_container {
    text-align: center;
  }
  /* line 113, app/assets/stylesheets/home.scss */
  .servicii_container .col-md-4 {
    margin-bottom: 30px;
  }
}
/* line 1, app/assets/stylesheets/info.scss */
.hiddenimg, .hiddenimg-right {
  display: none;
}

/* line 4, app/assets/stylesheets/info.scss */
span.label {
  margin-right: 5px;
}

/* line 7, app/assets/stylesheets/info.scss */
span.info {
  position: relative;
  max-width: 1000px;
}

/* line 11, app/assets/stylesheets/info.scss */
i.info-name {
  font-size: 16px;
}

/* line 17, app/assets/stylesheets/info.scss */
.info-name:hover ~ .hiddenimg {
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 200;
  display: flex;
}

/* line 24, app/assets/stylesheets/info.scss */
.info-name:hover ~ .hiddenimg img {
  display: block;
  max-width: 39vw;
}

/* line 29, app/assets/stylesheets/info.scss */
.info-name:hover ~ .hiddenimg-right {
  display: block;
  position: absolute;
  right: -350px;
  top: 10px;
  z-index: 200;
  display: flex;
}

/* line 36, app/assets/stylesheets/info.scss */
.info-name:hover ~ .hiddenimg-right img {
  display: block;
  max-width: 37vw;
}
/* line 2, app/assets/stylesheets/navbar.scss */
nav.my_navbar {
  padding: 0 20px;
}

/* line 5, app/assets/stylesheets/navbar.scss */
nav.my_navbar .navbar-nav li {
  color: #666;
  position: relative;
}

/* line 9, app/assets/stylesheets/navbar.scss */
nav.my_navbar .navbar-nav li a.nav-link {
  font-size: 13px;
  text-transform: uppercase;
  padding: 42px 27px 42px 27px;
}

/* line 13, app/assets/stylesheets/navbar.scss */
nav.my_navbar .navbar-nav li a.nav-link:hover {
  background: #eee;
  color: #222;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

/* line 25, app/assets/stylesheets/navbar.scss */
nav.my_navbar .navbar-nav li a.nav-link.active {
  color: #e5ae49;
}

/* line 28, app/assets/stylesheets/navbar.scss */
nav.my_navbar .navbar-nav li a.nav-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5ae49;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  margin: 0;
}

/* line 52, app/assets/stylesheets/navbar.scss */
nav.my_navbar .navbar-nav li a.nav-link:hover::after, nav.my_navbar .navbar-nav li a.nav-link.active::after {
  opacity: 1;
  visibility: visible;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 67, app/assets/stylesheets/navbar.scss */
nav.my_navbar .navbar-nav li.admin-panel-btn a {
  border: 1px solid #e5ae49;
  padding: 4px;
  margin: 38px 3px;
  color: #e5ae49;
}

/* line 72, app/assets/stylesheets/navbar.scss */
nav.my_navbar .navbar-nav li.admin-panel-btn a:hover {
  border-color: #df950c;
  color: #df950c;
  background-color: #fff;
}

/* line 77, app/assets/stylesheets/navbar.scss */
nav.my_navbar .navbar-nav li.admin-panel-btn a::after {
  display: none;
}

/* line 85, app/assets/stylesheets/navbar.scss */
nav.navbar2 {
  padding-top: 20px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(12%, rgba(0, 0, 0, 0.44)), color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(73%, rgba(0, 0, 0, 0.14)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  z-index: 1000;
}

/* line 102, app/assets/stylesheets/navbar.scss */
nav.navbar2 .container .navbar-nav li {
  color: #fff;
  position: relative;
}

/* line 106, app/assets/stylesheets/navbar.scss */
nav.navbar2 .container .navbar-nav li a.nav-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 42px 27px 42px 27px;
}

/* line 109, app/assets/stylesheets/navbar.scss */
nav.navbar2 .container .navbar-nav li a.nav-link.active, nav.navbar2 .container .navbar-nav li a.nav-link:hover {
  color: #e5ae49;
}

/* line 117, app/assets/stylesheets/navbar.scss */
nav.navbar2 .container .navbar-nav li.admin-panel-btn a {
  border: 1px solid #e5ae49;
  padding: 4px;
  margin: 38px 3px;
  color: #e5ae49;
}

/* line 122, app/assets/stylesheets/navbar.scss */
nav.navbar2 .container .navbar-nav li.admin-panel-btn a:hover {
  border-color: #df950c;
  color: #df950c;
}

/* line 132, app/assets/stylesheets/navbar.scss */
nav .my_logo {
  padding: 10px 20px;
}

/* line 135, app/assets/stylesheets/navbar.scss */
nav.Top0 {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 0;
}

/* line 142, app/assets/stylesheets/navbar.scss */
nav .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

/* line 147, app/assets/stylesheets/navbar.scss */
nav .navbar-nav .dropdown.open .dropdown-menu {
  display: block;
}

/* line 152, app/assets/stylesheets/navbar.scss */
nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  text-transform: uppercase;
  color: #666;
  padding: 1rem 2rem;
  border-bottom: 1px solid #eee;
}

/* line 158, app/assets/stylesheets/navbar.scss */
nav .navbar-nav .dropdown .dropdown-menu .dropdown-item.active {
  color: #e5ae49;
  background: none;
}

/* line 162, app/assets/stylesheets/navbar.scss */
nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: #e5ae49;
}

/* line 165, app/assets/stylesheets/navbar.scss */
nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus {
  background: #eee;
  color: #222;
}

/* line 171, app/assets/stylesheets/navbar.scss */
nav .navbar-nav .dropdown .dropdown-toggle::after {
  display: none;
  border: 0;
}

/* line 178, app/assets/stylesheets/navbar.scss */
.navbar-collapse.collapse.in {
  display: block;
}

@media (max-width: 992px) {
  /* line 183, app/assets/stylesheets/navbar.scss */
  nav .container {
    max-width: 100%;
  }
  /* line 190, app/assets/stylesheets/navbar.scss */
  nav.my_navbar .navbar-nav li a.nav-link {
    padding: 42px 8px 42px 8px;
  }
  /* line 195, app/assets/stylesheets/navbar.scss */
  nav.my_navbar .navbar-nav li.admin-panel-btn a {
    padding: 4px;
    margin: 38px 3px;
  }
  /* line 208, app/assets/stylesheets/navbar.scss */
  nav.navbar2 .container .navbar-nav li a.nav-link {
    padding: 42px 7px 42px 7px;
  }
  /* line 213, app/assets/stylesheets/navbar.scss */
  nav.navbar2 .container .navbar-nav li.admin-panel-btn a {
    padding: 4px;
    margin: 38px 3px;
  }
}

@media (max-width: 767px) {
  /* line 226, app/assets/stylesheets/navbar.scss */
  nav.navbar {
    border-bottom: 1px solid #eee;
  }
  /* line 229, app/assets/stylesheets/navbar.scss */
  nav.my_navbar {
    padding: .5rem 1rem;
  }
  /* line 234, app/assets/stylesheets/navbar.scss */
  nav.my_navbar .navbar-nav li a.nav-link {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    padding: 1rem 2rem;
    border-bottom: 1px solid #eee;
  }
  /* line 240, app/assets/stylesheets/navbar.scss */
  nav.my_navbar .navbar-nav li a.nav-link::after {
    display: none;
  }
  /* line 246, app/assets/stylesheets/navbar.scss */
  nav.my_navbar .navbar-nav li.admin-panel-btn a {
    margin: 3px;
  }
  /* line 248, app/assets/stylesheets/navbar.scss */
  nav.my_navbar .navbar-nav li.admin-panel-btn a.nav-link {
    border-color: #e5ae49;
  }
  /* line 256, app/assets/stylesheets/navbar.scss */
  nav.navbar2 {
    border-bottom: none;
    padding: 15px;
  }
  /* line 259, app/assets/stylesheets/navbar.scss */
  nav.navbar2 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  /* line 266, app/assets/stylesheets/navbar.scss */
  nav.navbar2 .container .navbar-nav li a.nav-link {
    color: #666;
    padding: 1rem 2rem;
    border-bottom: 1px solid #eee;
  }
  /* line 273, app/assets/stylesheets/navbar.scss */
  nav.navbar2 .container .navbar-nav li.admin-panel-btn a {
    margin: 3px;
  }
  /* line 275, app/assets/stylesheets/navbar.scss */
  nav.navbar2 .container .navbar-nav li.admin-panel-btn a.nav-link {
    color: #e5ae49;
    border-color: #e5ae49;
  }
  /* line 285, app/assets/stylesheets/navbar.scss */
  nav .navbar-collapse {
    background: #fff;
    padding: 10px;
  }
  /* line 291, app/assets/stylesheets/navbar.scss */
  nav .navbar-nav .dropdown .dropdown-menu {
    border: none;
  }
  /* line 293, app/assets/stylesheets/navbar.scss */
  nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    margin-left: 30px;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 480px) {
  /* line 305, app/assets/stylesheets/navbar.scss */
  nav .my_logo {
    padding: .3125rem 0;
  }
  /* line 307, app/assets/stylesheets/navbar.scss */
  nav .my_logo img {
    width: 100px;
  }
}
/* line 1, app/assets/stylesheets/parallax_container.scss */
.parallax_container {
  height: 530px;
  position: absolute;
  width: 100%;
  background-attachment: scroll;
  background-color: transparent;
  background-image: inherit;
  background-size: cover;
  z-index: 0;
  background-position: 50% 0;
  left: 0;
  top: 105px;
  z-index: -1;
}

/* line 14, app/assets/stylesheets/parallax_container.scss */
.parallax_container .opac {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  /* line 21, app/assets/stylesheets/parallax_container.scss */
  .parallax_container {
    height: 470px;
  }
}

@media (max-width: 992px) {
  /* line 26, app/assets/stylesheets/parallax_container.scss */
  .parallax_container {
    height: 380px;
  }
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/parallax_container.scss */
  .parallax_container {
    height: 310px;
  }
}

@media (max-width: 480px) {
  /* line 36, app/assets/stylesheets/parallax_container.scss */
  .parallax_container {
    height: 270px;
  }
}
/* line 5, app/assets/stylesheets/politica_confidentialitate.scss */
.text_container.pol {
  margin: 20px 0 10px;
}
/* line 6, app/assets/stylesheets/product_categories.scss */
.product_category .main_margin_top {
  margin-top: 105px;
}

/* line 9, app/assets/stylesheets/product_categories.scss */
.product_category .row {
  margin: 0;
}

/* line 11, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 {
  padding: 0 1px 1px 0;
}

/* line 13, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container {
  height: 380px;
  overflow: hidden;
  position: relative;
}

/* line 17, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container img {
  max-width: 650px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* line 22, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container:hover img {
  max-width: 750px;
}

/* line 25, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: right;
}

/* line 35, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container .overlay .top {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* line 39, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container .overlay .top .title {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #e5ae49;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 48, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container .overlay .top .subtitle {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 56, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container .overlay .top span {
  display: block;
}

/* line 60, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container .overlay .bottom {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* line 73, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container .overlay .bottom span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e5ae49;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* line 86, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container .overlay:hover {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* line 90, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container .overlay:hover .bottom {
  color: #e5ae49;
}

/* line 92, app/assets/stylesheets/product_categories.scss */
.product_category .row .col-sm-4 .product_list_container .overlay:hover .bottom span:after {
  left: 100%;
}

/* line 105, app/assets/stylesheets/product_categories.scss */
.product_category .container .page_container .text_container p span {
  font-size: 15px;
  color: #e5ae49;
  margin-right: 5px;
  width: 28px;
}

@media (max-width: 1200px) {
  /* line 123, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container {
    max-height: 100%;
    height: 260px;
  }
  /* line 126, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container img {
    max-width: 450px;
  }
  /* line 129, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container:hover img {
    max-width: 550px;
  }
}

@media (max-width: 992px) {
  /* line 143, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 148, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container {
    max-height: 100%;
    height: 280px;
  }
  /* line 151, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container img {
    max-width: 500px;
  }
  /* line 154, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container:hover img {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  /* line 168, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container {
    max-height: 100%;
    height: 260px;
  }
  /* line 171, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container img {
    max-width: 450px;
  }
  /* line 174, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container:hover img {
    max-width: 550px;
  }
  /* line 178, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container .overlay .top {
    width: 100%;
    text-align: center;
    right: auto;
  }
  /* line 183, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container .overlay .bottom {
    width: 100%;
    text-align: center;
    right: auto;
  }
}

@media only screen and (max-width: 576px) {
  /* line 199, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 204, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container {
    max-height: 100%;
    height: 340px;
  }
  /* line 207, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container img {
    max-width: 576px;
  }
  /* line 210, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container:hover img {
    max-width: 676px;
  }
}

@media (max-width: 480px) {
  /* line 224, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container {
    max-height: 100%;
    height: 260px;
  }
  /* line 227, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container img {
    max-width: 540px;
  }
  /* line 230, app/assets/stylesheets/product_categories.scss */
  .product_category .row .col-sm-4 .product_list_container:hover img {
    max-width: 580px;
  }
}
/* line 4, app/assets/stylesheets/products.scss */
.product {
  background: #252525;
  height: 100%;
  padding-top: 105px;
}

/* line 9, app/assets/stylesheets/products.scss */
.product .container .back {
  color: #fff;
  padding: 20px 0 0 0;
  display: inline-block;
  font-size: 20px;
}

/* line 15, app/assets/stylesheets/products.scss */
.product .container h1 {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #e5ae49;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 48px 0 0;
  text-align: center;
  padding: 0;
}

/* line 26, app/assets/stylesheets/products.scss */
.product .container h2 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-style: italic;
  letter-spacing: 1px;
  margin: 48px 0 44px;
  text-align: center;
  padding: 0;
  margin-top: 0;
}

/* line 37, app/assets/stylesheets/products.scss */
.product .container h2.h2_mesaj {
  font-style: normal;
  margin-top: 30px;
}

/* line 41, app/assets/stylesheets/products.scss */
.product .container h2 a {
  color: #e5ae49;
}

/* line 45, app/assets/stylesheets/products.scss */
.product .container .detalii {
  color: #fff;
}

/* line 47, app/assets/stylesheets/products.scss */
.product .container .detalii .row {
  padding: 5px 0;
}

/* line 50, app/assets/stylesheets/products.scss */
.product .container .detalii > div:first-of-type {
  text-align: left;
}

/* line 53, app/assets/stylesheets/products.scss */
.product .container .detalii > div > div > div:first-of-type {
  text-align: right;
  padding-right: 5px;
}

/* line 57, app/assets/stylesheets/products.scss */
.product .container .detalii > div > div > div:last-of-type {
  text-align: left;
  color: #e5ae49;
}

/* line 63, app/assets/stylesheets/products.scss */
.product .container.container_image .carousel {
  margin-top: 4rem;
}

/* line 65, app/assets/stylesheets/products.scss */
.product .container.container_image .carousel .carousel-inner {
  width: 90%;
  margin: 0 auto;
}

/* line 68, app/assets/stylesheets/products.scss */
.product .container.container_image .carousel .carousel-inner .carousel-item {
  height: 32rem;
}

/* line 70, app/assets/stylesheets/products.scss */
.product .container.container_image .carousel .carousel-inner .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* line 81, app/assets/stylesheets/products.scss */
.product .container.cere_oferta {
  text-align: center;
}

/* line 83, app/assets/stylesheets/products.scss */
.product .container.cere_oferta .row {
  padding-bottom: 30px;
}

/* line 86, app/assets/stylesheets/products.scss */
.product .container.cere_oferta .row form > span {
  text-align: left;
  display: block;
}

/* line 89, app/assets/stylesheets/products.scss */
.product .container.cere_oferta .row form > span > span {
  display: inline-block;
}

/* line 93, app/assets/stylesheets/products.scss */
.product .container.cere_oferta .row form label {
  color: #fff;
}

/* line 96, app/assets/stylesheets/products.scss */
.product .container.cere_oferta .row form .form-control::placeholder {
  color: #495057;
  font-size: 13px;
}

@media (max-width: 768px) {
  /* line 112, app/assets/stylesheets/products.scss */
  .product .container .detalii > div > div > div:first-of-type {
    text-align: center;
    padding: 0;
  }
  /* line 116, app/assets/stylesheets/products.scss */
  .product .container .detalii > div > div > div:last-of-type {
    text-align: center;
    color: #e5ae49;
  }
  /* line 121, app/assets/stylesheets/products.scss */
  .product .container .detalii > div .col-sm-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 127, app/assets/stylesheets/products.scss */
  .product .container .detalii > div > .row:first-of-type {
    margin-top: 20px;
  }
  /* line 135, app/assets/stylesheets/products.scss */
  .product .container.container_image .carousel .carousel-inner .carousel-item {
    height: 24rem;
  }
  /* line 137, app/assets/stylesheets/products.scss */
  .product .container.container_image .carousel .carousel-inner .carousel-item > img {
    height: 24rem;
  }
}

@media (max-width: 575px) {
  /* line 150, app/assets/stylesheets/products.scss */
  .product .container.container_image {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 155, app/assets/stylesheets/products.scss */
  .product .container.container_image .carousel .carousel-inner {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* line 159, app/assets/stylesheets/products.scss */
  .product .container.container_image .carousel .carousel-inner .carousel-item {
    position: relative;
    text-align: center;
  }
  /* line 162, app/assets/stylesheets/products.scss */
  .product .container.container_image .carousel .carousel-inner .carousel-item img {
    height: 100%;
    max-width: auto;
    min-width: auto;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  /* line 180, app/assets/stylesheets/products.scss */
  .product .container.container_image .carousel .carousel-inner {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* line 184, app/assets/stylesheets/products.scss */
  .product .container.container_image .carousel .carousel-inner .carousel-item {
    height: 18rem;
    position: relative;
    text-align: center;
  }
  /* line 188, app/assets/stylesheets/products.scss */
  .product .container.container_image .carousel .carousel-inner .carousel-item img {
    height: 100%;
    max-width: auto;
    min-width: auto;
    margin: 0 auto;
    position: static;
    display: inline;
  }
}
/* line 5, app/assets/stylesheets/projects.scss */
.projects .main_margin_top {
  margin-top: 105px;
}

/* line 7, app/assets/stylesheets/projects.scss */
.projects .main_margin_top .white_bg {
  padding-bottom: 0;
}

/* line 11, app/assets/stylesheets/projects.scss */
.projects .row {
  margin: 0;
}

/* line 13, app/assets/stylesheets/projects.scss */
.projects .row .project_cat_btns {
  max-width: 1640px;
  margin: 0 auto;
}

/* line 16, app/assets/stylesheets/projects.scss */
.projects .row .project_cat_btns a {
  display: inline-block;
  margin: 10px 0;
  text-decoration: none;
  color: #666;
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 13px 35px;
  margin-left: -4px;
}

/* line 25, app/assets/stylesheets/projects.scss */
.projects .row .project_cat_btns a:hover {
  background: #e5ae49;
  color: #fff;
}

/* line 29, app/assets/stylesheets/projects.scss */
.projects .row .project_cat_btns a:last-child {
  border-right: none;
}

/* line 32, app/assets/stylesheets/projects.scss */
.projects .row .project_cat_btns a.cat_btn_active {
  background: #e5ae49;
  color: #fff;
}

/* line 38, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 {
  padding: 0 1px 1px 0;
}

/* line 40, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container {
  height: 380px;
  overflow: hidden;
  position: relative;
}

/* line 44, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container img {
  max-width: 650px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* line 49, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container:hover img {
  max-width: 750px;
}

/* line 52, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: right;
}

/* line 62, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay .top {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* line 66, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay .top .title {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #e5ae49;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 75, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay .top .subtitle {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 82, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay .top .subtitle span {
  display: inline;
}

/* line 84, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay .top .subtitle span.category {
  border-right: 2px solid white;
  margin-right: 5px;
  padding: 0 5px;
}

/* line 88, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay .top .subtitle span.category:last-child {
  border-right: none;
  margin-right: 0;
}

/* line 95, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay .top span {
  display: block;
}

/* line 99, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay .bottom {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* line 112, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay .bottom span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e5ae49;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* line 125, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay:hover {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* line 129, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay:hover .bottom {
  color: #e5ae49;
}

/* line 131, app/assets/stylesheets/projects.scss */
.projects .row .col-sm-4 .project_list_container .overlay:hover .bottom span:after {
  left: 100%;
}

/* line 141, app/assets/stylesheets/projects.scss */
.modal-popup {
  max-width: 1090px;
  max-height: 90vh;
  background-color: #0f0f0f;
  overflow-y: auto;
  padding: 5vw;
}

/* line 150, app/assets/stylesheets/projects.scss */
.modal-popup h1 {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #e5ae49;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4vw;
  text-align: center;
  padding: 0;
}

/* line 161, app/assets/stylesheets/projects.scss */
.modal-popup .detalii {
  color: #fff;
  margin-bottom: 4vw;
}

/* line 164, app/assets/stylesheets/projects.scss */
.modal-popup .detalii .row {
  padding: 5px 0;
}

/* line 167, app/assets/stylesheets/projects.scss */
.modal-popup .detalii > div:first-of-type {
  text-align: left;
}

/* line 170, app/assets/stylesheets/projects.scss */
.modal-popup .detalii > div > div > div:first-of-type {
  text-align: right;
  padding-right: 5px;
}

/* line 174, app/assets/stylesheets/projects.scss */
.modal-popup .detalii > div > div > div:last-of-type {
  text-align: left;
  color: #e5ae49;
}

/* line 178, app/assets/stylesheets/projects.scss */
.modal-popup .detalii p {
  font-family: 'Ubuntu',sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #e0e0e0;
  letter-spacing: .5px;
  margin: 0;
}

/* line 188, app/assets/stylesheets/projects.scss */
.modal-popup .carousel {
  position: relative;
}

/* line 192, app/assets/stylesheets/projects.scss */
.modal-popup .carousel-item.picture {
  height: 610px;
}

/* line 197, app/assets/stylesheets/projects.scss */
.modal-popup .carousel-item img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

/* line 202, app/assets/stylesheets/projects.scss */
.modal-popup #carousel-thumbs {
  background: rgba(255, 255, 255, 0);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}

/* line 210, app/assets/stylesheets/projects.scss */
.modal-popup #carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
  object-fit: cover;
  width: 112px;
  height: 77px;
}

/* line 217, app/assets/stylesheets/projects.scss */
.modal-popup #carousel-thumbs img:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 220, app/assets/stylesheets/projects.scss */
.modal-popup #carousel-thumbs .selected img {
  border-color: #fff;
}

/* line 223, app/assets/stylesheets/projects.scss */
.modal-popup .carousel-control-prev,
.modal-popup .carousel-control-next {
  width: 50px;
}
/* line 4, app/assets/stylesheets/promotions.scss */
.modal {
  padding: 0 !important;
}

/* line 6, app/assets/stylesheets/promotions.scss */
.modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 11, app/assets/stylesheets/promotions.scss */
.modal .modal-dialog .modal-content {
  padding: 2vh 11vw;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: black;
  color: white;
  justify-content: space-around;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 22, app/assets/stylesheets/promotions.scss */
.modal .modal-dialog .modal-content .modal-header {
  align-items: center;
  border-bottom: none;
}

/* line 25, app/assets/stylesheets/promotions.scss */
.modal .modal-dialog .modal-content .modal-header h3 {
  font-weight: 900;
  font-size: 2rem;
}

/* line 30, app/assets/stylesheets/promotions.scss */
.modal .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 36, app/assets/stylesheets/promotions.scss */
.modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  padding: 30px;
}

/* line 40, app/assets/stylesheets/promotions.scss */
.modal .modal-dialog .modal-content .close {
  font-size: 2rem;
  color: #E5AE49;
  text-shadow: none;
}

/* line 44, app/assets/stylesheets/promotions.scss */
.modal .modal-dialog .modal-content .close:hover {
  color: #E5AE49;
}

/* line 48, app/assets/stylesheets/promotions.scss */
.modal .modal-dialog .modal-content .btn {
  margin: 0 auto;
  border: #E5AE49 1px solid;
  background-color: transparent;
  color: #E5AE49;
  text-transform: uppercase;
}

/* line 54, app/assets/stylesheets/promotions.scss */
.modal .modal-dialog .modal-content .btn:hover {
  border: #e99d11 1px solid;
  color: #e99d11;
}

@media (max-width: 1200px) {
  /* line 65, app/assets/stylesheets/promotions.scss */
  .modal .modal-dialog .modal-content {
    padding: 4vh 8vw;
  }
  /* line 68, app/assets/stylesheets/promotions.scss */
  .modal .modal-dialog .modal-content .modal-header h3 {
    font-size: 3vw;
  }
}

@media (max-width: 767px) {
  /* line 79, app/assets/stylesheets/promotions.scss */
  .modal .modal-dialog .modal-content {
    padding: 1vh 4vw;
  }
  /* line 82, app/assets/stylesheets/promotions.scss */
  .modal .modal-dialog .modal-content .modal-header h3 {
    font-size: 5vw;
  }
}
/* line 1, app/assets/stylesheets/second_nav.scss */
.nav-justified h3 a {
  color: #e5ae49;
  font-size: 15px;
  font-weight: normal;
}
/* line 4, app/assets/stylesheets/services.scss */
.services {
  padding: 20px 0;
}

/* line 6, app/assets/stylesheets/services.scss */
.services .services_content {
  text-align: center;
}

/* line 8, app/assets/stylesheets/services.scss */
.services .services_content .accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: 1px solid #e5ae49;
  outline: none;
  transition: 0.4s;
  margin: 10px auto;
}

/* line 19, app/assets/stylesheets/services.scss */
.services .services_content .accordion h3 {
  display: inline-block;
  margin-bottom: 0;
}

/* line 22, app/assets/stylesheets/services.scss */
.services .services_content .accordion h3 .myicon {
  color: #e5ae49;
  padding: 10px 20px 10px 10px;
}

/* line 29, app/assets/stylesheets/services.scss */
.services .services_content .accordion:after {
  font-family: FontAwesome;
  content: "\f078";
  font-size: 1.75rem;
  color: #e5ae49;
  float: right;
  margin-left: 5px;
  padding: 10px;
}

/* line 39, app/assets/stylesheets/services.scss */
.services .services_content .active:after {
  content: "\f00d";
}

/* line 43, app/assets/stylesheets/services.scss */
.services .services_content .panel {
  text-align: left;
  padding: 0 3px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* line 58, app/assets/stylesheets/services.scss */
.services .services_content .panel .images .service_image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 30px;
}

/* line 66, app/assets/stylesheets/services.scss */
.services .services_content .panel .images .service_image:nth-child(3n+1):hover {
  transform: scale(2) translate(23%, 0);
}

/* line 71, app/assets/stylesheets/services.scss */
.services .services_content .panel .images .service_image:nth-child(3n+3):hover {
  transform: scale(2) translate(-23%, 0);
}

/* line 75, app/assets/stylesheets/services.scss */
.services .services_content .panel .images .service_image:hover {
  transform: scale(2);
  transition: 0.6s ease-in-out;
  z-index: 999;
}

/* line 82, app/assets/stylesheets/services.scss */
.services .services_content .panel .vid {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}

/* line 88, app/assets/stylesheets/services.scss */
.services .services_content .panel .vid iframe {
  width: 500%;
  height: 100%;
  margin-left: -200%;
}

/* line 99, app/assets/stylesheets/services.scss */
.text_container.serv {
  margin: 20px 0 10px;
}

/* line 102, app/assets/stylesheets/services.scss */
.text_container .mycc {
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #222222;
  margin: 30px 0px 10px;
  padding: 0px;
}

/* line 108, app/assets/stylesheets/services.scss */
.text_container .mycc::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #e5ae49;
  margin-top: 10px;
}

/* line 118, app/assets/stylesheets/services.scss */
.text_container .mycc .myicon {
  font-size: 30px;
  color: #e5ae49;
  margin-right: 10px;
}

/* line 126, app/assets/stylesheets/services.scss */
form .service_image {
  max-width: 300px;
}

/* line 130, app/assets/stylesheets/services.scss */
form .etline-icon .myicon {
  margin-left: 15px;
  font-size: 25px;
  text-align: center;
  margin-top: 15px;
  width: 30px;
}

/* line 137, app/assets/stylesheets/services.scss */
form .etline-icon input[type=radio] {
  margin-top: 6px;
  display: block;
  margin-left: 0;
}

@media (max-width: 767px) {
  /* line 149, app/assets/stylesheets/services.scss */
  .services .services_content .panel .images .service_image {
    height: 300px;
  }
  /* line 152, app/assets/stylesheets/services.scss */
  .services .services_content .panel .images .service_image:nth-child(3n+1):hover {
    transform: none;
  }
  /* line 157, app/assets/stylesheets/services.scss */
  .services .services_content .panel .images .service_image:nth-child(3n+3):hover {
    transform: none;
  }
  /* line 161, app/assets/stylesheets/services.scss */
  .services .services_content .panel .images .service_image:hover {
    transform: none;
    transition: 0.6s ease-in-out;
    z-index: 999;
  }
}
/* line 5, app/assets/stylesheets/social_projects.scss */
form .social_project_image {
  max-width: 300px;
}

/* line 11, app/assets/stylesheets/social_projects.scss */
.container.wider .social_project p {
  margin: 30px;
  color: #666;
}

/* line 15, app/assets/stylesheets/social_projects.scss */
.container.wider .social_project .social_project_image {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  margin-bottom: 30px;
}

/* line 22, app/assets/stylesheets/social_projects.scss */
.container.wider .social_project .social_project_image:nth-child(3n+1):hover {
  transform: scale(2) translate(23%, 0);
}

/* line 27, app/assets/stylesheets/social_projects.scss */
.container.wider .social_project .social_project_image:nth-child(3n+3):hover {
  transform: scale(2) translate(-23%, 0);
}

/* line 31, app/assets/stylesheets/social_projects.scss */
.container.wider .social_project .social_project_image:hover {
  transform: scale(2);
  transition: 0.6s ease-in-out;
  z-index: 999;
}

/* line 37, app/assets/stylesheets/social_projects.scss */
.container.wider .social_project .vid {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}

/* line 43, app/assets/stylesheets/social_projects.scss */
.container.wider .social_project .vid iframe {
  width: 500%;
  height: 100%;
  margin-left: -200%;
}

/* line 51, app/assets/stylesheets/social_projects.scss */
.social_projects {
  margin-top: 30px;
}

/* line 53, app/assets/stylesheets/social_projects.scss */
.social_projects .social_project_card {
  margin-bottom: 60px;
}

/* line 56, app/assets/stylesheets/social_projects.scss */
.social_projects .social_project_image {
  position: relative;
}

/* line 58, app/assets/stylesheets/social_projects.scss */
.social_projects .social_project_image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

/* line 67, app/assets/stylesheets/social_projects.scss */
.social_projects .social_project_image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #00000085;
}

/* line 78, app/assets/stylesheets/social_projects.scss */
.social_projects .social_project_image .overlay i {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* line 90, app/assets/stylesheets/social_projects.scss */
.social_projects .social_project_image:hover .overlay {
  opacity: 1;
}

/* line 94, app/assets/stylesheets/social_projects.scss */
.social_projects h2 {
  margin: 10px 0;
}

/* line 97, app/assets/stylesheets/social_projects.scss */
.social_projects a {
  text-decoration: none;
  color: #666;
}

/* line 102, app/assets/stylesheets/social_projects.scss */
main.social_project_main {
  margin: 50px auto;
}

@media (max-width: 767px) {
  /* line 108, app/assets/stylesheets/social_projects.scss */
  .container.wider .social_project .social_project_image {
    height: 300px;
  }
  /* line 111, app/assets/stylesheets/social_projects.scss */
  .container.wider .social_project .social_project_image:nth-child(3n+1):hover {
    transform: none;
  }
  /* line 116, app/assets/stylesheets/social_projects.scss */
  .container.wider .social_project .social_project_image:nth-child(3n+3):hover {
    transform: none;
  }
  /* line 120, app/assets/stylesheets/social_projects.scss */
  .container.wider .social_project .social_project_image:hover {
    transform: none;
    transition: 0.6s ease-in-out;
    z-index: 999;
  }
}

@media (max-width: 575px) {
  /* line 130, app/assets/stylesheets/social_projects.scss */
  .container {
    padding: 0;
  }
  /* line 132, app/assets/stylesheets/social_projects.scss */
  .container .page_container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 1, app/assets/stylesheets/testimonials.scss */
.testimoniale {
  background-image: url(/assets/inter10-384f70c0ca9584e2d97fe4f02e39c3bae443563f2141d78fcd241046999bcb11.jpg);
  background-position: center;
  background-size: cover;
  color: white;
}

/* line 6, app/assets/stylesheets/testimonials.scss */
.testimoniale #testimonial-message {
  color: #E5AE49;
}

/* line 9, app/assets/stylesheets/testimonials.scss */
.testimoniale .carousel {
  position: relative;
  height: 360px;
}

/* line 12, app/assets/stylesheets/testimonials.scss */
.testimoniale .carousel .carousel-inner {
  max-width: 1140px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 21, app/assets/stylesheets/testimonials.scss */
.testimoniale .carousel .carousel-item {
  padding: 0 170px;
  text-align: center;
}

/* line 25, app/assets/stylesheets/testimonials.scss */
.testimoniale .carousel .carousel-item .comment {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  line-height: 32px;
}

/* line 33, app/assets/stylesheets/testimonials.scss */
.testimoniale .carousel .carousel-item .name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #e5ae49;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 2px;
}

/* line 44, app/assets/stylesheets/testimonials.scss */
.testimoniale .carousel .carousel-item .title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: block;
  text-align: center;
}

/* line 52, app/assets/stylesheets/testimonials.scss */
.testimoniale .carousel .carousel-item .image {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  padding: 3px;
  margin: 25px auto;
  border: 1px solid #e5ae49;
}

/* line 61, app/assets/stylesheets/testimonials.scss */
.testimoniale .carousel .carousel-item .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0;
  vertical-align: middle;
}

/* line 71, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container {
  text-align: center;
  padding-bottom: 20px;
  max-width: 30%;
  min-width: 575px;
  margin: 0 auto;
}

/* line 77, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container a:hover {
  text-decoration: none;
}

/* line 80, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container .testimonial-form {
  text-align: left;
}

/* line 82, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container .testimonial-form input {
  width: 100%;
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ffffff;
  margin-bottom: 15px;
  padding: 0 0 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  letter-spacing: 0.5px;
  color: white;
}

/* line 97, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container .testimonial-form input[type=text]:focus {
  background: none;
  outline: none;
  box-shadow: none;
  border-color: #ffffff;
}

/* line 103, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container .testimonial-form input[type=submit] {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 25px;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #e5ae49;
  color: #e5ae49;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

/* line 116, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container .testimonial-form .cancel {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 25px;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #e5ae49;
  color: #e5ae49;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

/* line 130, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container .testimonial-form .form-control::placeholder {
  color: #495057;
  font-size: 13px;
}

/* line 134, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container .testimonial-form textarea {
  color: white;
  width: 100%;
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ffffff;
  height: 75px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  padding: 0;
  border-radius: 0;
}

/* line 146, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container .testimonial-form textarea:focus {
  background: none;
  outline: none;
  box-shadow: none;
  border-color: #ffffff;
}

/* line 154, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container .add-testimonial-btn {
  margin-bottom: 20px;
}

/* line 156, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container .add-testimonial-btn #new_testimonial_link {
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 25px;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #e5ae49;
  color: #e5ae49;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

/* line 168, app/assets/stylesheets/testimonials.scss */
.testimoniale .testimonial-form-container #add_testimonial_captcha {
  margin-bottom: 20px;
}

/* line 173, app/assets/stylesheets/testimonials.scss */
.testimoniale .carousel-control-prev,
.testimoniale .carousel-control-next {
  width: 50px;
}

/* line 177, app/assets/stylesheets/testimonials.scss */
.testimoniale .carousel-control-prev {
  left: 30%;
}

/* line 180, app/assets/stylesheets/testimonials.scss */
.testimoniale .carousel-control-next {
  right: 30%;
}

@media (max-width: 1200px) {
  /* line 186, app/assets/stylesheets/testimonials.scss */
  .testimoniale .testimonial-form-container {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  /* line 196, app/assets/stylesheets/testimonials.scss */
  .testimoniale .carousel {
    height: 450px;
  }
  /* line 198, app/assets/stylesheets/testimonials.scss */
  .testimoniale .carousel .carousel-item {
    padding: 0 20px;
  }
  /* line 202, app/assets/stylesheets/testimonials.scss */
  .testimoniale .carousel-control-prev {
    left: 10%;
  }
  /* line 205, app/assets/stylesheets/testimonials.scss */
  .testimoniale .carousel-control-next {
    right: 10%;
  }
  /* line 208, app/assets/stylesheets/testimonials.scss */
  .testimoniale .carousel-control-prev, .testimoniale .carousel-control-next {
    top: 100px;
  }
}

@media (max-width: 575px) {
  /* line 216, app/assets/stylesheets/testimonials.scss */
  .testimoniale .carousel .carousel-control-prev,
.testimoniale .carousel .carousel-control-next {
    width: 20px;
    top: 200px;
  }
  /* line 222, app/assets/stylesheets/testimonials.scss */
  .testimoniale .testimonial-form-container {
    min-width: auto;
    max-width: 100%;
  }
}
/* ===================================================================
 * # Basiclightbox
 *
 * ------------------------------------------------------------------- */
/* line 5, app/assets/stylesheets/vendor.scss */
.basicLightbox {
  position: fixed;
  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;
  top: 100px;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: calc(100vh-105px);
  background: #151515b7;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}

/* line 30, app/assets/stylesheets/vendor.scss */
.basicLightbox::after {
  content: "";
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  width: 2em;
  height: 2em;
  background: url(/assets/icon-close-99fd63de5d4ca1ac3fb356a2af929ad2db5f05107a89dd11dcc525df67b8442b.svg);
  background-position: center;
  background-size: 1.8rem 1.8rem;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 99;
}

/* line 45, app/assets/stylesheets/vendor.scss */
.basicLightbox--visible {
  opacity: 1;
}

/* line 49, app/assets/stylesheets/vendor.scss */
.basicLightbox__placeholder {
  max-width: 100%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  will-change: transform;
  opacity: 0;
}

/* line 62, app/assets/stylesheets/vendor.scss */
.basicLightbox--visible .basicLightbox__placeholder {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 7, ../../gems/ruby/2.7.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu {
  line-height: 40px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  text-align: center;
  border-top: 1px solid #E4E4E4;
  background: #F2F2F2;
}

@media (max-width: 767px) {
  /* line 7, ../../gems/ruby/2.7.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
  .cookies-eu {
    font-size: 12px;
    line-height: 30px;
    position: initial;
  }
}

/* line 30, ../../gems/ruby/2.7.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-content-holder {
  display: inline-block;
  padding: 0 20px;
}

/* line 36, ../../gems/ruby/2.7.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder {
  display: inline-block;
}

/* line 39, ../../gems/ruby/2.7.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  min-width: 26px;
  margin-right: 5px;
  padding: 2px 11px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  border: 0;
  outline: none;
  background-color: #4D90FE;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
