@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body
{
	min-width:320px;
	height:100%;
	font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.umbra-coloana2-jos {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.549);
  box-shadow: 0px 1px 27px 0px rgba(0, 0, 0, 0.18);
    padding: 20px;
}

.meniu-destinatii
{
   float: left!important; width: 50%!important;
}
.tot-destinatii
{
    width: 400px!important;
}
.pret
{
    font-size: 26px;
    color: #6aa93a;
    text-align: center;
    display: block;
}

.fieldcautare {
    position: relative;
    width: 100%;
}

.fieldcautare select {
    width: 100%;
    padding: 10px 12px 10px 45px; /* în stânga loc pt icon */
    border: 1px solid #c2d8e3;
    border-radius: 3px;
    height: 36px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: 12px center; /* icon în stânga */
    background-size: 20px auto;       /* icon 20px */
    color: #434040;
    font-size: 14px;
    cursor: pointer;

    /* ascunde stilul nativ (inclusiv săgeata pe mobil) */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* în loc de săgeata nativă */
.fieldcautare::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 10px;
    height: 6px;
    transform: translateY(-50%);

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    /* săgeată mică (o poți înlocui și aici) */
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' width='10' height='6' xmlns='http://www.w3.org/2000/svg'><path d='M0 0 L5 6 L10 0'/></svg>");
}



.fieldcautaret {
    position: relative;
    width: 100%;
}

.fieldcautaret input {
    width: 100%;
    padding: 10px 12px 10px 45px; /* loc pentru icon în stânga */
    border: 1px solid #c2d8e3;
    border-radius: 3px;
color: #434040;
    font-size: 14px;
    background-color: #FFF;
    box-sizing: border-box; 
     height: 36px;
    line-height: 36px;
}

.input-icon-img {
    position: absolute;
    left: 12px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    pointer-events: none; /* ca să nu blocheze click-ul în input */
}


.number-box {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 140px;
     border: 1px solid #c2d8e3;
    border-radius: 3px;
color: #434040;
    font-size: 14px;
    background-color: #FFF;
}

.number-box input {
    width: 36%;
    text-align: center;
    font-size: 14px;
    border: none;
     height: 36px;
    line-height: 36px;
    outline: none;
    padding: 8px 0;
    border-left: 0;          /* separare între minus și input */
    border-right: 0;         /* separare între input și plus */
    box-sizing: border-box;
    appearance: textfield;
}

/* scoate spinner-ele default */
.number-box input::-webkit-outer-spin-button,
.number-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.num-btn {
    width: 42px;
    height: 36px;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #64a436;
}


.minus {
    background: none;
    border: none;
    outline: none;
    border-right: 1px solid #64a436;
}

.plus {
    background: none;
    border: none;
    outline: none;
    border-left: 1px solid #64a436;
}

.buton-cautare
{
    padding: 0px 20px 0px 40px; 
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
outline: none;
    border: none;
  border-radius: 4px;
  background-image: url("/images/cauta-sus.svg"), -moz-linear-gradient( 0deg, rgb(25,92,149) 0%, rgb(43,127,179) 31%, rgb(60,161,208) 64%);
  background-image: url("/images/cauta-sus.svg"), -webkit-linear-gradient( 0deg, rgb(25,92,149) 0%, rgb(43,127,179) 31%, rgb(60,161,208) 64%);
  background-image: url("/images/cauta-sus.svg"), -ms-linear-gradient( 0deg, rgb(25,92,149) 0%, rgb(43,127,179) 31%, rgb(60,161,208) 64%);
  background-position: 12px center, center; /* poza în stânga, gradientul normal */
  background-size: 24px 24px, cover;
  background-repeat: no-repeat;
  height: 38px;
    line-height: 38px;
    cursor: pointer;
}

.buton-cautare:hover
{
  background-image: url("/images/cauta-sus.svg"), -moz-linear-gradient( 0deg, rgb(88,154,45) 1%, rgb(116,177,66) 100%);
  background-image: url("/images/cauta-sus.svg"), -webkit-linear-gradient( 0deg, rgb(88,154,45) 1%, rgb(116,177,66) 100%);
  background-image: url("/images/cauta-sus.svg"), -ms-linear-gradient( 0deg, rgb(88,154,45) 1%, rgb(116,177,66) 100%);
     background-position: 12px center, center; /* poza în stânga, gradientul normal */
  background-size: 24px 24px, cover;

}

.casuta-cautare
{
    float: left;
    width: 18%;
    padding-right: 1%;
}
.casuta-cautare2
{
    float: left;
    width: auto;
}

.casuta-cautare3
{
    float: right;
    width: auto;
    padding-top: 20px;
}

input {
    accent-color: #74b142;
}
.poza-testimoniale
{
    float: left;
    width: 25%;
    border-radius: 50%;
    overflow: hidden;
}

.nume-testimoniale
{
    font-size: 16px;
    color: #6aa93a;
    text-transform: uppercase;
    float: left;
    max-width: 40%;
}

.cautare-peste-banner {
   
     position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    z-index: 4;
}

/* starea inițială, în fluxul paginii */
.umbra-cautare {
  position: relative;
  border-radius: 4px;
  background-color: rgba(255,255,255,.80);
  box-shadow: 0px 1px 27px rgba(0,0,0,0.31);
  padding: 2%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 14px;
  color: #434040;

  transition:
    top 0.15s ease,
    left 0.15s ease,
    width 0.15s ease,
    height 0.15s ease,
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

/* starea temporară – îl fixăm la poziția exactă */
.umbra-cautare.fixed-start {
  position: fixed !important;
  margin: 0 !important;
}

/* starea finală: overlay central */
.umbra-cautare.is-overlay {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
 height: auto !important; /* ce ai cerut */
  max-height: 90vh;        /* ca să nu iasă în afara ecranului */
  overflow: auto;
  max-width: 90%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  overflow: auto;
}

.titlu-cautare
{
  font-size: 36px;
   color: #195c95;
  font-weight: bold;
  line-height: 1.2;
   text-shadow: 3.152px 2.463px 0px rgba(255, 255, 255, 0.69);
 text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}

hr {
    border: 0;
    border-top: 1px solid #edf3f8; /* gri */
}

.titlu-testimoniale
{
    float: right;
    font-size: 20px;
    color: #195c95;
    font-style: italic;
    font-weight: 600;
    text-align: right;
}

.continut-testimoniale
{
    float: right;
    width: 70%;
}

.padding-coloana1-jos
{
    padding-left: 24%;
    
}
.albpeste
{
	background-image: url("loading.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1100;
}

.separator-sageti
{
    display: inline-block;
    width: 300px;
    max-width: 20%;
    height: 20px;
}

.casuta-why
{
    width: 19.5%;
    padding-left: 2.7%;
    padding-right: 2.7%;
    display: inline-block;
    vertical-align: top;
}

.private-transfer
{
    background-color: #6aa93a;
    position: relative;
    overflow: hidden;
}

.poza-private
{
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background-position: bottom center;
    background-size: cover;
}

.continut-private
{
    float: right;
    width: 50%;
}

.continut-private2
{
    padding: 40px;
    width: 580px;
    max-width: calc(100% - 80px);
    
}


.bgd-why {
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  color: #fff; /* text alb peste imagine */
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 500px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

.titlu-why
{
    color: #6aa93a;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    height: 42px;
    overflow: hidden;
    text-align: center;
}

.text-why
{
    color: #FFF;
    font-size: 14px;
    line-height: 1.2;
    height: 120px;
    overflow: hidden;
    text-align: justify;
}



.poza-why
{
    display: inline-block;
    width: 70px;
    padding: 15px;
    border: 2px solid #6aa93a;
    border-radius: 50%;
}

.poza-why img
{
    width: 100%;
    display: block;
   filter: grayscale(1) brightness(0) invert(1);
}

/* overlay albastru semi-transparent, sub text */
.bgd-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 15, 26, 0.7); /* albastru închis 70% opac */
  z-index: 0; /* sub conținut */
}

/* conținutul din interior */
.bgd-why > * {
  position: relative;
  z-index: 1; /* peste overlay */
}

.sus-tot
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.galerie1
{
	float: left;
	width: 53%;
	padding-top: 110px;
}

.bgd-newsletter
{
  
  background-image: -moz-linear-gradient( -90deg, rgb(135,205,253) 0%, rgb(124,189,242) 59%, rgb(112,173,231) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(135,205,253) 0%, rgb(124,189,242) 59%, rgb(112,173,231) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(135,205,253) 0%, rgb(124,189,242) 59%, rgb(112,173,231) 100%);
 padding-top: 26px;
    padding-bottom: 26px;

}

#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;
}

.bgd-noutati
{
    background-image: url("images/bgd-noutati.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
}

.noutate-index
{
    float: left;
    width: 400px;
    max-width: 98%;
    margin-left: 1%;
}

.data-noutate
{
    font-size: 15px;
    color: #83c7f9;
    font-weight: 600;
}

.titlu-noutatei a
{
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #228e88;
    text-transform: uppercase;
}
.titlu-noutatei a:hover
{
    color: #000;
}



.titlu-pag a
{
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    color: #195c95;
    height: 56px;
    overflow: hidden;
    display: block;
    line-height: 1.2;
}

.titlu-pag a:hover
{
    color: #6eac3d;
}

.descriere-pag
{
    font-size: 14px;
    line-height: 1.3;
    color: #434040;
    height: 65px;
    overflow: hidden;
    text-align: center;
}

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


.casuta-pag, .casuta-pagi
{
    display: inline-block;
   width: calc(16.66% - 6px);
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
}
.poza-destinatii
{
    border-radius: 8px;
    overflow: hidden;
}

.poza-pick
{
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.casuta-destinatii, .casuta-destinatii-i
{
    display: inline-block;
    width: calc(16.66% - 6px);
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
}

.casuta-pick, .casuta-pick-i
{
    display: inline-block;
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f1f2f5;
    border-radius: 6px;
}

.continut-pag
{
    padding: 8%;
}

.dreapta-meniu {
  position: absolute;
right: 0;
    top: 8px;
}

.limbi {
  position: relative;
    display: block;
    float: right;
}

.cautare
{
    float: right;
    padding-right: 24px;
    margin-right: 24px;
    position: relative;
}

.cautare img
{
    height: 28px;
    display: block;
}

.steag {
  float: left;
  margin-right: 10px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  overflow: hidden;
    border: 1px solid #FFF;
}


.limbi a {
  color: #FFF;
  line-height: 28px;
  font-size: 16px;
  text-decoration: none;
  background-image: url("images/drop-limbi.svg");
  background-position: right;
  background-size: auto 7px;
  background-repeat: no-repeat;
  padding-right: 20px;
  display: block;
    text-transform: uppercase;
    cursor: pointer;
}

.limbi a:hover
{
    color: #3a5c1f;
}


#limbidrop, #limbidrop2 {
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
   backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255,255,255,.40);
  padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
  z-index: 5;
    border-radius: 12px;
    display: none;
}
#limbidrop a, #limbidrop2 a {
    color: #000;
}

#limbidrop a:hover, #limbidrop2 a:hover {
    color: #3a5c1f;
}

