@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


/* CSS Document */
.iti--nocountry .iti__selected-flag { width: 44px; }
.iti--nocountry .iti__selected-flag .iti__flag { display:none; }
.iti--nocountry .iti__selected-dial-code { display:none; }


.iti--nocountry .iti__selected-flag::before{
  content:"🌍";
  display:inline-block;
  font-size:16px;
  line-height:1;
}

#whatsapp {
  position: fixed;
  padding: 2px;
  z-index: 2;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255,255,255,.40);
  bottom: 140px;
  right: 20px;
  border-radius: 50%;
}

.iframep
{
	width: 100%;
	border:none;
	height: 700px;
}

.login
{
	height:450px;
}


.p60l
{
	width:49%;
	float:left;
}
.p39l
{
	width:40%;
	float:right;
	padding-right: 5%;
	border-right: 1px solid #d2af5c;
}


.faq,
.faq ul,
.faq li {
  all: unset;
  display: block;
}

.faq ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq ul li {
  background: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  overflow: visible !important;
  list-style: none !important;
  color: inherit !important;
}




.faq ul {
  list-style: none;
  padding: 0;
  margin: 0;
    
}

.faq > ul > li {
  border-bottom: 1px solid #eee;
  padding: 15px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

/* sageata */
.faq > ul > li::after {
  content: "▼";
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease;
}

/* raspuns ascuns */
.faq > ul > li > ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-weight: normal;
  padding-left: 15px;
}

/* activ */
.faq > ul > li.activ::after {
  transform: rotate(180deg);
}

.faq > ul > li.activ > ul {
  max-height: 500px;
  margin-top: 10px;
    
font-size: 16px!important;
}

.faq > ul > li {
  position: relative;
  padding: 18px 55px 18px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.3;
    
font-size: 16px!important;
}

.faq > ul > li::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 22px;
  font-size: 15px;
  line-height: 1;
}

.detalii-wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* text principal */
.detalii-text {
  flex: 1;
  min-width: 0;
}

/* box FAQ dreapta */
.detalii-faq {
  width: 520px;
    max-width: 50%;
  flex-shrink: 0;
}



