.header_imagine_fundal {
    background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('img/despre_noi/despre_noi.jpg');
    height: auto;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0 0 50px 0;
}

.header_imagine_fundal:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
   

}


.header_imagine_fundal_portofoliu {
    background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('img/despre_noi/portofoliu.jpg');
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.header_imagine_fundal_portofoliu:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
   

}


.acasa_continut1 {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #ffffff;
    padding: 200px 0 0 0;
}

.titlu1 {
    float: left;
    width: 50%;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 30px 0;
    line-height: 60px;
}

.titlu1_imagine {
    float: left;
    width: 50%;
    padding: 180px 0 0 0;
}

.titlu1_imagine2 {
    float: left;
    width: 50%;
    padding: 50px 0 0 0;
}

.titlu1_imagine img {
   width: 100%;
}

.titlu1_imagine2 img {
   width: 100%;
}

.titlu_resurse {
    color: #4cae4f; 
    font-weight: 800;
    font-size: 100px;
    line-height: 120px;
}


.text_descriere {
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    max-width: 500px;
    margin: 50px 0 0 0;
}


.continut_citate {
    float: left;
    width: 80%;
    margin: 50px 0 0 10%;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h9 {
    font-size: 18px;
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
}

.timeline ul {
  background: #fff;
  padding: 0 0 100px 0;
    float: left;
    width: 100%;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #F6F6F6;
    
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 550px;
  padding: 20px 15px;
  background: #F6F6F6;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
    color: #888B8D;
 font-size: 14px;
    
}


.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
  background: #4cae4f;
  color: #fff;
   
}


.timeline ul li:nth-child(odd) div:hover {
  left: 60px;
}



.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #4cae4f transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -615px;
}

.timeline ul li:nth-child(even) div:hover {
  left: -630px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #F6F6F6;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #4cae4f;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 1250px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -318px;
    /*250+45-6*/
  }
    
.timeline ul {
  background: #fff;
  padding: 0 0 30px 0;
    float: left;
    width: 100%;
} 
    
.timeline ul li:nth-child(odd) div {
  left: 30px;
}


.timeline ul li:nth-child(odd) div:hover {
  left: 30px;
}
.timeline ul li:nth-child(even) div:hover {
  left: 30px;
}    
    
    .timeline {
        overflow: hidden;
    }    
    
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 15px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 30px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F6F6F6 transparent transparent;
  }
}




/*                                                   Portofoliu */



.portofoliu_content_chenar_butoane {
    float: left;
    width: 930px;
    padding: 25px 0 25px 0;
    border-radius: 0px;
    margin: 0 0 0 calc(50% - 465px);
    border-bottom: 2px solid #ddd;
     border-top: 2px solid #ddd;
    
}

.filterDiv {
    float: left;
    width: 29.3%;
    margin: 15px 2% 15px 2%;
    padding: 0 2%;
    height: auto;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    
}




.showcaca {
  display: block;
}

.continecaca {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin: 50px 0 0 0 ;
    padding: 0px 0 0px 0;
   
}

/* Style the buttons */
.caca {
    display: inline-block;
    width: 150px;
    font-size: 14px;
    color: #4e495c;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0 5px 0 0;
  border: none;
  outline: none;
  padding: 12px 16px;
  float: left;
  border-radius: 2px;
   border: 2px solid transparent;
    text-align: center;
    transition: ease-in-out 0.2s;
}


.caca.actimel {
    background-color: #4cae4f;
    border: 2px solid #4cae4f;
    color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}


.flip-card-front {
    float: left;
    width: 100%;
    height: 300px;
}

.flip-card-front img{
    height: 300px;
    margin: 0 0 0 calc(50% - 150px);
}


.flip-card-back {
    float: left;
    width: 100%;
    padding: 20px;
}

.client_titlu {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #4e495c;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.client_subtitlu {
    float: left;
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0 0 0;
}

.client_text{
    float: left;
    width: 50%;
    text-align: left;
    color: #4cae4f;
    font-weight: 600;
    margin: 0px 0 10px 0;
}

.client_scris {
    float: left;
    width: 100%;
    color: #888B8D;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0 0;
    text-align: justify;
}

                        /* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 1200px) {


    

.header_imagine_fundal {
    height: auto;
    padding: 0 0 50px 0;
}


.header_imagine_fundal_portofoliu {
    height: auto;
    padding: 0 0 50px 0;
}


.acasa_continut1 {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    padding: 120px 15px 0 15px;
}

.titlu1 {
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: 16px;
    width: 100%;
}
                                
    .titlu1_imagine {
    float: left;
    width: 80%;
    padding: 20px 0 0 10%;
}
    
        .titlu1_imagine2 {
    float: left;
    width: 80%;
    padding: 20px 0 0 10%;
}



.titlu_resurse {
    font-size: 50px;
    line-height: 60px;
}
                          
                                
  .text_descriere {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    max-width: 500px;
    margin: 25px 0 0 0;
}                              
                                
 
.continut_citate {
    float: left;
    width: 100%;
    margin: 20px 0 0 0%;
}                               
     
    
    
 

/*                                                   Portofoliu */



.portofoliu_content_chenar_butoane {
    float: left;
    width: 100%;
    padding: 25px 0 25px 0;
    border-radius: 0px;
    margin: 0 0 0 0;
    border-bottom: 2px solid #ddd;
     border-top: 2px solid #ddd;
    
}

.filterDiv {
    float: left;
    width: 100%;
    margin: 15px 0% 15px 0%;
    padding: 0 2%;
    height: auto;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    
}




.showcaca {
  display: block;
}

.continecaca {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin: 25px 0 0 0 ;
    padding: 0px 0 0px 0;
   
}

/* Style the buttons */
.caca {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #4e495c;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0 5px 0 0;
  border: none;
  outline: none;
  padding: 12px 16px;
  float: left;
  border-radius: 2px;
   border: 2px solid transparent;
    text-align: center;
    transition: ease-in-out 0.2s;
}




.flip-card-front {
    float: left;
    width: 100%;
    height: 300px;
}

.flip-card-front img{
    height: 300px;
    margin: 0 0 0 calc(50% - 150px);
}


.flip-card-back {
    float: left;
    width: 100%;
    padding: 20px;
}

.client_titlu {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #4e495c;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.client_subtitlu {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0 0 0;
}

.client_text{
    float: left;
    width: 100%;
    text-align: left;
    color: #4cae4f;
    font-weight: 600;
    margin: 0px 0 10px 0;
}

.client_scris {
    float: left;
    width: 100%;
    color: #888B8D;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0 0;
    text-align: justify;
}   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}