.bgd-meniu
{
  background-image: -moz-linear-gradient( -90deg, rgb(135,205,253) 0%, rgb(124,189,242) 59%, rgb(112,173,231) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(135,205,253) 0%, rgb(124,189,242) 59%, rgb(112,173,231) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(135,205,253) 0%, rgb(124,189,242) 59%, rgb(112,173,231) 100%);
  padding-top: 10px;
    padding-bottom: 10px;
}

.cont1 a
{
  border-radius: 2px;
 background-color: #3a5c1f;
  height: 42px;
    text-decoration: none;
    display: block;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 18px;
    font-size: 14px;
    color: #ffffff;
    line-height: 42px;
    float: right;
}

.cont1 a:hover
{
    background-color:#228e88;
}

.cont1 img, .cont2 img
{
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    padding-right: 6px;
    width: auto;
}

.cont2 a
{
  border-radius: 2px;
 background-color: #FFF;
  height: 42px;
    text-decoration: none;
    display: block;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 18px;
    font-size: 14px;
    color: #3a5c1f;
    line-height: 42px;
    float: right;
}

.cont2 a:hover
{
    background-color:#f7f8f9;
}

.casuta-blog
{
    float: left;
    width: 49%;
    margin-left: .49%;
    margin-right: .49%;
    background-color: #f3f4f5;
    margin-bottom: 20px;
}

.continut-blog {

    padding: 3%;
    padding-top: 30px;
}

.titlu-blog a
{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    line-height: 1.2;
    height: 45px;
    overflow: hidden;
}

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