.detalii-faq .faq {
  border: 1px solid #e4ad51;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

/* MOBILE */
@media (max-width: 900px) {
    
    	
.login
	{
		height:650px;
	}
    
    
  .detalii-wrap {
    flex-direction: column;
  }

  .detalii-faq {
    width: 100%;
      max-width: 100%;
  }
}


.faq > ul > li > ul {
  margin-top: 8px;
}

.faq > ul > li > ul > li {
  font-size: 15px;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
}

/* lista țări */
.iti__country-list{
  font-size: 13px;     /* pune 12px dacă îl vrei și mai mic */
}

/* fiecare item */
.iti__country{
  font-size: 13px;
  padding: 8px 12px;   /* mai compact */
}

/* nume + prefix */
.iti__country-name,
.iti__dial-code{
  font-size: 13px;
}

.text-mic
{
    font-size: 13px!important;
}

.text-mic h1
{
    font-size: 24px!important;
}

.iti__country{
  padding: 6px 10px;
}

/* scoate border search */
.iti__search-input{
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* dacă apare linie sub zona search */
.iti__country-list{
  border-top: none !important;
}

.iti__search-container{
  border-bottom: none !important;
}

.iti__country-list{
  border-radius: 14px;
  overflow: hidden;
}

.iti__country.iti__highlight{
  background: #f5f5f5;
}

/* păstrează exact comportamentul tău (95%) */
.iti { 
  width: 97% !important; 
  display: block; 
}

/* input-ul dinăuntru să umple wrapperul */
.iti input[type="tel"],
.iti input[type="text"]{
  width: 100% !important;
  box-sizing: border-box;
}

/* reset pentru dropdown */
.iti__country-list{
  box-sizing: border-box;
  margin: 0 !important;
  padding: 6px 0 !important;
  list-style: none !important;
  font: 14px/1.2 Arial, sans-serif;   /* sau inherit dacă vrei */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

/* fiecare țară */
.iti__country{
  padding: 10px 12px !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer;
}

/* text din listă */
.iti__country-name,
.iti__dial-code{
  color: #222 !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

/* search input din dropdown (dacă îl ai) */
.iti__search-input{
  all: unset;                 /* taie moștenirile agresive */
  box-sizing: border-box;
  display: block;
  width: calc(100% - 16px);
  margin: 8px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:15px;
	padding:5px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	max-width: 250px;
	z-index: 100040;
}

html, body{
  overflow-x: hidden;
  overflow-y: visible !important;
  overflow: visible !important;
}
.tabel-book, .table-book tr, .table-book td
{
	 border-collapse: collapse;
}
.books
{
    width: 100%;
}

.p49
{
    float: left;
    width: 49%;
}

.icon-info{
  width:16px;
  height:16px;
    padding-left: 5px;
  vertical-align:-2px;
}

.book-row
{
    border-radius: 10px;
}

.book-cell
{

	padding: 2%;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
	line-height: 28px;
	color: #000;
}

.book-row:hover
{
	background-color: #f7f6f4;
}


:root{
  --accent: #d7a24a;     /* aur */
  --text: #0b0b0c;
  --muted: rgba(11,11,12,.55);
  --line: rgba(11,11,12,.10);
}

.dateCard{
  display:flex;
  align-items:flex-start;
  gap:18px;
  color: var(--text);
}

/* cifra mare, elegantÄƒ dar nu â€œbarocâ€ */
.dateCard__day{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 92px;
  line-height: .88;
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* coloana din dreapta */
.dateCard__meta{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding-top: 8px;
}

.dateCard__weekday{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.dateCard__month{
  font-size: 20px;
  font-weight: 500;
}

/* ora cu icon discret, ca Ã®n UI-ul tÄƒu */
.dateCard__time{
  margin-top: 6px;
  display:flex;
  align-items:center;
  gap:10px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
}

.dateCard__clock{
  width: 18px;
  height: 18px;
  color: rgba(11,11,12,.45);
  flex: 0 0 auto;
}


/* mic accent â€œgoldâ€ subtil, dacÄƒ vrei sÄƒ lege cu tema */
.dateCard__weekday::after{
  content:"";
  display:block;
  width: 34px;
  height: 3px;
  background: var(--accent);
  border-radius: 99px;
  margin-top: 8px;
}

/* responsive */
@media (max-width: 720px){
  .dateCard__day{ font-size: 64px; }
  .dateCard__weekday, .dateCard__month{ font-size: 16px; }
  .dateCard__time{ font-size: 15px; gap:8px; }
  .dateCard__clock{ width:16px; height:16px; }
}


.dateCard__meta{ padding-top:12px; }
.dateCard__time{
  margin-top:0px;
  font-size:16px;
  color:rgba(0,0,0,.55);
}


.dateRow{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:40px;
     flex-wrap:wrap;   
  padding:32px 0;
  border-bottom:1px solid rgba(0,0,0,.08);
}

.dateRow:last-child{
  border-bottom:none;
}


.dateLeft{
  flex:1 1 auto;
}


.dateRight{
  display:flex;
  gap:12px;
  align-items:center;
  white-space:nowrap;
}

.btnPrimary{
  background:#000;
  color:#fff;
  border:0;
  padding:12px 18px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
}

.dateCard{
  flex:0 0 100%;                  /* FORÈšEAZÄ‚ rÃ¢nd nou */
  width:100%;
  order:3;                        /* sub celelalte */
}

.btnOutline{
  background:#fff;
  color:#000;
  border:1px solid rgba(0,0,0,.2);
  padding:12px 18px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
}
.pswp{
  z-index: 10050 !important;
}

.btnOutline:hover{
  border-color:#000;
}

@media (max-width: 900px){
  .dateRow{
    position:relative;
    padding-top:24px;   /* spaÈ›iu pentru butoane */
  }

  .dateRight{
    position:absolute;
    top: 22px;        
    right: 0;

    display:flex;
    flex-direction:column;
    gap:8px;
    align-items:flex-end;
  }

  .dateLeft{
    padding-right:120px; /* loc pentru butoane (ajustezi dacÄƒ e nevoie) */
  }
}
@media (max-width: 900px){
  .btnPrimary,
  .btnOutline{
    padding:10px 14px;
    font-size:13px;
  }
}


.dateRow:hover{
  border-bottom-color:#d7a24a;
}


.banda-butoane
{
  
    display: flex;
    /* blur peste ce e Ã®n spate */
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
    border-radius: 0px 0px 20px 20px;
    padding: 5px;
    
    padding-top: 10px;
    padding-bottom: 10px;

}

.pill-butoane
{
    background-color: #FFF;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f2efee;
    padding: 5px;
     display:flex;
     gap:6px;             /* spaÈ›iu Ã®ntre pill-uri */
  align-items:center;
  width: fit-content;  /* sÄƒ nu se Ã®ntindÄƒ inutil */
}

.buton-bara{           /* important dacÄƒ ai cumva display:block / width */
  display:flex;
}

.buton-video-wrap{
  display:flex;
  align-items:center;
  gap:8px;
  margin-left:auto; /* pÄƒstreazÄƒ alinierea la dreapta */
}


.pill-butoane .buton-bara a.buton-bara-select{
  background:#e4ad51;
  color:#000;
}

.pill-butoane{
  position: relative;
  display: flex;
  gap: 6px;
}

.pill-indicator{
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 0;
  border-radius: 18px;
  background: #e4ad51;
  transition:
    transform .22s cubic-bezier(.4,0,.2,1),
    width .22s cubic-bezier(.4,0,.2,1);
  z-index: 0;
}

/* butoanele peste indicator */
.pill-butoane .buton-bara a{
  position: relative;
  z-index: 1;
}

/* activ (opÈ›ional, pentru text) */
.buton-bara-select{
  color:#000;
}


.buton-video
{
    margin-top: 6px;
}

.buton-video a{
  background-color:#000;
  padding:0 10px;
    padding-right: 16px;
  height:36px;
  line-height:36px;
  color:#fff;

  display:inline-flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;      /* ðŸ”´ ASTA opreÈ™te ruperea textului */
  flex-shrink:0;     
  text-decoration:none;
  cursor:pointer;
  text-transform:uppercase;
  border-radius:18px;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background-color .2s ease,
    color .2s ease;
}



.buton-video-alb
{
    margin-top: 6px;
}

.buton-video-alb a{
  background-color:#FFF;
  padding:0 10px;
    padding-right: 16px;
  height:34px;
  line-height:34px;
border:1px solid #8C8C8C;
  color:#414141;

  display:inline-flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;      /* ðŸ”´ ASTA opreÈ™te ruperea textului */
  flex-shrink:0;     
  text-decoration:none;
  cursor:pointer;
  text-transform:uppercase;
  border-radius:18px;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background-color .2s ease,
    color .2s ease;
}

.play-icon{
  width:28px;
  height:28px;
  flex-shrink:0;
}

.buton-video-alb a:hover, .buton-video a:hover{
  background-color:#e4ad51;
  color:#000;

  transform:translateY(-2px);
  box-shadow:0 6px 16px rgba(0,0,0,.25);
}

.buton-bara a{
  padding:0 16px;
  height:36px;
  line-height:36px;
 

  display:inline-flex;
  align-items:center;
  gap:6px;
color: #000;
  text-decoration:none;
  cursor:pointer;
  border-radius:18px;

    
 
 transition:
    background-color .2s cubic-bezier(.4,0,.2,1),
    color .2s cubic-bezier(.4,0,.2,1);
}




#banner{
  width: 100%;
  max-height: 500px;
  overflow: hidden;              /* taie ce depÄƒÈ™eÈ™te */
  background: #000;
  position: relative;

  display: flex;
  align-items: center;            /* centru vertical */
  justify-content: center;        /* centru orizontal */
}

#banner img{
  max-height: 500px;
  width: auto;
  max-width: 100%;
  object-fit: contain;            /* NU taie, NU deformeazÄƒ */
}


.copyb {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
}

.text-vouchere
{
    font-size: 14px;
    color: #9b9796;
    line-height: 1.2;
    width: 710px;
    max-width: 100%;
}


/* uniformizare input + select */
.fieldForm,
.fieldForms{
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
    font-size: 14px;
    box-sizing: border-box;
}

/* important pentru select */
.fieldForms{
    height: 48px !important;
    line-height: normal !important;
    padding: 0 34px 0 14px; /* loc pentru săgeată */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* scoate padding-ul intern diferit pe unele browsere */
.fieldForms::-ms-expand {
    display: none;
}

.fieldForm,
.fieldForms{
    border: 1px solid #ddd7cc;
}
.text-pagini
{
    text-align: center;
    margin-bottom: 20px;
}

.luna-calendar
{
    font-size: 32px;
    font-weight: 300;
}

.data-calendar
{
    margin-top: 20px;
    color: #FFF;
    background-color: #000;
    padding: 10px;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    margin-left: -120px;
    padding-left: 130px;
}

.calendar-linie
{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  align-items: center;
}

.poza-calendar
{
    width: 20%;
}

.continut-calendar
{
    width: 30%;
    margin-left: 2.5%;
}
.continut2-calendar
{
    width: 25%;
    margin-left: 2.5%;
}
.butoane-calendar
{
    width: 25%;
    margin-left: auto;
    text-align: right;
}

.text-negru
{
    display: inline-block;
}

.logo-jos
{
    width: 220px;
    max-width: 100%;
}

.flex-jos
{
 display: flex; align-items: center;
}


.retele-jos
{
  text-align: center; width: 30%;
}
.casuta-voucher
{
background-color: rgb(255, 255, 255);
  height: 46px;
  width: calc(100% - 45px);
  font-size: 14px;
  font-style: italic;
  color: #010101;
  line-height: 46px;
  padding-left: 45px;
  border: none;
  outline: none;
  background-position: left 5px center;
  background-size: auto 32px;
  background-repeat: no-repeat;
    border: 1px solid rgba(11,11,12,.10);
    background-image: url("images/voucher.svg");
}

.p32
{
    float: left;
    width: 32%;
    margin-right: 1.3%;
}

.venues-stanga
{
    float: left;
    width: 22%;
    padding-top: 40px;
}

.venues-dreapta
{
    float: right;
    width: 74%;
}

.bgd-venues
{
    background-color: #f2efee;
    padding-top: 10px;
    padding-bottom: 50px;
}

.retea
{
    height: 28px;
}

body
{
	min-width:380px;
	height:100%;
	background-color: #FFF;
    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
}

input[type="checkbox"]{
  accent-color:#e4ad51;
  cursor:pointer;
}
.padding50
{
    padding-right: 10px;
}

.padding-cautare
{
    padding-left: 12%;
    padding-right: 6%;
}

.poza-vip
{
    width: 50%;
  overflow: hidden; /* IMPORTANT pentru crop */
height:100%;
    
}

.poza-vip img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop inteligent */
  display: block;
}


.continut-vip
{
width: 460px;
    max-width: 90%;
    margin-left: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.continut-vip2
{
width: 560px;
    max-width: 90%;
    margin-left: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
    
}

.anim {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.8s ease;
}

.anim-left {
  transform: translateX(-80px);
}

.anim-right {
  transform: translateX(80px);
}

.anim.in-view {
  opacity: 1;
  transform: translateX(0);
}


.butonsearch
{
background-color: #e4ad51;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 60px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #0c0705;
    text-transform: uppercase;
    background-image: url("images/cauta-sus.svg");
    background-position: right 16px center;
    background-size: 32px auto;
    background-repeat: no-repeat;
    border: 1px solid #e4ad51;
    cursor: pointer;
}
.butonsearch:hover
{
    background-color: #f2efee;
}

.butoncalendar
{
background-color: rgba(251, 251, 251, .05);
    border: none;
    outline: none;
    padding-left: 60px;
    padding-right: 20px;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    background-image: url("images/calendar-sus-alb.svg");
    background-position: left 16px center;
    background-size: 32px auto;
    background-repeat: no-repeat;
    border: 1px solid #e4ad51;
    cursor: pointer;
}
.butoncalendar:hover
{
    background-color: #000;
}

.titlu-form-alb
{
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.stat {
  width: 115px;
  aspect-ratio: 1 / 1;
  border: 1px solid #e4ad51;
  border-radius: 50%;
  display: flex;
  flex-direction: column;      /* CHEIA */
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(2px);
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
}

.stat strong {
  display: inline-flex;        /* 15 + pe aceeaÈ™i linie */
  align-items: flex-start;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.stat strong .counter {
  margin-right: 2px;
}

.stat .label {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 2px;
}
.titlu-stat
{
text-align: center;
    font-size: 13px;
    color: #FFF;
    margin-top: 10px;
}

.text-gri
{
    color: #8f8d8c;
    font-style: italic;
    font-size: 13px;
}

.p50f
{
    width: 50%;
    float: left;
}

.buton-form a {
  background-color: rgba(251, 251, 251, .1);
  height: 46px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 46px;
    color: #e4ad51;
    padding-left: 24px;
    padding-right: 24px;
    margin-right:12px;
    float: left;
    display: block;
}

.buton-form a:hover
{

  background-color: rgba(251, 251, 251, .2);
}
.buton-form-select a
{
     height: 46px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 46px;
    color: #e4ad51;
    padding-left: 24px;
    padding-right: 24px;
  background-color: #e4ad51;
    color: #000;
    margin-right:12px;
    float: left;
    display: block;
}


.inputcauta
{
  background-color: rgb(255, 255, 255);
  height: 46px;
width: calc(100% - 45px);
    font-size: 14px;
    font-style: italic;
    color: #010101;
    line-height: 46px;
    padding-left: 45px;
    border: none;
    outline: none;
    background-position: left 5px center;
    background-size: auto 32px;
    background-repeat: no-repeat;
    

}
.inputcautad
{
  background-color: rgb(255, 255, 255);
  height: 46px;
width: 100%;
    font-size: 14px;
    font-style: italic;
    color: #010101;
    line-height: 46px;
    padding-left: 45px;
    border: none;
    outline: none;
    background-position: left 5px center;
    background-size: auto 32px;
    background-repeat: no-repeat;

}

.categorie-slide-banner
{
    font-size: 18px;
    color: #e4ad51;
    text-transform: uppercase;
}
.titlu-slide-banner a
{
color: #fbfbfb;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.titlu-slide-banner a:hover
{
   color: #e4ad51; 
}


.categorie-produs
{
    font-size: 16px;
    color: #e4ad51;
    text-transform: uppercase;
    height: 20px;
    display: block;
}
.titlu-produs a
{
color: #000;
    font-weight: 600;
    font-size: 18px;
    display: block;
    height: 43px;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.1;
}

.titlu-produs a:hover
{
   color: #e4ad51; 
}

.titlu-produs-calendar a
{
color: #000;
    font-weight: 600;
    font-size: 22px;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.1;
}

.titlu-produs-calendar a:hover
{
   color: #e4ad51; 
}

.titlu-vip a
{
color: #000;
    font-weight: 300;
    font-size: 32px;;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2;
}

.titlu-vip a:hover
{
   color: #e4ad51; 
}


.titlu-venue a
{
color: #000;
    font-weight: 300;
    font-size: 30px;;
    text-decoration: none;
    line-height: 1.2;
}

.titlu-venue a:hover
{
   color: #e4ad51; 
}


.subtitlu-venue a
{
   color: #e4ad51; 
        font-size: 18px;;
    text-decoration: none;
    line-height: 1.2;
    text-transform: uppercase;
}



.descriere-produs
{
    height: 70px;
    overflow: hidden;
    color: #110a05;
    line-height: 1.2;
    font-size: 14px;
    display: block;
    
}


.descriere-venues
{
    color: #110a05;
    line-height: 1.2;
    font-size: 14px;
    display: block;
    
}

.bgd-sus, .bgd-sus2
{
    background-color: #000;
    background-image: url("images/bgd-sus.webp");
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-bottom: 10px;
    min-height: 550px;
}
.bgd-sus2
{
    min-height: 100px;
}

.subtitlu-pagina, .subtitlu-pagina-alb
{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
}

.titlu-pagina, .titlu-pagina-alb, h1
{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.titlu-pagina-alb, .subtitlu-pagina-alb
{
    color: #fbfbfb;
}



.titlu-pagina-l
{
    font-size: 42px;
    font-weight: 700;
    color: #000;
    text-transform: none!important;
}

.separator-pagina
{
    width: 80px;
    height: 7px;
    background-color: #e4ad51;
    margin-top: 5px;
    margin-bottom: 30px;
}

.p40
{
float: left;
    width: 40%;
}
.p55
{
float: right;
    width: 55%;
}

/* ===== Carousel (multi-instance) ===== */
.top-carousel{
  --gap: 22px;
  --peek: 8%;         /* cÃ¢t din urmÄƒtorul card se vede */
  --radius: 0px;
  --btnSize: 76px;

  margin: 40px auto;
}

.padding-tot
{
    
  padding: 0  0px 0px 70px;
}
.top-nav{ display:flex; gap: 20px; }
.top-btn{
  width: var(--btnSize);
  height: var(--btnSize);
  background: #e4ad51;
  cursor: pointer;
    border: none;
  border-radius: var(--radius);
  font-size: 18px;
}

.top-btn img
{
width: 30px;
    display: inline-block;
}

.top-btn:disabled{ 
    background-color: #e6e3e1;
    cursor:not-allowed; }

.top-viewport{ overflow: hidden; }

.top-track{
  display:flex;
  gap: var(--gap);
  overflow-x: auto;                 /* scroll real (pe care Ã®l controlÄƒm) */
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;

  padding: 0 calc(var(--peek) + 10px) 12px 0; /* dreapta â€œpeekâ€ */
  scrollbar-width: none;

  touch-action: pan-y;              /* lasÄƒ scroll vertical; noi gestionÄƒm orizontal */
  cursor: grab;
}
.top-track::-webkit-scrollbar{ display:none; }
.top-track.is-dragging{ cursor: grabbing; }

.top-card{
  flex: 0 0 calc((100% - (var(--gap) * 2) - var(--peek)) / 3); /* desktop: 3 + peek */
  scroll-snap-align: start;
  background:#fff;
}

.top-cardi
{
    float: left;
    width: 24%;
    margin-left: .5%;
    margin-right: .5%;
    margin-bottom: 40px;
    min-height: 580px;
}


.top-img{
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background:#eee;
}
.top-img img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.top-cat{
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: .08em;
  opacity: .55;
}
.top-h3{
  margin: 6px 0 8px;
  font-size: 16px;
  font-weight: 800;
}
.top-p{
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.35;
  opacity: .75;
}

.top-actions{
  display:flex;
  gap: 12px;
  align-items:center;
  padding-bottom: 10px;
}
.top-primary, .top-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 36px;
  padding: 0 14px;
  text-decoration:none;
  font-size: 12px;
  letter-spacing: .02em;
  border-radius: 2px;
}
.top-primary{
  background:#d7b26a;
  color:#1a1a1a;
  border:1px solid #d7b26a;
}
.top-secondary{
  background:#fff;
  color:#222;
  border:1px solid #ddd;
}

/* ===== Responsive ===== */




@media (max-width: 640px){
    
    .login
	{
		height: 90%;
		min-height: 700px;
	}
    
    
  .top-carousel{
    --peek: 14%; 
  }

  .top-carousel .top-card{
    flex: 0 0 calc(100% - var(--peek)) !important;
  }
}


  #eventsCarousel.carousel{
    position:relative;
    max-width: 1200px;
    margin: 0 auto;
}


.carousel .c-viewport{
  cursor: grab;
  touch-action: pan-x;        /* permite swipe orizontal */
  overscroll-behavior-x: contain;
}
.carousel .c-viewport.is-dragging{
  cursor: grabbing;
  scroll-behavior: auto;     /* fara smooth in timpul dragului */
}

  #eventsCarousel .c-viewport{
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  #eventsCarousel .c-viewport::-webkit-scrollbar{ display:none; }

  #eventsCarousel .c-track{
    display:flex;
    gap:16px;
    padding: 6px 6px 10px;
  }

  #eventsCarousel .c-slide{
    flex: 0 0 86%;
    scroll-snap-align:start;
  }

  @media (min-width: 1024px){
    #eventsCarousel .c-slide{ flex-basis: 66.6667%; } /* ~1.5 carduri vizibile */
  }


  /* bullets */
  #eventsCarousel .c-dots{
    display:flex;
    justify-content:left;
    gap:8px;
    margin-top: 10px;
  }
  #eventsCarousel .c-dot{
    width:120px; height:6px;
    border-radius:999px;
    border:0;
    cursor:pointer;
    background: rgba(255,255,255,.35);
  }
  #eventsCarousel .c-dot.is-active{ background: #e4ad51; }



.buton-cos a
{
    display: block;
    background-color: #e4ad51;
    height: 44px;
    line-height: 44px;
    border:1px solid #e4ad51;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 60px;
    background-image: url("images/cos-sus.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

.buton-cos a:hover
{
    background-color: #cecece;
}


.buton-cos-produs, .buton-detalii-produs, .buton-luna, .buton-an, .buton-luna-select, .buton-an-select
{
    display: inline-block;
    
    margin-right: 20px;
}


.buton-cos-produs a
{
    display: block;
    background-color: #e4ad51;
    height: 44px;
    line-height: 44px;
    border:1px solid #e4ad51;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 60px;
    background-image: url("images/cos-sus.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

.buton-cos-produs a:hover
{
    background-color: #cecece;
}






.buton-detalii-produs a
{
    display: block;
    height: 44px;
    line-height: 44px;
    border:1px solid #e4ad51;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #FFF;
}

.buton-detalii-produs a:hover
{
    
    background-color: #cecece;
}
.months-wrapper {
  width: 100%;
  overflow: hidden; /* desktop */
}

.months {
  display: flex;
  gap: 10px;
}

.month {
  flex: 0 0 auto; /* IMPORTANT */
  padding: 10px 18px;
  border: 1px solid #e4ad51;
  white-space: nowrap;
}

.month.active {
  background: #e4ad51;
}

/* MOBILE */
@media (max-width: 768px) {
  .months-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOS smooth */
  }

  .months {
    flex-wrap: nowrap;
  }

  /* opÈ›ional: ascunde scrollbar */
  .months-wrapper::-webkit-scrollbar {
    display: none;
  }
}


.buton-luna a, .buton-luna-select a
{
    flex: 0 0 auto; /* IMPORTANT */
    display: block;
    height: 44px;
    line-height: 44px;
    border:1px solid #e4ad51;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #FFF;
}

.buton-luna a:hover
{
    
    background-color: #cecece;
}


.buton-an a, .buton-an-select a
{
    display: block;
    height: 44px;
    line-height: 44px;
    border:1px solid #cecece;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #FFF;
}
.buton-an a
{
    font-size: 24px;
}

.buton-an-select a
{
background-color: #000;
    border: 1px solid #000;
    color: #FFF;
    font-size: 24px;
}

.buton-luna-select a
{
background-color: #e4ad51;
}

.buton-an a:hover
{
    
    background-color: #cecece;
}

.venue-produsx
{
    font-size: 14px;
    color: #e4ad51;
    text-decoration: none;
    line-height: 26px;
    padding-right:20px;
}


.venue-produs
{
    display: inline-block;
}





.venue-produs a
{
    font-size: 14px;
    color: #e4ad51;
    text-decoration: none;
    line-height: 26px;
    padding-right:20px;
}

.venue-produs img
{
    height: 26px;
    padding-right: 10px;
    display: inline;
    vertical-align: top;
}

.logo img
{
    	  transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}

.logo img:hover
{
    filter: grayscale(50);
}


.cos-sus
{
    float: right;
    background-color: #e4ac50;
    height: 32px; 
    padding-top: 25px;
    padding-bottom: 25px;
}
.cos-sus a
{
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
    color: #0f0f0f;
    text-decoration: none;
    line-height: 1.1;
    text-transform: uppercase;
}
.cos-sus a strong
{
    font-weight: 600;
    font-size: 16px;
}
.cos-sus img
{
height: 32px; 
    float: left;
    padding-right: 10px;
}



.icon-sus a
{
float: right;
    margin-right: 10px;
    line-height: 82px;
    height: 82px; 
}

.icon-sus img
{
height: 30px; 
    display: inline-block;
    vertical-align: middle;
}



.tel-sus a
{
float: right;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #000;
    line-height: 82px;
    height: 82px; 
}

.tel-sus img
{
height: 32px; 
    display: inline-block;
    vertical-align: middle;
}

input[type="checkbox"]:hover{
  filter:brightness(0.95);
}

.poferta1
{
    width: 46%;
    float: left;
}

.formofertadrop
{
    height: 54px;
    line-height: 54px;
    width: 90%;
    padding-left: 50px;
    background-color: #FFF;
    outline: none;
    border: none;
    font-size: 15px;
    color: #000000;
    background-position: left 8px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    border-radius: 2px;
}
.formoferta
{
    height: 52px;
    line-height: 52px;
    width: calc(90% - 50px);
    padding-left: 50px;
    background-color: #FFF;
    outline: none;
    border: none;
    font-size: 15px;
    color: #000000;
    background-position: left 8px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    border-radius: 2px;
}

.formofertatext
{
    height: 130px;
    width: 90%;
    background-color: #FFF;
    outline: none;
    padding: 10px;
    border: none;
    font-size: 15px;
    color: #000000;
    border-radius: 2px;  
    font-family: "Roboto", Arial, sans-serif;
}

.formoferta::placeholder, .formofertatext::placeholder {
  opacity: 1;
  color: #000; /* optional */
}

.poferta2
{
    width: 52%;
    float: right;
}

.cere-oferta
{
    background-image: url("images/bgd-oferta.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 160px;
    padding-top: 70px;
    min-height: 360px;
}


.poze-despre
{
    width: 40%; 
    padding-left: 5%;
    padding-right: 5%;
    float: left; 
    text-align: center;
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
}

.p25j
{
    float: left;
    width: 25%;
    margin-bottom: 30px;
}


.titlu-serviciu a
{
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.titlu-serviciu a:hover
{
    color: #e4ad51;
}

.text-serviciu
{
    
    font-size: 15px;
    color: #000000;
	line-height: 1.4;
    height: 84px;
    overflow: hidden;
}

.casuta-serviciu
{
    background-color: #f6f7fc;
    border-radius: 2px;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}

.poza-serviciu
{
    float: right;
    width: 48%;
}

.continut-serviciu
{
    float: left;
    padding: 5%;
    width: 40%;
}

.poze-despre img
{
    width: 106px;
    max-width: 90%;
    display: inline-block;
}

.poze-despre strong
{
    font-size: 18px;
    color: #e4ad51;
    font-weight: 800;
}


hr {
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 12px 0;
}

.bgd-homepage
{
    background-image: url("images/bgd-homepage.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
}

input {
  accent-color: #1d89c4;
}

#iconcookie
{
    position:fixed;
    padding: 3px;
    z-index: 2;
      backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255,255,255,.40);
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: none;
}

.poza-blog
{
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 20px;
    
}


.altearticole
{
    float: right;
}

.altearticole a
{
    display: block;
    color: #e4ad51;
    font-size: 15px;
line-height: 52px;
    margin-top: 10px;
}

.altearticole a:hover
{
    color: #000;
}


.titlu-blog a
{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    height: 60px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.titlu-blog a:hover
{
    color: #e4ad51;
}

.text-blog
{
    font-size: 15px;
    line-height: 1.2;
    color: #000000;
    height: 92px;
    overflow: hidden;
}


.continut-blog
{
    float: right;
    width: 60%;
}

.text iframe
{
	max-width: 100%;
}

.p50j
{
    float: left;
    width: 50%;
}

.bgd-blog
{
    float: left;
    width: 46%;
    padding: 2%;
}



.casuta-testimoniale
{
   margin-bottom: 20px;
}
.poza-testimoniale
{
    float: left;
    width: 110px;
    height: 110px;
    border-radius: 50%; 
    overflow: hidden;
	behavior:url(/PIE.htc);
    margin-right: 30px;
    margin-bottom: 15px;
}
.ascuns-inline
{
    display: none;
}
.text-testimoniale a
{
color: #000000;
   
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    
}
.text-testimoniale a:hover
{
    text-decoration: underline;
}
.text-testimoniale
{ 
color: #000;
    text-decoration: none;
    font-size: 14px;
}
.data-testimoniale
{ 
color: #e4ad51;
    text-decoration: none;
    font-size: 14px;
}


.banner-secundar
{
    border-radius: 10px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    
    overflow: hidden;
    position: relative;
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.banda-albastra-jos
{
    background-color: #1275ba;
    padding: 25px;
    border-radius: 3px 3px 0px 0px;
}

.noutate-tot
{
	position: relative;
    background-position: top right;
    background-size: 75% 100%;
    background-repeat: no-repeat;
    background-image:url("images/bgd-noutate.jpg");
    padding-top: 40px;
    padding-bottom: 40px;
}
.stanga-noutate-index
{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	z-index: 2;
	
}

.p50l {
  float: left;
  width: 50%;
}

.banda-newsletter
{
	background-color: #346699;
	padding-top: 50px;
	padding-bottom: 50px;
}

.card-noutate
{
    padding: 40px;
}
.poza-noutate-index
{
	float: left;
	width: 50%;
	z-index: 0;
	position: relative;
}

.poza-noutate-index img
{
	display: block;
	width: 100%;
}

.titlu-industrii1 a, .titlu-industrii2 a, .titlu-industrii3 a
{
	cursor: pointer;
	font-weight: 800;
	font-size: 30px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1;
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 2;
	display: block;
	text-decoration: none;
}

.titlu-industrii2 a
{
	right: 0px;
	bottom: auto;
	top: 40px;
	width: 100%;
	text-align: center;
}

.titlu-industrii3 a
{
	right: auto;
	left: 40px;
	bottom: 40px;
}


.titlu-banner-peste
{
	position: absolute;
	width: 100%;
	top: 45%;
	left: 0%;
	display: block;
	z-index: 2;
}


.casuta-industrii
{
width: 33.33%;
	float: left;
}
.casuta-industrii2
{
	border: 1px solid #FFF;
	overflow: hidden;
	position: relative;
}

.casuta-brand
{
	display: inline-block;
	text-align: center;
	line-height: 70px;
	height: 70px;
	width: 16%;
	
}

.casuta-brand img
{
	vertical-align: middle;
	max-height: 100%;
	max-width: 80%;
	display: inline-block;
}

.casuta-brand:hover
{
    opacity: .7;
}

.text-alb
{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	display: block;
	max-height: 120px;
	overflow: hidden;
	color: #FFF;
}

.text-despre, .text-despre a
{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #FFF;
}
.poza-despre
{
	width: 26%;
	float: left;
	padding-left: 3.6%;
	padding-right: 3.6%;
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
}

.poza-despre img
{
	display: inline-block;
	max-width: 100%;
}

.despre-noi
{
	float: right;
	width: 750px;
	max-width: 100%;
	text-align: right;
}
/* ===== CONTACT SECTION ===== */
.bgd-albastru-contact{
    background: linear-gradient(180deg, #d8b15b 0%, #cfa44a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.bgd-albastru-contact:before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 120px 120px;
    opacity: .22;
    pointer-events: none;
}

.bgd-albastru-contact .mijloc{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}

/* ===== COLUMNS ===== */
.bgd-albastru-contact .coloana21,
.bgd-albastru-contact .coloana22{
    box-sizing: border-box;
}

.bgd-albastru-contact .coloana22{
    float: left;
    width: 46%;
    padding: 10px 55px 10px 0;
    border-right: 1px solid rgba(255,255,255,0.30);
    min-height: 560px;
    color: rgba(255,255,255,0.96) !important;
}

.bgd-albastru-contact .coloana21{
    float: right;
    width: 48%;
    background: #ffffff;
    padding: 42px 44px 40px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

/* ===== TITLES ===== */
.bgd-albastru-contact .titlu-pagina-alb{
    margin: 0;
    color: #fff !important;
    font-size: 32px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bgd-albastru-contact .coloana21 .titlu-pagina-alb{
    color: #111 !important;
    margin-bottom: 8px;
}

.bgd-albastru-contact .subtitlu-pagina{
    margin: 0;
}

/* ===== TEXT ===== */
.bgd-albastru-contact .text,
.bgd-albastru-contact .text-despre{
    font-size: 17px;
    line-height: 1.8;
}

.bgd-albastru-contact .coloana22 .text,
.bgd-albastru-contact .coloana22 .text-despre{
    color: rgba(255,255,255,0.96);
}

.bgd-albastru-contact .coloana21 .text,
.bgd-albastru-contact .coloana21 .text-despre{
    color: #222;
}

.bgd-albastru-contact .coloana22 strong,
.bgd-albastru-contact .coloana22 b{
    color: #fff;
    font-weight: 700;
}

.bgd-albastru-contact .coloana22 a{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.35);
    transition: border-color .2s ease, opacity .2s ease;
}

.bgd-albastru-contact .coloana22 a:hover{
    opacity: .9;
    border-bottom-color: rgba(255,255,255,0.85);
}

/* ===== MESSAGES ===== */
.bgd-albastru-contact .disponibilitatef,
.bgd-albastru-contact .disponibilitatef2{
    background: #f7f7f7;
    color: #111 !important;
    border-left: 4px solid #111;
    padding: 15px 38px;
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.5;
}

.bgd-albastru-contact .disponibilitatef2{
    border-left-color: #9e2f2f;
}

/* ===== FORM ===== */
.bgd-albastru-contact form{
    margin-top: 18px;
}

.bgd-albastru-contact .titlu-form{
    color: #111 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.bgd-albastru-contact .camp-form5{
    margin: 0;
}

.bgd-albastru-contact .fieldForm,
.bgd-albastru-contact .fieldFormText{
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d8d8d8;
    color: #111;
    font-size: 15px;
    font-family: inherit;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .2s ease, background .2s ease;
}

.bgd-albastru-contact .fieldForm{
    height: 54px;
    line-height: 54px;
    padding: 0 16px;
}

.bgd-albastru-contact .fieldFormText{
    min-height: 134px;
    padding: 14px 16px;
    line-height: 1.5;
    resize: vertical;
}

.bgd-albastru-contact .fieldForm:focus,
.bgd-albastru-contact .fieldFormText:focus{
    border-color: #111;
    background: #fff;
}

.bgd-albastru-contact .fieldForm::placeholder,
.bgd-albastru-contact .fieldFormText::placeholder{
    color: #8a8a8a;
}

/* ===== CHECKBOX ===== */
.bgd-albastru-contact input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    accent-color: #111;
}

.bgd-albastru-contact label{
    color: #444;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    vertical-align: middle;
}

.bgd-albastru-contact .oblig{
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* ===== BUTTON ===== */
.bgd-albastru-contact .buton-newsletter{
    display: inline-block;
    min-width: 140px;
    height: 54px;
    line-height: 52px;
    padding: 0 30px !important;
    background: #111;
    border: 1px solid #111;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.bgd-albastru-contact .buton-newsletter:hover{
    background: transparent;
    color: #111;
}

/* ===== SPACING ===== */
.bgd-albastru-contact .separator10c2{
    height: 14px;
    line-height: 14px;
}

.bgd-albastru-contact .separator20{
    height: 24px;
    line-height: 24px;
}

.bgd-albastru-contact .separator30{
    height: 30px;
    line-height: 30px;
}

.bgd-albastru-contact .clear{
    clear: both;
}

/* ===== MOBILE ===== */
@media (max-width: 1100px){
    .bgd-albastru-contact{
        padding: 60px 0;
    }

    .bgd-albastru-contact .coloana22,
    .bgd-albastru-contact .coloana21{
        float: none;
        width: 100%;
    }

    .bgd-albastru-contact .coloana22{
        min-height: auto;
        padding: 0 0 34px;
        margin-bottom: 34px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.30);
    }

    .bgd-albastru-contact .coloana21{
        padding: 34px 30px;
    }
}

@media (max-width: 767px){
    .bgd-albastru-contact{
        padding: 42px 0;
    }

    .bgd-albastru-contact .mijloc{
        padding: 0 18px;
    }

    .bgd-albastru-contact .titlu-pagina-alb{
        font-size: 26px;
        line-height: 1.1;
    }

    .bgd-albastru-contact .text,
    .bgd-albastru-contact .text-despre{
        font-size: 15px;
        line-height: 1.7;
    }

    .bgd-albastru-contact .coloana21{
        padding: 26px 20px;
    }

    .bgd-albastru-contact .fieldForm{
        height: 50px;
        line-height: 50px;
        padding: 0 14px;
        font-size: 14px;
    }

    .bgd-albastru-contact .fieldFormText{
        min-height: 118px;
        padding: 12px 14px;
        font-size: 14px;
    }

    .bgd-albastru-contact .buton-newsletter{
        width: 100%;
        min-width: 0;
    }

    .bgd-albastru-contact div[style*="float:right"]{
        float: none !important;
    }
}

@media (max-width: 767px){

    .bgd-albastru-contact{
        padding: 38px 0;
        overflow: hidden;
    }

    .bgd-albastru-contact .mijloc{
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .bgd-albastru-contact .coloana21,
    .bgd-albastru-contact .coloana22{
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .bgd-albastru-contact .coloana22{
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.25);
        padding-bottom: 28px !important;
        margin-bottom: 28px !important;
    }

    .bgd-albastru-contact .coloana21{
        padding: 24px 18px !important;
        overflow: hidden;
    }

    .bgd-albastru-contact form{
        width: 100%;
        max-width: 100%;
    }

    .bgd-albastru-contact .camp-form5{
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .bgd-albastru-contact .fieldForm,
    .bgd-albastru-contact .fieldFormText{
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        margin: 0;
    }

    .bgd-albastru-contact .fieldForm{
        height: 48px;
        line-height: 48px;
        padding: 0 14px;
        font-size: 14px;
    }

    .bgd-albastru-contact .fieldFormText{
        min-height: 120px;
        padding: 12px 14px;
        font-size: 14px;
    }

    .bgd-albastru-contact .titlu-pagina-alb{
        font-size: 24px;
        line-height: 1.1;
    }

    .bgd-albastru-contact .text,
    .bgd-albastru-contact .text-despre{
        font-size: 15px;
        line-height: 1.65;
    }

    .bgd-albastru-contact .titlu-form{
        font-size: 11px;
        margin-bottom: 8px;
    }

    .bgd-albastru-contact .oblig{
        font-size: 13px;
        line-height: 1.5;
    }

    .bgd-albastru-contact label{
        font-size: 13px;
        line-height: 1.45;
    }

    .bgd-albastru-contact div[style*="float:right"]{
        float: none !important;
        width: 100%;
    }

    .bgd-albastru-contact .buton-newsletter,
    .bgd-albastru-contact #SubmitContact{
        display: block;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box;
        text-align: center;
    }

    .bgd-albastru-contact .separator10c2{
        height: 12px;
        line-height: 12px;
    }
}


/* ===== WRAPPER PAGINA ===== */

.titlu-gri{
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #2a2a2a;
    text-transform: none;
}


/* ===== GRID TEMPLATE ===== */
.template,
.template-select{
    width: calc(20% - 15px);
    margin: 0 15px 15px 0;
    float: left;
    box-sizing: border-box;
    border: 2px solid #ece7dc;
    background: #fff;
    transition: all .2s ease;
    cursor: pointer;
}

.template a,
.template-select a{
    display: block;
}

.template img,
.template-select img{
    display: block;
    width: 100%;
    height: auto;
}

.template:hover{
    border-color: #d5ad57;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transform: translateY(-1px);
}

.template-select{
    border-color: #d5ad57;
    box-shadow: 0 0 0 2px rgba(213,173,87,0.18);
    position: relative;
}

.template-select:after{
    content: "";
    position: absolute;
    right: 8px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #d5ad57;
    border-radius: 50%;
}

/* ===== FORM LAYOUT ===== */
.p49{
    width: 48.6%;
    float: left;
    box-sizing: border-box;
}

.p49 + .p49{
    float: right;
}

.fieldForm,
.fieldForms{
    width: 100%;
    height: 48px;
    border: 1px solid #ddd7cc;
    background: #fff;
    padding: 0 14px;
    font-size: 14px;
    color: #222;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.fieldForm:focus,
.fieldForms:focus{
    border-color: #d5ad57;
    box-shadow: 0 0 0 3px rgba(213,173,87,0.10);
}

.fieldForm::placeholder{
    color: #8c8c8c;
    opacity: 1;
}

.fieldForms{
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, #b58d35 50%),
        linear-gradient(135deg, #b58d35 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 3px),
        calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 34px;
}


#Submit.buton-login{
    float: right;
    margin-top: 0;
    min-width: 220px;
    height: 46px;
    padding: 0 24px;
    border: 1px solid #111;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s ease;
    box-sizing: border-box;
}

#Submit.buton-login:hover{
    background: #d5ad57;
    border-color: #d5ad57;
    color: #111;
}


/* ===== PREVIEW + BUTON ===== */
.voucher{
    width: 76%;
    max-width: 760px;
    position: relative;
    float: left;
    border: 1px solid #d8c48e;
    background: #faf8f3;
    box-sizing: border-box;
}

.voucher img{
    display: block;
    width: 100%;
    height: auto;
}

/* ===== POZITIONARI PESTE VOUCHER ===== */
#namev2{
    position: absolute;
    left: 10.5%;
    top: 39%;
    width: 24%;
    font-size: 15px;
    line-height: 1.45;
    color: #2b2b2b;
}

#namev22,
#namev12{
    font-weight: 600;
}

#mesajv{
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.35;
    color: #6a6a6a;
    word-wrap: break-word;
}

.cod{
    position: absolute;
    left: 30%;
    bottom: 20%;
    font-size: 15px;
    line-height: 1.35;
    color: #7a5a16;
}

.cod strong{
    color: #9d6f12;
    font-size: 17px;
}

#pretv{
    position: absolute;
    right: 8.4%;
    bottom: 25%;
    width: 12%;
    text-align: center;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #ba8516;
}

/* ===== MICRO-LOOK PE ZONA STEP 2 ===== */
#contact{
    display: block;
}

#contact:after{
    content: "";
    display: block;
    clear: both;
}

/* ===== RESPONSIVE TABLET ===== */
@media (max-width: 1100px){
    .template,
    .template-select{
        width: calc(25% - 15px);
    }




    .voucher{
        width: 100%;
        max-width: none;
        float: none;
        margin-bottom: 20px;
    }

    #Submit.buton-login{
        float: none;
    }
}

/* ===== RESPONSIVE MOBIL ===== */
@media (max-width: 767px){
    .mijloc > div{
        margin: 18px auto 32px;
        padding: 22px 16px 26px;
    }

    .titlu-pagina{
        font-size: 24px;
        line-height: 1.1;
    }

    .titlu-gri{
        font-size: 17px;
    }

    .template,
    .template-select{
        width: calc(50% - 8px);
        margin: 0 16px 12px 0;
    }

   

    .template:nth-of-type(2n),
    .template-select:nth-of-type(2n){
        margin-right: 0;
    }

    .p49{
        width: 100%;
        float: none !important;
    }

    .fieldForm,
    .fieldForms{
        height: 46px;
        font-size: 14px;
    }

    .voucher{
        width: 100%;
        float: none;
        overflow: hidden;
    }

    #namev2{
        left: 9.5%;
        top: 35%;
        width: 28%;
        font-size: 10px;
        line-height: 1.25;
    }

    #mesajv{
        font-size: 9px;
        line-height: 1.2;
        margin-top: 4px;
    }

    .cod{
        left: 29%;
        bottom: 9%;
        font-size: 9px;
        line-height: 1.2;
    }

    .cod strong{
        font-size: 10px;
    }

    #pretv{
        right: 8%;
        bottom: 18%;
        font-size: 18px;
    }

    #Submit.buton-login{
        width: 100%;
        min-width: 0;
        float: none;
        margin-top: 16px;
    }
}

.sus-tot
{
    
	z-index: 103;
	width: 100%;
	position: relative;
    background-image: -moz-linear-gradient( 90deg, rgb(238,237,236) 1%, rgb(255,255,255) 99%);
  background-image: -webkit-linear-gradient( 90deg, rgb(238,237,236) 1%, rgb(255,255,255) 99%);
  background-image: -ms-linear-gradient( 90deg, rgb(238,237,236) 1%, rgb(255,255,255) 99%);

}

.limbi-tot 
{
    float: left;
    background-color: #e4ac50;
 height: 82px;
    position: relative;
}

.limbi-tot a
{
       padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    min-width: 32px;
    
}

.limbi-tot img
{
    display: inline-block;
    height: 18px;
    
}

.logo 
{
    float: left;
    padding-left:15px;
}

.logo img
{
    height: 72px;
    vertical-align: center;
    padding-top: 5px;
}


.retele-mobil
{
	width: 100%;
	text-align: center;
}

.retele
{
float: right; }

.retele img, .retele-mobil img
{
height: 26px;
padding-left: 4px;}


	.arataparola
	{
		position: absolute;
		right: 5%;
		top: 1px;
		line-height: 32px;
		height: 32px;
		
	font-size:12px;
	color:#cecece;
		padding-left: 5px;
		padding-right: 5px;
		z-index: 2;
		background: transparent;
	}

.arataparola a
{
	text-decoration: none;
	
	font-size:12px!important;
	color: #e4ad51!important;
}



.codpromo
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 35%;
}


