@charset "UTF-8";
@import url(reboot.css);
*:focus {
  outline: none;
}

body {
  font-family: "Merriweather Sans";
  font-size: 18px;
  color: #222;
  font-weight: 400;
}

.containerr {
  width: 1300px;
  margin: 0 auto 0;
}

@media screen and (max-width: 1330px) {
  .containerr {
    width: 100%;
    padding: 0 20px;
  }
  .containerr.nav {
    padding: 0;
  }
}
.header {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
@media all and (max-width: 1330px) {
  .header .left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.header .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  align-items: flex-end;
  margin-top: -1px;
}
.header .right .comp:hover {
  text-decoration: underline;
}
@media all and (max-width: 1330px) {
  .header .right {
    display: none;
  }
}
.header .right .zona_companii a:hover {
  color: #dd2241;
}
.header .right .logare {
  color: #dd2241;
  margin-top: 3px;
}
.header .right .logare a {
  margin-left: 8px;
}
.header .right .logare a.first {
  margin-left: 5px;
}
.header .right .logare a:hover {
  text-decoration: underline;
}
.header .right .logare img {
  margin-top: -2px;
}

.logo {
  margin-bottom: 0;
  margin-right: 60px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1330px) {
  .logo {
    margin-right: 0px;
  }
}
@media all and (max-width: 600px) {
  .logo img {
    width: 220px;
    margin-top: 6px;
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}
@media all and (max-width: 1330px) {
  .nav {
    display: none;
  }
}

.nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav ul li {
  margin-right: 30px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  height: 60px;
  margin-top: 15px;
  z-index: 999999;
}
.nav ul li a.selected {
  border-bottom: 2px solid #dd2241;
}
.nav ul li a:hover {
  color: #dd2241;
  border-bottom: 2px solid #dd2241;
}
.nav ul li img {
  width: 15px;
  margin-top: 8px;
  margin-left: 10px;
}

.menu_mobile {
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  z-index: 999999999;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px 5px #eeeeee;
  box-shadow: 0px 0px 15px 5px #eeeeee;
  overflow: auto;
  display: none;
}
.menu_mobile ul {
  list-style-type: none;
}
.menu_mobile ul li {
  list-style-type: none;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
  padding: 5px 0;
}
.menu_mobile ul:last-child {
  border-bottom: 0px;
}
.menu_mobile .sub_mobile {
  font-size: 13px;
  margin-left: 20px;
}
.menu_mobile img {
  width: 13px;
  margin-top: 3px;
  margin-right: 10px;
}
.menu_mobile .close_menu {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.sub {
  position: absolute;
  top: 55px!important;
  background-color: #fff;
  z-index: 9999999;
  left: 0;
  border: 1px solid #ccc;
  width: 550px;
  padding: 25px;
  display: none;

}
.sub ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub ul li {
  border-bottom: 1px solid #eee;
  width: calc(50% - 10px);
  padding: 5px;
  margin: 0;
  margin-right: 0;
  height: unset;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.sub ul li:last-child, .sub ul li:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}
.sub ul li img {
  width: 13px;
  margin-right: 6px;
  margin-top: 3px;
  display: inline;
}
.sub ul li a:hover {
  border: 0;
}

.nav ul li:hover .sub {
  display: block;
}
.menu_mobile .sub_mobile {
  display: none;
}

.menu_mobile .sub_mobile.active {
  display: block;
}

.search_modal {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 40px;
  z-index: 9999999;
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
}
.search_modal .inner {
  background-color: #fff;
  border-radius: 20px;
  position: fixed;
  width: calc(100% - 40px);
  left: 20px;
  padding: 30px;
  position: absolute;
}
.search_modal .inner .title {
  font-family: "Merriweather";
  font-size: 20px;
  margin-bottom: 20px;
}
.search_modal .inner select {
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  color: #595959;
  margin-bottom: 15px;
}
.search_modal .inner .cauta_btn {
  border-radius: 10px;
  background-color: #dd2241;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.search_modal .inner .cauta_btn img {
  margin-right: 10px;
}
.search_modal .inner .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.filtreaza_modal {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  z-index: 999;
  height: 100%;
  align-items: center;
  display: none;
}
.filtreaza_modal .inner {
  background-color: #fff;
  border-radius: 20px;
  position: fixed;
  width: 100%;
  padding: 30px;
  position: relative;
  height: 90vh;
  overflow: auto;
}
.filtreaza_modal .inner .item {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.filtreaza_modal .inner .item:last-child {
  border-bottom: 0px solid #d3d3d3;
}
.filtreaza_modal .inner .item .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.filtreaza_modal .inner .item .checkboxes {
  font-size: 16px;
  font-weight: 300;
}
.filtreaza_modal .inner .item .checkboxes li {
  list-style-type: none;
  margin-bottom: 14px;
}
.filtreaza_modal .inner .item .checkboxes input {
  margin-right: 10px;
}
.filtreaza_modal .inner .item .without_checkboxes {
  font-size: 16px;
  font-weight: 300;
}
.filtreaza_modal .inner .item .without_checkboxes img {
  width: 15px;
  margin-right: 10px;
  margin-top: 6px;
}
.filtreaza_modal .inner .item .without_checkboxes li {
  list-style-type: none;
  margin-bottom: 14px;
}
.filtreaza_modal .inner .item .without_checkboxes li.selected {
  background-color: #eee;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 230px;
  border-radius: 0 50px 50px 0;
  margin-left: 0px;
}
.filtreaza_modal .inner .item .without_checkboxes li.selected a {
  color: #dd2241 !important;
}
.filtreaza_modal .inner .item .without_checkboxes li a:hover {
  color: #dd2241;
}
.filtreaza_modal .inner .item .without_checkboxes input {
  margin-right: 10px;
}
.filtreaza_modal .inner .title {
  font-family: "Merriweather";
  font-size: 20px;
  margin-bottom: 20px;
}
.filtreaza_modal .inner select {
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  color: #595959;
  margin-bottom: 15px;
}
.filtreaza_modal .inner .cauta_btn {
  border-radius: 10px;
  background-color: #dd2241;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.filtreaza_modal .inner .cauta_btn img {
  margin-right: 10px;
}
.filtreaza_modal .inner .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.main {
  margin-bottom: 0px;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: flex-end;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.main.inside {
  margin-bottom: 20px;
}
@media all and (max-width: 1100px) {
  .main.inside {
    height: auto;
  }
}
@media all and (max-width: 1100px) {
  .main {
    height: auto;
  }
}
@media all and (max-width: 600px) {
  .main {
    margin-bottom: 10px;
  }
}
.main .main_inner {
  width: 80%;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1330px) {
  .main .main_inner {
    width: 60%;
  }
}
@media all and (max-width: 1100px) {
  .main .main_inner {
    width: 100%;
    height: auto;
    border-bottom: 0px solid #d3d3d3;
  }
}
.main .main_inner .photo_desktop {
  display: none;
  width: 100%;
  border-radius: 999em 999em 999em 0em;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.main .main_inner .photo_desktop img {
  width: 100%;
  max-width: 100%;
}
@media all and (max-width: 1100px) {
  .main .main_inner .photo_desktop {
    display: block;
  }
}
.main .main_inner .desk_outer {
  padding: 10px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 999em 999em 999em 0em;
  margin-bottom: 30px;
  position: relative;
  display: none;
}
@media all and (max-width: 1100px) {
  .main .main_inner .desk_outer {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .main .main_inner .desk_outer {
    margin-bottom: 20px;
  }
}
.main .main_inner .desk_outer .heart_desk {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.main .main_inner .desk_outer .heart_desk img {
  width: 60px;
}
@media all and (max-width: 1100px) {
  .main .main_inner .desk_outer .heart_desk img {
    width: 40px;
  }
}
@media all and (max-width: 1100px) {
  .main .main_inner .desk_outer .heart_desk {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .main .main_inner .desk_outer .heart_desk {
    display: none;
  }
}
.main .main_inner .desk_outer .rings_desk {
  position: absolute;
  display: none;
  right: 30px;
  bottom: 0;
}
@media all and (max-width: 1100px) {
  .main .main_inner .desk_outer .rings_desk img {
    width: 40px;
  }
}
@media all and (max-width: 1100px) {
  .main .main_inner .desk_outer .rings_desk {
    display: block;
    right: 0px;
  }
}
@media all and (max-width: 768px) {
  .main .main_inner .desk_outer .rings_desk {
    display: none;
  }
}
@media all and (max-width: 1100px) {
  .main .main.inside .main_inner .desk_outer .heart_desk img {
    display: none;
  }
}
.main .cauta {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main .cauta .title {
  font-family: "Merriweather";
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0px 0px 8px #000000;
}
@media all and (max-width: 1100px) {
  .main .cauta .title {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .main .cauta .title {
    font-size: 25px;
  }
}
@media all and (max-width: 400px) {
  .main .cauta .title {
    font-size: 20px;
  }
}
.main .cauta .subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0px 0px 8px #000000;
}
@media all and (max-width: 600px) {
  .main .cauta .subtitle {
    margin-bottom: 20px;
    display: none;
  }
}
.main .cauta .search_box {
  border: 1px solid #d3d3d3;
  border-radius: 50px;
  padding: 0 0px;
  display: flex;
  height: 70px;
  align-items: center;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 15px 5px #eeeeee;
  box-shadow: 0px 0px 15px 5px #eeeeee;
  border-bottom: 0;
}
@media all and (max-width: 600px) {
  .main .cauta .search_box {
    display: none;
  }
}
.main .cauta .search_box img {
  margin-right: 20px;
  margin-left: 20px;
}
.main .cauta .search_box .icon {
  background-color: #fff;
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  border-radius: 50px 0 0 50px;
  height: 100%;
  border-bottom: 1px solid #d3d3d3;
}
.main .cauta .search_box .serviciu {
  color: #595959;
  width: calc((100% - 15px) / 3);
  height: 100%;
  align-items: center;
  display: flex;
  border-right: 1px solid #d3d3d3;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
}
.main .cauta .search_box .serviciu input {
  border: 0;
  width: 120px;
  margin-left: 10px;
}
.main .cauta .search_box .judet {
  color: #595959;
  width: calc((100% - 15px) / 3);
  height: 100%;
  align-items: center;
  display: flex;
  font-size: 16px;
  padding-left: 10px;
  border-right: 1px solid #d3d3d3;
  z-index: 9999;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}
.main .cauta .search_box .judet input {
  border: 0;
  width: 140px;
}
.main .cauta .search_box .oras {
  color: #595959;
  width: calc((100% - 15px) / 3);
  height: 100%;
  align-items: center;
  display: flex;
  font-size: 16px;
  padding-left: 10px;
  border-right: 1px solid #d3d3d3;
  z-index: 9999;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}
.main .cauta .search_box .oras input {
  border: 0;
  width: 140px;
}
.main .cauta .search_box .src_btn {
  background-color: #dd2241;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: calc(100% - (85% - 82px));
  border-radius: 0 50px 50px 0;
  z-index: 9999;
  position: relative;
  border-bottom: 1px solid #d3d3d3;
  border: 0;
}
.main .cauta .search_boxx {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .main .cauta .search_boxx {
    flex-direction: column;
  }
}
.main .cauta .search_boxx .select {
  width: calc((100% - 180px) / 2);
  border: 1px solid #d3d3d3;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  color: #595959;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 0 !important;
  background-color: #fff;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../img/down.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  margin-bottom: 0 !important;
}
@media all and (max-width: 768px) {
  .main .cauta .search_boxx .select {
    width: 100%;
    margin-bottom: 10px !important;
  }
}
.main .cauta .search_boxx .select input {
  border: 0;
  width: calc(100% - 20px);
}
.main .cauta .search_boxx .select .down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .cauta .search_boxx .select .down img {
  width: 20px;
}
.main .cauta .search_boxx .search_btn {
  background-color: #dd2241;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  width: 140px;
  border: 0;
}
@media all and (max-width: 768px) {
  .main .cauta .search_boxx .search_btn {
    width: 100%;
    height: 50px;
  }
}
.main .cauta .search_mobile {
  border-radius: 50px;
  background-color: #dd2241;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: none;
}
.main .cauta .search_mobile img {
  margin-right: 10px;
}
@media all and (max-width: 600px) {
  .main .cauta .search_mobile {
    display: flex;
    margin-top: 20px;
  }
}
.main .serv_sub {
  position: absolute;
  top: 34px;
  left: 0px;
  padding: 25px;
  background-color: #fff;
  width: 100%;
  display: flex;
  color: #222;
  flex-wrap: wrap;
  border: 1px solid #d3d3d3;
  border-top: 0;
  padding-top: 60px;
  border-radius: 0 0 10px 10px;
}
.main .serv_sub ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main .serv_sub li {
  list-style-type: none;
  width: calc(33% - 5px);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.main .serv_sub li a {
  padding: 5px 10px;
}
.main .serv_sub li a:hover {
  background-color: #dd2241;
  color: #fff;
}
.main .loc_sub {
  position: absolute;
  top: 34px;
  left: 0px;
  padding: 25px;
  background-color: #fff;
  width: 100%;
  display: flex;
  color: #222;
  flex-wrap: wrap;
  border: 1px solid #d3d3d3;
  display: none;
  border-top: 0;
  padding-top: 60px;
  border-radius: 0 0 50px 50px;
}
.main .loc_sub ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main .loc_sub li {
  list-style-type: none;
  width: calc(33% - 5px);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.main .loc_sub li a {
  padding: 5px 10px;
}
.main .loc_sub li a:hover {
  background-color: #dd2241;
  color: #fff;
}
.main .jud_sub {
  position: absolute;
  top: 34px;
  left: 0px;
  padding: 25px;
  background-color: #fff;
  width: 100%;
  display: flex;
  color: #222;
  flex-wrap: wrap;
  border: 1px solid #d3d3d3;
  display: none;
  border-top: 0;
  padding-top: 60px;
  border-radius: 0 0 50px 50px;
}
.main .jud_sub ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main .jud_sub li {
  list-style-type: none;
  width: calc(33% - 5px);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.main .jud_sub li a {
  padding: 5px 10px;
}
.main .jud_sub li a:hover {
  background-color: #dd2241;
  color: #fff;
}
.main .photo {
  width: 50%;
  padding-left: 30px;
  position: relative;
}
@media all and (max-width: 1330px) {
  .main .photo {
    width: 40%;
  }
}
@media all and (max-width: 1100px) {
  .main .photo {
    display: none;
  }
}
.main .photo .pill {
  width: 100%;
  height: 400px;
  background: dodgerblue;
  border-radius: 999em 0em 0em 999em;
  background-image: url(../img/main.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.main .photo .pill img {
  width: auto;
  max-width: none;
}
.main .photo .pill2 {
  width: auto;
  padding: 10px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 999em 0em 0em 999em;
  border-right: 0;
  padding-right: 0px;
  position: absolute;
  top: 0;
  border-bottom: 0;
  left: 30px;
  width: calc(50vw - 50px);
}
@media all and (max-width: 1330px) {
  .main .photo .pill2 {
    width: calc(100% - 20px);
  }
}
.main .photo .heart {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.main .photo .rings {
  position: absolute;
  left: 30px;
  bottom: 0;
  display: none;
}
.main .photo .main_has {
  position: absolute;
  right: 100px;
  bottom: -15px;
}
@media all and (max-width: 1500px) {
  .main .photo .main_has {
    display: none;
  }
}

.login_main {
  border-radius: 50px;
  padding: 0 0px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
  color: #dd2241;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .login_main {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
.login_main img {
  margin-right: 10px;
}
.login_main:hover {
  color: #dd2241;
}

.main .containerr {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -650px;
}
@media all and (max-width: 1100px) {
  .main .containerr {
    flex-direction: column;
    left: unset;
    margin-left: unset;
  }
}
@media all and (max-width: 990px) {
  .main .containerr {
    bottom: 0;
  }
}

.main.inside.furnizori .containerr {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -650px;
}
@media all and (max-width: 1330px) {
  .main.inside.furnizori .containerr {
    bottom: unset;
    top: 60px;
    display: block;
  }
}
@media all and (max-width: 1100px) {
  .main.inside.furnizori .containerr {
    flex-direction: column;
    left: unset;
    margin-left: unset;
  }
}
@media all and (max-width: 990px) {
  .main.inside.furnizori .containerr {
    bottom: 0;
  }
}

.bggg {
  display: block;
}
@media all and (max-width: 900px) {
  .bggg {
    display: none;
  }
}

.bggg_mobile {
  display: none;
}
@media all and (max-width: 900px) {
  .bggg_mobile {
    display: block;
  }
}

.main.inside .bggg {
  display: block;
}
@media all and (max-width: 900px) {
  .main.inside .bggg {
    display: none;
  }
}

.main.inside .bggg_mobile {
  display: none;
}
@media all and (max-width: 900px) {
  .main.inside .bggg_mobile {
    display: block;
  }
}

.main.inside.furnizori .bggg {
  display: block;
}
@media all and (max-width: 1330px) {
  .main.inside.furnizori .bggg {
    display: none;
  }
}

.main.inside.furnizori .bggg_mobile {
  display: none;
}
@media all and (max-width: 1330px) {
  .main.inside.furnizori .bggg_mobile {
    display: none;
  }
}
@media all and (max-width: 900px) {
  .main.inside.furnizori .bggg_mobile {
    display: block;
  }
}

.main.inside.furnizori .bggg_furnizori {
  display: none;
}
@media all and (max-width: 1330px) {
  .main.inside.furnizori .bggg_furnizori {
    display: block;
  }
}
@media all and (max-width: 900px) {
  .main.inside.furnizori .bggg_furnizori {
    display: none;
  }
}

@media all and (max-width: 1330px) {
  .main.inside .subtitle {
    display: none;
  }
}

.preparations h2 {
  font-family: "Merriweather";
  font-size: 22px;
}
.preparations .subtitle {
  font-size: 16px;
  margin-bottom: 40px;
}
.preparations .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.preparations .items .item_outer {
  width: calc(50% - 15px);
  position: relative;
}
@media all and (max-width: 1000px) {
  .preparations .items .item_outer {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 500px) {
  .preparations .items .item_outer {
    width: 100%;
  }
}
.preparations .items .item_outer .hash_small {
  position: absolute;
  bottom: 11px;
  left: 50%;
  margin-left: -80px;
}
@media all and (max-width: 1000px) {
  .preparations .items .item_outer .hash_small {
    display: none;
  }
}
.preparations .items .item {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  z-index: 99;
  margin-bottom: 30px;
  position: relative;
}
@media all and (max-width: 1000px) {
  .preparations .items .item {
    border: 0px solid #d3d3d3;
    margin-bottom: 0px;
  }
}
.preparations .items .item .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.preparations .items .item .inner .info {
  padding: 20px;
  width: calc(50% - 10px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 1000px) {
  .preparations .items .item .inner .info {
    width: 100%;
  }
}
.preparations .items .item .inner .info .title {
  font-size: 20px;
  font-family: "Merriweather";
  margin-bottom: 5px;
}
.preparations .items .item .inner .info .text {
  font-size: 15px;
  color: #595959;
  height: 64px;
  margin-bottom: 5px;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  .preparations .items .item .inner .info .text {
    height: auto;
  }
}
@media all and (max-width: 500px) {
  .preparations .items .item .inner .info .text {
    font-size: 16px;
  }
}
.preparations .items .item .inner .info .cta {
  color: #dd2241;
  font-size: 15px;
  display: inline-block;
}
@media all and (max-width: 500px) {
  .preparations .items .item .inner .info .cta {
    font-size: 16px;
  }
}
.preparations .items .item .inner .info .cta:hover {
  text-decoration: underline;
}
.preparations .items .item .inner .photo {
  overflow: hidden;
  border-radius: 9999em 0px 0px 9999em;
  width: calc(50% - 10px);
}
@media all and (max-width: 1330px) {
  .preparations .items .item .inner .photo img {
    max-width: none;
  }
}
@media all and (max-width: 1000px) {
  .preparations .items .item .inner .photo img {
    max-width: 100%;
  }
}
@media all and (max-width: 1000px) {
  .preparations .items .item .inner .photo {
    order: -1;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}

.categorie {
  display: flex!important;
  margin-bottom: 10px;
}
.categorie h2 {
  font-family: "Merriweather";
  font-size: 22px;
  margin-right: 10px;
}

.idei_inside .categorie {
  display: flex;
  margin-bottom: 30px;
}
.idei_inside .categorie h2 {
  font-family: "Merriweather";
  font-size: 22px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.furnizori {
  margin-bottom: 70px;
}
.furnizori .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.furnizori .items .view_all {
  border-radius: 20px;
  border: 1px solid #d3d3d3;
  display: flex;
  margin: 0 auto 0;
  padding: 10px 25px;
  -webkit-box-shadow: 0px 0px 15px 5px #eeeeee;
  box-shadow: 0px 0px 15px 5px #eeeeee;
  font-family: "Merriweather";
  font-size: 16px;
}
.furnizori .items .view_all img {
  margin-left: 10px;
}
.furnizori .items .view_all:hover {
  border: 1px solid #dd2241;
}
.furnizori .item {
  width: calc((100% - 120px) / 5);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}
.furnizori .item .photo {
  position: relative;
}
@media all and (max-width: 1000px) {
  .furnizori .item {
    width: calc((100% - 30px) / 2);
  }
}
@media all and (max-width: 500px) {
  .furnizori .item {
    width: 100%;
  }
}
.furnizori .item:hover {
  -webkit-box-shadow: 0px 0px 15px 5px #eeeeee;
  box-shadow: 0px 0px 15px 5px #eeeeee;
}
.furnizori .item .inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}
.furnizori .item .inner .title {
  font-family: "Merriweather";
  font-size: 19px;
  font-weight: 400;
}
.furnizori .item .inner .location {
  font-size: 14px;
  margin-bottom: 5px;
}
.furnizori .item .inner .pret {
  margin-bottom: 3px;
  display: flex;
  font-size: 14px;
}
.furnizori .item .inner .pret img {
  width: 18px;
  height: 14px;
  margin-right: 7px;
  margin-top: 2px;
}
.furnizori .item .inner .pret_app {
  margin-bottom: 3px;
  display: flex;
  font-size: 14px;
}
.furnizori .item .inner .pret_app img {
  width: 26px;
  height: 17px;
  margin-right: 7px;
  margin-top: 2px;
}
.furnizori .item .inner .promotie {
  margin-bottom: 3px;
  display: flex;
  font-size: 14px;
}
.furnizori .item .inner .promotie img {
  width: 21px;
  height: 20px;
  margin-right: 7px;
  margin-top: 2px;
}
.furnizori .item .inner .nr_pers {
  margin-bottom: 3px;
  display: flex;
  font-size: 14px;
}
.furnizori .item .inner .nr_pers img {
  width: 23px;
  height: 17px;
  margin-right: 7px;
  margin-top: 0px;
}
.furnizori .item .bottom {
  margin-top: auto;
  background-color: #f9f9f9;
  padding: 10px 20px;
  float: left;
}
.furnizori .item .bottom .stars {
  float: left;
  margin-right: 10px;
}
.furnizori .item .bottom .stars .star {
  float: left;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  margin-right: 10px;
  height: 20px;
  line-height: 29px;
}
.furnizori .item .bottom .stars .star:hover {
  background-image: url(../img/star.svg);
}
.furnizori .item .bottom .stars .star.active {
  background-image: url(../img/star.svg);
}
.furnizori .item .bottom .stars .inactive {
  background-image: url(../img/star_grey.svg);
}
.furnizori .item .bottom .text {
  font-size: 14px;
}
@media all and (max-width: 1330px) {
  .furnizori .item .bottom .text {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .furnizori .item .bottom .text {
    display: block;
  }
}
.furnizori .item .text_blog {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  height: 85px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.furnizori .item .read_more {
  color: #dd2241;
  font-size: 15px;
  display: flex;
}
.furnizori .item .read_more img {
  width: 16px;
  height: 15px;
  margin-right: 6px;
  margin-top: 2px;
}

.full-link {
  text-indent: -9999px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 999;
}

.idei_hp {
  margin-bottom: 70px;
}
.idei_hp .subtitle {
  font-size: 16px;
  margin-bottom: 40px;
}
.idei_hp .categorie {
  margin-bottom: 0;
}
.idei_hp .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.idei_hp .item {
  position: relative;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
}
@media all and (max-width: 768px) {
  .idei_hp .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.idei_hp .item .info {
  padding: 20px;
}
.idei_hp .item .info .photo {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.idei_hp .item .info .photo img {
  width: 100%;
}
.idei_hp .item .info .data {
  color: #595959;
  font-size: 12px;
  margin-top: 10px;
}
.idei_hp .item:hover {
  -webkit-box-shadow: 0px 0px 15px 5px #eeeeee;
  box-shadow: 0px 0px 15px 5px #eeeeee;
}
.idei_hp .hash_cerc {
  position: absolute;
  left: 0;
  bottom: -10px;
}
.idei_hp .title {
  font-size: 16px;
  font-family: "Merriweather";
}

.idei_inside {
  margin-bottom: 70px;
}
.idei_inside .subtitle {
  font-size: 16px;
  margin-bottom: 40px;
}
.idei_inside .categorie {
  margin-bottom: 0;
}
.idei_inside .items {
  display: flex;
  flex-wrap: wrap;
}

.idei_inside .outer {
  width: calc((100% - 120px) / 5);
  position: relative;
  margin-bottom: 30px;
  margin-right: 30px;
}
.idei_inside .outer:nth-child(5) {
  margin-right: 0px;
}
.idei_inside .outer:nth-child(10) {
  margin-right: 0px;
}
.idei_inside .outer:nth-child(15) {
  margin-right: 0px;
}
.idei_inside .outer:nth-child(20) {
  margin-right: 0px;
}
.idei_inside .outer:nth-child(25) {
  margin-right: 0px;
}
.idei_inside .outer:nth-child(30) {
  margin-right: 0px;
}
.idei_inside .outer .item {
  position: relative;
}
.idei_inside .outer .item .photo {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}
.idei_inside .outer .item .photo:hover {
  -webkit-box-shadow: 0px 0px 15px 5px #eeeeee;
  box-shadow: 0px 0px 15px 5px #eeeeee;
}
.idei_inside .outer .hash_cerc {
  position: absolute;
  left: 0;
  bottom: -10px;
}
.idei_inside .outer .title {
  font-size: 16px;
  font-family: "Merriweather";
  text-align: center;
}
@media all and (max-width: 1000px) {
  .idei_inside .outer {
    width: calc((100% - 120px) / 2);
  }
  .idei_inside .outer:nth-child(2) {
    margin-right: 0px;
  }
  .idei_inside .outer:nth-child(5) {
    margin-right: 30px;
  }
}
@media all and (max-width: 1000px) {
  .idei_inside .outer {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    margin-right: 0 !important;
  }
}
@media all and (max-width: 600px) {
  .idei_inside .outer {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0 !important;
  }
}

.red {
  color: #dd2241;
}

.testimoniale {
  margin-bottom: 25px;
}
.testimoniale .item {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #d3d3d3;
  background-color: #f9f9f9;
  margin-bottom: 25px;
}
.testimoniale .item .title {
  display: flex;
  font-size: 18px;
  font-family: "Merriweather";
}
.testimoniale .item .title img {
  width: 29px;
  height: 21px;
  margin-right: 10px;
}
.testimoniale .item .text {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  height: 46px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.testimoniale .stars {
  margin-right: 10px;
  margin-bottom: 25px;
}
@media all and (max-width: 900px) {
  .testimoniale .stars {
    float: none;
    margin-bottom: 20px;
  }
}
.testimoniale .stars .star {
  float: left;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  margin-right: 10px;
  height: 20px;
  line-height: 29px;
}
.testimoniale .stars .star:hover {
  background-image: url(../img/star.svg);
}
.testimoniale .stars .star.active {
  background-image: url(../img/star.svg);
}
.testimoniale .stars .inactive {
  background-image: url(../img/star_grey.svg);
}

.inline {
  display: inline-block;
}

footer {
  background-color: #f9f9f9;
  padding: 70px 0;
  text-align: center;
}
footer .logo_footer {
  text-align: center;
}
footer .meniu_footer ul {
  align-items: center;
  justify-content: center;
  display: flex;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
footer .meniu_footer ul li {
  list-style-type: none;
  font-size: 14px;
  color: #595959;
  margin-right: 10px;
}
footer .meniu_footer ul li a:hover {
  color: #dd2241;
}
footer .social .text {
  font-size: 16px;
  color: #595959; 
  text-align: center;
  margin-bottom: 20px;
}

.hamburger svg {
  width: 30px;
  height: 30px;
}

.hamburger {
  position: absolute;
  top: 40px;
  left: 20px;
  display: none;
  cursor: pointer;
  z-index: 999999;
}
@media all and (max-width: 1330px) {
  .hamburger {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .hamburger {
    top: 30px;
  }
}

.account_mobile {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 20px;
  height: 20px;
  display: none;
  z-index: 999;
}
@media all and (max-width: 1330px) {
  .account_mobile {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .account_mobile {
    top: 35px;
  }
}

.account_mobile svg {
  width: 23px;
  height: 23px;
}

.main.inside .photo .pill {
  height: 270px;
}
@media all and (max-width: 1100px) {
  .main.inside .photo .pill {
    height: auto;
  }
}

.main.inside .main_inner {
  align-items: unset;
}
@media all and (max-width: 1330px) {
  .main.inside .main_inner {
    height: auto;
  }
}

.breadcrumb {
  margin-top: 15px;
  margin-bottom: 0;
}
.breadcrumb ul {
  margin-bottom: 20px;
}
.breadcrumb ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  color: #595959;
}
.breadcrumb ul li a:hover {
  color: #dd2241;
}

.breadcrumb.art ul {
  margin-bottom: 0;
}

.main.inside .cauta .title {
  font-size: 20px;
  margin-bottom: 10px;
}

.main.inside .cauta .title.small {
  font-size: 24px;
  margin-bottom: 0px;
}

.main.inside .cauta .title.blogg {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

.main.inside .cauta .search_box {
  margin-top: 30px;
}

.main.inside .photo .heart img {
  width: 50px;
}

.main.inside .photo .rings img {
  width: 40px;
  display: none;
}

.two_columns {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two_columns .left {
  width: 310px;
  margin-right: 60px;
}
@media all and (max-width: 1200px) {
  .two_columns .left {
    width: 230px;
    margin-right: 20px;
  }
}
@media all and (max-width: 1000px) {
  .two_columns .left {
    display: none;
  }
}
.two_columns .left .item {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.two_columns .left .item:last-child {
  border-bottom: 0;
}
.two_columns .left .item .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.two_columns .left .item .checkboxes {
  font-size: 16px;
  font-weight: 300;
}
.two_columns .left .item .checkboxes li {
  list-style-type: none;
  margin-bottom: 14px;
}
.two_columns .left .item .checkboxes input {
  margin-right: 10px;
}
.two_columns .left .item .without_checkboxes {
  font-size: 16px;
  font-weight: 300;
}
.two_columns .left .item .without_checkboxes li {
  list-style-type: none;
  margin-bottom: 14px;
  margin-left: 0px;
}
.two_columns .left .item .without_checkboxes li.selected {
  background-color: #eee;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 230px;
  border-radius: 0 50px 50px 0;
  margin-left: -10px;
}
.two_columns .left .item .without_checkboxes li a:hover {
  color: #dd2241;
}
.two_columns .left .item .without_checkboxes input {
  margin-right: 10px;
}
.two_columns .anunturi {
  width: 310px;
  margin-left: 60px;
}
@media all and (max-width: 990px) {
  .two_columns .anunturi {
    width: 230px;
    margin-right: 0px;
    margin-left: 20px;
  }
}
@media all and (max-width: 768px) {
  .two_columns .anunturi {
    width: 100%;
    margin: 0;
  }
}
.two_columns .anunturi .titlu {
  font-family: "Merriweather";
  font-size: 18px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #d3d3d3;
  border-bottom: 0;
  padding: 20px;
  margin-bottom: -20px;
  padding-bottom: 40px;
}
.two_columns .anunturi .item {
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid #d3d3d3; 
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
  margin-bottom: 0px;
  border-top: 0;
  border-bottom: 0;
  /* padding-bottom: 20px; */
}
.two_columns .anunturi .item:last-child {

  border-bottom: 1px solid #d3d3d3; 

}
.two_columns .anunturi .item .photo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.two_columns .anunturi .item .photo img {
  width: 100%;
}
@media all and (max-width: 1000px) {
  .two_columns .anunturi .item {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .two_columns .anunturi .item {
    width: 100%;
  }
}
.two_columns .anunturi .item:hover {
  -webkit-box-shadow: 0px 0px 15px 5px #eeeeee;
  box-shadow: 0px 0px 15px 5px #eeeeee;
}
.two_columns .anunturi .item .inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}
.two_columns .anunturi .item .inner .title {
  font-family: "Merriweather";
  font-size: 19px;
  font-weight: 400;
}
.two_columns .anunturi .item .inner .location {
  font-size: 14px;
  margin-bottom: 5px;
}
.two_columns .anunturi .item .inner .pret {
  margin-bottom: 3px;
  display: flex;
  font-size: 14px;
}
.two_columns .anunturi .item .inner .pret img {
  width: 18px;
  height: 14px;
  margin-right: 7px;
  margin-top: 2px;
}
.two_columns .anunturi .item .inner .pret_app {
  margin-bottom: 3px;
  display: flex;
  font-size: 14px;
}
.two_columns .anunturi .item .inner .pret_app img {
  width: 26px;
  height: 17px;
  margin-right: 7px;
  margin-top: 2px;
}
.two_columns .anunturi .item .inner .promotie {
  margin-bottom: 3px;
  display: flex;
  font-size: 14px;
}
.two_columns .anunturi .item .inner .promotie img {
  width: 21px;
  height: 20px;
  margin-right: 7px;
  margin-top: 2px;
}
.two_columns .anunturi .item .inner .nr_pers {
  margin-bottom: 3px;
  display: flex;
  font-size: 14px;
}
.two_columns .anunturi .item .inner .nr_pers img {
  width: 23px;
  height: 17px;
  margin-right: 7px;
  margin-top: 0px;
}
.two_columns .anunturi .item .bottom {
  margin-top: auto;
  background-color: #f9f9f9;
  padding: 10px 20px;
  float: left;
}
.two_columns .anunturi .item .bottom .stars {
  float: left;
  margin-right: 10px;
}
.two_columns .anunturi .item .bottom .stars .star {
  float: left;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  margin-right: 10px;
  height: 20px;
  line-height: 29px;
}
.two_columns .anunturi .item .bottom .stars .star:hover {
  background-image: url(../img/star.svg);
}
.two_columns .anunturi .item .bottom .stars .star.active {
  background-image: url(../img/star.svg);
}
.two_columns .anunturi .item .bottom .stars .inactive {
  background-image: url(../img/star_grey.svg);
}
.two_columns .anunturi .item .bottom .text {
  font-size: 14px;
}
@media all and (max-width: 1330px) {
  .two_columns .anunturi .item .bottom .text {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .two_columns .anunturi .item .bottom .text {
    display: block;
  }
}
.two_columns .anunturi .item .text_blog {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  height: 85px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.two_columns .anunturi .item .read_more {
  color: #dd2241;
  font-size: 15px;
  display: flex;
}
.two_columns .anunturi .item .read_more img {
  width: 16px;
  height: 15px;
  margin-right: 6px;
  margin-top: 2px;
}
.two_columns .right {
  width: calc(100% - 370px);
}
.two_columns .right .title {
  font-weight: 700;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .two_columns .right {
    width: calc(100% - 250px);
  }
}
@media all and (max-width: 1000px) {
  .two_columns .right {
    width: 100%;
  }
}
.two_columns .right .filter_mobile {
  display: flex;
  justify-content: space-between;
  display: none;
}
@media all and (max-width: 768px) {
  .two_columns .right .filter_mobile {
    display: flex;
  }
}
.two_columns .right .filter_mobile .item {
  width: calc(50% - 5px);
}
.two_columns .right .filter_mobile .item select {
  border-radius: 10px;
  font-size: 14px;
  padding: 0 14px;
  border: 1px solid #d3d3d3;
}
.two_columns .right .filtrare {
  border-radius: 50px;
  border: 1px solid #d3d3d3;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #595959;
  padding: 15px 20px;
  margin-bottom: 20px;
  display: none;
}
@media all and (max-width: 768px) {
  .two_columns .right .filtrare {
    display: flex;
  }
}
.two_columns .right .filtrare img {
  width: 19px;
  height: 17px;
  margin-left: 5px;
  margin-top: 5px;
}
.two_columns .right .results {
  font-size: 14px;
  color: #595959;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.two_columns .right .listing_furnizori .item {
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.two_columns .right .listing_furnizori .item:last-child {
  border-bottom: 0px solid #d3d3d3;
}
.two_columns .right .listing_furnizori .item .photo {
  border-radius: 10px;
  overflow: hidden;
  width: 290px;
  position: relative;
  margin-right: 30px;
}
@media all and (max-width: 990px) {
  .two_columns .right .listing_furnizori .item .photo {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.two_columns .right .listing_furnizori .item .photo .inner {
  border-radius: 20px;
  overflow: hidden;
}
.two_columns .right .listing_furnizori .item .photo .inner img {
  width: 100%;
  height: auto;
}
.two_columns .right .listing_furnizori .item .info {
  width: calc(100% - 320px);
}
@media all and (max-width: 990px) {
  .two_columns .right .listing_furnizori .item .info {
    width: 100%;
  }
}
.two_columns .right .listing_furnizori .item .info .title {
  font-size: 18px;
  margin-bottom: 2px;
}
.two_columns .right .listing_furnizori .item .info .title a:hover {
  color: #dd2241;
}
.two_columns .right .listing_furnizori .item .info .location {
  font-size: 16px;
  margin-bottom: 10px;
}
.two_columns .right .listing_furnizori .item .info .rating {
  display: flex;
  font-size: 16px;
  margin-bottom: 0px;
}
.two_columns .right .listing_furnizori .item .info .rating .stars {
  float: left;
  margin-right: 10px;
}
.two_columns .right .listing_furnizori .item .info .rating .stars .star {
  float: left;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  margin-right: 10px;
  height: 18px;
  line-height: 29px;
}
.two_columns .right .listing_furnizori .item .info .rating .stars .star:hover {
  background-image: url(../img/star.svg);
}
.two_columns .right .listing_furnizori .item .info .rating .stars .star.active {
  background-image: url(../img/star.svg);
}
.two_columns .right .listing_furnizori .item .info .rating .stars .inactive {
  background-image: url(../img/star_grey.svg);
}
.two_columns .right .listing_furnizori .item .info .text {
  color: #595959;
  font-size: 15px;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.two_columns .right .listing_furnizori .item .info .pret {
  margin-bottom: 15px;
  display: flex;
  font-size: 14px;
}
.two_columns .right .listing_furnizori .item .info .pret img {
  width: 26px;
  height: 17px;
  margin-right: 7px;
  margin-top: 2px;
}
.two_columns .right .listing_furnizori .item .info .buttons {
  display: flex;
  flex-wrap: wrap;
}
.two_columns .right .listing_furnizori .item .info .buttons .cere_oferta {
  border-radius: 10px;
  background-color: #dd2241;
  padding: 10px 35px;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #dd2241;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: "Merriweather";
  margin-right: 20px;
}
@media all and (max-width: 600px) {
  .two_columns .right .listing_furnizori .item .info .buttons .cere_oferta {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
  }
}
.two_columns .right .listing_furnizori .item .info .buttons .cere_oferta img {
  margin-left: 5px;
}
.two_columns .right .listing_furnizori .item .info .buttons .cere_oferta:hover {
  background-color: #222;
}
.two_columns .right .listing_furnizori .item .info .buttons .vezi_detalii {
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 35px;
  border: 1px solid #d3d3d3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #595959;
  margin-bottom: 20px;
  font-family: "Merriweather";
}
@media all and (max-width: 600px) {
  .two_columns .right .listing_furnizori .item .info .buttons .vezi_detalii {
    width: 100%;
    margin-bottom: 15px;
  }
}
.two_columns .right .listing_furnizori .item .info .buttons .vezi_detalii img {
  margin-left: 5px;
}
.two_columns .right .listing_furnizori .item .info .buttons .vezi_detalii:hover {
  border-color: #dd2241;
}
/*
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
}

.pagination li {
  display: none;
  margin-right: 5px;
}

@media all and (min-width: 1390px) {
  .pagination li {
    display: block;
  }
}
.pagination li:last-child {
  margin-right: 0;
}

.pagination li.mobilee {
  display: block;
}

.pagination li.page-selector {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}

@media all and (min-width: 1390px) {
  .pagination li.page-selector {
    display: none;
  }
}
.pagination a,
.pagination div {
  width: 46px;
  height: 46px;
  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;
  background-color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.pagination a {
  color: #dd2241;
  border: 1px solid #dd2241;
}

@media (hover: hover) {
  .pagination a:hover {
    -webkit-box-shadow: inset 0 0 0 1px #dd2241;
    box-shadow: inset 0 0 0 1px #dd2241;
    padding: 0;
  }
  .pagination a:hover span {
    color: #dd2241;
  }
}
.pagination a.selected {
  background-color: #dd2241;
  border: 1px solid #dd2241;
  color: #fff;
}

.pagination a.selected:hover span {
  color: #fff;
}

.pagination img {
  width: 32px;
  height: 32px;
}

.pagination div {
  background-color: transparent;
  font-weight: 400;
}

.pagination select {
  height: 46px;
  margin: 0 5px 0 0;
  padding: 0 15px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dd2241;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  color: #1a1919;
}

.pagination select:focus {
  border: 1px solid #dd2241;
}
*/
.main.inside .pill {
  width: 100%;
  height: 400px;
  background: dodgerblue;
  border-radius: 999em 0em 0em 999em;
  background-image: url(../img/main.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.main.inside .pill img {
  width: auto;
  max-width: none;
}

.main.inside .cauta .search_box {
  height: 60px;
}

.main.inside .location {
  font-size: 18px;
}
.main.inside .info {
  display: flex;
  flex-wrap: wrap;
}
.main.inside .info .left {
  width: 50%;
  align-items: flex-start;
  margin-top: 10px;
}
@media all and (max-width: 900px) {
  .main.inside .info .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.main.inside .info .left .rating {
  font-size: 16px;
  display: flex;
}
.main.inside .info .left .stars {
  margin-right: 10px;
  margin-bottom: 25px;
}
@media all and (max-width: 900px) {
  .main.inside .info .left .stars {
    float: none;
    margin-bottom: 20px;
  }
}
.main.inside .info .left .stars .star {
  float: left;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  margin-right: 10px;
  height: 20px;
  line-height: 29px;
}
.main.inside .info .left .stars .star:hover {
  background-image: url(../img/star.svg);
}
.main.inside .info .left .stars .star.active {
  background-image: url(../img/star.svg);
}
.main.inside .info .left .stars .inactive {
  background-image: url(../img/star_grey.svg);
}
.main.inside .info .pret {
  font-size: 17px;
  display: flex;
}
.main.inside .info .pret img {
  margin-right: 10px;
  margin-top: 2px;
  width: 31px;
  height: 20px;
}
.main.inside .info .right {
  display: flex;
  align-items: center;
  padding-top: 70px;
}
@media all and (max-width: 900px) {
  .main.inside .info .right {
    width: 100%;
    padding-top: 0;
  }
}
.main.inside .info .cere_oferta {
  border-radius: 10px;
  background-color: #dd2241;
  padding: 10px 35px;
  display: flex;
  border: 1px solid #dd2241;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: "Merriweather";
  margin-right: 20px;
}
@media all and (max-width: 600px) {
  .main.inside .info .cere_oferta {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
  }
}
.main.inside .info .cere_oferta img {
  margin-left: 5px;
}
.main.inside .info .cere_oferta:hover {
  background-color: #222;
}

.furnizor_detalii {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media all and (max-width: 900px) {
  .furnizor_detalii .left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.furnizor_detalii .right {
  width: calc(35% - 30px);
}
@media all and (max-width: 900px) {
  .furnizor_detalii .right {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.furnizor_detalii .right .title {
  font-size: 24px;
  font-family: "Merriweather";
  margin-bottom: 5px;
}
.furnizor_detalii .left .title {
  font-size: 24px;
  font-family: "Merriweather";
  margin-bottom: 5px;
}
.furnizor_detalii .left .subtitle {
  font-size: 14px;
  color: #595959;
  margin-bottom: 15px;
}
.furnizor_detalii .left .text {
  font-size: 16px;
  color: #595959;
  margin-bottom: 20px;
}
.furnizor_detalii .left .text p {
  margin-bottom: 15px;
}
.furnizor_detalii .left .inter {
  font-size: 20px;
  margin-bottom: 10px;
}
.furnizor_detalii .left .servicii {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.furnizor_detalii .left .servicii .item {
  margin-bottom: 10px;
  width: calc(50% - 30px);
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 900px) {
  .furnizor_detalii .left .servicii .item {
    width: calc(50% - 10px);
  }
}
@media all and (max-width: 600px) {
  .furnizor_detalii .left .servicii .item {
    width: 100%;
  }
}
.furnizor_detalii .left .servicii .item img {
  width: 15px;
  margin-right: 10px;
  margin-top: 3px;
}
.furnizor_detalii .left .recenzie {
  margin-bottom: 20px;
}
.furnizor_detalii .left .recenzie .title {
  font-size: 20px;
  font-family: "Merriweather";
  margin-bottom: 5px;
}


.furnizor_detalii .left .recenzie .subtitle_caract {
  font-size: 16px;
  margin-bottom: 15px;
  margin-bottom: 15px;
}
.furnizor_detalii .left .recenzie .text_area {
  background-color: #f9f9f9;
  padding: 20px;
  font-size: 16px;
  width: 100%;
  height: 200px;
  border: 1px solid #d3d3d3;
  margin-bottom: 15px;
  color: #595959;
}
.furnizor_detalii .left .recenzie .send {
  border-radius: 10px;
  background-color: #c60004;
  padding: 10px 35px;
  display: flex;
  border: 1px solid #c60004;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: "Merriweather";
  margin-right: 20px;
}
.furnizor_detalii .left .recenzie .send img {
  margin-left: 10px;
}
.furnizor_detalii .left .recenzie .send:hover {
  background-color: #222;
}
.furnizor_detalii .left .rating {
  margin-bottom: 20px;
}
.furnizor_detalii .left .rating .title {
  font-size: 20px;
  font-family: "Merriweather";
  margin-bottom: 15px;
}
.furnizor_detalii .left .rating .rating_box {
  background-color: #f9f9f9;
  padding: 20px;
}
.furnizor_detalii .left .rating .rating_box .stars {
  display: flex;
  margin-right: 10px;
}
.furnizor_detalii .left .rating .rating_box .stars .star {
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  margin-right: 10px;
  height: 20px;
  line-height: 29px;
}
.furnizor_detalii .left .rating .rating_box .stars .star:hover {
  background-image: url(../img/star.svg);
}
.furnizor_detalii .left .rating .rating_box .stars .star.active {
  background-image: url(../img/star.svg);
}
.furnizor_detalii .left .rating .rating_box .stars .inactive {
  background-image: url(../img/star_grey.svg);
}
.furnizor_detalii .left .recenzii .title {
  font-size: 20px;
  font-family: "Merriweather";
  margin-bottom: 15px;
}
.furnizor_detalii .left .recenzii .item {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #d3d3d3;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
.furnizor_detalii .left .recenzii .item .title {
  display: flex;
  font-size: 18px;
  font-family: "Merriweather";
}
.furnizor_detalii .left .recenzii .item .title img {
  width: 29px;
  height: 21px;
  margin-right: 10px;
}
.furnizor_detalii .left .recenzii .item .text {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  height: 46px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.furnizor_detalii .left .recenzii .stars {
  margin-right: 10px;
  margin-bottom: 25px;
}
@media all and (max-width: 900px) {
  .furnizor_detalii .left .recenzii .stars {
    float: none;
    margin-bottom: 20px;
  }
}
.furnizor_detalii .left .recenzii .stars .star {
  float: left;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  margin-right: 10px;
  height: 20px;
  line-height: 29px;
}
.furnizor_detalii .left .recenzii .stars .star:hover {
  background-image: url(../img/star.svg);
}
.furnizor_detalii .left .recenzii .stars .star.active {
  background-image: url(../img/star.svg);
}
.furnizor_detalii .left .recenzii .stars .inactive {
  background-image: url(../img/star_grey.svg);
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
}

#myCarousel {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
}

#thumbCarousel {
  max-width: 650px;
  margin: 0 auto;
  overflow: hidden;
  background: #eaeaea;
  padding: 10px 0;
}

#thumbCarousel .thumb {
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
  background: #fff;
}

#thumbCarousel .thumb:last-child {
  margin-right: 0;
}

.thumb:hover {
  cursor: pointer;
}

.thumb img {
  opacity: 0.5;
}

.thumb img:hover {
  opacity: 1;
}

.thumb.active img {
  opacity: 1;
  border: 1px solid #1d62b7;
}

.glide__track {
  position: relative;
}
.glide__track .view_all {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 14px;
}
.glide__track .view_all:hover {
  color: #dd2241;
}
.glide__track .view_video {
  position: absolute;
  bottom: 10px;
  right: 198px;
  z-index: 999;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 14px;
}
.glide__track .view_video:hover {
  color: #dd2241;
}

.mai_mult {
  font-size: 16px;
  color: #dd2241;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 20px;
}

.mai_putin {
  font-size: 16px;
  color: #dd2241;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 20px;
}

.descriere {
  overflow: hidden;
  
}

@media all and (max-width: 1000px) {
  .main.inside .main_inner .desk_outer {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 770px) {
  .row > * {
    width: unset;
  }
}

.col-md {
  flex: 1 0 0%;
}

.modal_offer {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 40px;
  z-index: 999999;
  height: 100%;
  align-items: center;
}
.modal_offer .inner {
  background-color: #fff;
  border-radius: 20px;
  position: fixed;
  width: 750px;
  padding: 40px;
  position: relative;
  margin: 0 auto 0;
  overflow: auto;
  max-height: 90vh;
}
@media all and (max-width: 770px) {
  .modal_offer .inner {
    width: 100%;
  }
}
.modal_offer .inner .title {
  font-family: "Merriweather";
  font-size: 20px;
  margin-bottom: 20px;
}
.modal_offer .inner .intro {
  color: #595959;
  margin-bottom: 20px;
  font-size: 16px;
}
.modal_offer .inner .inter {
  font-size: 16px;
  margin-bottom: 10px;
}
.modal_offer .inner .text_area {
  background-color: #f9f9f9;
  padding: 20px;
  font-size: 16px;
  width: 100%;
  height: 100px;
  text-align: left;
  border: 1px solid #d3d3d3;
  margin-bottom: 15px;
  color: #595959;
}
.modal_offer .inner .all {
  background-color: #f3f3f3;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #595959;
}
.modal_offer .inner .two_half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal_offer .inner .half {
  width: calc(50% - 15px);
}
@media all and (max-width: 600px) {
  .modal_offer .inner .half {
    width: 100%;
  }
}
.modal_offer .inner select {
  background-color: #f3f3f3;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #595959;
}
.modal_offer .inner .cauta_btn {
  border-radius: 10px;
  background-color: #dd2241;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  cursor: pointer;
  border: 0;
  width: 100%;
}
.modal_offer .inner .cauta_btn img {
  margin-right: 10px;
}
.modal_offer .inner .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal_register {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 40px;
  z-index: 9999999;
  height: 100%;
  align-items: center;
}
@media all and (max-width: 500px) {
  .modal_register {
    padding: 20px;
  }
}
.modal_register .inner {
  background-color: #fff;
  border-radius: 20px;
  position: fixed;
  width: 750px;
  padding: 40px;
  position: relative;
  margin: 0 auto 0;
  overflow: auto;
  max-height: 90vh;
}
@media all and (max-width: 770px) {
  .modal_register .inner {
    width: 100%;
  }
}
.modal_register .inner .title {
  font-family: "Merriweather";
  font-size: 20px;
  margin-bottom: 20px;
}
.modal_register .inner .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal_login {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 40px;
  z-index: 9999999;
  height: 100%;
  align-items: center;
}
@media all and (max-width: 500px) {
  .modal_login {
    padding: 20px;
  }
}
.modal_login .inner {
  background-color: #fff;
  border-radius: 20px;
  position: fixed;
  width: 750px;
  padding: 40px;
  position: relative;
  margin: 0 auto 0;
  overflow: auto;
  max-height: 70vh;
}
@media all and (max-width: 770px) {
  .modal_login .inner {
    width: 100%;
  }
}
.modal_login .inner .title {
  font-family: "Merriweather";
  font-size: 20px;
  margin-bottom: 20px;
}
.modal_login .inner .inter {
  font-size: 16px;
  margin-bottom: 10px;
}
.modal_login .inner .all {
  background-color: #f3f3f3;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #595959;
}
.modal_login .inner .two_half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal_login .inner .half {
  width: calc(50% - 15px);
}
@media all and (max-width: 600px) {
  .modal_login .inner .half {
    width: 100%;
  }
}
.modal_login .inner .cauta_btn {
  border-radius: 10px;
  background-color: #dd2241;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  cursor: pointer;
  width: 100%;
  border: 0;
}
.modal_login .inner .cauta_btn img {
  margin-right: 10px;
}
.modal_login .inner .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.furnizori_all {
  margin-bottom: 70px;
}
.furnizori_all .item {
  border-radius: 20px;
  position: relative;
}
.furnizori_all .item .photo {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.furnizori_all .item .photo:hover {
  -webkit-box-shadow: 0px 0px 15px 5px #eeeeee;
  box-shadow: 0px 0px 15px 5px #eeeeee;
}
.furnizori_all .item .title {
  font-size: 16px;
  font-family: "Merriweather";
  font-weight: 400;
  margin-bottom: 3px;
}
.furnizori_all .item .text {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
}
.furnizori_all .stars {
  margin-right: 10px;
  margin-bottom: 25px;
}
@media all and (max-width: 900px) {
  .furnizori_all .stars {
    float: none;
    margin-bottom: 20px;
  }
}
.furnizori_all .stars .star {
  float: left;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  margin-right: 10px;
  height: 20px;
  line-height: 29px;
}
.furnizori_all .stars .star:hover {
  background-image: url(../img/star.svg);
}
.furnizori_all .stars .star.active {
  background-image: url(../img/star.svg);
}
.furnizori_all .stars .inactive {
  background-image: url(../img/star_grey.svg);
}

.owl-prev {
  background-color: #fff !important;
  position: absolute;
  left: 0;
  padding: 10px !important;
  margin-top: 0px;
  color: #000 !important;
  display: flex;
  font-size: 20px;
  border-radius: 0 50px 50px 0 !important;
  z-index: 9999999;
}

.owl-next {
  background-color: #fff !important;
  position: absolute;
  right: 0;
  padding: 10px !important;
  margin-top: 0px;
  color: #000 !important;
  display: flex;
  font-size: 20px;
  border-radius: 50px 0 0 50px !important;
  z-index: 9999999;
}

.owl-carousel .owl-stage-outer {
  position: relative !important;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 0px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  background: red;
  width: 100%;
  top: 50%;
  margin-top: -60px;
}
@media all and (max-width: 768px) {
  .owl-theme .owl-nav {
    margin-top: -87px;
  }
}

.int {
  margin-top: 60px;
}

.blog_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_page{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.contact_page  .text {
  font-size: 18px;
  color: #595959;
  font-weight: 300;
  width: calc(70% - 30px);
}

.contact{
  background-color:#dd2241;
  border: 1px solid #dd2241;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 10px;
  /* margin-bottom: 30px; */
  display: inline-block;
}
.contact:hover{
  background-color: #222;
  color: #fff;
}
.contact_page .photo{
  width: 30%;
  margin-right: 30px;
}
.contact_page .photo img{
  width: 100%;
}
.contact_page .text p {
  margin-bottom: 15px;
}
@media all and (max-width: 900px) {
  .contact_page  .text {
    width: 100%;
  }
  .contact_page .photo{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.text_page .text {
  font-size: 18px;
  color: #595959;
  font-weight: 300;
}
.text_page  .text p {
  margin-bottom: 15px;
}
.text_page ol, .text_page ul{

  margin-bottom: 20px;
}
.text_page ol li, .text_page ul li{
  margin-left: 20px;
  margin-bottom: 15px;
}
.blog_wrap .article {
  width: calc(100% - 380px);
}
@media all and (max-width: 1000px) {
  .blog_wrap .article {
    width: 100%;
  }
}
.blog_wrap .article .photo {
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 20px;
}
.blog_wrap .article .text {
  font-size: 18px;
  color: #595959;
  font-weight: 300;
}
.blog_wrap .article .text p {
  margin-bottom: 15px;
}
.blog_wrap .right {
  width: 350px;
}
@media all and (max-width: 1000px) {
  .blog_wrap .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 1000px) and (max-width: 1000px) {
  .blog_wrap .right {
    flex-direction: row;
  }
}
.blog_wrap .right .item {
  border-radius: 0px;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  margin-bottom: 20px;
}
@media all and (max-width: 1000px) {
  .blog_wrap .right .item {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 768px) {
  .blog_wrap .right .item {
    width: 100%;
  }
}
.blog_wrap .right .item .inner {
  padding: 10px 15px 15px 15px;
}
.blog_wrap .right .item .inner .title {
  font-size: 18px;
  font-family: "Merriweather";
  margin-bottom: 10px;
}
.blog_wrap .right .item .inner .text {
  color: #595959;
  font-size: 15px;
}
.blog_wrap .right .item .bottom {
  margin-top: auto;
  background-color: #f9f9f9;
  padding: 10px 20px;
  font-size: 14px;
}
.blog_wrap .right .item .bottom img {
  margin-right: 10px;
  margin-top: 4px;
}
.blog_wrap .right .item .bottom a {
  color: #dd2241;
}
.blog_wrap .right .item .bottom a:hover {
  text-decoration: underline;
}

.social {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.social .social-share-sticky__container {
  display: flex;
  top: 8.5rem;
  flex-wrap: wrap;
}
.social .social-share-sticky__container img {
  width: 15px;
}
.social .social-share-sticky__container .facebook {
  background-color: #3575dc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  margin-right: 10px;
}
.social .social-share-sticky__container .facebook:hover {
  opacity: 0.7;
}
.social .social-share-sticky__container .twitter {
  background-color: #5fd4ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
}
.social .social-share-sticky__container .twitter:hover {
  opacity: 0.7;
}
.social .social-share-sticky__container .mail {
  background-color: #8aac3a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  margin-right: 10px;
}
.social .social-share-sticky__container .mail:hover {
  opacity: 0.7;
}
.social .social-share-sticky__container .print {
  background-color: #d60808;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  margin-right: 10px;
}
.social .social-share-sticky__container .print:hover {
  opacity: 0.7;
}

.favorit {
  position: absolute;
  display: block;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.favorit img {
  width: 20px;
}

.favorit_big {
  position: absolute;
  display: block;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  top: 10px;
  right: 10px;
  z-index: 9;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.favorit_big img {
  width: 30px;
}

.ini {
  width: 20px;
  margin-right: 5px;
}

.header .right .logare.in {
  color: #222;
  text-transform: none;
}
.header .right .logare.in a:hover {
  color: #dd2241;
}

.main_inner .inregistrare_gratis {
  border-radius: 10px;
  background-color: #c60004;
  padding: 10px 35px;
  display: flex;
  border: 1px solid #c60004;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: "Merriweather";
  margin-right: 20px;
  margin-top: 15px;
  max-width: 300px;
}
@media all and (max-width: 1100px) {
  .main_inner .inregistrare_gratis {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.main_inner .inregistrare_gratis img {
  margin-left: 10px;
}
.main_inner .inregistrare_gratis:hover {
  background-color: #222;
}

.main.inside .pill.clienti {
  background-image: url(../img/main_clienti.jpg);
}

.main.inside .login_clients {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  margin-top: 30px;
  z-index: 99999;
  border-radius: 20px;
  width: 450px;
  padding: 20px;
}
@media all and (max-width: 1330px) {
  .main.inside .login_clients {
    max-width: none;
    width: 100%;
    margin: 0 auto 0;
  }
}
.main.inside .login_clients .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.main.inside .login_clients .input_login {
  height: 45px;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 0;
}
.main.inside .login_clients .btn {
  border-radius: 10px;
  background-color: #c60004;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 35px;
  border: 0;
}
@media (max-width: 1100px) {
  .main.inside .login_clients .btn .main .photo {
    display: none;
  }
}

.login_clienti_mobil {
  padding: 15px;
  background-image: url(../img/main_clienti.jpg);
  right: 0;
  top: 20px;
  z-index: 99999999999;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
@media all and (max-width: 1100px) {
  .login_clienti_mobil {
    display: block;
  }
}
.login_clienti_mobil .title_mob {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.login_clienti_mobil .input_login {
  height: 35px;
  width: 100%;
  max-width: 450px;
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 0;
}
.login_clienti_mobil .btn {
  border-radius: 10px;
  background-color: #c60004;
  display: flex;
  align-items: center;
  max-width: 450px;
  margin: 0 auto 0;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 35px;
  border: 0;
}

.one_column .three {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.one_column .three .item {
  width: calc(33.3333333333% - 60px);
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #595959;
  flex-direction: column;
  margin-right: 30px;
}
.one_column .three .item:nth-child(3) {
  margin-right: 0px;
}
.one_column .three .item:nth-child(6) {
  margin-right: 0px;
}
.one_column .three .item:nth-child(12) {
  margin-right: 0px;
}
.one_column .three .item:nth-child(18) {
  margin-right: 0px;
}
.one_column .three .item:nth-child(24) {
  margin-right: 0px;
}
.one_column .three .item .photo {
  width: 200px;
  overflow: hidden;
  margin: 0 auto 0;
  text-align: center;
  margin-bottom: 15px;
}
.one_column .three .item .photo.big {
  width: 100%;
}
@media all and (max-width: 900px) {
  .one_column .three .item {
    width: 100%;
  }
}
.one_column .three .item .title {
  font-family: "Merriweather";
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  color: #222;
}
.one_column .three .item .text {
  margin-bottom: 15px;
  font-size: 16px;
  color: #595959;
  text-align: center;
}
.one_column .three .buttons {
  display: flex;
  justify-content: space-between;
}
.one_column .three .buttons a {
  width: calc(50% - 10px);
  border-radius: 10px;
  border: 1px solid #dd2241;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  cursor: pointer;
  color: #222;
}
.one_column .three .buttons a:hover {
  border-color: #222;
}
.one_column .three .buttons a img {
  width: 15px;
  margin-right: 7px;
}
.one_column .two_inv {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.one_column .two_inv .item {
  width: calc(50% - 30px);
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #595959;
  flex-direction: column;
  margin-right: 30px;
  position: relative;
}
.one_column .two_inv .item:nth-child(2) {
  margin-right: 0px;
}
.one_column .two_inv .item:nth-child(4) {
  margin-right: 0px;
}
.one_column .two_inv .item:nth-child(6) {
  margin-right: 0px;
}
.one_column .two_inv .item:nth-child(8) {
  margin-right: 0px;
}
.one_column .two_inv .item:nth-child(10) {
  margin-right: 0px;
}
.one_column .two_inv .item .photo {
  width: 200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  text-align: center;
  position: relative;
}
.one_column .two_inv .item .photo.big {
  width: 100%;
}
@media all and (max-width: 900px) {
  .one_column .two_inv .item {
    width: 100%;
  }
}
.one_column .two_inv .item .title {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
  color: #dd2241;
  text-transform: uppercase;
}
.one_column .two_inv .item .text {
  margin-bottom: 15px;
  font-size: 16px;
  color: #595959;
  text-align: center;
}
.one_column .two_inv .intro {
  margin-top: 20px;
  font-size: 16px;
  color: #595959;
  margin-bottom: 30px;
}
.one_column .two_inv .intro p {
  margin-bottom: 15px;
}

.offerr {
  background-color: #f9f9f9;
  padding: 70px 0;
}
.offerr .title {
  font-family: "Merriweather";
  font-size: 24px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 700;
}
.offerr .halfs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.offerr .halfs .one_half {
  width: 60%;
}
@media all and (max-width: 768px) {
  .offerr .halfs .one_half {
    width: 100%;
  }
}
.offerr .halfs .one_half .text {
  font-size: 18px;
}
.offerr .halfs .one_half .text p {
  margin-bottom: 25px;
}
.offerr .halfs .one_half .text p img {
  width: 20px;
  margin-right: 10px;
}
.offerr .photo {
  width: 40%;
}
@media all and (max-width: 768px) {
  .offerr .photo {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }
}
.offerr .photo img {
  width: 100%;
}

.main.inside .cauta .search_box .judet {
  color: #595959;
  width: calc((100% - 176px) / 2);
  height: 100%;
  align-items: center;
  display: flex;
  font-size: 16px;
  padding-left: 10px;
  border-right: 1px solid #d3d3d3;
  z-index: 9999;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}
.main.inside .cauta .search_box .judet input {
  border: 0;
  width: calc(100% - 20px);
}

.main.inside .cauta .search_box .oras {
  color: #595959;
  width: calc((100% - 176px) / 2);
  height: 100%;
  align-items: center;
  display: flex;
  font-size: 16px;
  padding-left: 10px;
  border-right: 1px solid #d3d3d3;
  z-index: 9999;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}
.main.inside .cauta .search_box .oras input {
  border: 0;
  width: calc(100% - 20px);
}

@media all and (max-width: 1100px) {
  .main.inside.furnizori .photo {
    display: block;
    width: 100%;
    padding-left: 0;
    padding: 10px;
    background-image: url(../img/main_clienti.jpg);
    border-radius: 20px;
  }
}

@media all and (max-width: 1100px) {
  .main.inside.furnizori .photo .pill2 {
    position: relative;
    width: 100%;
    border-radius: 0;
    left: 0;
    border: 0;
    background-color: transparent;
  }
}

@media all and (max-width: 1100px) {
  .main.inside.furnizori .photo .pill {
    height: auto;
    border-radius: 0;
  }
}

@media all and (max-width: 1100px) {
  .main.inside.furnizori .photo .login_clients {
    position: relative;
  }
}

.cta_bg {
  background-image: url(../img/bgg.jpg);
  width: 100%;
  background-size: cover;
  background-position: top center;
  padding: 70px 0;
}
.cta_bg .title {
  font-family: "Merriweather";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  text-shadow: rgb(255, 255, 255) 0px 0px 15px;
}
.cta_bg .inregistrare_gratis {
  border-radius: 10px;
  background-color: #c60004;
  padding: 10px 35px;
  display: flex;
  border: 1px solid #c60004;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: "Merriweather";
  margin-right: 20px;
  margin-top: 15px;
  max-width: 300px;
  margin: 0 auto 0;
}
.cta_bg .inregistrare_gratis img {
  margin-left: 10px;
}
.cta_bg .inregistrare_gratis:hover {
  background-color: #222;
}

.inter {
  font-size: 16px;
  margin-bottom: 10px;
}

.all {
  background-color: #f3f3f3;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #595959;
}

.two_half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.half {
  width: calc(50% - 15px);
}
@media all and (max-width: 600px) {
  .half {
    width: 100%;
  }
}

select {
  background-color: #f3f3f3;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #595959;
}

.radio_buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  justify-content: space-between;
}
.radio_buttons .radio_button {
  width: calc(33% - 10px);
  font-size: 16px;
}
@media all and (max-width: 500px) {
  .radio_buttons .radio_button {
    width: 100%;
  }
}
.radio_buttons .radio_button input {
  margin-right: 10px;
}

.acord {
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}
.acord input {
  margin-right: 10px;
  margin-top: 5px;
}

.cauta_btn {
  border-radius: 10px;
  background-color: #dd2241;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  cursor: pointer;
  width: 100%;
  border: 0;
}
.cauta_btn img {
  margin-right: 10px;
}

.cont_user_select {
  display: none;
}
.cont_user_select select {
  border-radius: 10px;
  height: 50PX;
  border: 1px solid #d3d3d3;
}
@media all and (max-width: 1000px) {
  .cont_user_select {
    display: block;
  }
}

.table_event {
  width: 100%;
  margin-bottom: 20px;
}
.table_event .bold {
  font-weight: 700;
}
.table_event .delete {
  color: #dd2241;
  width: 85px;
  padding: 0;
 
}
.table_event .delete:hover {
  text-decoration: underline;
}

.add_event {
  border-radius: 10px;
  background-color: #c60004;
  padding: 10px 35px;
  display: flex;
  border: 1px solid #c60004;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: "Merriweather";
  margin-right: 20px;
}

.inbox {
  width: 100%;
  margin-bottom: 20px;
}
.inbox .bold {
  width: 700px;
}
.inbox tr:nth-child(even) {
  background-color: #f9f9f9;
}
.inbox td {
  border-bottom: 1px solid #d3d3d3;
  padding: 10px;
  font-size: 14px;
  vertical-align: top;
}
.inbox td.check {
  width: 30px;
}
.inbox td.delete {
  width: 105px;
}
.inbox td.delete img {
  width: 14px;
}

.inbox_buttons {
  font-size: 14px;
  display: flex;
  margin-top: 20px;
}
.inbox_buttons .new {
  background-color: #222;
  color: #fff;
  margin-right: 5px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.inbox_buttons .new:hover {
  opacity: 0.8;
}
.inbox_buttons .new img {
  width: 14px;
  margin-right: 5px;
}

.mesaj {
  margin-bottom: 15px;
}

.dest {
  font-size: 14px;
  margin-bottom: 5px;
}

.subj {
  font-size: 14px;
  margin-bottom: 5px;
}

.message {
  display: flex;
  font-size: 14px;
}
.message .label {
  margin-right: 10px;
  font-weight: 700;
}
.message .text {
  font-weight: 400;
}

.reply {
  background-color: #222;
  color: #fff !important;
  margin-right: 5px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.reply:hover {
  opacity: 0.8;
}
.reply img {
  width: 14px;
  margin-right: 5px;
}

.back {
  background-color: #222;
  color: #fff !important;
  margin-right: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  align-items: center;
  justify-content: left;
  margin-bottom: 15px;
}
.back:hover {
  opacity: 0.8;
}
.back img {
  width: 14px;
  margin-right: 5px;
  margin-top: 4px;
}

.from {
  background-color: #f3f3f3;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #595959;
}

.new_messages {
  background-color: #f3f3f3;
  padding: 20px;
  font-size: 16px;
  width: 100%;
  height: 150px;
  text-align: left;
  border: 0px solid #d3d3d3;
  margin-bottom: 15px;
  color: #595959;
}

.half label {
  margin-left: 10px;
  font-size: 16px;
}

.forget_pass {
  margin-top: 0px;
  font-size: 16px;
  margin-bottom: 30px;
}
.forget_pass a:hover {
  color: #dd2241;
}

.text_area_servicii {
  background-color: #f9f9f9;
  padding: 20px;
  font-size: 16px;
  width: 100%;
  height: 300px;
  border: 1px solid #d3d3d3;
  margin-bottom: 15px;
  color: #595959;
}

.table_event .serv:hover {
  color: #dd2241;
  text-decoration: underline;
}

.file_container {
  padding: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  border: 1px solid #d3d3d3;
}
.file_container input {
  font-size: 14px;
  color: #595959;
}

.foto_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.foto_container .item {
  width: calc((100% - 30px) / 4);
  position: relative;
  margin-bottom: 10px;
}
.foto_container .item img {
  width: 100%;
}
.foto_container .item .delete {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.gallery {
  column-count: 3;
  --webkit-column-count: 3;
  --moz-column-count: 3;
  gap: 1rem;
  padding: 0;
}

.image img {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
  .gallery {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
  }
}
@media screen and (max-width: 500px) {
  .gallery {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }
}
@media screen and (max-width: 400px) {
  .gallery {
    column-count: 1;
    --webkit-column-count: 1;
    --moz-column-count: 1;
  }
}
/* Lightbox styling */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}
.lightbox .prev, .lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 1001;
}

.lightbox .prev {
  left: 20px;
}

.lightbox .next {
  right: 20px;
}

.lightbox .prev:hover, .lightbox .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.youtube-video {
  aspect-ratio: 16/9;
  width: 100%;
}

span.star {
  display: block;
}

.stars label {
  display: flex;
}

.stars label {
  display: flex;
}

.stars input {
  display: none;
}

.form-check-label {
  font-size: 16px;
}

.form-check-input {
  margin-right: 10px;
}

.form-check {
  margin-bottom: 15px;
}

.main.inside .cauta .title {
  width: auto;
}

.remove-location {
  width: 200px;
  height: 40px;
  border: 0;
  background: #c60004;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}

.add-location {
  width: 200px;
  height: 40px;
  border: 0;
  background: #c60004;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}

.all {
  align-content: center;
}

.categorii .items {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.categorii .items .item {
  display: flex;
  width: calc((100% - 100px) / 6);
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.categorii .items .item:nth-child(6) {
  margin-right: 0px;
}
.categorii .items .item:nth-child(12) {
  margin-right: 0px;
}
.categorii .items .item:nth-child(18) {
  margin-right: 0px;
}
.categorii .items .item:nth-child(24) {
  margin-right: 0px;
}
.categorii .items .item .photo {
  width: 100%;
}
.categorii .items .item .photo img {
  width: 100%;
}
.categorii .items .item .info {
  padding: 15px;
}
.categorii .items .item .info .title {
  font-family: "Merriweather";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.categorii .items .item .info .number {
  font-size: 14px;
}
.categorii .items .item:hover {
  -webkit-box-shadow: 0px 0px 15px 5px #eeeeee;
  box-shadow: 0px 0px 15px 5px #eeeeee;
}

.why {
  margin-bottom: 20px;
}
.why .item {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #d3d3d3;
  background-color: #f9f9f9;
  margin-bottom: 25px;
  text-align: center;
}
.why .item.pink {
    background: linear-gradient(135deg, #FFECEC 0%, #FFC1C1 100%) !important;
}

.why .item.blue {
    background: linear-gradient(135deg, #EBFDFF 0%, #B3E6FF 100%) !important;
}

.why .item.purple {
    background: linear-gradient(135deg, #F3EBFF 0%, #D6C1FF 100%) !important;
}

.why .item.navi {
    background: linear-gradient(135deg, #EDF1FF 0%, #C1D1FF 100%) !important;
}

.why .item.yellow {
    background: linear-gradient(135deg, #FFF8EB 0%, #FFD899 100%) !important;
}
}
.why .item .title {
  display: flex;
  font-size: 18px;
  font-family: "Merriweather";
  justify-content: center;
}
.why .item .title img {
  width: 29px;
  height: 21px;
  margin-right: 10px;
}
.why .item .text {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  height: 46px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.why .item .photo {
  width: 100%;
  text-align: center;
}
.why .item .photo img {
  width: 60px;
  display: inline;
}

.help {
  background-color: #f9f9f9;
  padding: 30px 0;
  margin-bottom: 30px;
}
.help h2 {
  font-family: "Merriweather";
  font-size: 22px;
  margin-right: 10px;
}
.help .subtitle {
  font-size: 16px;
  margin-bottom: 40px;
}
.help .formular {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.help .formular input {
  width: calc((100% - 180px) / 3);
  border: 1px solid #d3d3d3;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  color: #595959;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 0 !important;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  margin-bottom: 0 !important;
}
@media all and (max-width: 768px) {
  .help .formular input {
    width: 100%;
    margin-bottom: 15px !important;
  }
}
.help .formular select {
  background-image: url(../img/down.svg);
  width: calc((100% - 180px) / 3);
  border: 1px solid #d3d3d3;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  color: #595959;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 0 !important;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  margin-bottom: 0 !important;
}
@media all and (max-width: 768px) {
  .help .formular select {
    width: 100%;
    margin-bottom: 15px !important;
  }
}
.help .formular .submit {
  background-color: #dd2241;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  width: 140px;
  border: 0;
}
@media all and (max-width: 768px) {
  .help .formular .submit {
    width: 100%;
    height: 50px;
  }
}

.frame {
  width: 100%;
  height: 620px !important;
  border: 0;
}
@media all and (max-width: 1330px) {
  .frame {
    height: 900px !important;
  }
}
@media all and (max-width: 850px) {
  .frame {
    height: 780px !important;
  }
}
@media all and (max-width: 768px) {
  .frame {
    height: 740px !important;
  }
}
@media all and (max-width: 600px) {
  .frame {
    height: 620px !important;
  }
}

.idei_inside .items {
  display: flex;
  flex-wrap: wrap;
}
.idei_inside .item {
  position: relative;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc((100% - 60px) / 3);
}
.idei_inside .item .title {
  font-family: "Merriweather";
}
@media all and (max-width: 768px) {
  .idei_inside .item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.idei_inside .item .info {
  padding: 20px;
}
.idei_inside .item .info .photo {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.idei_inside .item .info .photo img {
  width: 100%;
}
.idei_inside .item .info .data {
  color: #595959;
  font-size: 12px;
  margin-top: 10px;
}
.idei_inside .item:hover {
  -webkit-box-shadow: 0px 0px 15px 5px #eeeeee;
  box-shadow: 0px 0px 15px 5px #eeeeee;
}
.idei_inside .item:nth-child(3) {
  margin-right: 0px;
}
.idei_inside .item:nth-child(6) {
  margin-right: 0px;
}
.idei_inside .item:nth-child(9) {
  margin-right: 0px;
}
.idei_inside .item:nth-child(12) {
  margin-right: 0px;
}
.idei_inside .item:nth-child(15) {
  margin-right: 0px;
}
.idei_inside .item:nth-child(18) {
  margin-right: 0px;
}
.idei_inside .item:nth-child(21) {
  margin-right: 0px;
}
.idei_inside .item:nth-child(24) {
  margin-right: 0px;
}
.idei_inside .item:nth-child(27) {
  margin-right: 0px;
}

h1.blog {
  font-family: "Merriweather";
  margin-bottom: 20px;
}

.data_blog {
  color: #595959;
  font-size: 14px;
  margin-bottom: 20px;
}

.slides {
  display: flex;
  flex-wrap: wrap;
}
.slides .slide {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #d3d3d3;
  position: relative;
}
.slides .slide:nth-child(5n){
  margin-right: 0;
}
.slides .slide .photo img {
  width: 100%;
}
.slides .slide .info {
  padding: 15px;
}
.slides .slide .info .title {
  font-family: "Merriweather";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.slides .slide .info .number {
  font-size: 14px;
  font-weight: 600;
}
.slides .slide:hover {
  -webkit-box-shadow: 0px 0px 15px 5px #eeeeee;
  box-shadow: 0px 0px 15px 5px #eeeeee;
}
@media all and (max-width: 1000px) {
  .slides .slide {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;

}

.slides .slide:nth-child(5n) {
  margin-right: 20px;
}
.slides .slide:nth-child(2n) {
  margin-right: 20px;
}
.slides .slide:nth-child(3n) {
  margin-right: 20px;
}
.slides .slide:nth-child(4n) {
  margin-right: 0px;
}
}
@media all and (max-width: 900px) {
  .slides .slide {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;

}

.slides .slide:nth-child(2n) {
  margin-right: 20px;
}
.slides .slide:nth-child(4n) {
  margin-right: 20px;
}

.slides .slide:nth-child(5n) {
  margin-right: 20px;
}
.slides .slide:nth-child(3n) {
  margin-right: 0px;
}
}
@media all and (max-width: 768px) {
  .slides .slide {
  width: 100%;
  margin-right: 0px;

}
.slides .slide:nth-child(3n) {
  margin-right: 00px;
}
.slides .slide:nth-child(5n) {
  margin-right: 0px;
}
.slides .slide:nth-child(2n) {
  margin-right: 0px;
}
.slides .slide:nth-child(4n) {
  margin-right: 0px;
}

}
.main_info title {
  font-size: 28px;
  margin-bottom: 0px;
  font-family: "Merriweather";
}
.main_info .location {
  font-size: 16px;
  margin-bottom: 20px;
}
.main_info .location img{
  width: 12px;
  margin-right: 10px;
  margin-top: 5px;
}
.main_info .raspuns{
  font-size: 16px;
  margin-bottom: 20px;
}
.main_info .raspuns img{
  width: 12px;
  margin-right: 10px;
  margin-top: 8px;
}
.main_info .rating {
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
}
.main_info .rating .stars {
  float: left;
  margin-right: 10px;
}
.main_info .rating .stars .star {
  float: left;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  margin-right: 10px;
  height: 18px;
  line-height: 29px;
}
.main_info .rating .stars .star:hover {
  background-image: url(../img/star.svg);
}
.main_info .rating .stars .star.active {
  background-image: url(../img/star.svg);
}
.main_info .rating .stars .inactive {
  background-image: url(../img/star_grey.svg);
}
.main_info .pret {
  font-size: 17px;
  display: flex;
  margin-bottom: 15px;
  border-radius: 10px;
  padding:5px 15px;
  border: 1px solid #e0e0e0;
  display: inline-block;
}
.main_info .pret img {
  margin-right: 10px;
  margin-top: 2px;
  width: 31px;
  height: 20px;
}
.main_info .cere_oferta {
  border-radius: 10px;
  background-color: #dd2241;
  padding: 10px 35px;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #dd2241;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: "Merriweather";
  margin-right: 20px;
  width: 300px;
}
@media all and (max-width: 600px) {
  .main_info .cere_oferta {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
  }
}
.main_info .cere_oferta img {
  margin-left: 5px;
}
.main_info .cere_oferta:hover {
  background-color: #222;
}

.photo_main {
  position: relative;
  margin-bottom: 20px;
}
.photo_main img {
  width: 100%;
}

.photo_main .view_video img{
  width: 11px;
  margin-right: 10px;
  margin-top: 4px;
}
.photo_main .view_all {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 14px;
}
.photo_main .view_all img{
  width: 14px;
  margin-right: 10px;
  margin-top: 4px;
}
.title_page {
  font-size: 24px;
  font-family: "Merriweather";
  margin-bottom: 15px;
  font-weight: 600;
}

.subtitle_page {
  font-size: 14px;
  color: #595959;
  font-weight: 400;
}
.subtitle_page img {
  width: 8px;
  margin-right: 7px;
  margin-top: 6px;
  margin-bottom: 20px;
}
.subtitle_page a:hover {
  color: #dd2241;
}

.main_inner.clients {
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_inner.clients .infos {
  width: 50%;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  font-family: "Merriweather";
}
.main_inner.clients .infos .title.small {
  font-size: 24px;
  margin-bottom: 0px;
  color: #fff;
}
@media all and (max-width: 1330px) {
  .main_inner.clients .infos {
    width: 60%;
    margin: 0 auto 0;
  }
}
@media all and (max-width: 768px) {
  .main_inner.clients .infos {
    width: 100%;
  }
}
.main_inner.clients .cauta {
  width: 50%;
}
@media all and (max-width: 1330px) {
  .main_inner.clients .cauta {
    width: 60%;
    margin: 0 auto 0;
  }
}
@media all and (max-width: 768px) {
  .main_inner.clients .cauta {
    width: 100%;
  }
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: background-color 0.4s ease;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.accordion.active {
  background-color: #ddd;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.acc_inner {
  width: calc(100% - 30px);
}

.main_invitatii {
  background-image: url(../img/bg_main_invitatii.jpg);
}
.main_invitatii .main_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_invitatii .main_inner .info {
  width: 60%;
  padding: 130px;
}
@media all and (max-width: 900px) {
  .main_invitatii .main_inner .info {
    width: 100%;
    padding: 30px;
  }
}
@media all and (max-width: 900px) and (max-width: 768px) {
  .main_invitatii .main_inner .info {
    padding: 30px 0;
  }
}
.main_invitatii .main_inner .info .supra {
  font-size: 16px;
  color: #fff;
  text-shadow: 0px 0px 8px #000000;
}
.main_invitatii .main_inner .info .title {
  font-family: "Merriweather";
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 400px;
  color: #fff;
  text-shadow: 0px 0px 8px #000000;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .main_invitatii .main_inner .info .title {
    font-size: 30px;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .main_invitatii .main_inner .info .title {
    font-size: 28px;
    width: 100%;
  }
}
.main_invitatii .main_inner .info .subtitle {
  font-size: 16px;
  color: #fff;
  text-shadow: 0px 0px 8px #000000;
  margin-bottom: 20px;
}
.main_invitatii .main_inner .info .butoane {
  display: flex;
}
.main_invitatii .main_inner .info .butoane .button_inv {
  border-radius: 50px;
  display: inline-flex;
  background-color: #dd2241;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  border: 1px solid #dd2241;
  text-transform: uppercase;
}
.main_invitatii .main_inner .info .butoane .button_inv:hover {
  border: 1px solid #fff;
}
.main_invitatii .main_inner .info .butoane .detalii {
  border-radius: 50px;
  display: inline-flex;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-right: 10px;
  border: 1px solid #fff;
}
.main_invitatii .main_inner .info .butoane .detalii:hover {
  border: 1px solid red;
}
.main_invitatii .main_inner .imagine {
  padding: 60px;
}

.parallax {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
@media all and (max-width: 768px) {
  .parallax {
    background-position: center center;
  }
}

.mt50 {
  margin-top: 50px;
}
@media all and (max-width: 768px) {
  .mt50 {
    margin-top: 30px;
  }
}

.tabel {
  width: 100%;
}
.tabel table td {
  padding: 5px 25px;
  padding-left: 0;
}
.tabel table td img {
  width: 20px;
}
.tabel table .headerr {
  font-weight: bold;
  color: #222;
}

.one_column .intro {
  color: #595959;
  font-weight: 400;
  font-size: 15px;
}

.photo.big:hover img {
  opacity: 0.4;
}

.photo.big:hover .image_inner {
  opacity: 0.4;
}

.two_inv .item .butoane {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px;
  z-index: 99999;
  margin-top: -50px;
  display: none;
}
.two_inv .item .butoane .button_inv {
  border-radius: 50px;
  display: inline-flex;
  background-color: #dd2241;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  border: 1px solid #dd2241;
  text-transform: uppercase;
}
.two_inv .item .butoane .button_inv:hover {
  border: 1px solid #fff;
}
.two_inv .item .butoane .detalii {
  border-radius: 50px;
  display: inline-flex;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-right: 10px;
  border: 1px solid #eee;
}
.two_inv .item .butoane .detalii:hover {
  border: 1px solid red;
}

.two_inv .item:hover .butoane {
  display: flex;
}

.image_inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: 70%;
  background-position: center center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.back_img {
  position: relative;
  z-index: 99;
}

.add_serv {
  display: inline-block;
  font-size: 14px;
  background-color: #368b4a;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}
.add_serv:hover {
  background-color: #7ad08e;
}

.table_event .delete {
  display: inline-block;
  background-color: transparent;
  border: 0;
}
.table_event .delete img {
  width: 13px;
  margin-right: 7px;
  margin-top:5px;
}
@media all and (max-width: 600px) {
  .table_event .delete {
    text-align: center;
    width: auto;
  }
}

.right label {
  font-size: 14px;
}

.right label input {
  margin-right: 5px;
}

textarea.all {
  padding: 15px;
  height: 150px;
  align-content: unset;
}

#add-location {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 14px;
  background-color: #368b4a;
  color: #fff;
  border-radius: 10px;
  border: 0;
  padding: 10px 20px;
}
#add-location:hover {
  background-color: #7ad08e;
}

.delete-btn {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  border: 1px solid #eee;
  height: 26px;
}
.delete-btn img {
  width: 12px;
  max-width: 16px;
}

.inline div {
  display: inline;
  margin-right: 8px;
}

.inline {
  margin-bottom: 20px;
}

.table_event td {
  vertical-align: top;
}

.overflow {
  overflow-y: auto;
  width: 100%;
  margin-bottom: 15px;
}

.right label {
  margin-right: 10px;
}

.overflow .table_event td {
  width: 20%;
}

.ask_offer {
  background-color: #dd2241;
  padding: 5px 10px;
  color: #fff;
  border: 0;
  margin-bottom: 5px;
  border-radius: 5px;
}
.ask_offer:hover {
  background-color: #000;
  color: #fff;
}

.overflow .table_event td .delete {
  width: 130px;
  padding: 0;
  text-align: left;
}

.red {
  color: #dd2241;
}
.red:hover {
  text-decoration: underline;
  color: #dd2241;
}

.image-thumbnail {
  width: 60px;
  margin-bottom: 20px;
  margin-top: 33px;
  position: relative;
}
@media all and (max-width: 768px) {
  .image-thumbnail {
    margin-top: 0px;
  }
}
.image-thumbnail .delete-btn {
  height: 19px;
  width: 19px;
}
.image-thumbnail .delete-btn img {
  max-width: 8px;
}

.invitation-container .header {
  background-color: #dd2241 !important;
  color: #fff !important;
  display: block;
  height: unset;
}

.invitation-container .event-details {
  background-color: #f5c1c9 !important;
}

.invitation-container .confirmation {
  background-color: #fff !important;
}

.invitation-container .form-group, .invitation-container .form-group2 {
  text-align: left !important;
}

#mesaj {
  border: 0 !important;
  background-color: #f3f3f3 !important;
  margin-bottom: 20px;
}

.overflow .table_event.rasp_inv td {
  width: 16%;
}

.invitation-container {
  padding: 0 !important;
}

.success {
  background-color: #f5c1c9;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

.subscription-card {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #d3d3d3;
  background-color: #f9f9f9;
  margin-bottom: 25px;
  text-align: center;
}

.subscription-card p {
  font-size: 16px;
}

.subscription-card h2 {
  font-size: 22px;
}

.btn.btn-primary {
  background-color: #dd2241;
  border-radius: 10px;
  padding: 10px 30px;
  border: 0;
  color: #fff;
}
@media all and (max-width: 600px) {
  .btn.btn-primary {
    width: 100%;
  }
}

.delete_mess {
  background-color: #dd2241;
  color: #fff;
  margin-right: 5px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: 0;
}
.delete_mess:hover {
  opacity: 0.8;
}
.delete_mess img {
  width: 12px;
  margin-right: 5px;
}

.mess_buttons {
  background-color: #eee;
  border: 1px solid #d3d3d3;
  padding: 7px 15px;
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}
.mess_buttons:hover {
  background-color: #fff;
}
.mess_buttons.active {
  background-color: #fff;
}

.inbox_divs {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media all and (max-width: 768px) {
  .inbox_divs {
    flex-wrap: wrap;
  }
}
.inbox_divs:nth-child(even) {
  background-color: #f9f9f9;
}
.inbox_divs:last-child() {
  margin-bottom: 20px;
}
.inbox_divs .check {
  width: 35px;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  padding: 10px 10px;
}
@media all and (max-width: 768px) {
  .inbox_divs .check {
    border: 0;
    padding: 3px;
    padding-top: 15px;
  }
}
.inbox_divs .delete {
  border-bottom: 1px solid #d3d3d3;
  width: 100px;
  display: flex;
  align-items: center;
  padding: 10px;
}
@media all and (max-width: 768px) {
  .inbox_divs .delete {
    width: 100%;
    padding: 3px;
    padding-bottom: 15px;
  }
}
.inbox_divs .date {
  width: 100px;
  border-bottom: 1px solid #d3d3d3;
  width: 100px;
  display: flex;
  align-items: center;
  padding: 10px;
}
@media all and (max-width: 768px) {
  .inbox_divs .date {
    width: 100%;
    border: 0;
    padding: 3px;
    width: 80px;
    text-align: center;
  }
}
.inbox_divs .name {
  width: 150px;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  padding: 10px;
}
@media all and (max-width: 768px) {
  .inbox_divs .name {
    width: calc(100% - 35px);
    border: 0;
    padding: 3px;
    padding-top: 15px;
  }
}
.inbox_divs .message {
  width: calc((100% - 375px) / 1);
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  padding: 10px;
}
@media all and (max-width: 768px) {
  .inbox_divs .message {
    width: 100%;
    border: 0;
    padding: 3px;
    width: calc(100% - 80px);
  }
}

/* Stil general pentru tabel */
  .event-container {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin: 0 auto;
      font-size: 14px;
      margin-bottom: 20px;
  }
  
  .event-row {
      display: flex;
      flex-wrap: nowrap;
      border-bottom: 1px solid #ccc;
      padding: 10px 0;
  }
  
  .event-row.header {
      font-weight: bold;
      height: unset;
  }
  
  .event-cell {
      padding: 5px;
  }
  
  /* Dimensiuni specifice pentru coloane */
  .event-cell.event-name,
  /* .event-cell.event-type {
      flex: 1 1 150px; 
  } */
  .event-cell.event-edit span.edit{
    text-align: left;
  }
  /* .event-cell.event-date,
  .event-cell.event-edit,
  .event-cell.event-options {
      width: 150px; 
      flex: 0 0 150px; 
  } */
  
  /* Stilizare pe mobil */
  @media (max-width: 768px) {
      .event-row.header{
        display: none;
      }
      .event-row {
          flex-direction: column;
      }
      .event-cell {
          width: 100%;
          padding: 5px 0;
          position: relative;
          display: block;

      }
      .event-cell[data-label]::before {
          content: attr(data-label);
          font-weight: bold;
          display: inline-block;
          margin-right: 10px;
      }
      .ask_offer {
          margin-right: 10px;
          min-width: 100px;
      }
      .event-cell.event-date, .event-cell.event-edit, .event-cell.event-options {
        width: auto;
        flex: auto;
    }
    .event-cell.event-name, .event-cell.event-type {
      flex: 1 1 auto;
  }
  }
  
.edit {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  min-width: 80px;
}
.edit img {
  width: 15px;
  margin-right: 7px;
}

/* Container general */
.invitation-containerr {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}

.invitation-row {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.invitation-row.header {
  font-weight: bold;
  
}

.invitation-cell {
  padding: 5px;
}

/* Dimensiuni specifice */
/* .invitation-name {
  width: 30%; 
  flex: 1 1 auto;
} */

/* .invitation-status,
.invitation-edit,
.invitation-publish {
  width: 14%;
  flex: 0 0  14%;;
} */

/* .invitation-preview,
.invitation-responses {
  width:  14%;;
  flex: 0 0  14%;;
} */

/* Stilizare pe mobil */
@media (max-width: 768px) {
  .invitation-row {
      flex-direction: column;
      padding: 0;
  }
  .invitation-cell {
      width: 100%;
      padding: 5px 0;
      position: relative;
      display: block;
      align-items: center;
  }
  .invitation-cell[data-label]::before {
      content: attr(data-label);
      font-weight: bold;
      display: inline-block;
      margin-right: 8px;
      color: #333;
  }
  .invitation-row.header {
      display: none;
  }
}
/* Container general pentru răspunsuri */
.response-container {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 20px;
}

.response-row {
  display: flex;
  flex-wrap: nowrap; /* Coloanele vor respecta proporțiile */
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.response-cell {
  padding: 5px;
  white-space: normal; /* Permite text pe mai multe rânduri */
  overflow-wrap: break-word; /* Evită textul care depășește */
  /* Text aliniat la stânga */
  box-sizing: border-box;
}

/* Lățimi personalizate pentru fiecare coloană */
.response-name {
  flex: 0 0 20%; /* Nume complet */
  max-width: 20%;
}

.response-email {
  flex: 0 0 20%; /* Email */
  max-width: 20%;
}

.response-message {
  flex: 0 0 24%; /* Mesaj */
  max-width: 24%;
}

.response-num-persons,
.response-num-kids {
  flex: 0 0 10%; /* Număr de persoane și copii */
  max-width: 10%;
  text-align: center; /* Opțional, pentru aliniere centrală */
}
.response-cell.response-num-persons, .response-cell.response-num-kids{
  text-align: center;
}
.response-date {
  flex: 0 0 15%; /* Data trimiterii */
  max-width: 15%;
  text-align: left; /* Opțional, pentru aliniere centrală */
}
.response-row.header{
  height: auto;
}
.response-cell.response-email{

  white-space: nowrap; /* Textul să fie afișat pe un singur rând */
  overflow: hidden; /* Ascunde textul care depășește spațiul */
  text-overflow: ellipsis; /* Adaugă "..." pentru textul tăiat */
  box-sizing: border-box; /* Asigură corectitudinea dimensiunilor */
  text-align: left; /* Text aliniat la stânga */
}
/* .response-cell.response-num-persons, .response-cell.response-num-kids, .response-cell.response-date{
  overflow: visible;
  white-space: wrap;
} */

/* Responsivitate pe mobil */
@media (max-width: 768px) {
  .response-row.header{
    display: none;
  }
  .response-row {
      flex-direction: column; /* Afișare pe coloane */
  }
  .response-cell {
      width: 100%;
      flex: 1 1 auto;
      flex: 1 1 auto;
    white-space: nowrap;
    overflow: visible;
  }
  .response-cell.response-email{
    overflow: visible;
  }
  .response-cell[data-label]::before {
      content: attr(data-label); /* Etichetă pentru fiecare celulă */
      font-weight: bold;
      display: inline-block;
      margin-right: 10px;
      color: #333;
  }
  .response-cell:nth-child(1), .response-cell:nth-child(6) {
    flex: 1 1 auto;
}
}


.messages-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
}

.message-row {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  align-items: center;
}

.message-cell {
  flex: 1;
  padding: 5px;
  flex-shrink: 1;
}

/* Configurare pentru checkbox și expeditor */
.sender-cell {
  display: flex;
  align-items: flex-start;
  gap: 5px; /* Spațiu între checkbox și nume */
  flex-basis: 35%;
  max-width: 25%;
}

/* Stilizare pentru mobil */
@media (max-width: 768px) {
  .message-row {
    flex-direction: column;
  }
  .message-cell {
    width: 100%;
    padding: 5px 0;
    position: relative;
    display: flex;

  }
  .message-cell[data-label]::before {
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    color: #333;
  }
  /* Aliniere pe mobil */
  .sender-cell {
    justify-content: flex-start;
    max-width: 100%;
  }
  input[type=radio], input[type=checkbox] {
    order: -1;
  }
  .message-cell button {
    font-size: 12px;
  }
}
.subscription-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
}

.row {
  display: flex;
  border-bottom: 0px solid #ddd;
  padding: 10px 0;
}

.cell {
  flex: 1;
  padding: 5px;
  text-align: left;
}

.subscription-table .header {
  font-weight: bold;
  height: auto;
}
.invitation-row.header{
  height: auto;
}
/* Stilizare pentru mobil */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    padding: 5px 0;
  }
  .cell {
    width: 100%;
    padding: 8px 0;
    position: relative;
  }
  .cell[data-label]::before {
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    width: 120px;
    margin-right: 10px;
    color: #333;
  }
  .subscription-table .header {
    display: none; /* Ascundem antetul pe mobil */
  }
}
.messages-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px; /* Limitează lățimea pe ecrane mari */
  margin: 0 auto;
}

/* Stilizare pentru fiecare rând */
.message-row {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  width: 100%;
}

/* Stilizare pentru fiecare celulă */
.message-cell {
  flex: 1;
  padding: 8px;
  text-align: left;
}

/* Stilizare pentru checkbox */
.sender-cell {
  display: flex;
  align-items: flex-start;
}
.sender-cell input{
  margin-top: 5px;
    margin-right: 8px;
}
/* Flexibilitate pentru celule: ajustează proporțional lățimea fiecărei celule */
.sender-cell {
  flex: 2;
}

.message-cell[data-label="Subiect:"] {
  flex: 3;
}

.message-cell[data-label="Data:"],
.message-cell[data-label="Șterge:"] {
  flex: 1;
  text-align: center;
}

/* Responsivitate pentru mobil */
@media (max-width: 768px) {
  .message-row {
    flex-direction: column;
  }
  .message-cell[data-label]::before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
    color: #555;
  }
  .message-cell {
    padding: 5px 0;
    width: 100%;
  }
}
/* Container general */
.services-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Stilizare pentru rânduri */
.service-row {
  display: flex;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

/* Antetul tabelului */
.header-row {
  font-weight: bold;
}

/* Celule tabel */
.service-cell {
  padding: 10px;
}

/* Dimensiuni fixe pentru celule */
.service-name, .service-location {
  width: 25%; /* Fiecare ocupă 30% */
  flex: 0 0 25%;
}

.action-cell {
  width: 20%; /* Fiecare acțiune ocupă 20% */
  flex: 0 0 20%;
  text-align: left; /* Aliniere text la stânga */
}
.action-cell-status {
  width: 10%; /* Fiecare acțiune ocupă 20% */
  flex: 0 0 10%;
  text-align: left; /* Aliniere text la stânga */
}
/* Responsivitate */
@media (max-width: 768px) {
  .header-row {
      display: none; /* Ascunde antetul pe mobil */
  }
  .service-row {
      flex-direction: column;
      border-bottom: 1px solid #ddd;
  }
  .service-cell {
      width: 100%;
      display: block;
      align-items: center;
      padding: 10px 0;
  }
  .service-cell[data-label]::before {
      content: attr(data-label);
      font-weight: bold;
      margin-right: 5px;
      color: #555;
      display: inline-block;
  }
  .service-cell.action-cell{
    display: flex;
  }
}

.cont_user_select select {
  border: 1px solid #d3d3d3;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  color: #595959;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 0 !important;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/down_black.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  margin-bottom: 15px !important;
}

.shadow {
  box-shadow: 0px 2px 2px 0px rgba(173, 173, 173, 0.3)!important;
  position: relative;
  z-index: 9999;
  height: 2px;
  margin-bottom: 40px;
}

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

.locality{
  font-size: 14px!important;
}
.county{
  font-size: 14px!important;
}
.dropdown-item{
  font-size: 14px!important;
}
@media (max-width:768px) {
  .custom-dropdown{
   width: 100%!important;
  }
 }
@media (max-width:600px) {
 .custom-dropdown{
  max-width: none;
  margin-bottom: 15px;
  width: 100%;
 }
}

.idei_inside .item .photo img{
  width: 900px; /* lățimea dorită */
  height: 507px; /* înălțimea dorită */
  object-fit: cover; /* ajustează imaginea în spațiul definit */
  max-height: 194px;
}

.blog_wrap .article .photo img{
  width: 900px; /* lățimea dorită */
  height: 507px; /* înălțimea dorită */
  object-fit: cover; /* ajustează imaginea în spațiul definit */
  max-height: 507px;
}
.logo img{
  max-width: 90%;
}

.delete_mess {
  background-color: #dd2241;
  color: #fff;
  margin-right: 5px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: 0;
}

.delete_mess img {
  width: 12px;
  margin-right: 5px;
}

.half label{
  margin-bottom: 20px;
}

.two_columns .left .item .without_checkboxes li.selected a{
  color: #dd2241!important;
}

.response-row {
  display: flex;
  flex-wrap: wrap; /* Permite rândurilor să se rearanjeze pe ecrane mici */
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.response-row.header {
  font-weight: bold;
  border-radius: 5px;
}

.response-row:last-child {
  border-bottom: none;
}

/* Stil pentru fiecare celulă */
.response-cell {
  padding: 8px 10px;
  text-align: left;
  box-sizing: border-box;
}





  
.edit img{
  margin-top: 3px;
}
.toggle.delete{
  display: inline-block;
  background-color: transparent;
  border: 0;
  color: #dd2241;
  width: 122px;
  padding: 0;
  text-align: left;
}
.toggle.delete img{
  width: 13px;
  margin-right: 7px;
  margin-top: 4px;
}

.invitation-cell .delete{
  text-align: left;
}
article ul{
  margin-left: 20px;
  margin-bottom: 20px;
}
article ul li{
  margin-bottom: 7px;
}
article ol{
  margin-left: 20px;
  margin-bottom: 20px;
}
article ol li{
  margin-bottom: 7px;
}
.badge {
  top:0!important;
  padding: 0.3em 0.3em!important;
  width: 25px!important;
  display: inline-block!important;
  height: 25px!important;
  text-align: center!important;
}
.message-row{
  align-items: flex-start;
}
.message-checkbox{
  margin-right: 10px;
}
.message-row {  
  align-items: flex-start;
}
.message-checkbox{
  margin-top: 4px;
}
.subscription-table .row{
  border-bottom: 1px solid #ddd;
}
a.cere_oferta{
  border-radius: 10px;
  background-color: #dd2241;
  padding: 10px 35px;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #dd2241;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: "Merriweather";
  margin-right: 20px;
  width: 220px;
}
a.cere_oferta img{
  margin-left: 5px;
}
a.cere_oferta:hover{
  background-color: #000;
}
.custom-dropdown {
  max-width: none!important;
  width: calc((100% - 180px) / 2)!important;
}
#categoryDropdown{
  max-width: none!important;

}
.down{
  margin-left: 10px;
    margin-top: 7px!important;
}
/* Resetare stiluri pentru un aspect curat */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  padding: 20px;
}

.responsive-table {
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  border: 1px solid #ddd;
}

.table-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}

.table-header {
  background-color: #f4f4f4;
  font-weight: bold;
}

.table-cell {
  flex: 1;
  padding: 15px;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}

.table-cell:last-child {
  border-right: none;
}

.table-cell ol {
  padding-left: 20px;
  margin: 0;
}

.table-row:last-child {
  border-bottom: none;
}

/* Responsivitate pentru mobil */
@media screen and (max-width: 768px) {
  .table-row {
    flex-direction: column;
  }

  .table-cell {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 10px;
  }

  .table-cell:last-child {
    border-bottom: none;
  }

  .table-header .table-cell {
    display: none;
  }

  .table-row .table-cell::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }

  .table-cell {
    padding-left: 10px;
  }
}
body{
  margin: 0;
  padding: 0;
}
.furnizor_detalii {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: space-between;
}

.furnizor_detalii .photo_main {
  width: calc(65% - 30px);
}

.furnizor_detalii .right {
  width: calc(35% - 10px);
}

.furnizor_detalii .left {
  width: 100%;
}

/* Mobile View */
@media all and (max-width: 900px) {
  .furnizor_detalii {
    flex-direction: column;
  }

  .furnizor_detalii .photo_main {
    order: 1;
    width: 100%;
  }

  .furnizor_detalii .right {
    order: 2;
    width: 100%;
  }

  .furnizor_detalii .left {
    order: 3;
    width: 100%;
  }
}
.furnizor_detalii .left {
  width: calc(65% - 30px);
}
@media all and (max-width: 900px) {
  .furnizor_detalii .left{
    width: 100%;
  }
}
.recomandari  {

  margin-bottom: 25px;
}
.recomandari .title, .testimoniale .title {
  font-size: 20px!important;
  font-family: "Merriweather";
  margin-bottom: 20px!important;
}
.recomandari .item{
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  /* -webkit-box-shadow: 0px 0px 15px 5px #eeeeee;
  box-shadow: 0px 0px 15px 5px #eeeeee; */
  position: relative;
  margin-right: 2px;

}
.recomandari .photo{
  /* margin-bottom: 15px; */

}
.rec_tit{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.recomandari .inner{
  padding:  15px;
}
.appr{

  margin-right: 5px;
  color: #595959;
  font-size: 14px;
  
}
.appr img{
  width: 16px!important;
  margin-right: 5px;
}
.appr .ch{
  color: #222;
  font-weight: 600;
  margin-right: 7px;
}
.name{
  margin-left: 6px;
}
.owl-carousel .owl-item img{
  display: inline;
}
.dropdown-toggle{
  border-radius: 5px!important;
}
.text strong{
  font-weight: 600;
}
.text ol,.text ul, .text dl {

  padding-left: 20px;
}

.notification-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  border-radius: 5px;
  overflow: hidden;
}

/* Rânduri */
.notification-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}

/* Antet */
.notification-row.header {
  font-weight: bold;

  height: auto;
}

/* Celule */
.notification-cell {
  flex: 1 1 50%; /* Fiecare celulă are 50% pe desktop */
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}

/* Trunchiere pentru text lung */
.notification-cell span,
.notification-cell button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Responsivitate pentru mobil */
@media (max-width: 768px) {
  .notification-row {
      flex-direction: column;
  }
  .notification-cell {
      width: 100%;
      padding: 10px 0;
      position: relative;
      display: flex;
  }
  .notification-cell .ask_offer{
    margin-top: -4px;
}
  .notification-cell[data-label]::before {
      content: attr(data-label);
      font-weight: bold;
      display: inline-block;
      margin-right: 10px;
      color: #555;
  }
  .notification-row.header {
      display: none; /* Ascundem antetul pe mobil */
  }
}
#lightbox img{
  width: auto!important;
}


.w10{
  width: 10%;
}
.w15{
  width: 15%;
}
.w20{
  width: 20%;
}
.w25{
  width: 25%;
}
.w30{
  width: 30%;
}
.w40{
  width: 40%;
}
.w50{
  width: 50%;
}
.w60{
  width: 60%;
}
.w70{
  width: 70%;
}
.w80{
  width: 80%;
}
.w90{
  width: 90%;
}
.w100{
  width: 100%;
}

@media (max-width: 768px) {
 .w10, .w15, .w20, .w25, .w30, .w40, .w50, .w60, .w70, .w80, .w90, .w100  {
  width: 100%;
 }
 #categoryDropdown{
  max-width: none!important;
  width: 100%!important;
}
.custom-dropdown{
  width: 100%!important;
}
}

.vjs-poster{
      background-repeat: no-repeat!important;
      background-position: center center!important;
      /* background-size: auto!important; */
      width: 100%!important;
      height: auto!important;
      border: 0px solid #000!important; /* Linie pentru vizualizare container */
}
.video-js {
  /*padding-top: 83.778%!important;*/ /*relgaj doina cautat ore*/
}
.videowrapper{
  margin-bottom: 20px;
}

.label{
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
.label .inner{
  height: 24px;
  display: flex;
  align-items: center;
  color: #000;
  padding: 0 7px;
  font-size: 13px;
  position: relative;
  padding-top: 2px;
}

.label .inner.gold{
  background-color: #f3d50a;
}

.gold{
  background-color: #f3d50a;
}

.label.gold::after {
  content: "";
  display: block;
  width: 17px;  /* Ajustează dimensiunea imaginii */
  height: 24px;
  background-image: url('../img/_gold.png'); /* Schimbă cu calea imaginii tale */

  background-repeat: no-repeat;
  position: absolute;
  right: -17px;
  top: 0;
}
.premium{
  background-color: #ff7f7f;
}
.label.premium::after {
  content: "";
  display: block;
  width: 17px;  /* Ajustează dimensiunea imaginii */
  height: 24px;
  background-image: url('../img/_premium.png'); /* Schimbă cu calea imaginii tale */

  background-repeat: no-repeat;
  position: absolute;
  right: -17px;
  top: 0;
}
.standard{
  background-color: #c2c2c2;
}
.label.standard::after {
  content: "";
  display: block;
  width: 17px;  /* Ajustează dimensiunea imaginii */
  height: 24px;
  background-image: url('../img/_standard.png'); /* Schimbă cu calea imaginii tale */

  background-repeat: no-repeat;
  position: absolute;
  right: -17px;
  top: 0;
}
.basic{
  background-color: #7ddefc;
}
.label.basic::after {
  content: "";
  display: block;
  width: 17px;  /* Ajustează dimensiunea imaginii */
  height: 24px;
  background-image: url('../img/_basic.png'); /* Schimbă cu calea imaginii tale */

  background-repeat: no-repeat;
  position: absolute;
  right: -17px;
  top: 0;
}
.photo_main .view_video {
  position: absolute;
  bottom: 10px;
  right: 218px;
  z-index: 999;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 14px;
}