.container-banner-50-tot {
  display: table;
  width: 100%;
background-color: #3a5c1f;
    border-bottom: 10px solid #FFF;
    overflow: hidden;
}
.container-banner-50 {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

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


.bgd-avantaje
{
    background-color: #437098;
    padding-top: 40px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.casuta-avantaje
{
    display: block;
    float: left;
    width: 28%;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.poza-avantaj
{
    background-image: url("images/poza-avantaj.svg");
    padding: 18%;
    margin: 10%;
    text-align: center;
    display: block;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -5%;
}

.titlu-avantaj a
{
    text-decoration: none;
    font-size: 28px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.1;
    height: 96px;
    overflow: hidden;
    text-align: center;
    display: block;
    
}

.titlu-avantaj a:hover
{
    color: #000;
}

.text-avantaj
{
    height: 118px;
    overflow: hidden;
    line-height: 1.2;
    font-size: 16px;
}


.text-blog
{
	  height: 118px;
    overflow: hidden;
    line-height: 1.2;
    font-size: 16px;
}



.poza-index1
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36%;
    z-index: 3;
}


.poza-index2
{
    position: relative;
    float: left;
    
    width: 38%;
    margin-left: 31%;
    border-bottom: 10px solid #FFF;
    z-index: 2;
}

.poza-index3
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    border-left: 10px solid #FFF;
    z-index: 1;
}

.titlu-servicii-index a
{
    font-size: 36px;
    color: #e8a848;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}

.titlu-servicii-index a:hover
{
    color: #000;
}

.portofoliu-tot
{
background-color: #83c7f9;
}

.portofoliu-titlu1
{
    font-size: 50px;
    color: #FFF;
    
}

.portofoliu-titlu a
{
    font-size: 20px;
    color: #252c34;
    text-transform: uppercase;
    text-decoration: none;
    
}
.portofoliu-continut
{
float: right;
    width: 420px;
    padding-right: 30px;
    max-width: 30%;
}

.portofoliu-poza
{
    float: right;
    width: 60%;
    border-left: 20px solid #FFF;
    position: relative;
}



.fieldOferta
{
    width: 42%;
    height: 70px;
    background: transparent;
    background-color: #FFF;
    border: none;
    outline: none;
    padding-left: 3%;
    padding-right: 3%;
    color: #000;
    font-size: 16px;
    border-radius: 5px;

}
.fieldOferta2
{
    width: 94%;
    height: 70px;
    background: transparent;
    background-color: #FFF;
    border: none;
    outline: none;
    padding-left: 3%;
    padding-right: 3%;
    color: #000;
    font-size: 16px;
    border-radius: 5px;

}

.fieldOfertaText
{
    width: 94%;
    padding-top: 3%;
    height: 120px;
    background: transparent;
    background-color: #FFF;
    border: none;
    outline: none;
    padding-left: 3%;
    padding-right: 3%;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    font-family: "Figtree", sans-serif;

}

.mijloc-oferta
{
    width: 880px;
    max-width: 100%;
    margin: auto;
    color: #FFF;
}

.titlu-oferta
{
    float: left;
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
}
.titlu-oferta strong
{
    font-size: 50px;
    font-weight: 500;
}

.oferta-tot
{
    background-image: url("images/bgd-oferta.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    background-color: #42525d;
    padding-bottom: 40px;
}


.titlu-factsc
{
 margin: auto;   
    display: inline-block;
}

.titlu-facts
{
    width: 140px;
    border: 1px solid #FFF;
    background-color: #2b2726;
    height: 140px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    display:table-cell;
    color: #FFF;
   
}

.key-facts
{
    position: relative;
    padding-top: 68px;
    padding-bottom: 68px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    overflow: hidden;
}

.bgd-pilots
{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 3.152px 2.463px 21px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    border-right: 1px solid #FFF;
}
.poza-pilots
{
    float: right;
    width: 60%;
}

.continut-pilots
{
    float: left;
    padding: 2%;
    width: 36%;
    
}

.casuta-noutate {

  border-radius: 3px;
  background-color: rgb(254, 254, 254);
  
  box-shadow: 0px 0px 46px 0px rgba(21, 19, 19, 0.22);
  width: 48%;
 margin-left: 1%;
 margin-right: 1%;
margin-bottom: 30px;
    display: inline-block;
    overflow: hidden;
    	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}

.casuta-noutate:hover
{
    
  box-shadow: 0px 0px 46px 0px rgba(21, 19, 19, 0.42);
}




.casuta-noutate2 {

  background-color: rgb(254, 254, 254);
  box-shadow: 0px 0px 46px 0px rgba(21, 19, 19, 0.22);
  width: 48%;
 margin-left: 1%;
 margin-right: 1%;
margin-bottom: 30px;
    display: inline-block;
    overflow: hidden;
    	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}

.casuta-noutate2:hover
{
    
  box-shadow: 0px 0px 46px 0px rgba(21, 10, 10, 0.22);
}
.casuta-pagina {

  background-color: rgb(254, 254, 254);
  
  width: 98%;
 margin-left: 1%;
 margin-right: 1%;
margin-bottom: 30px;
    display: inline-block;
    overflow: hidden;
    	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}

.casuta-pagina:hover
{
    
  box-shadow: 0px 0px 46px 0px rgba(21, 19, 19, 0.22);
}

.poza-pagina
{
    float: right;
    width: 45%;
}

.continut-pagina
{
    float: left;
    width: 55%;
}

.continut-noutate
{
    padding: 22px;
}


.subtitlu-noutate
{
font-size: 22px;
line-height: 1.1;
display: block;
height: 50px;
    overflow: hidden;
    font-weight: 300;
    color: #2b2726;
    text-decoration: none;
    text-align: left;
}


.titlu-noutate a
{
font-size: 21px;
line-height: 1.1;
display: block;
height: 90px;
    overflow: hidden;
    font-weight: 700;
    color: #83c7f9;
    text-decoration: none;
    text-align: left;
}

.titlu-noutate a:hover
{
    color: #2b2726;
}

.text-noutate
{
    height: 79px;
    overflow: hidden;
line-height: 1.2;
    color: #011a23;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

.text-pagina
{
    height: 176px;
    overflow: hidden;
line-height: 1.2;
    color: #011a23;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}



.p16
{
    width: 16.66%;
    float: left;
}


.galerie2
{
	float: right;
	width: 44%;
}

.continut-despre
{
    float: left;
    width: 44%;
    padding:2.5%;
    text-align: left;
}

.bgd-despre
{
    background-image: url("images/bgd-gri.webp");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 62% 100%;
    position: relative;
    
}

.poza-despre
{
    float: right;
    padding-top: 80px;
    width: 45%;
}

.casuta-icon-jos
{
	float: left;
	width: 25%;
	font-size: 15px;
	line-height: 1.1;
	padding-top: 10px;

}
.casuta-icon-jos a
{
	text-decoration: none;
	color: #000;
}
.casuta-icon-jos strong
{
	color: #2b2726;
}

.poza-icon-jos
{
	float: left;
  border-radius: 50%;
	background-color: #FFF;
	box-shadow: 0px -1px 40px 0px rgba(0, 0, 0, 0.2);
  width: 62px;
  height: 62px;
  text-align: center;
	line-height: 62px;
	margin-right: 10px;
	margin-top: -10px;
}

.poza-icon-jos img
{
	max-width: 50%;
	max-height: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}



.text-newsletter
{
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	padding-left: 12%;
	padding-right: 2%;
    width: 85%;
	background: transparent;
	border: none;
	outline: none;
	color: #FFF;
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: auto 24px;
}


.banda-verde
{
	padding:12px;
    background-color:#74b142;
}

.poza-home
{
	float: left;
	width: 46%;
	padding-top: 80px;
	position: relative;
	z-index: 1;
}

.bgd-echipa
{
	background-image: url("images/bgd-echipa.webp");
	background-repeat: no-repeat;
	background-position: top;
	background-color: #f5f5f5;
	padding-bottom: 20px;
	border-bottom: 3px solid #2b2726;
}

.casuta-echipa
{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
}

.poza-echipa
{
	display: inline-block;
  border-style: solid;
  border-width: 3px;
  border-color: rgb(255, 255, 255);
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0px -1px 40px 0px rgba(0, 0, 0, 0.2);
  width: 154px;
  max-width: 90%;
	overflow: hidden;
}
.titlu-echipa a
{
	font-weight: 600;
display: block;
text-align: center;
	font-size: 15px;
	color: #b22229;
	text-decoration: none;
}





.titlu-echipa a:hover
{
	color: #000;
}

.continut-home
{
	float: right;
  border-radius: 2px;
  box-shadow: 0px -1px 40px 0px rgba(0, 0, 0, 0.2);
	width: 48%;
	padding: 3%;
	background-color: #FFF;
	position: relative;
	z-index: 2;

}


.linie-titlu
{
	width: 520px;
	max-width: 98%;
	margin: auto;
	text-align: center;
	background-image: url("images/linie-titlu.svg");
	background-size: 1px;
	background-position: center;
	background-repeat: repeat-x;
}

.titlu-linie
{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
}





.centru-tot
{
	width: 100%;
	overflow: hidden;
	
}


.meniu-fix
{
	position:sticky;
	top:0px;
	left:0px;
	width: 100%;
	z-index: 5;
}



.meniu-tot
{
    position: relative;
    text-align: right;
	background-color: #87b53b;
}



/*------------------------MENIU-----------------*/	
.myMenu {
	list-style:none;
	margin:0;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
    text-align: right;
    width: 100%;
    cursor: pointer;
		
}
	
.myMenu li {
	list-style:none;
	margin-top:0;
	padding-top:0px;
	padding-bottom:0px;
    display: inline-block;
	vertical-align: top;
    
    
}
.myMenu li a {
	
	display: inline-block;
    font-weight: 400!important;
        color: #FFF;
    text-decoration: none;
  padding-left: 8px;
padding-right: 8px;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 6px;
    text-transform: uppercase;
  
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.64);


}



.myMenu li a:hover {
    background-color: #5e9f31;
     background-image: -moz-linear-gradient( 0deg, rgb(88,154,45) 1%, rgb(116,177,66) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(88,154,45) 1%, rgb(116,177,66) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(88,154,45) 1%, rgb(116,177,66) 100%);
}


/*style the sub menu*/
.myMenu li ul {
	position:absolute;
	visibility:hidden;
    backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255,255,255,.30);
	color: #83c7f9;
	padding:10px;
    padding-top: 20px;
	display: block;
	z-index:450!important;
	width:300px;
    border-radius: 12px; 
-moz-border-radius:12px;
-webkit-border-radius: 12px;
behavior:url(/PIE.htc);
    
    
    transition: all 0.0s ease;
-webkit-transition: all 0.0s ease;
-moz-transition: all 0.0s ease;
-o-transition: all 0.0s ease;

	
}

.myMenu li ul li  {
	
	float:none;
	background-image: none;
	display:block;
	border-radius: 0px; 
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
	behavior:url(/PIE.htc);
	text-align: left;
    text-shadow: none!important;
	
	
}
	

.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;
	font-weight:400;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid rgba(251, 225, 172, 0.2);
	margin-bottom:4px;
	
    text-shadow: none!important;
	padding-left:3%;
	margin-left:2%;
	height: auto;
	border-radius: 0px; 
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
	behavior:url(/PIE.htc);
	text-align: left;
	text-transform: none;
     transition: all 0.0s ease;
-webkit-transition: all 0.0s ease;
-moz-transition: all 0.0s ease;
-o-transition: all 0.0s ease;
}
.myMenu li ul li a:hover {
	color: #FFF;
	background-image: none;
	display:block;	
}



.descriere-companie
{
	width: 700px;
	max-width:90%;
	margin: auto;
}


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

.vezimaimult a
{
	font-size: 15px;
	color: #3d3e3e;
	text-decoration: none;
	padding-right: 40px;
	font-weight: 600;
	display: inline-block;
	text-transform: lowercase;
	background-image: url("images/vezimaimult.svg");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 22px auto;
	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}

.vezimaimult a:hover
{
	background-position: right center;
	color: #b12229;
}

.descriere-echipa
{
	font-size: 13px;
	color: #3d3e3e;
	line-height: 1.1;
	height: 44px;
	overflow: hidden;
	display: block;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
}

.poza-programare {
  background-repeat: no-repeat;
  background-size:cover;
  padding-top: 120px;
  padding-bottom: 150px;
  min-height: 400px;
	background-image: url("images/poza-programare.webp");
}

.ascunsinline, .ascuns, .ascuns5
{
	display: none!important;
}

.formular50s
{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 46px 0px rgba(207, 172, 170, 0.83);
  height: 54px;
	line-height: 54px;
	color: #0c0e13;
	font-size: 17px;
	width: 48%;
	float: left;
	margin-bottom: 22px;
	overflow: hidden;

}

.formular50d
{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 46px 0px rgba(207, 172, 170, 0.83);
  height: 54px;
	line-height: 54px;
	color: #0c0e13;
	font-size: 17px;
	width: 48%;
	float: right;
	margin-bottom: 22px;
overflow: hidden;
}

.formular100
{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 46px 0px rgba(207, 172, 170, 0.83);
  height: 54px;
	line-height: 54px;
	color: #0c0e13;
	font-size: 17px;
	width: 100%;
	margin-bottom: 22px;
overflow: hidden;
}


.formindex
{
  outline: none;
	border: none;
	padding-left: 65px;
  height: 52px;
	line-height: 52px;
	color: #0c0e13;
	font-size: 16px;
	width: calc(100% - 68px);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 28px auto;
	font-weight: 300;
	

}


.programare-tot
{
	float: left;
	width: 750px;
	max-width: 90%;
	padding-left: 5%;
}

.titlu-formular1
{
	font-size: 30px;
	color: #0c0e13;
	font-weight: 300;
	text-transform: uppercase;
}

.mesaj-formular
{
	color: #ad706f;
	font-size: 20px;
	font-weight: 400;
	width: 80%;
}




.linie-sus
{
	height: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #483231;
	clear: both;
}

.casuta-tratamente
{
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 45px;
}

.poza-tratamente
{
	display: inline-block;
	width: 391px;
	position: relative;
	vertical-align: top;
	max-width: 100%;
}

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

.peste-poza-tratamente
{
position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.titlu-tratament a
{
	text-align: center;
	display: block;
	color: #0c0e13;
	font-size: 30px;
	text-transform: uppercase;
	height: 70px;
	overflow: hidden;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 300;
}


.titlu-tratament a:hover
{
	color: #ad706f;
}

.peste-poza-tratamente a
{
	cursor: pointer;
}

.peste-poza-tratamente img
{
	width: 100%;
	display: block;
}
.coloana-despre
{
	margin-bottom: 30px;
}

.coloana-despre img
{
	max-width: 90%;
}

.coloana-despre a
{
	text-decoration: none;
}

.titlu-despre2
{
	text-align: center;
	display: block;
	font-size: 20px;
	color: #ad706f;
	font-weight: 500;
	line-height: 1.2;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
}

.descriere-despre2
{
	color: #0c0e13;
	font-size: 17px;
	line-height: 1.2;
	height: 60px;
	overflow: hidden;
	font-weight: 300;
}

.titlu-despre2:hover
{
	color: #000;
}


.coloana-despre
{
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 30%;
	padding-left: 1.6%;
	padding-right: 1.6%;
}

.sub-banner
{
	background-image: url("images/ala-dental-despre.webp");
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: -200px;
	padding-top: 240px;
	z-index: 3;
	position: relative;
	min-height: 600px;
}

.cc-cp-foot-save, .cc-nb-okagree, .cc-nb-reject
	{
 background: #2b2726!important;
	}


.privacypolicies-com---palette-light .cc-nb-okagree, .privacypolicies-com---palette-light .cc-nb-reject,.privacypolicies-com---palette-light .cc-nb-changep, .privacypolicies-com---palette-light .cc-cp-foot-save {

 background: #2b2726!important;
}

.privacypolicies-com---palette-light .cc-cp-foot-save {

 background: #2b2726!important;
}


.privacypolicies-com---palette-light .cc-nb-changep {
  background-color: #eaeaea;
  color: #fff!important;
}

.p33companie
{
    width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 20px;
    float: left;
	text-align: center;
}

.p33companie img
{
	max-width: 90%!important;
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
}
.p33companie strong
{
	text-transform: uppercase;
}



.p33companie2
{
    width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 20px;
    float: left;
	text-align: center;
}

.p33companie2 img
{
	max-width: 60%!important;
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
}
.p33companie2 strong
{
	text-transform: uppercase;
}



.p25companie
{
    width: 22%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 20px;
    float: left;
	text-align: center;
}

.p25companie img
{
	max-width: 90%;
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
}
.p25companie strong
{
	text-transform: uppercase;
}

.poza-servicii
{
	float: right;
	width: 66%;
	z-index: 1;
}



.continut-jos
{
	float: right;
	width: 750px;
	max-width: 90%;
}


.coloana21-jos
{
	float: right;
}

.coloana22-jos
{
	float: right;
	padding-left: 40px;
	border-left: 1px solid #FFF;
	margin-left: 40px;
}

.casuta-industrie
{
	width: 32%;
	display: inline-block;
	padding-left: 0.65%;
	padding-right: 0.65%;
	vertical-align: top;
	
}

.p30
{
	float: left;
	width: 30%;
}

.p70
{
	float: right;
	width: 70%
}
.poza-industrie
{
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	overflow: hidden;
	width: 100%;
	background-color: #cecece;
}
.poza-industrie img
{
	width: 100%;
	display: block;
}


.poza-industrie2
{
	overflow: hidden;
	width: 100%;
	text-align: center
}
.poza-industrie2 img
{
	width: 90%;
	display: inline-block;
}

.titlu-industrie a
{
	display: block;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #1791d3;
	text-decoration: none;
	text-transform: uppercase;
	height: 50px;
	line-height: 1.1;
	overflow: hidden;
}
.titlu-industrie a:hover
{
	color: #032335;
}


.poza-serviciu
{
	float: left;
	width: 100px;
	margin-right: 10px;
	border: 3px solid #4ab4bf;
	overflow: hidden;
	border-radius: 50%;
	margin-top: -20px;
}

.poza-serviciui2
{
	float: left;
	width: 100px;
	margin-right: 10px;
	border: 3px solid #4ab4bf;
	overflow: hidden;
	border-radius: 50%;
	margin-top: -5px;
}


.buton-oferta
{
    outline: none;
    background: transparent;
  border-radius: 6px;
    display: block;
  background-color: #83c7f9;
  height: 48px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 48px;
    width: auto!important;
    font-size: 16px;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    background-size: auto 32px;
    background-repeat: no-repeat;
    	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
    color: #FFF;
    letter-spacing: normal;
    text-shadow: none;
    border: 1px solid #83c7f9;
    margin-left: 5px;
    margin-right: 5px;
}


.buton-oferta:hover
{
	 color: #FFF;
    background-color: #2b2726;
     border: 1px solid #2b2726;
}


.detalii
{
    display: inline-block;
    padding: 0;
    margin: auto;
}


.detalii a
{
  border-radius: 4px;
  background-image: -moz-linear-gradient( 0deg, rgb(88,154,45) 1%, rgb(116,177,66) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(88,154,45) 1%, rgb(116,177,66) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(88,154,45) 1%, rgb(116,177,66) 100%);
  height: 40px;
 

    
  padding-right: 14px;
    padding-left: 14px;
    line-height: 40px;
color: #FFF;
    font-size: 14px;
   display: inline-block;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}




.detalii a:hover
{

  background-image: -moz-linear-gradient( 0deg, rgb(25,92,149) 0%, rgb(43,127,179) 31%, rgb(60,161,208) 64%);
  background-image: -webkit-linear-gradient( 0deg, rgb(25,92,149) 0%, rgb(43,127,179) 31%, rgb(60,161,208) 64%);
  background-image: -ms-linear-gradient( 0deg, rgb(25,92,149) 0%, rgb(43,127,179) 31%, rgb(60,161,208) 64%);
 

}



.detalii2
{
    display: inline-block;
    padding: 0;
    margin: auto;
}


.detalii2 a
{
  border-radius: 6px;
    display: block;
  background-color: #2b2726;
  height: 48px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 48px;
    width: auto!important;
    font-size: 16px;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    background-size: auto 32px;
    background-repeat: no-repeat;
    	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
    color: #FFF;
    letter-spacing: normal;
    text-shadow: none;
    border: 1px solid #2b2726;
    margin-left: 5px;
    margin-right: 5px;
}


.detalii2 a:hover
{
	 color: #FFF;
    background-color: #83c7f9;
     border: 1px solid #83c7f9;
}



.detalii3
{
    display: inline-block;
    padding: 0;
    margin: auto;
}


.detalii3 a
{
  border-radius: 6px;
    display: block;
  height: 48px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 48px;
    width: auto!important;
    font-size: 16px;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    background-size: auto 32px;
    background-repeat: no-repeat;
    	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
    color: #FFF;
    letter-spacing: normal;
    text-shadow: none;
    border: 1px solid #FFF;
    margin-left: 5px;
    margin-right: 5px;
}


.detalii3 a:hover
{
	 color: #FFF;
    background-color:  #2b2726;
     border: 1px solid #2b2726;
}


.buton-newsletter2
{
  border-radius: 4px;
  background-image: -moz-linear-gradient( 0deg, rgb(88,154,45) 1%, rgb(116,177,66) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(88,154,45) 1%, rgb(116,177,66) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(88,154,45) 1%, rgb(116,177,66) 100%);
  height: 40px;
 outline: none;
    border: none;

    
  padding-right: 14px;
    padding-left: 14px;
    line-height: 40px;
color: #FFF;
    font-size: 14px;
   display: inline-block;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}




.buton-newsletter2:hover
{

  background-image: -moz-linear-gradient( 0deg, rgb(25,92,149) 0%, rgb(43,127,179) 31%, rgb(60,161,208) 64%);
  background-image: -webkit-linear-gradient( 0deg, rgb(25,92,149) 0%, rgb(43,127,179) 31%, rgb(60,161,208) 64%);
  background-image: -ms-linear-gradient( 0deg, rgb(25,92,149) 0%, rgb(43,127,179) 31%, rgb(60,161,208) 64%);
 

}




.poza-cat-stanga
{
	float: left;
	width: 58%;
	border-radius: 0px 4px 4px 0px;
	overflow: hidden;
}

.continut-cat-dreapta
{
	float: right;
	width: 40%;
}

.text-cat-dreapta
{
	float: left;
	width: 480px;
	max-width: 90%;
	padding: 20px;
}


.poza-cat-stanga img
{
	width: 100%;
	display: block;
}



.poza-cat-dreapta
{
	float: right;
	width: 58%;
	border-radius: 4px 0px 0px 4px;
	overflow: hidden;
}

.continut-cat-stanga
{
	float: left;
	width: 40%;
}

.text-cat-stanga
{
	float: right;
	width: 480px;
	max-width: 90%;
	padding: 20px;
}


.poza-cat-dreapta img
{
	width: 100%;
	display: block;
}



.serviciui
{
	padding-top: 10px;
	font-size: 15px;
	color: #000000;
	font-weight: 300;
	line-height: 1.1;
	
	margin-bottom: 60px;
	width: 49%;
	float:left;
	padding-right: .3%;
}
.serviciui strong
{
	font-size: 22px;
	color: #4ab4bf;
	font-weight: 300;
	line-height: 1.2;
}

.serviciu
{
	padding-top: 20px;
	font-size: 15px;
	color: #000000;
	font-weight: 300;
	line-height: 1.1;
	
	margin-bottom: 60px;
	width: 33%;
	float:left;
	padding-right: .3%;
}
.serviciu strong
{
	font-size: 22px;
	color: #4ab4bf;
	font-weight: 300;
	line-height: 1.2;
}

.poza-serviciu img, .poza-serviciui2 img
{
	display: block!important;
	width: 100%;
}

.lista-servicii
{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 10%;
	width: 38%;
	border: 3px solid #e2e7e7;
	padding: 1%;
}


.lista-servicii2
{
	background-color: rgba(255,255,255,.60);
	padding: 12px;
}


.descriere-servicii
{
	position: absolute;
	z-index: 2;
	right: 0;
	top: 10%;
	width: 50%;
	border: 3px solid #f1f3f3;
	padding: 1%;
}


.descriere-servicii2
{
	background-color: rgba(255,255,255,.60);
	padding: 12px;
}


.despre-noi
{
	border-top: 4px solid #FFF;
	background-image: url("images/despre.webp");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 60px;
}

.linie-meniu
{
	height: 1px;
	background-color: #e1e9ea;
}

.cauta-tot
{
	position: absolute;
    top: 130%;
    right: 0;
    width: 100%;
	min-width: 300px;
    background-color: #3a5c1f;
    border: 1px solid #FFF;
    border-radius: 16px;
    height: 32px;
    line-height: 32px;
    margin-top: 5px;
    display: none;
}
.cauta-tot2
{
	position: absolute;
    top: 130%;
    right: 0;
    width: 100%;
	min-width: 300px;
    background-color: #3a5c1f;
    border: 1px solid #FFF;
    border-radius: 16px;
    height: 32px;
    line-height: 32px;
    margin-top: 5px;
    display: none;
    z-index: 5;
}

.bgd-albastru
{
	background-color: #1791d3;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.bgd-albastru-contact
{
	background-color: #1791d3;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	background-image: url("/images/icon.svg");
	background-position: right 10px center; 
	background-size: auto 90%; 
	background-repeat: no-repeat;
}



.limbi-sus
{
	float: right;
	position: relative;
	z-index: 3;
}

.limbi-sus a {
  display: block;
  height: 28px;
  color: #FFF;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 12px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url("images/drop.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

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

.limbi-sus img
{
	height: 28px;
	display: inline-block;
  vertical-align: middle;
	margin-right: 10px;
}

#limbi, #limbi2 {
  position: absolute;
  z-index: 2;
  top: 108%;
  right: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.90);
  text-align: center;
  display: none;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
  box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.25);
}
#limbi a, #limbi2 a
{
	color: #000!important;
}

.separator-sus
{
	display: inline-block;
	width: 5%;
}

.play
{
	background-color: rgba(255,255,255,.60);
	background-image: url("images/play.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 42px auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.alb-jos
{
	padding: 2%;
	width: 540px;
	max-width: 94%;
	float: left;
	margin-left: 1%;
	box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.59); 
	background-color: rgba(255,255,255,.70);
	border-radius: 5px;
}
.poza-serviciu-slide
{
	float: left;
	width: 52%;
	
}

.poza-serviciu-slide img
{
	width: 100%;
	display: block;
}

.separator-pagina, .linie-pagina
{
	width: 80px;
	display: inline-block;
	height: 5px;
	margin-bottom: 20px;
    border-radius: 3px;
	margin-top: 10px;
    text-align: center;
    background-color: #74b142;
}


.separator-pagina-alb
{
	width: 80px;
	display: inline-block;
	height: 5px;
	margin-bottom: 20px;
    border-radius: 3px;
	margin-top: 10px;
    text-align: center;
    background-color: #FFF;
}


.separator-pagina2
{
   display: none;
}




.p40
{
	float: left;
	width: 45%;
}
.p60
{
	float: right;
	width: 55%;
}

.despre-index
{
	float: right;
	width: 600px;
	max-width: 100%;
}

.despre-index2
{
	float: left;
	width: 600px;
	max-width: 96%;
	padding-left: 1%;
	
	border-left: 7px solid #c0be3f;
}


.lb-sus
{	
	float: right;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 5px;
	height: 28px;
	border: 1px solid #c0be3f;
	text-transform: uppercase;
	border-radius: 5px;
	line-height: 28px;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 7px;
	background-position: right 12px center;
	position: relative;
}

.lba a
{
	height: 28px;
	padding-left: 12px;
	padding-right: 32px;
	text-transform: uppercase;
	
	line-height: 28px;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	background-image: url("images/drop.svg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 7px;
	background-position: right 12px center;
	position: relative;
}


.lb-sus
{
	
	display: block;
	position: relative;
}

.drop-lb
{
	position: absolute;
	z-index: 12;
	left: 0;
	top: 110%;
	width:100%;
	border: 1px solid #c0be3f;
	background-color: #FFF;
	text-align: left;
	border-radius: 5px;
	display: none;
}

.drop-lb a
{
	padding-left: 12px;
	display: block;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

.lb-sus img
{
	display: inline-block;
	height: 14px;
	vertical-align: middle;
	padding-right: 14px;
}
.retele-jos
{
	width: 100%;
}

.retele-jos img
{
	height: 32px;
    padding-right: 8px;
    cursor: pointer;
}

.retele-jos img:hover
{
    opacity: .7;
}

.retele-sus
{
	float: right;
}

.retele-sus img
{
	height: 34px;
}

.tel-sus a
{
	display: block;
	float: right;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 400;
	text-align: left;
	
}
.tel-sus a strong
{
	color: #c0be3f;
	font-size: 25px;
	font-weight: 600;
	
	
}


.inainte-banner
{
	position: absolute;
	top: 50%;
	right: 2%;
	margin-top: -25px;
}

.inainte-banner img
{
	height: 50px;
}




.inapoi-banner
{
	position: absolute;
	top: 50%;
	left: 2%;
	margin-top: -25px;
}

.inapoi-banner img
{
	height: 50px;
}


.meniu-peste
{
  position: -webkit-sticky!important;
  position: sticky!important;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	padding-bottom: 4px;
	background-color: #FFF;
	/*box-shadow: 3px 4px 3px 0px rgba(0, 0, 0, 0.15); */
}



.padding-eveniment
{
	max-width: 70%;
	
}


.data-eveniment
{
	float: left;
	font-size: 40px;
	color: #030202;
	
	font-weight: 600;
}

.poza-eveniment
{
	width: 52%; 
	float: right;
	margin-right: -12%;
	z-index: 2;
	background-image: url("images/bgd-evenimente.svg");
	background-size: 100% auto;
	background-position: center;
	z-index: 2;
	position: relative;
}

.continut-eveniment
{
	float: left;
	width: 72%;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
}


.blog-tot
{
	background-color: #eeecec;
	position: relative;
}


.data-blog
{
	font-size: 20px;
	color: #4ab4bf;
	font-weight: 300;
	
	text-transform: uppercase;
	text-align: left;
}




.specialitate
{
	display: block;
	font-size: 20px;
	color: #ad706f;
	font-weight: 400;
	line-height: 1.1;
	text-decoration: none;
}

#cautare1
{
	float: right;
	width: 450px;
	max-width: 100%;
	border-radius: 3px;
	padding-right: 10px;
	background-color:rgba(255,255,255,.10);
}


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;
	-webkit-tap-highlight-color: transparent;
}


.copyright
{
	font-size: 14px;
	color: #FFF;
	font-weight: 300;
	line-height: 1.2;
}

.copyright a:hover
{
    text-decoration: underline;
}
.copyright a
{
    text-decoration: none;
    color: #FFF;
}


 .titlu-jos
{
	font-size: 14px;
	color: #84c8fa;
	font-weight: 700;
	line-height: 1.2;
}

.text-jos, .text-jos a
{
	font-size: 13px;
	color: #000000;
	font-weight: 400;
	line-height: 1.1;
	text-decoration: none;
}

.text-jos a
{
	text-decoration: none;
}
.text-jos a:hover
{
	color:#2b2726;
}

.link-jos, .link-jos a
{
	font-size: 15px;
	color: #4ab4bf;
	text-decoration: none;
	font-weight: 400;
    
	line-height: 1.1;
}
 .link-jos a:hover
{
	color: #000;
}

.jos-tot
{
    width: 100%;
    overflow: hidden;
	padding-bottom: 150px;
	position: relative;
	z-index: 1;
    background-image: url("images/jos-tot.webp");
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;

}

.separator-jos
{
	height: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #e8e6e3;
    clear: both;
}


.sageti-scroll
{
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 38px;
}

.inapoi-scroll
{
	position: absolute;
	height: 30px;
	top: 0;
	left: 1%;
	z-index: 2;
}


.inainte-scroll
{
		position: absolute;
	height: 30px;
	top: 0;
	right: 1%;
	z-index: 2;
}
.inapoi-scroll img, .inainte-scroll img
{
	height: 100%;
}


.umbra-servicii
{
	background-color: #FFF;
	box-shadow: 0px -1px 40px 0px rgba(45, 62, 80, 0.27);
}


.casuta-serviciu
{
	float: left;
	width: 33.33%;
	display: block;
	position: relative;
}
.casuta-serviciu-b
{
	border: 3px solid rgba(255,255,255,0);
	position: relative;
	text-align: center;
}
.titlu-serviciu a
{
	text-decoration: none;
	font-size: 18px;
    text-transform: uppercase;
    text-align: center;
	font-weight: 500;
	color: #83c7f9;
	z-index: 2;
    height: 40px;
    overflow: hidden;
	  margin: auto;
padding-top: 18px;
	padding-bottom: 12px;
	text-align: center;
    display: block;
}
.titlu-serviciu a:hover
{
	color: #000;
}

.inapois
{
	background-image: url("images/inapoi.svg");
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	cursor: pointer;
    display: inline-block;
}

.inaintes
{
	background-image: url("images/inainte.svg");
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	cursor: pointer;
    display: inline-block;
}


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

.titlu-banner a
{
	color: #FFF;
    display: inline-block!important;
   
}

.titlu-banner a em
{
	font-style: normal;
   font-size: 56px;
    color: #74b142;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2; 
     -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    text-shadow:
        -1px 0 rgba(255, 255, 255, 0.5),
         1px 0 rgba(255, 255, 255, 0.5),
         0 -1px rgba(255, 255, 255, 0.5),
         0  1px rgba(255, 255, 255, 0.5);
}

.titlu-banner a strong
{
    display: inline-block!important;
	color: #195c95;
    display: inline-block!important;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
     line-height: 1.2; 
     -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    text-shadow:
        -1px 0 rgba(255, 255, 255, 0.5),
         1px 0 rgba(255, 255, 255, 0.5),
         0 -1px rgba(255, 255, 255, 0.5),
         0  1px rgba(255, 255, 255, 0.5);
}

.titlu-banner a strong:hover, .titlu-banner a em:hover
{
	color: #000;
}

.titlu-banner
{
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
    line-height: 1.1;
    text-align: right;
    width: 700px;
    max-width: 100%;
    float: right;
    
}




.data-blog
{
	font-size: 16px;
	color: #2b2726;
	font-weight: 600;
	text-transform: uppercase;
}








.inapois2
{
	position: absolute;
	left: 0;
	
	top: 50%;
	margin-top: -30px;
	width: 60px;
	z-index: 2;
	
	margin-left: -80px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 46px 0px rgba(225, 218, 218, 0.22);


	
	
}

.inaintes2
{
	position: absolute;
	right: 0;
	
	top: 50%;
	margin-top: -30px;
	margin-right: -80px; 
	width: 60px;
	z-index: 2;
	
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 46px 0px rgba(225, 218, 218, 0.22);
	
}

.casuta-slide
{
	padding-left: 50px;
	padding-right: 50px;
}

.inapois2 img, .inaintes2 img
{
	width: 100%;
	display: block;
}



.partener
{
	display: inline-block;
	font-size: 0;
	text-align: center;
	width: 10%;
	height: 85px;
	margin-bottom: 20px;
}
.partener img
{
	display: inline-block;
	max-width: 98%;
	max-height: 100%;
	vertical-align: middle;
}


.text-blog
{
	font-size: 15px;
	line-height: 1.2;
	display: block;
	text-decoration: none;
    
	color: #000000;
	font-weight: 400;
}


.bgd-logistica
{
	background-color: #262426;
	background-image: url("images/logistica.jpg");
	background-size: 100% auto;
	background-position: center left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}

.linie-testimoniale
{
	width: 80px;
	height: 20px;
	background-color: #4ab4bf;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 3;
}

.casuta-testimonial
{
	padding: 4%;
	width: 40%;
	display: inline-block;
	text-align: left;
}
.peste-galerie
{
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	bottom: 0;
}


.titlu-testimonial
{
	font-size: 20px;
	color: #4ab4bf;
	line-height: 1.1;
max-width: 60%;
	height: 46px;
	overflow: hidden;
	
    
}

.peste-casuta-serviciu
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.40);
	display: none;
}
.casuta-certificare
{
	float: left;
	width: 16.66%;
}
.border-certificare
{
	padding-left: 14px;
	padding-right: 14px;
}


.bgd-index
{
	background-image: url("images/bgd-index.jpg");
	background-position: center;
	background-repeat: no-repeat;
}
.poza-index
{
	float: left;
	width: 44%;
}

.continut-index
{
	float: right;
	padding-top: 60px;
	width: 48%;
}

.titlu-mare
{
	font-size: 40px;
	color: #83909d;
    
	font-weight: 700;
	text-transform: uppercase;
}


.titlu-logistica
{
	font-size: 30px;
	color: #ffffff;
    
	font-weight: 300;
	line-height: 1.1;
	display: inline-block;
	text-transform: uppercase;
}

.titlu-logistica strong
{
	color: #4ab4bf;
	font-weight: 700;
}



.titlu-eveniment-tot
{
	border-right: 162px solid #4ab4bf;
	padding-right: 22px;
	text-align: right;
}




.text-despre
{
    float: left;
    width: 60%;
}

.titlu-index
{
	font-size: 40px;
	color: #0c0e13;
    
	font-weight: 300;
	line-height: 1.1;
	display: inline-block;
	text-transform: uppercase;
}

.titlu-pagina, .titlu-pagina a
{
	font-size: 36px;
	color: #195c95;
    text-decoration: none;
	font-weight: 600;
	line-height: 1.2;
	display: inline-block;
}

.subtitlu-pagina, .subtitlu-pagina a
{

	font-size: 25px;
	color: #6cab3c;
	font-weight: 300;
	line-height: 1.1;
	display: inline-block;
    text-decoration: none;

}



.keywords-alb a
{
    font-size: 35px;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1.2;
    text-decoration: none;
}
.keywords-alb strong
{
    font-weight: 700;
    color: #83c8f9;
}


.titlu-index2
{
	font-size: 20px;
	color: #ad706f;
    
	font-weight: 500;
	line-height: 1.1;
	display: inline-block;
	text-transform: uppercase;
}
.subtitlu-index
{
	font-size: 36px;
	color: #000000;
    
	font-weight: 200;
	line-height: 1.1;
	display: inline-block;
	text-transform: uppercase;
}


.separator-index
{
	
	display: inline-block;
	width: 124px;
	height: 3px;
	border-radius: 2px;
	background-color: #4ab4bf;
		margin-top:16px;
}


.icon-sus
{
	height: 20px;
	line-height: 20px;
}



.icon-sus img
{
	height: 26px;
	display: inline-block;
	padding-right: 6px;
	vertical-align: middle;
    margin-top: -4px;
}


.icon-sus a
{
	font-weight: 400;
	text-decoration: none;   
	color: #3a5c1f;
	font-size: 14px;
	vertical-align: middle;
	line-height: 20px;
    padding-right: 20px;
}

.icon-sus a strong
{
    color: #FFF;
    font-weight: 600;
}

.icon-sus a:hover
{
    filter: brightness(0);
}


.icon-jos a
{
    padding-left: 75px;
    background-position: left;
    background-size: 50px auto;
    background-repeat: no-repeat;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #195c95;
	text-decoration: none;  
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.negru
{
    
	filter: brightness(0);
}


.retele
{
	float: right;
}

.retele img
{
	height: 28px;
	display: inline-block;
	text-align: left;
	padding-right: 10px;
}

.retele a:hover
{
	filter: brightness(100);
}



.buton-banner, .buton-banner2
{
	display: inline-block;
	
	margin-right: 20px;
}
.buton-banner a
{
	 
	color: #FFF;
	font-size: 16px;
	border: 1px solid #000;
	border-radius: 36px;
	height: 36px;
	line-height: 36px;
	display: block;
	min-width: 140px;
	background-color: #000;
	text-align: center;
	text-decoration: none;	
	border: 1px solid #4ab4bf;
	background-color: #4ab4bf;
	padding-left: 5px; 
	padding-right: 5px;
}

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


.titlu-newsletter
{
	font-size: 25px;
	color: #FFF;
	font-weight: 300;
	padding-bottom: 10px;
      float: left;
	margin-right: 2%;
    width: 23%;
}

.casuta-newsletter
{
    float: left;
    width: 23%;
	margin-right: 2%;
    height: 42px;
    margin-top: 10px;
    
    
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 2px;



}


.buton-newsletter
{
    outline: none;
    border: none;
	margin-left: 2%;
    background:transparent;
    font-size: 15px;
    color: #3a5c1f;
    text-align: center;
    width: 19%;
    border-radius: 18px;
    float: left;
    text-transform: uppercase;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
     margin-top: 10px;
    background-color: #FFF;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 2px;



}

.buton-newsletter:hover
{
background-color: #488ac6;
    color: #FFF;
}


.retele2
{
	float: right;
	width: 35%;
	text-align: center;
	height: 52px;
	line-height: 52px;
}

.retele2 img
{
	height: 40px;
	display: inline-block;
	padding-top: 6px;
	padding-right: 2px;
}

.titlu-banner1 a
{
	color: #FFF;
    text-decoration: none;
}

.titlu-banner1
{
	font-size: 54px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.29); 
	
}

.titlu-banner2
{
	color: #fff;
	font-weight: 400;
	font-size: 20px;
    display: block;
    max-width: 100%;
    width: 900px;
	text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.29); 
}

.descriere-banner
{
		font-size: 17px;
	font-weight: 400;
	color: #fef0e9;
	line-height: 1;
	text-decoration: none;
}

.programare a
{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 60px;
	height: 56px;
	background-image: url("images/programare.svg");
	background-position: left;
	background-size: auto 100%;
	line-height: 56px;
	padding-right: 20px;
		transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
	z-index: 2;
}

.programare a:hover
{
	color: #373737;
}


.logo {
  width: 26%;
	float: left;
    padding-top: 14px;
}

.logo img
{
   width: 100%;
}



.logo:hover
{
	filter:grayscale(100);
}





.dreapta-logo
{
	
 float: right;
width: 72%;
	text-align: right;
    padding-top: 20px;
    position: relative;
}

.meniu-sus, .meniu-sus2
{
display: inline-block;	
	height: 25px;
	vertical-align: top;
}

.meniu-sus a, .meniu-sus2 a
{
	
	color: #fef0e9;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 17px;
	text-decoration: none;
cursor: pointer;
	font-weight: 500;
}
.cauta-sus
{
	height: 25px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -4px;
	vertical-align: middle;
}
.cauta-sus img
{
	height: 25px;
}

.meniu-buton
{
	height: 25px;
	display: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -4px;
	vertical-align: middle;
}
.meniu-buton img
{
	height: 25px;
}

.meniu-sus a:hover
{
color: #000;
	border-radius: 5px;
  background-image: -moz-linear-gradient( -30deg, rgb(242,203,196) 0%, rgb(253,240,234) 50%, rgb(216,166,145) 100%);
  background-image: -webkit-linear-gradient( -30deg, rgb(242,203,196) 0%, rgb(253,240,234) 50%, rgb(216,166,145) 100%);
  background-image: -ms-linear-gradient( -30deg, rgb(242,203,196) 0%, rgb(253,240,234) 50%, rgb(216,166,145) 100%);
	
}

.meniu-sus2 a:hover
{

	border-bottom: 3px solid #FFF;
	padding-bottom: 4px;
	
}


.meniu-sus-mobil a
{
	display: inline-block;
	color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 11px;
	padding-right: 11px;
    
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
	font-weight: 400;
	float: left;
	
}

		.programare-mobil a {
  display: block;
 
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 40px;
  height: 28px;
  background-image: url("images/programare.svg");
  background-position: left;
  background-size: auto 100%;
  line-height: 28px;
  padding-right: 10px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  z-index: 2;
			font-size: 12px;
			float: right;
			margin-top: 5px;
}


.meniu-jos
{
    	color: #195c95;
	line-height: 1.3;
	font-size: 14px;
}

.meniu-jos a
{
	color: #195c95;
	line-height: 1.3;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
	font-weight: 300;
	
}

.meniu-jos a:hover
{
    color: #5d9e30;
}


.cauta
{
	display: inline-block;
	padding-top: 0!important;
	padding-bottom: 0!important;
	vertical-align: bottom;
}

.cauta:hover
{
	border-bottom:none!important;
}
.cauta img
{
	height: 20px;
}
.ascuns-inline
{
	display: none;
}




.coloana1-galerie
{
	float: right;
	width: 39%;
}
.coloana2-galerie
{
	float: left;
	width: 56%;
	padding-left: 4%;
	margin-top: 70px;
	background-color: #e7d5c5;
}

.coloana2-galerie2
{
	float: left;
	width: 56%;
	padding-left: 4%;
	background-color: #e7d5c5;
}

.border-stanga
{
	border-left: 10px solid #FFF;
}

.border-galerie
{
	border-left: 2px solid #e7d5c5;
}


.poza-noutate
{
	float:left;
	width: 40%;
	margin-right: 5%;
	margin-bottom: 15px;
		border: 1px solid #e3e4e8;
	border-radius: 6px; 
behavior:url(/PIE.htc);
	overflow: hidden;
	text-align: center;
	box-shadow: 0px 0px 8px #cecece;
}



.tooltip {
	display:none;
	position:absolute;
	border:1px solid #FFF;
	background-color:#f4f0f0;
	border-radius:5px;
	padding:8px;
	z-index:55;
	color:#716b6b;
	 
	font-size:12px;
}



.casuta-galerie
{
	float:left;
	width: 18.5%;
	margin-right: 1%;
	margin-bottom: 15px;
		border: 1px solid transparent;
	border-radius: 6px; 

	overflow: hidden;
	text-align: center;
}


.casuta-galerie-index-border
{
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
	position: relative;
	
}


.coloana1-jos
{
	width: 26%;
    text-align: left;
	float: left;
    text-align: left;
}
.coloana2-jos
{
	width: 36%;
    padding-left: 10%;
	float: left;
}




.coloana1-jos img
{
	display: inline-block;
	max-width: 100%;
}


.blog-jos
{
	background-color: #f9f9f9;
	position: relative;
}





.ascuns4
{
	display: none;
}



.banner-tot a
{
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none;
}


.tooltip {
	display:none;
	position:absolute;
	border:1px solid #FFF;
	background-color:#f4f0f0;
	border-radius:5px;
	padding:8px;
	z-index:55;
	color:#716b6b;
	 
	font-size:12px;
}



.fieldFormText
{
border-radius: 4px; 
-moz-border-radius:4px;
-webkit-border-radius: 4px;
width:99%;
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;
	padding-left:5px;
	}			
.titlu-form
{
	 
	margin:0;
	padding:0;
	font-weight:600;
	font-size:15px;
	
	line-height:38px;
	float:left;
	width:25%;
	min-width: 80px;
	}	


.camp-form5
{
	float:right;
	width:70%;
	}	
	
.separator10c2
{
	clear:both;
	height:10px;
	line-height:10px;
	}	
.fieldForm
{
border-radius: 4px; 
-moz-border-radius:4px;
-webkit-border-radius: 4px;
width:99%;
height:38px;
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;
	padding-left:5px;
	}
	

.fieldFormc
{
width:95%;
border: 1px solid #c2d8e3;
  border-radius: 3px;
  height: 36px;
behavior:url(/PIE.htc);
background-position:right;
background-repeat:no-repeat;
background-color:#FFF;
color: #434040;
	outline:none;
	padding-left:5px;
	}
	

	
	
.fieldFormMic
{
border-radius: 4px; 
-moz-border-radius:4px;
-webkit-border-radius: 4px;
width:40%;
margin-left:10px;
height:38px;
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;
	padding-left:5px;
	}
	
.disponibilitate

{

 
	font-size:16px;
	color:#49b82d;
	line-height:30px;
	font-weight: 300;
	background-position:left;
	background-repeat:no-repeat;
	}
	
.disponibilitate2

{

 
	font-size:16px;
	color:#d62929;
	line-height:30px;
	min-height:30px;
	font-weight: 300;
	background-position:left;
	background-repeat:no-repeat;
	}

.disponibilitatef2

{

 
	font-size:14px;
	color:#e3b13a;
	line-height: 1.1;
	font-weight: 400;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top:5px;
    padding-bottom:5px;
	}


.disponibilitatef

{

 
	font-size:14px;
	color:#8cc04b;
	line-height: 1.1;
	font-weight: 400;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top:5px;
    padding-bottom:5px;
	}





.coloana21
{
	float:right;
	width:47%;
	padding:2%;
	
	position: relative;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
z-index: 2;
	margin-top: 1px;
	

	}

.coloana22
{
	
	width:36%;
	float: left;
	z-index: 1;
	background-position: bottom 10px right 10px;
	background-repeat: no-repeat;
	border-radius: 2px;
  box-shadow: 0px -1px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 3%;
	background-color: #FFF;
	}




.coloana222
{
	float:left;
	width:42%;
padding:1%;
	padding-top: 0%;
background-color:#FFF;


	}


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


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity:  1;
}
::-ms-input-placeholder { /* Microsoft Edge */
   opacity:  1;
}