.swipex {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrapx {
  overflow: hidden;
  position: relative;
}
.swipe-wrapx > div {
  float:left;
  width:100%;
  position: relative;
}



#produsewish
{
    position: absolute;
    top: 25%;
    right: 20%;
    width: 21px;
    height: 21px;
    color: #FFF;
    text-decoration: none;
    background-color: #14968f;
    text-align: center;
    line-height: 21px;
     
    font-size: 12px;
    border-radius: 50%;
    display: none;
    
}




.buton-categorii a
{
    float:left;
   width: auto;
	padding-right: 10px;
     line-height: 52px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #FFF;
    display: block;
    padding-left: 14px;
     
    text-decoration: none;
	border-right: 1px solid #8acbc7;
	margin-right: 5px;
}

.buton-categorii a:hover, .buton-meniu a:hover, .tel-meniu a:hover
{
	background-color: #46a7d0;
}


.buton-meniu a
{
    float:left;
    padding-left: 14px;
    padding-right: 14px;
    display: block;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
    text-transform: uppercase;

    text-decoration: none;
    color: #FFF;
    font-weight: 300;
}



.meniu-categorii-intern
{
    float: left;
    width: 22.8%;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    margin-top: 3px;
	min-width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    background-color: #FFF;
    display: none;
    
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.icon-jos
{
    font-size: 14px;
    color: #e4ad51;
    line-height: 1.1;
    margin-bottom: 20px;
}

.icon-jos a strong
{
    color: #FFF;
    text-transform: uppercase;
}

.icon-jos a
{
    color: #e4ad51;
    text-decoration: none;
}

.icon-jos img
{
    float: left;
    width: 50px;
    padding-right: 16px;
    vertical-align: middle;
    margin-top: -10px;
}

.casuta-newsletter
{
	width: 25%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #FFF;
    background-color: #373637;
	border-radius: 10px;
	float: left;
    text-align: left;
    border: 1px solid #8c888c;
    margin-right: 3%;
}

.titlu-newsletter
{
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
    display: block;
    text-align: left;
    line-height: 1.2;
    float: left;
    width: 22%;
}

.copyright, .copyright a
{
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
    font-weight: 400;
}
.copyright a:hover
{
	text-decoration: underline;
}








.inapois {
    position: absolute;
    background-image: url(images/inapoi.svg);
    display: inline-block;
    text-decoration: none;
    width: 32px;
    height: 32px;
    left: 0;
    top: 48%;
    background-size: 32px auto;
    z-index: 3;
	background-position: top left;
	background-repeat: no-repeat;
}

.inaintes {
   position: absolute;
    background-image: url(images/inainte.svg);
    display: inline-block;
    text-decoration: none;
       right: 0;
    top: 48%;
    height: 32px;
  width: 32px;
    background-size: 32px auto;

    z-index: 3;
	background-position: top right;
	background-repeat: no-repeat;
}

.inapois2 {
    position: absolute;
    background-image: url(images/inapoi.svg);
    display: block;
    text-decoration: none;
    width: 42px;
    height: 42px;
    background-size: 42px auto;
    left: 0%;
    top: 50%;
	margin-top: -21px;
    z-index: 3;
	background-position: top left;
	background-repeat: no-repeat;
}

.inaintes2 {
    position: absolute;
    background-image: url(images/inainte.svg);
    display: block;
    text-decoration: none;
     
    height: 42px;
  width: 42px;
    background-size: 42px auto;
    right: 0%;
    top: 50%;
	margin-top: -21px;
    z-index: 3;
	background-position: top right;
	background-repeat: no-repeat;
}

.linie-titlu
{
	display: block;
	width: 260px;
	max-width: 100%;
	background-image: url("images/linie-titlu.webp");
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
    background-size: 100% 3px;
	margin: auto;
}

.titlu-linie
{
    width: 75px;
    background-color: #FFF;
    text-align: center;
    display: inline-block;
}

.titlu-linie img
{
    width: 46px;
    display: inline-block;
}

.p20
{
	width: 25%;
	float: left;
}
.p20b
{
	border-left: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}

.p202
{
	width: 24.6%;
	float: left;
}


.continut-produs
{
	 padding-left: 5%;
    padding-right: 5%;
}

.cauta-tot
{
	position: absolute;
    width: 300px;
    max-width: 80vw;
    border: 1px solid #373637;
    border-radius: 12px;
    right: 110%;
    z-index: 2;
    top: 0;
    margin-top: 3px;
    display: none;
    
backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	
	background-color: rgba(255,255,255,.50);
}



.separator-galerie
{
	float: left;
	height: 20px;
	width: 1.6%;
}


.banner-companie
{
	position:relative;
	display: block;
}



.inapoi-banner
{
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -16px;
	z-index: 5;
}
.inainte-banner
{
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -16px;
	z-index: 5;
}
.inapoi-banner img, .inainte-banner img
{
	height: 32px;
}





.suggestionsBox {
	position: absolute;
	left: 0px;
	top:100%;
	width:100%;
	margin: 0px 0px 0px 0px;
	padding:0px;
	background-color: #fff;
	box-shadow: 1px 3px 3px #888888;
	border:1px solid #FFF;
	z-index:230;
         padding-top: 20px;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
    padding-bottom: 0;
	cursor: pointer;
}


ul {
	padding:0;
	margin:0;
}

#suggest {
	position:relative;
	float:left;
	width:310px;
}

.limbi-drop
{
backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	text-align: center;
	background-color: rgba(230,227,225,.80);
position: absolute;
	top: 100%;
    width: 100%;
	right: 0;
	z-index: 10;
	display: none;
}

.casuta-cauta {
    background: transparent;
    outline: none;
    border: none;
    float: left;
    width: 65%;
    height: 36px;
    line-height: 36px;
    color: #000;
    margin-left: 3%;
    font-size: 14px;
     
}



.buton-cauta {
    background: transparent;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-image: none;
        background-size: auto;
    outline: none;
    border: none;
    float: right;
    width: 25%;
	margin-right: 3%;
    background-image: url("/images/cauta-sus2.svg");
    background-size: auto 24px;
    background-position: right;
    background-repeat: no-repeat;
    height: 36px;
    line-height: 36px;
}


.container-banner-50-tot
{
	display: table;
	width: 100%;
}
.container-banner-50
{
	vertical-align:middle;
    display:table-cell;
	width: 100%;
}


.separator-jos
{
   
    height: 20px;
    border-bottom: 1px solid #513b18;
    margin-bottom: 20px;
    clear: both;
   
}

.separator-config
{
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.10);
}

.stanga-banner50, .dreapta-banner50 {
    display: inline-block;
    vertical-align: middle;
	width:50%;
}

.meniu-jos a
{
	display: block;
	color: #9b9796;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2;
    
}

.meniu-jos
{
	display: block;
	color: #9b9796;
	text-decoration: none;
	font-size: 14px;
      
}

.meniu-jos a:hover
{
	text-decoration: underline;
    color: #FFF;
    
}


.ascunsinline
{
	display: none;
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
.peste-banner-jos
{
	bottom: 0px;
	padding-bottom: 50px;
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 1;
}


.bullet-recomandari
{
	text-align: center;
	position: absolute;
	bottom: 50px;
	width: 100%;
}

.peste-banner2-stanga
{
    position: absolute;
    z-index: 2;
    top: 80px;
    right: 60px;
    text-align: center;
}
.peste-banner2-dreapta
{
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 60px;
    text-align: center;
}

.titlu-banners a
{
    color: #FFF;
    font-size: 56px;
    font-weight: 300;
    display: block;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.78); 
}

.bullet
{
	display: inline-block;
	border-radius: 4px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #ffffff;
	text-decoration: none;
  width: 112px;
  height: 6px;
 opacity: 0.502;
}

.bullet-select
{

  display: inline-block;
	border-radius: 4px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #ffffff;
	text-decoration: none;
  width: 112px;
  height: 6px;
    


}

.bullet-select a, .bullet a
{
	text-decoration: none;
	display: block;
}