.newsletter-casuta
{
    outline: none;
    background: transparent;
    border: none;
    float: left;
    width: 60%;
    height: 54px;
    line-height: 54px;
    color: #000;
    font-size: 15px;
    
}

.newsletter-buton
{
    outline: none;
    background: transparent;
    border: none;
    float: right;
    text-align: right;
    width: 30%;
    height: 54px;
    line-height: 54px;
    color: #000;
    font-size: 15px;
    
}

.text h1
{
    font-size: 35px;
    font-weight: 300;
    color: #232424;
    text-transform: uppercase;
}

.text h2
{
    font-size: 25px;
    font-weight: 300;
    color: #3a5c1f;
}


.text h4, .text h5
{
    font-size: 35px;
    font-weight: 300;
    color: #FFF;
    background-color: #228e88;
    padding: 5px;
    display: inline-block;
    margin-bottom: 3px;
}


.text h5
{
    background-color: #3a5c1f;
}

.text img
{
    max-width: 100%;
    padding: 0%;
    padding-top: 0;
    height: auto!important;
}


.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
{
	width: 100%;
	left: 0;
	bottom:20px;
	position: absolute;
	z-index: 3;
	text-align:center;
}




.bullet-recomandari
{
	text-align: center;
    width: 100%;
}

.bullet
{
	width: 90px;
	height: 3px;
	border-radius: 3px;
	background-color: rgba(255,255,255,.70);
	text-decoration: none;
    margin-left: 4px;
    display: inline-block;
    margin-right: 4px;
}