#pesteproduse
{
	background-image: url("images/load.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px auto;
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
    display: none;
    min-height: 500px;
}



.filtrare {
  float: left;
  width: 16%;
  padding: 2%;
    padding-top: 0;
  margin-left: 1%;
  background-color: #FFF;
  border-radius: 5px;
}

.titlu-filtru {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.continut-filtru {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 300;
}

.continut-produse {
  position: relative;
  float: right;
  width: 77%;
  padding-right: 1%;
}

.text iframe
{
	max-width: 100%;
}


.albpeste3
{
	background-image: url("images/loading.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
}



.albpeste{
  position: fixed;
  inset: 0;                 /* acoperÄƒ TOT ecranul real */
  z-index: 1001;

  background-color: #fff;
  background-image: url("images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 24px;
}



.newsletter-sus
{	
	display: inline-block;
	font-size: 0;
	height: 23px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}


.newsletter-sus a
{
	height: 23px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 23px;
	background-color: #49494b;
	text-decoration: none;
	text-transform: uppercase;
      
}

.newsletter-sus a:hover
{
	background-color: #000;
}



.buton-banner-alb
{
	display: inline-block;
	text-align: center;
}
.buton-banner-alb a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #49494B;
	text-align: center;
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 30px;
	height: 30px;
	display: block;
     
	  transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}

.titlu-banner-alb, .titlu-banner-alb a
{
	font-size: 22px; 
	color: #FFF;
	text-decoration: none;
	 text-shadow: -1px 0 #49494B, 0 1px #49494B, 1px 0 #49494B, 0 -1px #49494B;
     
}

.text-banner
{
	font-size: 16px; 
	color: #000;
     
}

.buton-banner-alb a:hover
{
	background-color: #49494B;
	color: #FFF;
}


.buton-banner, .buton-banner2
{
	display: inline-block;
	text-align: left;
}
.buton-banner a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	color: #FFF;
	padding-left: 30px;
	padding-right: 100px;
	line-height: 50px;
	height: 50px;
	display: block;
     
	  transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
	border-radius: 5px;
	background-color: #198983;
	font-size: 15px;
	font-weight: 500px;
	background-image: url("images/buton-banner.svg");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #198983;
}

.buton-banner2 a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	color: #000;
	padding-left: 30px;
	padding-right: 100px;
	line-height: 50px;
	height: 50px;
	display: block;
     
	  transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
	border-radius: 5px;
	background-color: rgba(255,255,255,.30);
	font-size: 15px;
	font-weight: 500px;
	background-image: url("images/buton-banner2.svg");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #198983;
}

.buton-banner a:hover, .buton-banner2 a:hover
{
	background-color: #e4ad51;
}

.titlu-banner
{
    float: left;
    padding-left: 5%;
    width: 800px;
    max-width: 90%;
    text-align: left;
}


.titlu-banner em, .titlu-banner a em
{
	font-size: 24px!important; 
	color: #000;
	
    letter-spacing: 4px;
	font-weight: 300!important;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.3;
    letter-spacing: 2px;
}

.titlu-banner b, .titlu-banner a b, .titlu-banner strong, .titlu-banner a strong
{
    color: #000;
	font-weight: 800;
	font-size: 44px;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 1px;
}

.titlu-banner, .titlu-banner a
{
	font-weight: 800;
	font-size: 16px;
    color: #373637;
	text-transform: uppercase;
	line-height: 18px!important;
	letter-spacing:normal;
    text-shadow: none;
    text-decoration: none;
    text-align: left;
}


.titlu-banner a i
{
    display: inline-block;
    margin-top: 10px;
    background-color: #000;
    border-radius: 2px;
    height: 42px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}

.titlu-banner a i:hover
{
    background-color: #373637;
}



.titlu-banner-secundar em, .titlu-banner-secundar a em
{
	font-size: 40px!important; 
	color: #FFF;
    letter-spacing: 2px;
	font-weight: 300!important;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.1;
  text-shadow: 1px 1px 0px rgba(4, 24, 34, 0.7);
}

.titlu-banner-secundar b, .titlu-banner-secundar a b, .titlu-banner-secundar strong, .titlu-banner-secundar a strong
{
    color: #FFF;
	font-weight: 800;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 1px;
  text-shadow: 1px 1px 0px rgba(4, 24, 34, 0.7);
}

.titlu-banner-secundar, .titlu-banner-secundar a
{
	font-weight: 400;
	font-size: 20px;
    color: #FFF;
	line-height: 1.2!important;
	letter-spacing:normal;
    text-shadow: none;
    text-decoration: none;
  text-shadow: 1px 1px 0px rgba(4, 24, 34, 0.7);
}
.lista-banner
{
    list-style: none;
    padding-left: 50px;
    background-image: url("images/check.svg");
    background-size: 40px auto;
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    display: block;
}

.titlu-banner-secundar a i
{
    display: inline-block;
    margin-top: 20px;
    background-color: #e4ad51;
    border-radius: 8px;
    height: 36px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-shadow: none;
}

.titlu-banner-secundar a i:hover
{
    background-color: #373637;
}

.titlu-banner2-tot
{
	position: absolute;
	bottom: 10%;
	left: 5%;
	z-index: 5;
	width: 90%;
	text-align: left;
}

.titlu-banner2, .titlu-banner2 a
{
	font-size: 20px!important; 
	color: #000000;
	text-decoration: none;
     
	font-weight: 300!important;
	text-transform: uppercase;
	line-height: 1.1;
}

.titlu-banner2 b, .titlu-banner2 a b, .titlu-banner2 strong, .titlu-banner2 a strong
{
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 1.1;
}



.icon-sus a:hover
{
	opacity: .7;
	
}

.dimensiuni-drop
{
    position: absolute;
    top: 100%;
    left: 0;
    width: 104%;
    background-color: #FFF;
    z-index: 100;
    display: none;
    
}
.casuta-dimensiune a
{
	float:left;
	width: 23.5%;
	padding: 3.5%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 1%;
	border: 1px solid #dcdbdb;
	color: #000;
	background-color: #FFF;
	display: block;
	font-size: 14px;
	text-align: center;
      
	text-decoration: none;
}

.casuta-dimensiune a:hover
{ background-color: #dcdbdb;}

.casuta-dimensiune-select a
{
	float:left;
	width: 23.5%;
	padding: 3.5%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #dcdbdb;
	color: #000;
	display: block;
	background-color: #dcdbdb;
	margin: 1%;
	text-decoration: none;
	text-align: center;
      
	font-size: 14px;
}

.zoomtesatura
{
position: absolute; left: 0; top:0; width: 250px; height: 300px; z-index: 50; margin-left: -280px;
    background-color: #FFF;
    border: 1px solid #d7d7d7;
    display: none;
}

.zoomtesaturad
{
position: absolute; left: 0; top:0; width: 450px; padding-bottom: 10px; z-index: 50; margin-left: -480px;
    background-color: #FFF;
    border: 1px solid #d7d7d7;
    display: none;
}


.separator-produs
{
width: 100%;
    height: 1px;
    background-color: #e1e4e5;
    margin-bottom: 6px;
    margin-top: 6px;
}
.scroll-valoare
{
  background: transparent;
    border: none;
    outline: none;
      
     font-size: 13px;
    display: inline-block;
    text-align: center;
   
}

.buton-document a {
    font-size: 13px;
    color: #111;
    text-decoration: none;
    
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    width: 40%;
    padding-left: 9%;
    background-image: url(images/pdf.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 35px;
    display: block;
}

.numarpas
{
    float: left;
    margin-right: 25px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    border: 1px solid #c5c8b7;
    line-height: 30px;
    font-size: 18px;
    
    color: #c5c8b7;
    text-align: center;
}

.titlupas
{
    float: left;
    line-height: 32px;
    font-size: 18px;
    
    color: #000;
}


.buton-document a:hover
{
	background-color: #ebebeb;
}

.contact-sus a
{
    float: left;
    background-image:url("images/contact-sus.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 25px;
    padding-left: 32px;
    font-size: 14px;
    color: #8d8888;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    
    line-height: 32px;
}


.poza-testimoniali
{
	float:left;
	width: 65px;
	height: 65px;
	border: 3px solid #ebefef;
	box-shadow:0 1px 5px 0px rgba(37,32,31,.3);
	border-radius: 65px; 
-moz-border-radius:65px;
-webkit-border-radius: 65px;
behavior:url(/PIE.htc);	
	overflow: hidden;
}
.continut-testimoniali
{
	float:right;
	width: calc(100% - 100px);
}


.stea
{
	background-image: url(images/stea.png);
	background-size: 18px auto;
	margin-right: 1px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
    display: block;
    float: left;
}
.stea2
{
	background-image: url(images/stea2.png);
	background-size: 18px auto;
	margin-right: 1px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
    display: block;
    float: left;
}

.box
{
    display: inline-block;
  
}

.box a
{
    
     font-size: 14px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    text-align: center;
    
    color: #000;
    background-color: #FFF;
}

.box a:hover
{
   background-color: #000;
    color: #FFF;
}

.box2
{
     
     font-size: 14px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    text-align: center;
    
      background-color: #000;
    color: #FFF;
}


.banner-titlu-peste
    {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 30px;
        width: 180px;
        text-align: center;
        background-color: rgba(255,255,255,.70);
    }

.banner-titlu-peste3
    {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 30px;
        width: 180px;
        text-align: center;
        background-color: rgba(255,255,255,.70);
    }

.banner-titlu-peste2
    {
        position: absolute;
        z-index: 2;
        bottom: 9px;
        right: 30px;
        width: 180px;
        text-align: center;
        background-color: rgba(255,255,255,.70);
    }


.banner-titlu a
    {
        color: #000000;
        font-size: 22px;
        text-transform: uppercase;
         
        line-height: 23px;
        display: block;
        margin-top: 15px;
        font-weight: 300;
        margin-bottom: 15px;
        text-decoration: none;
    }

.banner-titlu a:hover
    
    {
       /* font-weight: 600;*/
    }

.banner-buton a
    {
         
        background-color: #000;
        color: #FFF;
        height: 32px;
        line-height: 32px;
        text-align: center;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
    }
.banner-buton a:hover
    
    {
        background-color: #ec1f27;
    }

.discount
{
position: absolute;
    z-index: 2;
    right: 20px;
    top: 0;
    height: 32px;
    line-height: 32px;
    background-color: #ec1f27;
    color: #FFF;
    font-size: 14px;
    
    min-width: 60px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}


.rapida
{
position: absolute;
    z-index: 2;
    left: 20px;
    top: 0;
    height: 26px;
    background-color:rgba(255,255,255,0.8);
    color: #000;
    font-size: 12px;
    padding-top: 6px;
    line-height: 11px;
    
    min-width: 60px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    background-image: url('/rapida.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 18px;
    padding-left: 34px;
}

.rapida2
{
    height: 26px;
    background-color:rgba(255,255,255,0.8);
    color: #000;
    font-size: 14px;
    line-height: 26px;
    
    min-width: 60px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    background-image: url('/rapida.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 18px;
    padding-left: 34px;
}

.text-newsletter
{
    outline: none;
    border: none;
    background:transparent;
	font-size: 14px;
	color: #FFF;
    height: 36px;
	line-height: 36px;
  	padding-left: 2%;
	display: inline-block;
	width: 82%;
	
    
}


.acord
{
	padding-top: 10px;
	font-size: 15px;
	color: #5ebcee;
}

.acord2
{
	font-size: 14px;
	color: #e4ad51;
}
.buton-newsletter
{
    border: none;
    outline: none;
    display: block;
    background-color: #000;
    border-radius: 2px;
    height: 42px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}

.buton-newsletter:hover
{
    background-color: #373637;
}

.titlu-alb-jos
{
    font-size: 24px;
    color: #FFF;
    
    text-transform: uppercase;
    line-height: 24px;
}

.titlu-blog-jos, .titlu-blog-jos a
{
    font-size: 14px;
    color: #FFF;
    
    text-transform: uppercase;
    line-height: 15px;
    text-decoration: none;
}

.titlu-blog-jos a:hover
{
    color: #ec1f27;
}


.data-blog
{
    color: #ec1f27;
    font-size: 16px;
    
    text-transform: uppercase;
    line-height: 16px;
}


.coloana-blog-jos
{
    float:left;
    width: 68.5%;
}

.coloana-contact-jos
{
    float:right;
    width: 28%;
}



.linie-jos
{
    background-color: rgba(0,0,0,.50);
    border-radius: 4px;
    padding: 15px; 
}

.linie-newsletter
{
    background-color: rgba(0,0,0,.50);
    border-radius: 4px;
    padding: 30px; 
}

.coloana1-banner
{
    float: left;
    width: 57.5%;
}
.coloana2-banner
{
    float: right;
    width: 42.5%;
}
.border-banner
{
    position: relative;
    border-bottom: 16px solid transparent;
    border-right: 16px solid transparent;
}

.border-index
{
    width: 1290px;
    margin: auto;
    max-width: 99%;
    border: 1px solid #e5e4e4;
    background-color: rgba(255,255,255,.70);
}


.bgd-index
{
    width: 1290px;
    margin: auto;
    max-width: 99%;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    padding-top: 40px;
    padding-bottom: 40px;
}



.bgd-index2
{
    width: 1290px;
    margin: auto;
    max-width: 99%;
    padding-top: 40px;
    padding-bottom: 40px;
}


    
    .bgd-alb-peste
    {
        background-color: rgba(255,255,255,.70);
        width: 890px;
        max-width: 90%;
        padding: 2.5%;
        border-radius: 4px;
        margin: auto;
        padding-top: 2%;
        padding-bottom: 2%;
    }

.contact-sus a:hover
{
    color: #FFF;
}

.casute-sus
{
position: absolute;
	right: 5%;
	top: 0;
}



.casuta-sus a
{
	text-decoration: none;
	font-size: 15px;
	text-align: left;
	display: block;
    color: #000;
    text-decoration: none;
    line-height: 34px;
    margin-top: 5px;
    position: relative;
}
.casuta-sus a strong
{
    font-weight: normal;
    color: #e4ad51
}

.casuta-sus
{
	text-align: center;
	float:right;
	margin-left: 5px;
}

.casuta-sus img
{
    height: 34px;
    width: auto!important;
    display: block;
    float: left;
    padding-right: 10px;
}


.casuta-sus a:hover
{
    filter: opacity(.8);
}

.meniu-mobil
{
position: relative;
}


.meniu-mobil-bgd
{
      border-radius: 4px;
  background-color: rgb(17, 116, 186);
position: absolute;
    z-index: 0;
    height: 98%;
    width: 200%;
    left: 0;
    top: 0;

}

.meniu-mobil-buton
{
	vertical-align: middle;
	margin-right: 2%;
}

.meniu-mobil-buton a
{
	margin-left: 12px;
    font-size: 14px;
    color: #241f20;
    text-decoration: none;
	
	vertical-align: middle;
    
    line-height: 18px;
    
}


.cont-sus a
{
    float: right;
    background-image:url("images/cont-sus.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 32px;
    padding-left: 40px;
    font-size: 14px;
    color: #8d8888;
    text-decoration: none;
    display: block;
    
    line-height: 32px;
}

.contact-sus a:hover, .cos-sus a:hover, .cont-sus a:hover
{
    color: #FFF;
}

.separator5
{
    height: 5px;
    clear: both;
}


.brandi
{
	float:left;
	text-align: center;
	width: 22.5%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 15px;
	background-color: #FFF;
    border: 1px solid rgba(0,0,0,.07);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06);
	padding-top: 15px;
	padding-bottom: 15px;
    height: 150px;
    white-space: nowrap;
    
    border-radius: 5px;
    background-color: #FFF;
}

.brandi:hover
{
    
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.11);
}

.brandi a
{
    text-decoration: none;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.brandi img {
    vertical-align: middle;
    max-height: 150px;
    max-width:90%;
	width: 150px;
    text-decoration: none;
}


.p12
{
    width: 12.5%;
    float: left;
}

.banda-gri
{
    padding-top: 10px;
    padding-bottom: 10px;
	background-color: #373637;
	width:100%;
}

.coloana1-jos
{
    float: left;
    width: 1080px;
    max-width: 100%;
}


.coloana2-jos
{
    float: left;
    width: 25%;
}

.coloana3-jos
{
    float: left;
    width: 15%;
}



.jos-tot
{
    width: 100%;
    background-color: #120a00;
	padding-top: 60px;
    padding-bottom: 80px;
	background-image: url("images/bgd-jos.webp");
	background-position: top-right;
	background-repeat: no-repeat;
    border-top: 10px solid #e4ad51;
	
}
.detalii, .detalii2
{
    display: inline-block;
}

.detalii a
{
    display: block;
    margin-top: 10px;
    background-color: #000;
    border-radius: 2px;
    height: 42px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}

.detalii a:hover
{
    background-color: #373637;
}



.detalii-buton
{
    border: none;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    background-color: #000;
    border-radius: 2px;
    height: 42px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}

.detalii-buton:hover
{
    background-color: #373637;
}

.detalii2 a
{
    display: block;
    margin-top: 10px;
    background-color: #000;
    border-radius: 2px;
    height: 42px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    
  background-image: -moz-linear-gradient( 90deg, rgb(55,149,196) 1%, rgb(23,134,196) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(55,149,196) 1%, rgb(23,134,196) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(55,149,196) 1%, rgb(23,134,196) 100%);


}

.detalii2 a:hover
{
    background-color: #373637;
}



.detalii-produs a
{
    padding-left: 26px;
    padding-right: 46px;
    background-size: auto 26px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #FFF;
    background-color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
	
      transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;  
}


.detalii-produs a:hover
{
    background-color: #49494b;
}


.detalii-produs2 a
{
    padding-left: 26px;
    padding-right: 46px;
    background-image: url("images/cos-sus.png");
    background-size: auto 26px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #FFF;
    background-color: #8d8888;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
	
      transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;  
}


.detalii-produs2 a:hover
{
    background-color: #000;
}

.text-jos
{
    
    color: #FFF;
    font-weight: 16px;
    text-align: left!important;
    line-height: 17px;
}

.text-blog-jos
{
    
    color: #6f6c6c;
    font-size: 14px;
    text-decoration: none;
    line-height: 15px;
}

.copy, .copy a
{
    
    color: #6f6c6c;
    font-size: 14px;
    text-decoration: none;
}

.copy a:hover
{
    color: #FFF;
}



.separator30
{
    height: 30px;
    clear: both;
}

.bgd-negru-index2
{
    background-image: url("images/alb.jpg");
    background-position: top;
    background-repeat: repeat-x;
    background-size: 10px 35px;
}
.bgd-negru-index3
{
    background-image: url("images/alb.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 10px 130px;
}

.banner-index
{
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 30.7%;
}

.titlu-banner-index a
{
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    font-size: 34px;
	
    display: block;
    line-height: 26px;
    background-color: #000;
    font-weight: 300;
    transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}


.titlu-banner-index strong
{
       font-size: 24px;
        font-weight: 600;
    line-height: 24px!important;
}





.titlu-banner-index2 a
{
    text-align: center;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-size: 34px;
	
    display: block;
    line-height: 26px;
    font-weight: 300;
    transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}


.titlu-banner-index2 strong
{
       font-size: 24px;
        font-weight: 600;
    line-height: 24px!important;
}


.titlu-banner-index3 a
{
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    font-size: 34px;
	
    display: block;
    line-height: 26px;
    font-weight: 300;
    transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}


.titlu-banner-index3 strong
{
       font-size: 24px;
        font-weight: 600;
    line-height: 24px!important;
}



.subcategorii-meniu-ascuns, .subcategorii-meniu-ascuns2
{ display: none;
}



.banner_tabs
{
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 10;
    width: 100%;
    text-align: center;
	list-style: none;
}
.banner1_s1, .banner1_s1 a , .banner1_s2, .banner1_s2 a , .banner1_s3, .banner1_s3 a , .banner1_s4, .banner1_s4 a , .banner1_s5, .banner1_s5 a , .banner1_s6, .banner1_s6 a , .banner1_s7, .banner1_s7 a , .banner1_s8, .banner1_s8 a , .banner1_s9, .banner1_s9 a , .banner1_s10, .banner1_s10 a 
{
	margin-right: 5px;
	border-radius: 20px; 
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	behavior:url(/PIE.htc);
	background-color:rgba(0,0,0,.40);
    color:rgba(0,0,0,.40);
	text-decoration: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	font-size: 1px;
	text-align: center;
	
	
}

.banner-tot
{
    position: relative;
    max-height: 98vh;
    background-color: #FFF;
	overflow: hidden;

}



.banner-tot2
{
    position: relative;
  
}



.buton-meniu-ascuns a {
	color:#000;
	text-decoration:none;
	
	font-size:16px;
    text-align: center;
	display:block;
	line-height: 45px;
	height: 45px;
    border-bottom: 1px solid #cecece;
    width: 100%;
    background-image: url("images/plus-sus.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 15px;
}



.buton-meniu-ascuns2 a {
	color:#000;
	text-decoration:none;
	
	font-size:14px;
    text-align: center;
	display:block;
	line-height: 45px;
	height: 45px;
    width: 100%;
    background-image: url("images/plus-sus.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 15px;
    border-bottom: 1px solid #FFF;

	
}

.buton-meniu-ascuns2 strong, .buton-meniu-ascuns strong
{
    font-weight: 600;
}


.subcategorii-meniu-ascuns
{
	background-color:#EEEEEE;
}
.subcategorii-meniu-ascuns2
{
	background-color:#F5F5F5;
}

#scroll {
    position:fixed;
    right:2%;
    bottom:5px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#fff;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
    
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#000;
}
#scroll:hover {
    /*background-color:#022336;*/
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


.sortare
{

width:100%;
height:32px;
	line-height: 32px;
behavior:url(/PIE.htc);

background-position:right;
background-repeat:no-repeat;
border: 1px solid #e3dfdf;
background-color:#FFF;
	
	font-size:12px;
	color:#6b666c;
	outline:none;
	 -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	background-image: url("images/plus-sus.svg");
	background-position: right 5px center;
	background-repeat: no-repeat;
    background-size: auto 10px;
    padding-right: 25px;
    border: none;
    border-bottom: 1px solid #e3dfdf;
	}



.text-tabel
{
font-size: 12px;
    line-height: 1.2;
}

.sortare2
{

width:100%;
height:20px;
    line-height: 1.2;
behavior:url(/PIE.htc);
font-weight: 600;
background-position:right;
background-repeat:no-repeat;
border: 1px solid #e3dfdf;
background-color:#FFF;
	
	font-size:12px;
	color:#6b666c;
	outline:none;
	 -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	background-image: url("images/plus-sus.svg");
	background-position: right 5px center;
	background-repeat: no-repeat;
    background-size: auto 10px;
    padding-right: 25px;
    border: none;
    text-align: center;
	}



 .grecaptcha-badge2{
	visibility: collapse !important;  
}

.ghid a {
    float: right;
    height: 20px;
    background-position: left;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    margin-top: 6px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    
}


.varianta
{
border-radius: 4px; 
-moz-border-radius:4px;
-webkit-border-radius: 4px;
width:99%;
height:32px;
behavior:url(/PIE.htc);
background-position: right 8px center;
background-repeat:no-repeat;
border: 1px solid #e3dfdf;
background-color:#FFF;
	background-size: auto 8px;
	
	font-size:12px;
	color:#6b666c;
	outline:none;
	padding-left:5px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url("images/drop.png");
    
	}


.casuta-blog
{
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
    margin-bottom: 25px;
}


.casuta-categorie
{
	width: 22.7%;
	margin-left: 1%;
	margin-right: 1%;
    display: inline-block;
}

.casuta-categoriex
{
	width: 33%;
    border: 1px solid transparent;
    display:inline-table;
	position: relative;
    overflow: hidden;
}

.poza-categorie
{
	border-radius: 450px; 
-moz-border-radius:450px;
-webkit-border-radius: 450px;
behavior:url(/PIE.htc);
	overflow: hidden;
}


.cont-sus a:hover, .cos-sus a:hover, .wish-sus a:hover, .buton-cauta:hover , .retea:hover
{
	opacity: 0.6;
}

.preturi-tot
{
	height: 30px;
	font-size: 16px;
	color: #e4ad51;
	line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.wish a
{
	display: block;
	position: absolute;
    bottom: 15px;
    right: 15px;
	width: 32px;
	height: 32px;
	text-decoration: none;
	background-image: url("images/wish-produs.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
    z-index: 2;
}

.wish a:hover
{
	background-image: url("images/wish-produs2.svg");
	background-size: 100% auto;
}

.wishp a
{
	display: block;

float: right;
    width: 32px;
	height: 32px;
	text-decoration: none;
	background-image: url("images/wish-produs.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
    z-index: 2;
    margin-top: 14px;
}

.wishp a:hover
{
	background-image: url("images/wish-produs2.svg");
	background-size: 100% auto;
}





.cos-produs a, .tel-produs a
{
	display: inline-block;
    padding-right: 40px;
    padding-left: 10px;
	height: 36px;
	text-decoration: none;
	background-image: url("images/cos-produs.svg");
	background-size: 24px auto;
	background-repeat: no-repeat;
    font-size: 14px;
    background-position: right 12px center;
    background-repeat: no-repeat;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #e4ad51;
    line-height: 36px;
}

.tel-produs a
{
   background-image: url("images/tel-produs.svg"); 
    background-size: 20px auto;
}

.cos-produs a:hover, .tel-produs a:hover
{
   background-color: #424242; 
}


.wish-select a
{
	display: block;
	position: absolute;
    bottom: 15px;
    right: 15px;
	width: 32px;
	height: 32px;
	text-decoration: none;
	background-image: url("images/wish-produs2.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
    z-index: 2;
}

.wishp-select a
{
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	margin-top: 5px;
	text-decoration: none;
	margin-left: 10px;
	background-image: url("images/wish-produs2.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.p45
{
	float:left;
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
}

.coloana1-blog
{
	width:46%;
	float:left;
}
.coloana1-blogi
{
	width:46%;
	float:left;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 25px;
}
.coloana2-blog
{
	width:46%;
	float:right;
}

.slider-tot, .slidere
{
    position: relative;
}

.casuta-poza
{
	position:relative;
	text-align: center;
	white-space: nowrap;
	/*background-color: #FFF;*/
	overflow: hidden;
	width: 100%;
	line-height: 0;
	vertical-align: middle;
    border-radius: 10px;
}
.casuta-poza img
{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.inapoi2 a {
    position: absolute;
    background-image: url(images/inapoi2.png);
    display: block;
    text-decoration: none;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    left: 0;
    top: 0;
    z-index: 3;
}

.inainte2 a {
    position: absolute;
    background-image: url(images/inainte2.png);
    display: block;
    text-decoration: none;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    right: 0;
    top: 0;
    z-index: 3;
}

#slider2{width:100%;height:80px;list-style:none;overflow-y:auto;overflow-x:hidden;}

.casuta-poza a
{
	text-decoration: none;
}
.casuta-poza-produs
{
	float:left;
	width: 18.5%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 5px;
		border: 1px solid #e3e4e8;
	border-radius: 3px; 
-moz-border-radius:3px;
-webkit-border-radius: 3px;
behavior:url(/PIE.htc);
	overflow: hidden;
	text-align: center;
}

#poza
{
	max-height: 600px!important;
	display: inline-block;
}
.pozaprinc
{
	text-align: center!important;
}


.poze-mici
{
	float:none;
	width: 100%;
	
}
.pretp2
{
	float:right; 
	width:60%;
    position: relative;
}

#prettot, #prettotx
{
	float:left; 
	width:40%;
}



.poza-mare
{
	float:left;
	width: 100%;
    min-height: 300px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e3e4e8;
    background-color: #FFF;
}

.poza-mare img
{
	max-height: 600px;
}


.mijloc-cos2 {
    width: 20%;
    float: right;
    margin-top: 20px;
    padding: 2%;
    margin-right: 4%;
    box-shadow: 0px 0px 10px #cecece;
    background-color: #FFF;
	border-radius: 8px;
}

.mijloc-cos {
    width: 56%;
    margin-left: 8%;
    margin-top: 20px;
    float: left;
    padding: 2%;
    box-shadow: 0px 0px 10px #cecece;
	border-radius: 8px;
}
.mijloc-mare {
    width: 100%;
    max-width: 100%;
	
}
#parinte {
    position: relative;
}

.coloana4-jos
{
    float:right;
    width: 48%;
    
}

.cumpara a
{
    font-size: 14px;
    color: #000;
    display: block;
    float:right;
    background-image: url("images/cos-produs.png");
    background-position: left;
    background-size: auto 32px;
    padding-left: 40px;
    background-repeat: no-repeat;
     
    margin-right: 2%;
    text-decoration: none;
    
    line-height: 32px;
}  




.cumpara a:hover
{
    background-image: url("images/cos-produs2.png");
    color: #ec1f27;
    
}









button
{
	
	-webkit-appearance: none;
}



.casuta-sortare
{
	float:right;
	width: 17%;
	padding-left: 3%;
}

.separator25
{
    height: 25px;
    clear: both;
}


.p50, .p50b
{
    float: left;
    width: 50%;
}







.banner-container
{
	width:100%;
	position: relative;
}


.banner-container2
{
	overflow: hidden;


}


.peste-poza-detaliu
{
	position:absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	z-index: 3;
	
}

.caracteristici2
{
    display: flex; align-items:center;
}


.casuta-marime
{
	float:left;
	width: 17.2%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	color: #474746;
	line-height: 20px;
	font-size: 14px;
	
	background: rgb(255, 255, 255); 
    background: rgba(255, 255, 255, .9);
	border: 1px solid #dad9df;
	margin-bottom: 1%;
	border-radius: 3px; 
-moz-border-radius:3px;
-webkit-border-radius: 3px;
behavior:url(/PIE.htc);
}


.casuta-marime:hover
{
    background-color: #54babb;
    color: #FFF;
}

.casuta-marime-fara
{
	float:left;
	width: 17.2%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
	
	background: rgb(255, 255, 255); 
    background: rgba(255, 255, 255, .9);
	border: 1px solid #dad9df;
	margin-bottom: 1%;
	border-radius: 3px; 
-moz-border-radius:3px;
-webkit-border-radius: 3px;
behavior:url(/PIE.htc);
	background-color:#dad9df;
	background-image: url(images/x.png);
	background-position: center;
	background-repeat: no-repeat;
}
.marimel2
{
	float:left;
	width: 30.2%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	color: #474746;
	line-height: 40px;
	font-size: 14px;
	
	background: rgb(255, 255, 255); 
    background: rgba(255, 255, 255, .9);
	border: 1px solid #dad9df;
	margin-bottom: 1%;
	border-radius: 3px; 
-moz-border-radius:3px;
-webkit-border-radius: 3px;
behavior:url(/PIE.htc);
	cursor:pointer;
}

.marimel2-select
{
	float:left;
	width: 30.2%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	
	background: rgb(255, 255, 255); 
    background: rgba(255, 255, 255, .9);
	border: 1px solid #dad9df;
	margin-bottom: 1%;
	border-radius: 3px; 
-moz-border-radius:3px;
-webkit-border-radius: 3px;
behavior:url(/PIE.htc);
	background-color:#000;
	cursor:pointer;
}

.preturi
{
    float: left;
    padding-left: 2%;
}

.marimel2-fara
{
	float:left;
	width: 30.2%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	
	background: rgb(255, 255, 255); 
    background: rgba(255, 255, 255, .9);
	border: 1px solid #dad9df;
	margin-bottom: 1%;
	border-radius: 3px; 
-moz-border-radius:3px;
-webkit-border-radius: 3px;
behavior:url(/PIE.htc);
	background-color:#dad9df;
	cursor:pointer;
	background-image: url(images/x.png);
	background-position: center;
	background-repeat: no-repeat;
}


ul {
	padding:0;
	margin:0;
}

#suggest {
	position:relative;
	float:left;
	width:310px;
}	

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.meniu-fix2
{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	
}
.tot-sus
{
	vertical-align: middle;
	display: block;
	position: relative;
}


.banda-butoane-w
{
  position: sticky;
    top: 0;
    z-index: 101;
    left: 0;
    width: 100%;
}


.mijloc
{

width: 1700px;
	display: block;
margin: auto;
max-width: 94%;}

a
{
    -webkit-tap-highlight-color: transparent;
}


#cookie
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 8px #cecece;
	z-index: 300;
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	
}


html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	outline:none;
}
	


.subtitlu-pagina-mic, h2
{
font-size: 24px !important;
  color: #000;
  letter-spacing: 4px;
  font-weight: 300 !important;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
}

h3
{
    color: #e4ad51;
    
}

.titlu-noutate a
{ text-align: center;
	color: #e4ad51;
	text-align: center;
	padding: 0;
	margin: 0;
	max-width: 100%;
    font-weight: 300;
	font-size: 30px;
    text-transform: uppercase;	
    text-decoration: none;
}


.subtitlu-pagina
{
	display: block;
    
	color: #000;
	padding: 0;
	margin: 0;
	max-width: 100%;
    font-weight: normal;
	font-size: 18px;
    text-transform: uppercase;
}



.cprodus
{
	float:left;
	width:25%;
	padding-right:0.5%;
	}	

.cprodus2
{
	float:left;
	width:52%;
	padding-right:0.5%;
	}	
.csterge
{
	float:left;
	width:2.6%;
	padding-right:0.5%;
	padding-top:10px;
	min-width:16px;
	text-align:center;
		
	float:right;
	}
.separator-cart
{
    height: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #DADADA;
}
.ccategorie
{
	float:left;
	width:20%;
	padding-right:0.5%;
 font-size: 13px;   
}
.ccantitate
{
	float:left;
	width:13.3%;
	padding-right:0.5%;

	}	

.cpret
{
	float:left;
	width:13.3%;
	text-align:left;
	}


.titlu-cos2
{
	padding-top:6px;
	padding-bottom:6px;
	color:#000;
	
	font-size:14px;
	font-weight:600;
    padding-left: 4px;
    padding-right: 4px;
	text-transform: uppercase;
    border-bottom: 1px solid #cecece;
	}	



	
.coloana2-produs
{
	float:right;
	width:50%;
	padding:2%;
	background-color: #FFF;
	border-radius: 6px;
		box-shadow: 5px 4px 8px 0px rgba(0, 0, 0, 0.16); 
	}
.camp-form, .camp-form3
{
	float:left;
	width:70%;
	}	
.separator10c2b
{
	height:5px;
	line-height:5px;
	margin-bottom:5px;
	border-bottom:1px solid #dcdbdb;
	clear:both;
	}
	
.separator10c2
{
	height:5px;
	line-height:5px;
	clear:both;
	}
.continut-form
{
	float:left;
	width:70%;	
	}	


.minus a
{
	float:left;
	width:20%;
	text-align:center;
	height:32px;
	font-family:Arial, sans-serif;
	font-size:24px;
	line-height:32px!important;
	color: #000;
	background:transparent;
	outline:none;
	border:none;
	cursor:pointer;
	border-right:1px solid #e4e4e4;
	text-decoration:none;
	display:block;
	}
.plus a
{
	float:right;
	width:20%;
	text-align:center;
	height:32px;
	line-height:32px!important;
	font-family:Arial, sans-serif;
	font-size:18px;
	background:transparent;
	outline:none;
	color: #000;
	border:none;
	cursor:pointer;
	border-left:1px solid #e4e4e4;
	text-decoration:none;
	display:block;
	}
.cant2
{
	float:left;
	background:transparent;
	outline:none;
	border:none;
	width:45%;
	height:32px;
	line-height:32px!important;
	font-family:Arial, sans-serif;
	text-align:center;
	font-size: 14px;
	}	
	
.cantitate
{
	height:32px;
	line-height:32px;
	border:1px solid #e4e4e4;
		border-radius: 4px; 
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	behavior:url(/PIE.htc);
	background-color:#FFF;
	font-family:Tahoma;
	font-size:13px;
	color:#000;
	width:120px;
	}		

.separator-sus
{
    float: left;
    width: 20px;
    margin-right: 20px;
    height:24px;
    margin-top: 10px;
    border-right: 1px solid #FFF;
    
}
.poza-noutate
{
	float:left;
	width: 40%;
	margin-right: 3%;
	margin-bottom: 15px;
		border: 1px solid #e3e4e8;
	border-radius: 3px; 
-moz-border-radius:3px;
-webkit-border-radius: 3px;
behavior:url(/PIE.htc);
	overflow: hidden;
	text-align: center;
	box-shadow: 0px 0px 8px #cecece;
	border-radius: 6px;
}
.umbra100
{
	padding:2%;
	box-shadow:0px 0px 5px #cecece;
	border-radius: 8px;
}
.umbra100c
{
	box-shadow:0px 0px 5px #cecece;
	border-radius: 8px;
    overflow: hidden;
}

.umbra1002
{
	box-shadow:0px 0px 5px #cecece;
	margin-bottom: 50px;
	  transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;

}

.umbra1002:hover
{
	box-shadow:0px 0px 8px #cecece;
}

.umbra100b
{
	padding:2%;
	border: 1px solid #e5e4e4;
background-color:#FFF;
    
}

.coloana21
{
	float:right;
	width:48%;
	padding:2%;

	}

.coloana22
{
	float:left;
	width:40%;
	min-width:170px;
padding:2%;


	}

.coloana222
{
	float:left;
	width:44%;
	padding-top: 0%;



	}

img, fieldset {
	border: 0;
}
.text li
{
	margin-left:15px;
}

.text p
{
    margin-bottom: 10px;
}

.text, .text a
{

    font-size: 16px;
    color: #000000;
	line-height: 1.4;
}


.texti, .texti a
{

    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.text2
{

    font-size: 14px;
    line-height: 16px;
    color: #6f6c6c;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
}


.istoric, .istoric a
{

    font-size: 14px;
    color: #000;
    text-decoration: none;
    line-height: 18px;
}



.ascuns
{
	display: none!important;
}



.titlu-mare-form2
{
	padding:0;
	margin:0;
	color:#bd3527;
	
	font-weight:400;
	font-size:20px;
	line-height:18px;
	padding-bottom:5px;
		margin:0;
	padding:0;
	font-weight:600;
	font-size:16px;
	color:#545050;
	line-height:38px;
	float:left;
	width:28%;

	background-position:left;
	background-repeat:no-repeat;
	}



.poza-blog-jos
{
    float: left;
    width: 33%;
}
.continut-blog-jos
{
    float: right;
    width: 63%;
}

.poza-blog img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.negru-sus
{ width:100%;}
#deasupra2
{
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.50);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	position:fixed;
	z-index:1130;
	}
#deasupra{
    width: 1200px;
    max-width: 96%;
    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    background-color: #FFF;
    z-index: 1135;

    padding: 30px;
    box-sizing: border-box;

    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
 box-shadow: 0 30px 80px rgba(0,0,0,0.25);
    overflow: auto;
    max-height: 90vh;
}

#deasuprao2
{
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.40);
	position:fixed;
	z-index:130;
    filter: blur(8px);
  -webkit-filter: blur(8px);
	}
#deasuprao
{
	width:30%;
	padding:0.5%;
	position:fixed;
	top:8%;
	background-color:#FFF;
	margin-left:34%;
	z-index:135;
		border-radius: 4px; 
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	behavior:url(/PIE.htc);
	box-shadow:0px 0px 10px #898888;
	overflow:auto;
	max-height:95%;
	}

.camp-form2
{
	float:left;
	width:70%;
	padding-top: 5px;
	}	


.titlu-pop-cc
{
	font-size: 22px;
	color: #000;
	/*text-shadow: 1px 1px black;*/
	font-weight: 700;
	text-decoration: none;
	
	line-height: 15px;
	display: block;
    padding-bottom: 25px;
	
}
.separator45
{
	height: 45px;
	clear: both;
}

.separator35
{
	height: 35px;
	clear: both;
}

.my-gallery
{
	padding:0;
	margin:0;
}

figure {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
	padding: 0px;
}

.zoomLens
{
border-radius: 200px; 
-moz-border-radius:200px;
-webkit-border-radius: 200px;
behavior:url(/PIE.htc);	
}

.mijloc-login
{
	width:480px;
	padding: 2%;
	max-width: 90%;
	margin: auto;
	box-shadow:0px 0px 10px #cecece; 
	border-radius: 8px;
}

.mijloc-cont
{
	width:1200px;
	padding: 2%;
	max-width: 96%;
	margin: auto;
	box-shadow:0px 0px 10px #cecece; 
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 425px;
	border-radius: 8px;
}

.fieldFormText
{
border-radius: 4px; 
-moz-border-radius:4px;
-webkit-border-radius: 4px;
width:95%;
behavior:url(/PIE.htc);
background-position:right;
background-repeat:no-repeat;
border: 1px solid #e3dfdf;
background-color:#FFF;
	 font-family: "Roboto", sans-serif;
	font-size:12px;
	color:#6b666c;
	outline:none;
	padding-left:5px;
	}			
.titlu-form
{
	
	margin:0;
	padding:0;
	font-weight:600;
	font-size:14px;
	color:#545050;
	line-height:48px;
	float:left;
	width:30%;
	}	
	
.camp-form5
{
	float:left;
	width:70%;
	}	
	
.separator10c2
{
	clear:both;
	height:10px;
	line-height:10px;
	}	
.fieldForm
{
border-radius: 4px; 
-moz-border-radius:4px;
-webkit-border-radius: 4px;
height:46px;
    line-height: 46px;
behavior:url(/PIE.htc);
background-position:right;
background-repeat:no-repeat;
border: 1px solid #e3dfdf;
background-color:#FFF;
	
	font-size:14px;
	color:#6b666c;
	outline:none;
	padding-left:5px;
	}
	
	
	
.fieldFormMic
{
border-radius: 4px; 
-moz-border-radius:4px;
-webkit-border-radius: 4px;
width:40%;
margin-left:10px;

height:46px;
    line-height: 46px;
behavior:url(/PIE.htc);
background-position:right;
background-repeat:no-repeat;
border: 1px solid #e3dfdf;
background-color:#FFF;
	
	font-size:14px;
	color:#6b666c;
	outline:none;
	padding-left:5px;
	}
.disponibilitate,
.disponibilitatef,
.disponibilitate2,
.disponibilitatef2 {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 14px 12px 42px;
    border-radius: 10px;
    position: relative;
    margin: 10px 0;
    font-weight: 500;
}

.disponibilitate,
.disponibilitatef {
    background: #eef9f1;
    color: #1e7e34;
    border: 1px solid #c6e9cf;
}

.disponibilitate::before,
.disponibilitatef::before {
    content: "✓";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.disponibilitate2,
.disponibilitatef2 {
    background: #fdeeee;
    color: #b42318;
    border: 1px solid #f5c2c0;
}

.disponibilitate2::before,
.disponibilitatef2::before {
    content: "⚠";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.pozaauto
{
	max-width:100%;
	max-height: 100%;
}

.casuta-galerie
{
	float:left;
	width: 18.5%;
	margin-right: 1%;
	margin-bottom: 15px;
		border: 1px solid #e3e4e8;
	border-radius: 3px; 
-moz-border-radius:3px;
-webkit-border-radius: 3px;
behavior:url(/PIE.htc);
	overflow: hidden;
	text-align: center;
	box-shadow: 0px 0px 8px #cecece;
}


.casuta-tesatura
{
    float: left;
    width: 23%;
    padding: 1%;
   
   
}

.casuta-tesatura-select
{
    float: left;
    width: 23%;
    padding: 1%;
   background-color: #BFBFBF;
   border-radius: 5px;
}


.casuta-tesatura50
{
    width: 90px;
    padding: 1%;
	float: left;
   
   
}

.casuta-tesatura50-select
{
    float: left;
    width: 48%;
    padding: 1%;
   background-color: #BFBFBF;
   border-radius: 5px;
}

.casuta-tesaturar
{
    float: left;
    width: 23%;
    padding: 1%;
   
   
}

.casuta-tesaturar-select
{
    float: left;
    width: 23%;
    padding: 1%;
   background-color: #BFBFBF;
   border-radius: 5px;
}



.casuta-tesatura2
{
    float: left;
    width: 14.5%;
    padding: 1%;
   
   
}

.casuta-tesatura2-select
{
    float: left;
    width: 14.5%;
    padding: 1%;
   background-color: #BFBFBF;
   border-radius: 5px;
}

.rotund
{
  border-radius: 350px;
    overflow: hidden; 
    margin-bottom: 5px;
}



.casuta-tesatura2:hover
{
   
     background-color: #BFBFBF;
}


.casuta-poza
{
	position:relative;
	text-align: center;
    width: 100%;
}
.casuta-poza-produs
{
	float:left;
	width: 18.6%;
	margin-left: 0.5%;
	margin-right: 0.5%;
    margin-top: 5px;
	margin-bottom: 5px;
		border: 1px solid #e3e4e8;
	border-radius: 3px; 
-moz-border-radius:3px;
-webkit-border-radius: 3px;
behavior:url(/PIE.htc);
	overflow: hidden;
	text-align: center;
}




.ascuns
{
	display: none;
}


.clear
{
	clear:both;
}
.separator15
{
	height:15px;
	clear: both;
}
.separator16
{
	height:16px;
	clear: both;
}

.meniu-tot
{
    text-align: right;
    float: right;
}


/*------------------------MENIU-----------------*/	
	
.rosu, .rosu a
{
    color: #e4ad51;
}
	
.myMenu {
	list-style:none;
	margin:0;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
    text-align: right;
    position: relative;
}
	
.myMenu li {
	list-style:none;
	margin-top:0;
	padding-top:0px;
	padding-bottom:0px;
	display:inline-block;
    position: relative;
}



.myMenu li a:link, .myMenu li a:visited {
	color:#000;
	text-decoration:none;
	font-size:14px;
	display:block;
	line-height: 82px;
    font-weight: 400;
text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 6px;
}

.myMenu li a:hover {
    background-color: #e4ad51;
    
}
.text ul li
{
    list-style: none;
	padding-left: 30px;
	overflow: hidden;
    margin-left: 5px;
    background-image: url("images/list.svg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 20px;
        font-size:18px;
    color: #e4ad51;
}
/*style the sub menu*/
.myMenu li ul {
	position:absolute;
    top: 100%;
    left: 0px;
	visibility:hidden;
	color: #FFF;
	display: block;
	
    backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	
	background-color: rgba(255,255,255,.60);
    border-radius: 0px 0px 5px 5px;
	z-index:200;
	width: 100%;
    min-width: 250px;
    
	  transition: all 0s ease;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-o-transition: all 0s ease;
    padding-bottom: 20px;
    padding-top: 20px;

  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06);
}

.myMenu li ul li  {
	
	background-image: none;
	display:block;
	border-radius: 0px; 
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
	behavior:url(/PIE.htc);
	text-align: left;
	font-size: 14px!important;
	line-height: auto!important;
	height: auto;
	transition: all 0s ease;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-o-transition: all 0s ease;
    text-transform: none;
}


.myMenu li ul li a:link, .myMenu li ul li a:visited {
	
	border-right:none;
	background-image: none;
	color:#000;
	text-decoration:none;
	font-size:14px;
	display: block;
	line-height: 1.2;
	font-weight:300;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:none!important;
	margin-bottom:4px;
	display:block;
	height: auto;
	border-radius: 0px; 
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
	behavior:url(/PIE.htc);
	text-align: left;
    transition: all 0s ease;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-o-transition: all 0s ease;
     text-transform: none;
    margin-right: 0;
}


.myMenu li ul li a:hover {
	background-color:#e4ac50;
	background-image: none;
	display:block;	
    transition: all 0s ease;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-o-transition: all 0s ease;
}	


.p33
{
	float:left;
	width: 30%;
	margin-left: 1.5%;
	padding-right: 1.5%;
}



.p33j
{
	float:left;
	width: 33%;
}





.buton-sortare a
{
	font-size: 13px;
	color: #000000;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	text-decoration: none;
	
	border-bottom: 1px solid #ebebeb;
}

.buton-sortare-select a
{
	font-size: 13px;
	color: #000000;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	text-decoration: none;
	
	border-bottom: 1px solid #ebebeb;
	background-color: #ebebeb;
}


.buton-sortare a:hover
{
	background-color: #ebebeb;
}

.titlu-sortare2 a
{
	font-size: 15px;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	
}


.titlu-sortare
{
	font-size: 15px;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	
}




.text img
{
    max-width: 100%;
	height: auto!important;
}
.promotii
{
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    width: 45px;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 15px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
	font-weight: 500;
    
  border-radius: 50%;
  background-color: #e4ad51;
    border:3px solid rgba(255,255,255,.36);


    
}

.promotiic
{
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	behavior:url(/PIE.htc);
	text-align: center;
	background-color: #5ab6d7;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	font-size: 14px;
    
	line-height: 1.3;
	padding-top: 4px;
	padding-bottom: 4px;
	 z-index: 21;
}

.oferta2
{
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 45px;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
	font-weight: 500;
    
  border-radius: 50%;
  background-color: #e4ad51;
    border:3px solid rgba(255,255,255,.36);


    
}

.titlu-jos
{
    
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.buton-newsletter2
{
    padding-left: 16px;
    padding-right: 16px;
	background-color: #e4ad51;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #FFF;
	border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
	background-position: right;
	background-repeat: no-repeat;
	background-size: 46px auto;
      transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
	border: none;
	outline: none;
}

.buton-newsletter2:hover
{
    background-color: #000;
}


.buton-newsletter3
{
	background-color: #e4ad51;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #FFF;
	border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
	background-image: url("images/detalii.svg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 46px auto;
      transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
	border: none;
	width: 97%;
	text-align: center;
	outline: none;
}

.buton-newsletter3:hover
{
    background-color: #000;
}

.buton-newsletter4
{
    outline: none;
    border: none;
    background: transparent;
    
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    height: 32px;
    line-height: 32px;
    float: left;
	width: 95%;
    background-color: #cecece;
}




.nou
{
    display: block;
    margin: auto;
    width: 50px;
    z-index: 2;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #e4ad51;
    font-size: 14px;
	font-weight: 500;
  border-radius: 9px;
    border: 1px solid #e4ad51;
    margin-bottom: 10px;
    
}



.nou-gol
{
    height: 20px;
  margin-bottom: 10px;
    
}

.nou2
{
    display: block;
    position: absolute;
    top: 0px;
    left: 25px;
    z-index: 2;
    width: 56px;
    background-color: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    
}

.pretv
{
    display: inline-block;
	text-decoration: line-through;
	font-weight: 400;
    padding-right: 10px;
}


.pret, .preti
{
	
	font-weight: 700;
	display: inline-block;
}

.titlu-categorie a
{
  font-size: 18px;
  color: #000;
  line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    height: 50px; 
    overflow: hidden;
    font-weight: 700;
}



.titlu-categorie a:hover
{
    color: #e4ad51;
}



.alegevarianta a
{
    color: #e4ad51;
    font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
    
    text-decoration: none;
    display: block;
    height: 16px;
	line-height: 24px;
	overflow: hidden;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
    margin-bottom: 15px;
   
}

.alegevarianta img
{
	height: 24px;
	float: left;
	padding-right: 10px;
}



.descriere-noutate
{
	max-height: 136px;
	overflow: hidden;
	font-size: 16px;
	color: #3f4447;
	line-height: 1.2;
}

.casuta-produs, .casuta-produsi
{
	float:left;
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
	margin-bottom: 25px;
	padding-bottom: 25px;
	margin-top: 25px;
	background-color: #FFF;
  background-color: rgb(255, 255, 255);

	
}






.casuta-produs33
{
	float:left;
	width: 23.8%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
	margin-bottom: 30px;
	
	behavior:url(/PIE.htc);
	/*min-height: 510px;*/
}





.casuta-coloana1
{
	margin-top: 10px;
	box-shadow:0 1px 3px 0px rgba(37,32,31,.3);
	background-color: #FFF;
	padding: 5%;
}

.coloana2
{
	float:right; 
	width: 75%;
}
.coloana1
{
	float: left;
	width: 22%;
}



.separator20
{
	clear: both;
	height: 20px;
}

.separator40
{
	clear: both;
	height: 40px;
}

.separator10
{
	clear: both;
	height: 10px;
}

.banner2-1
{
padding-right: 7px;
position: relative;
}
.banner2-2
{
padding-left: 7px;
position: relative;
}


.separator15
{
	clear: both;
	height: 15px;
}

.poza-zoom
{
	overflow:hidden;
	position: relative;
}


.poza-zoom img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    width: 100%;
    display: block;
}

.poza-zoom:hover img {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}



.poza-zoomb
{
	overflow:hidden;
	position: relative;
}


.poza-zoomb img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.poza-zoomb:hover img {
    -webkit-transform:scale(1.02); /* Safari and Chrome */
    -moz-transform:scale(1.02); /* Firefox */
    -ms-transform:scale(1.02); /* IE 9 */
    -o-transform:scale(1.02); /* Opera */
     transform:scale(1.02);
}
.ascuns2, .ascuns3
{
    display: none;
}

.bgd-gri
{
	background-color: #f2efee;
    overflow: hidden;
    clear: both;
  display: flex;
  align-items: center;
 

}

@media screen and (max-width: 1800px) {
        .myMenu li a:link, .myMenu li a:visited {
	margin-right:1px;
            margin-left: 1px;
            padding-left: 5px;
  padding-right: 5px;
font-size: 12px;
}
    
    .myMenu li ul
    {
        left: 1px;
    }
   
}
@media screen and (max-width: 1500px) {
        .myMenu li a:link, .myMenu li a:visited {
	margin-right:1px;
            margin-left: 1px;
            padding-left: 3px;
  padding-right: 3px;
font-size: 11px;
}
    
    .myMenu li ul
    {
        left: 1px;
    }
   
    
    .butonsearch, .butoncalendar{

  padding-left: 10px;
  padding-right: 40px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  background-position: right 10px center;
  background-size: 24px auto;
}
    
    
       .buton-cos-produs a{
     
           padding-left: 10px;
           padding-right: 10px;
           background-image: none;
           
           
           
  font-size: 13px;
  background-position: left 5px center;
  background-size: 20px auto;
}
   
    
     .buton-detalii-produs a {
     
           padding-left: 10px;
           padding-right: 10px;   
  font-size: 13px;
}
    
    .titlu-venue a {
  font-size: 24px;
}
    
    .buton-form a ,  .buton-form-select a {
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  padding-left: 14px;
  padding-right: 14px;
  margin-right: 6px;
}
    .padding-tot {
  padding: 0 0px 0px 30px;
}
    
    .padding-cautare {
  padding-left: 30px;
  padding-right: 3%;
}
}

@media screen and (max-width: 1200px) {
    
    
    .top-cardi
{
    float: left;
    width: 32.3%;
    margin-left: .5%;
    margin-right: .5%;
    margin-bottom: 40px;
    min-height: 540px;
    
}

    
    .venues-stanga {
  float: left;
  width: 98%;
  padding-top: 10px;
}
    
    .venues-dreapta {
  float: right;
  width: 98%;
}
    

    
.banner-secundar
{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    
    background-size:cover;
}

	
	
	.titlu-newsletter, .copyright, .copyright a, .meniu-jos a
	{
	font-size: 13px;
	}
	.titlu-newsletter
	{
		font-size: 16px;
		font-weight: 600;
}
	.buton-banner a
{
	
	font-size: 13px;
	
	padding-left: 20px;
	padding-right: 60px;
	line-height: 30px;
	height: 30px;
}
	
	.deascuns3
	{
		display: none;
	}

.buton-banner2 a
{
	
	font-size: 13px;
	
	padding-left: 20px;
	padding-right: 60px;
	line-height: 30px;
	height: 30px;
	
}
    
.buton-meniu a
	{
		padding-left: 7px;
		padding-right: 7px;
	}
    
    
    .titlu-banner
	{
		font-size: 24px!important;
		line-height: 1.2;
		
	}
	
	.cerc-sus
	{
		width: 100%;
		float: none;
		margin: auto;
	}
	

	
	
	.titlu-banner strong, .titlu-banner b
	{
	font-size: 32px!important;
	}
     

    .titlu-banner-index a, .titlu-banner-index2 a, .titlu-banner-index3 a
{
    font-size: 24px;
    line-height: 16px;
}


.titlu-banner-index strong, .titlu-banner-index2 strong, .titlu-banner-index3 strong
{
       font-size: 16px;
    line-height: 16px!important;
}
    

    
    .myMenu li a:link, .myMenu li a:visited {
	padding-right:4px;
	padding-left: 10px;
        font-size: 14px;

}
    
.peste-banner-jos
    {
        bottom: 5px;
    }
    
    

    
    
    
      
    
		#deasupra, #deasuprao
{
	min-height: 80vh;
	}	
	.ascuns2
    {
        display: block;
    }
	
	
	

   .dreapta-logo
    {
        width: 74%;
    }
    
        .myMenu li a:link, .myMenu li a:visited {
	margin-right:2px;
            margin-left: 2px;
            padding-left: 8px;
  padding-right: 8px;
            font-size: 12px;

}
    
    .casuta-categorie {
  width: 22.5%;
}
    
    .p40
    {
width: 96%;
        margin-bottom: 30px;
    }
    .p55
    {
 width: 97%;   
    }
    
}


 @media screen and (max-width: 980px) {
     .calendar-linie {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  align-items: center;
}
     
     .poza-calendar
{
    width: 100%;
    float: left;
}

.continut-calendar
{
    width: 100%;
    margin-left: 0;
    float: right;
}
.continut2-calendar
{
    width: 100%;
    margin-left: 0%;
        float: left;
}
.butoane-calendar
{
    width: 100%;
    margin-left: auto;
    text-align: center;
        float: right;
}
     
         
    .top-cardi
{
    float: left;
    width: 49%;

    
}
     
     .poferta1, .poferta2 {
  width: 90%;
         margin-left: 5%;
  float: left;
}
         
        .myMenu li a:link, .myMenu li a:visited {
	
            font-size: 11px;

}
     
     
     .bgd-testimoniale, .bgd-blog
     {
     width: 96%;
         margin-bottom: 20px;
     }
	.coloana1-jos, .coloana2-jos
     {
width: 90%;
         margin-left: 5%;
     }
     
    
	 
	 .stanga-noutate-index {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
	 
	 
	 .poza-noutate-index {
  float: none;
  width: 100%;
  z-index: 0;
  position: relative;
}
	 .titlu-categorie a {
  font-size: 14px;
}
	 

	 
	 #produsewish
{
    position: absolute;
    top: 15%;
    right: 15%;
    width: 14px;
    height: 14px;
    color: #FFF;
    text-decoration: none;
    background-color: #e4ad51;
    text-align: center;
    line-height: 14px;
     
    font-size: 6px;
    border-radius: 50%;
    display: none;
	z-index: 10;
    
}
	 
	 
	 
	 
	 	.buton-banner a, .buton-banner2 a
	{
		background-image: none;
		padding-right: 10px;
		padding-left: 10px;
		
	}



	 
	 
	 
	 
	 
	 .titlu-banner2, .titlu-banner2 a
{
	font-size: 16px!important; 
}

.titlu-banner2 b, .titlu-banner2 a b, .titlu-banner2 strong, .titlu-banner2 a strong
{
	
	font-size: 25px;
	
}
	 
	 .cerc-sus
	 {
		 width: 60%;
	 }
	
	 
	 .deascuns2
	 {
		display: none;
	 }
	 
	 .casuta-newsletter {
  width: 29%;
  
}

	 .p20
	 {
	width: 50%;
	 }
	 
	 .p202
	 {
	width: 50%;
	 }
	 
	 .separator-galerie
	 {
	display: none;
	 }
	 
	 

	 
	 
	 .cumpara a
{
    font-size: 10px;
   
}  


       
    
	      .detalii-produs2 a
{
    padding-left: 10px!important;
    padding-right: 46px;
   text-align: left!important;
    font-size: 12px;
   
}
    

     

       
.separator16
    {
        height: 6px;
    }
    .banner-titlu-peste333, .banner-titlu-peste23
    {
        display: none;
    } 
	 
	 
	 .pret, .preti {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
}
	 

	 .alegevarianta a {
  font-size: 13px;
	 }
     .coloana2-jos
     {
margin-bottom: 20px;
     }
        .coloana3-jos
{
    float: left;
    width: 15%;
    margin-left: 5%;
}
	 
}

@media screen and (max-width: 850px) {

    
    .titlu-pagina-l {
  font-size: 32px;
}

  #banner{
    max-height: none;            
    height: auto;
    display: block;
  }

  #banner img{
    width: 100%;                
    height: auto;
    max-height: none;
  }
    
    
     .banda-butoane{
    flex-wrap: wrap;        /* permite 2 rÃ¢nduri */
  }

  .buton-video-wrap{
    order: 1;               /* vine primul */
    width: 100%;
    margin-left: 0;
      max-width: 100%;
    justify-content: flex-end;
    margin-bottom: 8px;     /* spaÈ›iu faÈ›Äƒ de pill */
  }

  .pill-butoane{
    order: 2;               /* vine sub */
    width: 100%;
    justify-content: flex-start;
  }


    .retele-jos
    {
        width: 100%;
    }
    
.flex-jos
{
 display: block;
        text-align: center;
}
    .flex-jos img
    {
        max-width: 100%; 
        display: inline-block;
        text-align: center;

    }
    
 .titlu-pagina, .titlu-pagina-alb, h1 {
  font-size: 35px;

}

    .poza-vip {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
    
     .coloana3-jos {
    width: 42%;
         margin-bottom: 30px;
  }
    
    
    
    .bgd-gri {
  display: block;
}
    
    continut-vip {
  width: 90%;
  margin-left: 5%;
        margin-right: 5%;
  padding-top: 30px;
  padding-bottom: 30px;
}
    
    continut-vip2 {
  width: 90%;
  margin-left: 5%;
        margin-right: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
}
    
.buton-form a, .buton-form-select a {
  
    padding-left: 14px;
    padding-right: 14px;
    margin-right:8px;

}
  
    
    .casuta-serviciu
    {
        width: 280px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    
     .poferta1, .poferta2 {
    width: 98%;
    margin-left: 1%;
    float: left;
  }
    
    .p25j {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
    .icon-jos {

  width: 100%;
        margin-bottom: 30px;
}
    
    
    
    .poza-serviciu {
  width: 100%;
}
    
    .continut-serviciu {
  float: left;
  padding: 5%;
  width: 90%;
}
    
    .cauta-tot
    {
        width: 240px;
    }
    
    
    .p50l {
  float: left;
  width: 100%;
}

	
	.casuta-industrii {
  width: 100%;
  float: left;
}

	
	.inapois2, .inaintes2
	{
		display: none!important;
	}
	
 

	.buton-newsletter {
		font-size: 12px;
		padding-left: 1%;
    padding-right: 1%;
		width: 12.5%;
	}
	
 

    
	
	.icon-jos
	{
		overflow-wrap: break-word;
	}
    
    .text-tabel
    {
overflow-wrap: break-word;
    
    }
	
	.casuta-sus
	{
		margin-left: 10px;
	}
	
	.casute-sus
	{
right: 1%;
	}
	
	
		.casuta-brand {
  
  width: 120px;
		line-height: 50px;
height: 50px;
}

	
		.swipe {
  overflow: hidden;
  visibility: visible;
  position: relative;
	
	overflow-x: scroll;
}
.swipe-wrap {
  overflow: visible;
	display: inline-flex;
  position: relative;
	width: auto;
}
.swipe-wrap > div {
  width:auto;
	float: none;
	display: inline-flex;
  position: relative;
	text-align: left;
}	
		
	.casuta-produs,.casuta-produs2, .casuta-produs33, .casuta-produsi,.casuta-produsi2
{
	float:left;
	width: 330px;
	position: relative;
	min-height: auto;
	margin-right: 1.5%;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
}
	
	
	
	.peste-banner-jos {

  padding-bottom: 20px;
 
  min-height: 0px;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
}
	
	.bullet-recomandari {
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
	

  
    
    .titlu-banner em, .titlu-banner a em, .titlu-banner-secundar em, .titlu-banner-secundar a em
    {
        font-size: 20px!important;
    }
    
    .titlu-banner-secundar strong, .titlu-banner-secundar a strong {
        font-size: 24px!important;
    }
    
    .titlu-banner-secundar, .titlu-banner-secundar a
    {
    font-size: 14px!important;
    }
    
    .titlu-newsletter
    {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .separator-jos
    {
        margin: auto!important;
        margin-bottom: 20px;
    }
    
    .meniu-mobil-bgd
    {
       display: none!important;
    }
    
     .myMenu li ul
    {
        
    min-width: 300px;
    }
    
    .myMenu li ul li {
        min-height: 10px;
    }
    
    
      .myMenu li ul li a, .myMenu li ul li a {
 
    padding: none!important;
    }
	
    .continut-produse
{
	float: right;
	width: 98%;
	padding-right: 1%;
}

.filtrare
{
	
	width: 94%;
	margin-bottom: 20px;
}
	
	
	.codpromo
{
	position: relative;
	top: 0;
	left: 0;
	width: 80%;
	margin: auto;
	margin-top: 20px;
}
	
	.csterge
	{
		float: right;
		width: 16%;
		padding-top: 0px!important;
	}
	
	.ccantitate
	{
		width: 55%;
	}
	
	#cautare-drop
	{
		display: none;
	}

	
	.casute-sus
{
position: absolute;
	right: 2%;
	top: 0px;
}
	
	 .cerc-sus
	 {
		 width: 100%;
	 }
	 
	 .casuta-sus
	 {
			width: 12%;
		 padding: 0;
		 margin: 0;
	 }
	 
	 .buton-categorii a, .buton-meniu a
	 {
		 font-size: 13px;
		 line-height: 30px;
		 height: 30px;
	 }
	 
	 .buton-categorii img, .buton-meniu img
	 {
		 height: 16px!important;
	 }
	 
	 .cerc-sus
{

	border: none;
	border-radius: 50%;
	margin-left: 1%;
}


	 
	
	.meniu-categorii-intern
    {
        display: block;
        background-color: none;
        border: none;
        z-index: 200;
        margin-top: -10px;
		box-shadow: none;
		position: relative;
    }
    
	
	
	
	   .titlu-banner, .titlu-banner a
	{
		font-size: 14px!important;
		line-height: 1.2;
		
	}
	
		.titlu-banner strong, .titlu-banner b
	{
	font-size: 16px!important;
	}
	
	
	.buton-banner a, .buton-banner2 a
	{
		background-image: none;
		padding-right: 10px;
		padding-left: 10px;
		
	}
	
	/*.wish a, .cos-produs a
{
	width: 26px;
	height: 26px;
	
	margin-left: 5px;
	
}
.cos-produs a
	{
		margin-top: 11px;
	}

*/

	.cautare-drop {
    width: 180px;
    
}
    
    
    .banner-titlu a
    {
        font-size: 12px;
       
        line-height: 12px;
        margin-top: 5px;
        font-weight: 300;
        margin-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        
    }


.banner-buton a
    {
        height: 16px;
        font-size: 12px;
     
        line-height: 16px;
        text-align: center;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        display: none;
    }
    
    .banner-titlu-peste, .banner-titlu-peste2
    {
        width: auto;
        margin-top: 0!important;
    }
    
    .banner-titlu-peste2
    {
    bottom: 0!important;
        right: 10px!important;
    
    }
    
    
    .casuta-poza-produs
{
	width: 18.2%;
}
   
    .camp-form5
    {
        width: 100%;
    }
    
    .coloana-blog-jos, .coloana-contact-jos, .poza-blog-jos, .continut-blog-jos, .buton-newsletter
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    
   .casuta-newsletter,  .buton-newsletter
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    
 .bgd-index, .bgd-index2
{
    padding-top: 15px;
    padding-bottom: 15px;
}   
    
    .casuta-sus
	{
		width: 42px;
	}

	
	
	
	body
	{
		background-image: none;
	}

.contact-sus
{ display: none;
    }
    
.dreapta-logo
{
    float: right;
    width: 58%;
}
    
    .ghid a {
    font-size: 11px;
        margin-top: 10px;
    }
	
	.text-alb {
  max-height: 1000px;
}
	
	.poza-despre
	{
		width: 42.8%;
		margin-bottom: 20px;
	}
     .p33j {
		 text-align: center;
    width: 80%;
    padding-left: 10%;
		 margin-bottom: 30px;
  }
	

	


.titlu-paginai
{
	font-size: 14px;
	font-weight: 600;
}   

.casuta-marime, .casuta-marime-fara
{
	width: 21%;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 12px;
}


 
    
    
    
    
.banner-index1
{
    width: 100%;
    margin-bottom: 25px;
}

.banner-index2
{
    width: 100%;
}
    
    
    
    
    


 


	.banner-index
{
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    margin-bottom: 30px;
}
	
		.coloana1-jos, 		.coloana2-jos
	{
		width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 15px;
		padding: 0;
	}
	.buton-newsletter
	{
		margin-left: 0px;
	}
	
	
    .p12
{
    width: 25%;
    float: left;
}
    
	#slider2{width:100%;height:140px;list-style:none;overflow-y:auto;overflow-x:hidden;}
	
	
	
.casuta-blog
	{
		width: 96%;
		margin-bottom: 30px;
	}

	
	
	
	.casuta-categorie
{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 25px;
	float: left;
}
    
    
    .casuta-categoriex
{
	width: 100%;
}
	



.casuta-cauta
{
	height: 36px;
	line-height: 36px;
}
.buton-cauta
{
	height: 36px;
	background-size: auto 18px;
	width: 36px;
}
    
	
	.padding-cautare
    {
        padding-left: 10px;
        padding-right: 10px;
    }
	
    .p50, .p40, .p60
	{
		width: 100%;
	}
    
	.banner2-1, .banner2-2
	{
		padding-right: 0;
		padding-left: 0;
	}
	
	.banner2-1
	{
		margin-bottom: 15px;
	}
    
	.titlu-banner-tot
	{
		position: relative;
		width: 100%;
		left: 0;
		top: auto;
		padding-top: 20px;
		
	}
    
    .casuta-produs,.casuta-produs2, .casuta-produs33, .casuta-produsi,.casuta-produsi2
{
	float:left;
	width: 47.3%;
	position: relative;
	min-height: auto;
	margin-right: 1.5%;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
}
	
	
	
	    .casuta-produsi, .casuta-produsi2
{
	
	width: 220px;
	
}
    

    .casuta-poza
	{
		height: 200px;
	}


    


.myMenu li ul
	{
		display:none;
	}
	
.myMenu li a:link, .myMenu li a:visited {
	font-size:12px;
	padding-right:3px;
	padding-left: 3px;
	display:inline-table;
	line-height: 46px;
	height: 46px;

}
	
	.myMenu li ul li a:hover {
	background-color:#dcdbdb;
	display:block;	
}		

	.myMenu {
	float:none;
	list-style:none;
	margin:0;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
		text-align: left;
		
}
	
.myMenu li {
	float:none;
	list-style:none;
	margin-top:0;
	padding-top:0px;
	display: block;
	
	padding-bottom:0px;
}


.myMenu li a:link, .myMenu li a:visited {
	float:none;
	background-color: none;
	background-image: none;
	border-radius: 0px; 
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
	behavior:url(/PIE.htc);
	
	font-size:15px;
	color:#000;
	border-bottom:1px solid #e2dfdf;
	text-decoration:none;
	padding-left:0px;
	padding-right:0px;
	border-right:none;
	height:auto;
	
	line-height:46px;
	font-weight:400;
	padding-top:6px;
	padding-bottom:6px;
	padding-left: 6px;
	padding-right: 6px;
	display:block;
	margin:0px;

}


.myMenu li a:hover {
}

/*style the sub menu*/
.myMenu li ul {
	position:relative;
	margin-left:-1px;
	visibility:visible;
	background-color:transparent;
	padding:0;
	margin-top:0;
    left: 0;
    
	padding-left:10px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index:100;
	width:100%;
	display:block;
	background-image:none;
	margin:0px;
	min-height:auto;
	height:auto;
	border:none;
	padding-top:6px;
	padding-bottom:6px;
	padding-left: 6px;
    min-width: auto!important;
}

.myMenu li ul li {
	
	float:none;
	width: 100%;
	
}

.myMenu li ul li a:link, .myMenu li ul li a:visited {
	
	border-right:none;
	background-image:none;
	text-shadow:none;
	border-bottom:1px solid #e2dfdf;	
	
	line-height:17px;
	text-align:left;
	width:88%;
	height:auto;
	float:none;
	display:block;
	
	font-size:15px;
	color:#000;
	display:block;
}

.myMenu li ul li a:hover {
	display:block;	
}	
	
	
	.meniu-mobil
{
	position:fixed;
	display:block;
	top:0px;
	left:-95%;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	
	background-color: rgba(255,255,255,.80);
	width:92%;
	overflow:hidden;
	z-index:150;
	height: 100%;
	}
	
.meniu-mobil2
{
	position:fixed;
	display:block;
	top:00px;
	left:0;
		backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	
	background-color: rgba(255,255,255,.80);
	width:92%;
	padding:4%;
	overflow:auto;
	height: 100%;
	z-index:150;
	}	


	.deascuns
	{
		display: none!important;
	}
.deascunsx
	{
		display: none;
	}

	.ascuns
	{
		display: block!important;
	}
	

	
	.coloana2
	{
		clear: both;
		float: none;
		width: 100%;
	}
	
	
	.coloana1
	{
		clear: both;
		float: none;
		width: 100%;
	}
	.coloana22,.coloana222, .coloana21
	{
		clear: both;
		width: 100%;
		padding:0%;
		margin-bottom: 20px;
        box-shadow: none;
	}
	.camp-form
{
	width:60%;
	}	
	
.titlu-mare-form2
{
	clear:both;
	width:92%;
	float:none;
	}
	
.titlu-mare-form3
{
	clear:both;
	width:92%;
	height:5px; 
	line-height:5px;
	float:none;
	}	
	
.continut-form
{
	clear:both;
	width:90%;
	float:none;
	}	
	
.continut-form
{
	clear:both;
	width:90%;
	float:none;
	}	
	
.camp-form2
{
	float:none;
	width:100%;
	}
	

.titlu-form
{
	width:40%;
	}	
	.coloana2-produs
{
	clear:both;
	width:92%;
	padding:4%;
    margin-right: 0%;
	box-shadow:none;
	margin-top:20px;
	}		
	
.cprodus2
{
	float:left;
	width:90%;
	padding-left:2.5%;
	}

  

 



    .casuta-sortare
{
	float:right;
	width: 95%;
	padding-right: 2.5%;
	margin-bottom: 10px;
}
    .text img
{
    max-width: 94%;
    padding-right: 3%;
    padding-left: 3%;
	height: auto!important;
}
    
	.p45
{
	float:left;
	width: 90%;
	margin-bottom: 35px;
	margin-left: 5%;
	margin-right: 5%;
}
	
	
    .poza-noutate
{
	width: 100%;
	margin-right: 0%;
	}
  
    
    .mijloc-cos {
    width: 96%;
    margin-left: 0%;
    margin-top: 20px;
    float: left;
    padding: 2%;
    box-shadow: 0px 0px 10px #cecece;
		border-radius: 8px;
}
      	
	.coloana1-blog, .coloana2-blog, .coloana1-blogi
{
	width:100%;
	margin: 0;
	margin-bottom: 30px;
}  
	


    
.text, .text a
    {
        font-size: 14px;
    }
	
	.banner_tabs
{
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 10;
    width: 100%;
    text-align: center;
	list-style: none;
}
    .brandi
{
	width: 47%;
	}
	.ascunsinline
{
	display: inline-block;
}
    
.bgd-alb-peste
    {
       
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
    }
	
	.stanga-banner50, .dreapta-banner50 {
    display: inline-block;
    vertical-align: middle;
	width:100%;
}

	


input[type="text"], input[type="submit"], input[type="button"], input[type="text"], button
	{
		-webkit-appearance: none;
		-webkit-border-radius:0px;
	}
	
	
	.suggestionsBox {
	position: absolute;
	left: 0px;
	top:100%;
	width:100%;
	max-width:320px;
	margin: 0px 0px 0px 0px;
	padding:0px;
		margin-top: 4px;
	background-color: #fff;
	box-shadow: 1px 3px 3px #888888;
	border:1px solid #FFF;
	z-index:130;
}
	
	

	
 .pretp2
	{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 90%;
		background-color: #FFF;
		z-index: 50;
		padding-left: 5%;
		padding-right: 5%;
			-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
	}
    
    
	
.cprodus
{
	float:left;
	width:80%;
	padding-right:0.5%;
	}

.swipe {
  overflow: hidden;
  visibility: visible;
  position: relative;
	
	overflow-x: scroll;
}
.swipe-wrap {
  overflow: visible;
	display: inline-flex;
  position: relative;
	width: auto;
}
.swipe-wrap > div {
  width:auto;
	float: none;
	display: inline-flex;
  position: relative;
	text-align: left;
}	
.cantmob
    {
        float: left;
        width: 80%;
    }
    
    	.butoncos
    {
        width: 100%;
        text-align: center;
    }
	
    .buton-cosxx
    {
width: 80%;
        text-align: center;
    }
    
.meniu-fix
{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
    background-color: #FFF;
	z-index: 121;
    border-bottom: 2px solid #1aa49f;
}
    
    .banda-sus
{
	position: relative;
	z-index: 120;
}
    
    .wish a:hover
{
	background-image: url("images/wish-produs.svg");
}

    .continut-produs
    {
        min-height: 110px;
    }
    .pret
    {
font-size: 14px;
    }
    
   
  
#contact, .coloana22
    {
       width: 90%;
        margin-left: 5%; 
    }
	
	.camp-form3
	{
		width: 100%;
	}
	
	
	.promotii
{
	top: 10px;
	right: 15px;
	height: 24px;
    line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;

}
 .promotiic
{
	top: 10px;
	right: 15px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;

}
    
    .titlu-banners a
    {
        font-size: 14px !important;
    line-height: 1.2;
    }
	

    
    .noutate-tot {
  position: relative;
  background-position: top right;
  background-size: 95% 100%;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}
    
    
      .casuta-cauta {
    height: 36px;
    line-height: 36px;
          font-size: 12px;
  }
    
  

    
    
    .alegevarianta
    {
        
        display: none;
    }
	.poza-mare {
        min-height: 150px;
    }
	.nou
{
    top: 10px;
    left: 15px;
    width: 46px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
	}
    
    .icon-sus a strong
    {
        display: none!important;
    }
    .cpret {
  float: right;
  width: 40%;
  text-align: right;
}
    
.p32
{
    width: 100%;
}

}


@media screen and (max-width: 650px) {
    
        .top-cardi
{
    float: left;
    width: 99%;
min-height: 100px;
    
}
    
    
    .titlu-produs a
    {
height: 41px;
    }
    
    .descriere-produs {
  height: 66px;
}
    
    .ccategorie
{
	width:89%;
	padding-right:0.5%;
    margin-bottom: 20px;
}
    .p60l
	{width:98%;
	margin-bottom: 30px;
		padding: 0;
	}
	.p39l
	{
		width: 98%;
		padding: 0;
		border-right: none;
	}
    
    .inaltime-login
{
	min-height:auto;
}
    
}