.bullet-select
{
	width: 90px;
	height: 3px;
	border-radius: 3px;
	background-color: #3a5c1f;
	text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
}

.bullet-select a, .bullet a
{
	text-decoration: none;
	display: block;
    line-height: 3px;
    display: block;
}






.p33
{
    width: 33.333%;
    float: left;
}


.p33j
{
    width: 25%;
    float: left;
	text-align: center;
}

.p33j2
{
    width: 25%;
    float: left;
	text-align: left;
}

.p33j3
{
    width: 75%;
    float: right;
	text-align: left;
}

.p33j img
{
    width: 80px;
    max-width: 90%;
    display: inline-block;
}

.p33j a
{
    color: #83c7f9;
    font-size: 18px;
    display: block;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 300;
}

.p33j a strong
{
    font-weight: 500;
    color: #242a32;
    text-transform: uppercase;
}
.p33j a:hover
{
    color: #83c7f9;
}

.p50
{
    width: 50%;
    float: left;
}
.p50x
{
    width: 50%;
    float: left;
}

.p25
{
    width: 25%;
    float: left;
}

.p25i
{
    width: 25%;
    float: left;
}
.p70i
{
    width: 70%;
    float: right;
}








.retea
{
	padding-left: 3px;
	padding-right: 3px;
	display: inline-block;
}
.retea:hover
{
	opacity: .7;
}



.meniu
{
	text-align: right;
}



.meniu a
{
    font-size: 14px;
    text-transform: uppercase;
    color: #302e2c;
    
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
    text-decoration: none;
    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;
		background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 6px;
	background-image: none;
	font-weight: 300;
}

.meniu a:hover
{
    color: #008930;
	background-position: bottom;
	background-repeat: no-repeat;
	
	background-image: url("images/linie-meniu.svg");
}


.casuta-cauta {
    background: transparent;
    outline: none;
    border: none;
    float: left;
    width: 68%;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    margin-left: 3%;
	padding-left: 10px;
	padding-right: 10px;
    font-size: 14px;
	font-style: italic;
}



.buton-cauta 
{
    background: transparent;
	background-position: center;
        background-repeat: no-repeat;
        background-image: none;
        background-size: auto 32px;
    outline: none;
    border: none;
    width: 46px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("/images/cauta-sus2.svg");
    height: 46px;
    line-height: 46px;
    background-color: #3a5c1f;
    border:2px solid #FFF;
    border-radius: 50%;
    margin-top: -8px;
    margin-right: -2px;
}




.banner-container
{
	width:100%;
	overflow: hidden;
    position: relative;
    background-color: #FFF;
    
}



.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;
}

.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);
}

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

.text, .text a, .text-index, .text-index a
{
  
  	font-size: 14px;
	line-height: 1.2;
	color: #434040;
}







.citestemaimult a
{
	background-image: url("images/citestemaimult.svg");

	background-size: auto 12px;
	background-repeat: no-repeat;
		transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
	color: #838383;
	display: inline-block;
	padding-right: 42px;
	text-decoration: none;
	font-weight: 300;
	background-position: right 6px center;
	font-size: 16px;
	
}
.citestemaimult a:hover
{
	color: #000;
		background-position: right;
}

.p20
{
	width: 20%;
	float: left;
}
.p20b
{
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
.p25
{
	width: 25%;
	float: left;
}


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

.text p
{
	padding-bottom: 20px;
}

.text a:hover
{
    text-decoration: none;
}

.text-cookie, .text-cookie a
{
  
    font-size: 12px;
    color: #302f2c;
}



.istoric, .istoric a
{
    
    font-size: 13px;
    font-style: italic;
    color: #302f2c;
    text-decoration: none;
    text-align: center;
}



h3
{
    padding: 0;
    margin:0;
    
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.mijloc
{
    width: 1400px;
    max-width: 98%;
    margin: auto;
	display: block;
}






.ascuns
{
	display: none;
}

#deasupra2
{
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.50);
	position:fixed;
	z-index:130;
	}
#deasupra
{
	width:40%;
	padding:2%;
	position:fixed;
	top:8%;
	background-color:#FFF;
	margin-left:28%;
	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%;
	}

.separator45
{
	height: 45px;
	clear: both;
}

.separator5
{
	height: 5px;
	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;
}

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

.ascuns
{
	display: none;
}


.clear
{
	clear:both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.separator15
{
	height:15px;
	clear: both;
}


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


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

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


 .ascuns2
    {
        display: none;
    }


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


.banner-container2
{
	overflow: hidden;
}



.separator-apart
{
	height: 28px;
	display: block;
}
.ascuns7
{
	display: none;
}

.ascuns3
{
    display: none;
}




@media screen and (max-width: 1400px) {
    
      .titlu-banner a strong, .titlu-banner a em {
            font-size: 20px;
        }
        
      
    
/* containerul */
.fieldcautaret {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden; /* dacă ceva încearcă să iasă, îl taie */
}

/* iconița din stânga */
.fieldcautaret .input-icon-img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

/* inputul flatpickr – UN SINGUR RAND, înălțime decentă, fără overflow pe lățime */
.fieldcautaret input.flatpickr-input {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;

  padding: 6px 10px 6px 34px; /* padding vertical mic + stânga ajustat pentru icon */
  border: 1px solid #c2d8e3;
  border-radius: 3px;
  background-color: #fff;
  color: #434040;
  font-size: 14px;
  line-height: 1.3;

  white-space: nowrap;          /* maxim 1 rând */
  overflow: hidden;
  text-overflow: ellipsis;

  -webkit-appearance: none;
  appearance: none;
}
  
        

    .dreapta-logo
    {
        padding-top: 10px;
    }
    .p33j a
    {
        font-size: 15px;
    }
	
	
	.detalii2 a, .detalii3 a
    {
height: 38px;
        line-height: 38px;
        padding-left: 10px;
  padding-right: 10px;
    }
    
    
	.portofoliu-titlu a
    {
        line-height: 1.1;
        font-size: 18px;
    }
    
    .portofoliu-descriere
    {
        height: 150px!important;
    }
	


	
	.myMenu li a
	{
		font-size: 13px;
        padding-left: 6px;
  padding-right: 6px;
	}
	
    .titlu-banner1 {
  font-size: 34px;
}
    .titlu-banner2 {
  font-size: 12px;
}
    
    
    .titlu-servicii-index a {
  font-size: 26px;
  
}
   .titlu-pagina, .titlu-pagina a {
  font-size: 36px;
} 
    .icon-jos {
 
  width: auto;
}
    
    .buton-newsletter {
  
  font-size: 14px;
 
}
    
    .coloana1-jos {
  width: 30%;
}
    
    .coloana2-jos
{
	width: 50%;
}
    
    .icon-jos2 a {
        border-right: none;
        background-position: top 6px left;
    }
    
    .ascuns3
    {
        display: block;
    }
    
    

        .keywords-alb a {
  font-size: 20px;
}
    
    .deascuns6
    {
        display: none;
    }
    
    .titlu-why
    {
        height: 58px;
    }
    
    .titlu-pag a {
line-height: 1.2;
  height: 58px;
    }
    .casuta-cautare {
  float: left;
  width: 17%;
  padding-right: 1%;
}
}

	
	@media screen and (max-width: 1150px) {
        
        
        
  
        
        .icon-sus a {
  font-size: 12px;

}
              .myMenu li a {
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
    background-image: none;
  }
        
        .titlu-banner a strong {
            font-size: 20px;
        }
        
      
      
        
	.deascuns4
	{
		display: none!important;
	}
		.titlu-pagina, .titlu-pagina a {
  font-size: 20px;
  
}
        
        .noutate-index {
 border-radius: 8px;
            padding: 1%;
            max-width: 88%;
			background-color: rgba(255,255,255,.5);
			backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
        
        .text h1, .text h4, .text h5  {
  font-size: 25px;
}
        
        
        .casuta-destinatii,  .casuta-destinatii-i
{
    width: calc(33.33% - 6px);
}
        
                .casuta-pick, .casuta-pick-i
{
    width: calc(50% - 20px);
}
        
        .titlu-banner-peste
        {
            display: none;
        }
        
        .cautare-peste-banner {

  bottom: 50px;
            margin-top: -20px;
}
        
          .casuta-cautare {
    float: left;
    width: 24%;
    padding-right: 1%;
              margin-bottom: 10px;
  }
}
	
	@media screen and (max-width: 980px) {
		
		

  
    .coloana22,.coloana222, .coloana21
	{
		clear: both;
		width: 90%;
		padding:5%;
		padding-bottom: 5%;
		margin-top: 0;
		position: relative;
		margin-bottom: 20px;
        border-right: none;
		background-image: none;
	}	
	
	
	.ascuns4
	{
		display: block;
	}
	
	
		
		
		
		.p40, .p60
		{
			width: 100%;
		}
		



		
		
		.text, .text a, .text-index, .text-index a {
 
  font-size: 14px;
}
	

		

		
		

		
		.titlu-banner {
  font-size: 24px;
            line-height: 1.1;
}
		
		.serviciu, .serviciui {
  font-size: 13px;
 
}
		.serviciu strong, .serviciui strong {
  font-size: 15px;
}
		
				
		.peste-banner-jos {

  width: 100%;
  margin-left: 0%;
  left: 0;
  position: absolute;
  z-index: 3;
            bottom: 0px;
}
        
        .casuta-newsletter
        {
            overflow: hidden;
        }
        
        .p33j img
        {
    width: 80px;
  max-width: 90%;
        }
		
		.linie-sus {
  height: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #483231;
  clear: both;
}
		
		
		.descriere-despre2 {
  font-size: 13px;
  height: 60px;
}
		
		.casuta-tratamente {
  width: 47%;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 25px;
}
		
		
	

	
		.casuta-icon-jos {

  width: 50%;
  margin-bottom: 30px;
}	
        
       
.text-pagina
        {
            display: none;
        }
        
        .titlu-noutate a {
  font-size: 18px;
            height: 82px;
  
}
        
        .subtitlu-noutate {
  font-size: 16px;
}
        
       
        
         .myMenu li a {
    font-size: 10px;
  }
        
       
		  .titlu-servicii-index a {
    font-size: 16px;
  }
        
       
          .buton-newsletter {
    font-size: 12px;
  }
    
        
        
        #limbidrop {
 
  margin-left: -15px;
 
}
        
          .titlu-banner a em {
              font-size: 18px;
  }
        
        .deascuns5
        {
            display: none!important;
        }
        .ascuns5
        {
            display: block!important;
        }

}

@media screen and (max-width: 800px) 
	
	{
        .meniu-destinatii
{
   float: none!important; width: auto!important;
}
        .tot-destinatii
        {
             width: auto!important;
        }
                
       .casuta-destinatii-i
{
    width: calc(50% - 6px);
}
        
        
          .titlu-pag a {
    height: 72px;
  }
        .titlu-testimoniale {
  width: 100%;
            clear: both;
  font-size: 16px;
  text-align: left;
}
        
        .poza-testimoniale {
  width: 90%;
  border-radius: 50%;
            margin-left: 5%;
            margin-right: 5%;
            clear: both;
            margin-bottom: 20px;
}
        
        .continut-testimoniale {
  clear: both;
  width: 90%;
            margin-left: 5%;
            margin-right: 5%;
            margin-bottom: 20px;
}
        
        .subtitlu-pagina, .subtitlu-pagina a {
  font-size: 18px;
}
 
        .poza-private {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  height: 300px;
  background-position: bottom center;
  background-size: cover;
}
        
        .continut-private {
  width: 95%;
            padding-left: 2.5%;
            padding-right: 2.5%;
}
        
        .casuta-why {
  width: 45%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: inline-block;
  vertical-align: top;
}
        
        .flatpickr-input[readonly] {
  cursor: pointer;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}

        
        .cautare-peste-banner
        {
            position: relative;
        }
        
         .casuta-cautare {
    width: 49%;
  }
        
        .titlu-cautare {
  font-size: 26px;
  
}
          .peste-banner-jos {
   display: none;
  }
        
        
.titlu-banner-peste
{
    top: 35%;
    line-height: 1;
}
        
        .titlu-banner
        { 0 2px 4px rgba(0,0,0,0.7),
  0 0 10px rgba(0,0,0,0.6);
        }

    
        
        .logo {
  width: 100%;
  padding-top: 0px;
text-align: center;
}
        
          .logo img{
  width: 60%;
              display: inline-block;
        }
        
        .casuta-destinatii, .casuta-pick
{
    width: 240px;
}
        
        
        
        
        .casuta-pagi
        {
            width: 48%;
        }
        
        .icon-sus {
  height: auto;
  line-height: auto;
}
        
        
        
        .ascuns2
        {
display: block;
        }
        
        .casuta-pag
{
    width: 280px;
}
        
		.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;
}	
		
        
        .portofoliu-poza {
  
  width: 100%;
  border-left: none;
            
  border-bottom: 20px solid #FFF;
  position: relative;
}
        
        .portofoliu-continut {
  float: right;
  width: 90%;
  padding-right: 5%;
  max-width: 90%;
            padding-bottom: 30px;
}
        
        .titlu-pagina {
  font-size: 22px;
  
}
        
        .poza-pagina, .continut-pagina {
  float: right;
  width: 100%;
}
        
.bullet, .bullet-select
{
	width: 6px;
    height: 6px;
}



        
        .myMenu li a {
  text-shadow: none!important;
        }


.text-pagina
        {
            display: block;
        }

        
        .text-despre {
  width: 90%;
            margin-left: 5%;
            margin-right: 5%;
}
  

        .casuta-avantaje {
  display: block;
  float: left;
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
        
        .stanga-banner50, .dreapta-banner50 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
        
        .text li, .text-index li {
  
  padding-bottom: 12px;
  padding-top: 6px;
  padding-left: 50px;
  margin-left: 20px;
  background-image: url("images/lista.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 30px auto;
  font-size: 16px;
  
  margin-bottom: 10px;
}
        
         .p33j, .p33j2, .p33j3 {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    border-left: none;
    margin-top: 20px;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
        
        .casuta-blog {

  width: 97%;
}
        
.cauta-tot
        {
            display: none;
        }
        
        .facts {
  display: inline-block;
  width: 50%;
  text-align: center;
            margin-bottom: 30px;
}
        
        .continut-pilots {
  padding: 2%;
  width: 96%;
            margin-bottom: 30px;
}
        .casuta-noutate
        {
width: 91%;
        }
        
        .poza-pilots {
  width: 100%;
}
		 
	 .separator-galerie
	 {
	display: none;
	 }
		
		.retele a
		{
			display: inline-block!important;
			padding-left: 10px!important;
		}

		
		  .coloana1-jos {
 margin-bottom: 30px;
  }
		
		.formular50s, .formular50d {

  width: 100%;
}
		
		

		
		.detalii-banner a, .detalii-banner2 a
		{
			display: none;
		}

		
		.poza-home {
  float: none;
  width: 100%;
  padding-top: 0px;
}
		
		.continut-home {
  float: none;
  width: 90%;
			margin: auto;
margin-top: -20px;
}
		  .casuta-serviciu {
    width: 100%;
  }
		
		.coloana-despre {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 96%;
  padding-left: 1.6%;
  padding-right: 1.6%;
			padding-bottom: 30px;
}
		
		
		.titlu-tratament a {
  font-size: 20px;
  height: 70px;
  
}
		
		
		.mesaj-formular {
  color: #ad706f;
  font-size: 14px;
  font-weight: 400;
  width: 90%;
}
		
		.titlu-formular1 {
  font-size: 20px;
  color: #0c0e13;
  font-weight: 300;
  text-transform: uppercase;
}
		
		.poza-programare {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
			background-position: center;
  min-height: 400px;
  background-image: url("images/poza-programare.webp");
}

		
		
		.descriere-banner {
 display: none;
}
		
		
		.titlu-banner-intern
{
	bottom: 25%;
}
		
		.p33companie, .p33companie2
{
    width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
		
		.p25companie
		{
		width: 47%;
		}
		
		
		.limbi-sus {
  border: none;
 
}
		

 
		
.dreapta-meniu {
  position: absolute;
  right: 0;
  top: 2px;
}
		
		
		.text-cat-stanga, .text-cat-dreapta {
  width: 90%;
  padding: 5%;
}
		
	.casuta-industrie {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}
		
		.poza-cat-stanga, .poza-cat-dreapta {
  width: 100%;
			margin-bottom: 30px;
  border-radius: 0px 0px 0px 0px;
}
		
		.continut-cat-stanga, .continut-cat-dreapta {
  float: right;
  width: 90%;
			padding-left: 5%;
			padding-right: 5%;
}
		
		
		.icon-sus img {
  height: 34px;
  padding-right: 2px;
}
		.retele-sus img {
  height: 24px;
}
		
		.programare
		{
			display: none;
		}
		
		
	
		
.separator-sus
		{
			display: none!important;
		}
		
		
		.poza-index, .continut-index {
 
  width: 100%;
			
}
		
	
		.p33j, .p33j2
		{
			width: 40%;
			padding-left: 4%;
			padding-right: 4%;
			border-left: none;
			margin-top: 20px;
			display: inline-block;
			float: none;
			vertical-align: top;
		}
		
		.poza-testimonial {
  float: none;
			margin: auto;
  width: 130px;
  border-radius: 70px;
  overflow: hidden;
}
		
		.continut-testimonial
		{
			clear: both;
			width: 100%;
			padding-top: 30px;
		}
		
		.bgd-index {
  background-image: none;
		}
		
.titlu-banner a
		{
			font-size: 15px;
            letter-spacing: normal;
		}
.titlu-banner2 a
		{
			font-size: 26px;
		}
		


	
		
		.cauta img
		{
			padding-left: 15px!important;
		}
		
		
		.poza-eveniment {
  width: 100%;
  float: none;
  margin-right: 0;
  z-index: 2;
 clear: both;
  position: relative;
  top: 0;
  right: 0;
}
		.data-eveniment
		{
			display: none;
		}
		
		.titlu-eveniment-tot
		{
			border-right: none;
			text-align: center;
			padding: 0;
			width: 100%;
		}
		
		.continut-eveniment {
  float: none;
			clear: both;
  width: 100%;
		}
		
		.padding-eveniment {
  max-width: 90%;
			padding-left: 5%;
			padding-right: 5%;
}
		
		.casuta-testimonial {
  padding: 4%;
  width: 92%;
  display: inline-block;
  text-align: left;
			
}
		
		.retele
		{
			width: 92%;
			text-align: center;
		}
		

		
	.p25x
	{
		width: 50%;
	}
	
	.peste-banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 20px;
}
	
	
   .p20, .p25
	 {
	width: 50%;
	 }
	 
	 .p202
	 {
	width: 50%;
	 }
	 
  
	.camp-form
{
	float:none;
	width:100%;
	}	
	
.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
{
	float:none;
	clear:both;
	width:90%;
	}	
    
    
    
    
    

	.deascuns
	{
		display: none!important;
	}

	.ascuns
	{
		display: block!important;
	}
  

.camp-form5
{
	float:left;
	width:100%;
	}
    

	
	

	.coloana21-jos, .coloana22-jos
	
	{
		text-align: center;
		 width: 90%;
		margin-right: 5%;
		margin-left: 5%;
		margin-bottom: 30px;
		padding: 0;
		border: none;
	}
	
	
	
	
    .poza-noutate { 
	width: 100%;
	margin-right: 0%;
	}
  
    
.meniu-mobil
		{
			position: fixed;
			z-index: 90;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			background-color: rgba(255,255,255,.5);
			display: none;
			backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
			
		}
  .meniu-sus a
		{
			display: block;
			text-align: center;
			font-size: 20px;
			padding-top: 5px;
			padding-bottom: 5px;
			color: #000;
			
		}
		
   
.p50, .p54, .p40, .p44, .p68, .p48
	{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		clear:both;
		margin-bottom: 20px;
		
	}
	
.p48
	{
		text-align: left!important;
	}

	
	
	
	
	.coloana2-galerie, .coloana2-galerie2 {
  float: left;
  width: 97%;
  padding-left: 0%;
  margin-top: 0px;
  background-color: #e7d5c5;
}
	
.coloana1-galerie {
  float: left;
  width: 97%;
}	
	.border-galerie
	{
		border-left: none;
	}
	

	

.poza-blog {
  width: 100%;
	height: auto;
  position: relative;
  right: 0;
  top: 0;
  z-index: 2;
}
	

	.partener
		{
			width: 50%;
		}
		
		.newsletter-tot {
  width: 90%;
			padding-left: 5%;
  float: none;
}
		
		.titlu-newsletter {
  float: none;
  width: 100%;
  text-align: left;
  line-height: 52px;
}
		.newsletter-tot2 {
  width: 100%;
}
		
		
		.retele2 {
  width:90%;
  text-align: center;
			
			margin-top: 20px;
}
		
		
	

		.titlu-index2, .titlu-index
{
	font-size: 20px;
}
		
		.poza-index
		{
		font-size: 11px;
		}
		
		.poza-index strong {
  font-weight: 400;
  font-size: 12px;
}
	
		
		.poza-index {
  display: inline-block;
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-align: center;
  max-width: 30%;

}

    
.ascuns-inline
	{
		display: inline-block;
	}
	
	.poza-index img
		{
			max-width: 70%!important;
		}
		
		
		.lista-servicii {
  position: relative;
  z-index: 2;
  left: 0;
  top: 10%;
  width: 90%;
  border: 3px solid #e2e7e7;
  padding: 1%;
			margin-left: 3.5%;
}
	
		.poza-servicii {
 
  width: 100%;
			margin-top: -20px;
  z-index: 1;
}
		.serviciu, .serviciui {
  width: 98%;
}
		
		.poza-serviciu-slide {
  float: none;
			clear: both;
  width: 100%;
}
		.descriere-servicii {
  position: relative;
  z-index: 2;
  right: 0;
  top: 0%;
  width: 98%;
  border: none;
			background-color: none;
			margin-left: 0%;
}
		.descriere-servicii2 {
			background: none!important;
  padding: 0;
			padding-top: 20px;
}
		
.casuta-echipa
		{
			width: 50%;
		}
		
		.galerie1
		{
			padding-top: 20px;
		}
		
		.casuta-newsletter {
  float: left;
  width: 97%;
			margin-top: 10px;
}
		
		.banda-newsletter {
  background-image: none;
  background-position: center;
  padding-top: 40px;
  height: auto;
  margin-top: 0px;
			padding-bottom: 40px;
			background-color: #9d9e9e;
  z-index: 2;
  position: relative;
}
		.coloana2-jos {
  width: 90%;
             padding-left: 5%;
  float: left;
}
		
		.buton-newsletter {
  
 width: 95%;
			margin-top: 10px;
}
		
		  .casuta-icon-jos {
    width: 90%;
			  margin: auto;
			  float: none;
    margin-bottom: 30px;
  }
		
		.coloana1-jos {
  width: 70%;
			margin-left: 15%;
  float: left;
}
        
    
		
		.meniu-buton
{
	display: inline-block;
		}
		
		.limbi-sus a {
  display: block;
  height: 38px;
  color: #FFF;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: none;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 12px auto;
}
		
		 .meniu-sus-mobil a {
    display: block;
			 width: 90%;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
  }
		.meniu-sus-mobil a:hover {
			border-bottom: none;
			padding-bottom: 5px;
		}
		
		.meniu-sus-mobil {
  display: block;
			width: 100%;
  height: 25px;
  vertical-align: top;
}
		
		.p30, .p70
{
	width: 100%;
}
.ascunsinline
		{
			display: inline-block;
		}
		
		.alb-mobil
		{
			background-color: #FFF;
		}
		
    


.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;
}

.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;	
	padding:8px 0px 8px 10%;
	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 {
	color:#000;
	display:block;	
}	
	
	

	.meniu-mobil
{
	position:fixed;
	display:block;
	top:0px;
	left:-60%;
backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
background-color: rgba(255,255,255,.5);
	width:60%;
	overflow:hidden;
	z-index:150;
	height: 100%;
		max-height:100%;
	min-height:90%;
	}
		
		
	
.meniu-mobil2
{
	position:fixed;
	display:block;
	top:0px;
	left:0;
backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
background-color: rgba(255,255,255,.5);
	width:92%;
	padding:4%;
	overflow:auto;
	height: 100%;
		max-height:100%;
	min-height:90%;
	z-index:150;
	}	
.copyright
        {
            text-align: center;
           
        }
.centru-tot
        {
            padding-top: 30px;
        }
        
#limbidrop2
        {
        margin-left: -18px;
        }
        
.cauta-tot2 {
  min-width: 200px;
        }
        
        .poza-despre {
  padding-top: 10px;
  width: 90%;
}
        
        .bgd-despre {
  background-size: 95% 100%;
}
        
        .continut-despre {

  width: 85%;
  padding: 2.5%;
}
    .text h2, .text h4, .text h5
        {
            font-size: 20px;
        }
      .noutate-index {
    max-width: 95%;
  }   
        
          .titlu-newsletter {
    text-align: center;
  }
  .icon-sus a{
  font-weight: 400;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;      
        }
.p33
{
    width: 50%;
}

}
