@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,600|Tulpen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Modern+Antiqua&display=swap');
*{
margin:0;
padding:0;
}

@font-face {
  font-family: font5;
  src: url(../font/NotoMono/NotoMono-Regular.ttf);
}

body{
font-family: Calibri;
  overflow-x: hidden;
}
h1, h2, h5{
text-align:center;
}
h1{
color: #7f8285;
}
h5{
padding:0 0 60px 0;
color:#D4292C;
font-size:1.5em;
}
hr{
width:50%;
margin:15px auto;
}
button{
text-align:center;
margin:25px auto;
color:white;
background-color:rgba(0,0,0,0.5);
border:1px solid black;
cursor:pointer;
padding:10px;
border-radius:10px;
display:block;
}
button:hover{
color:black;
background-color:white;

}
.indent-ul{
  padding-left: 25px;
}
.firstfont{
 font-family: font1;
}
.secondfont{
 font-family: font2;
}
.thirdfont{
 font-family: font3;
}
.fourthfont{
 font-family: font4;
}
.centru-text{
text-align:center;
}
.centru-text p{
  text-align:center;
  }
.centru-text a{
text-decoration:none;
color:black;
}
/*begin events*/
.events{
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.events a {
  text-decoration: none;
  color: #000;
}
.cardev {
  display: grid;
  grid-template-columns: 300px;
  grid-template-rows: 210px 210px 80px;
  grid-template-areas: "image" "text" "stats";
  border-radius: 18px;
  background: white;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
  font-family: roboto;
  text-align: center;
  

  transition: 0.5s ease;
  cursor: pointer;
  margin:30px;
}
.cardev-image {
  grid-area: image;
  background: url("../Images/eveniment1.jpg");
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
}

.cardev-text {
  grid-area: text;
  margin: 2px;
}
.cardev-text .dateev {
  color: rgb(255, 7, 110);
  font-size:13px;
}
.cardev-text p {
  color: grey;
  font-size:15px;
  font-weight: 300;
  text-align: justify;
}
.cardev-text h2 {
  margin-top:0px;
  font-size:28px;
  color: #000;
}
.cardev-stats {
  grid-area: stats; 
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #E55934;
}
.cardev-stats .stat {
  padding:10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.cardev-stats .borderev {
  border-left: 1px solid rgb(172, 26, 87);
  border-right: 1px solid rgb(172, 26, 87);
}
.cardev-stats .value{
  font-size:22px;
  font-weight: 500;
}
.cardev-stats .value sup{
  font-size:12px;
}
.cardev-stats .type{
  font-size:11px;
  font-weight: 300;
  text-transform: uppercase;
}
.cardev:hover {
  transform: scale(1.15);
  box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
}

/*cardev2*/
.cardev-image.cardev2 {
  background: url("../img/2007/displayimage (10).jpeg");
  background-size: cover;
}
.cardev-text.cardev2 .dateev {
  color: #086788;
}
.cardev-stats.cardev2 .borderev {
  border-left: 1px solid rgb(185, 67, 20);
  border-right: 1px solid rgb(185, 67, 20);
}
.cardev-stats.cardev2 {
  background: #086788;
}
/*cardev3*/
.cardev-image.cardev4 {
  background: url("../img/27.07.2023/351867156_276818204906933_8257764431325202734_n.jpg");
  background-size: cover;
}
.cardev-image.cardev5 {
  background: url("../img/26.07.2023/353824337_275195355069218_6621030057175586521_n.jpg");
  background-size: cover;
}
.cardev-image.cardev6 {
  background: url("../img/25.07.2023/352807265_575494397812259_5875376808266100373_n.jpg");
  background-size: cover;
}
.cardev-text.cardev3 .dateev {
  color: #F0C808;
}
.cardev-stats.cardev3 .borderev {
  border-left: 1px solid rgb(14, 122, 50);
  border-right: 1px solid rgb(14, 122, 50);
}
.cardev-stats.cardev3 {
  background: #F0C808;
}
/*end events*/
/*BEGIN HEADER*/
header{
  width:100%;
  position: relative;
  object-fit: cover;
  }
  header video{
   
    width:100%;
  height:600px;
  background-color:white;
  position: relative;
  object-fit: cover;
  }
  .corp-margine-sus{
    padding-top: 100px;
  }
.slideshow-container1 {
  width: 100%;
    position: relative;

}

.mySlides1 {
    display: none;

position: relative;
}
.mySlides1 img{
  width:100%;
height:500px;
background-color:black;

background-repeat:no-repeat;
background-size:cover;
position: relative;
object-fit: cover;
}

.prev1,
.next1 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #0000FF;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
}

.next1 {
    right: 0;
    border-radius: 3px 3px 3px 3px;
}

.prev1 {
    left: 0;
    border-radius: 3px 3px 3px 3px;
}

.prev1:hover,
.next1:hover {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.8);
}

.text1 {
    color: #f2f2f2;
    font-size: 15px;
    padding-top: 12px;
  padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #222428;
}

.numbertext1 {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot1 {

    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease;
}

.active1,
.dot1:hover {
    background-color: #717171;
}
/*BEGIN MENIU*/
div#meniu{
width:100%;
height:65px;
position: fixed; /* Make it stick/fixed */
z-index: 1;
}
#logo{
float:left;
width:20%;
text-align:center;
background-color: rgba(0,0,0,0.5);
height:65px;
line-height:65px;
display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
}

#logo img{
float:left;
height:60px;

}
#logo p{
float:right;
padding-right:5%;
color:white;
font-size:30px;
}
.bg-meniu:hover{
display:block;
background-color:#3B7CCA;
height:300px;
width:300px;
}

/*END MENIU*/
/*begin card mol si info*/
.card-div {
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Open Sans";
}


.education {
  --bg-color: #ffd861;
  --bg-color-light: #ffeeba;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(255, 215, 97, 0.48);
}

.credentialing {
  --bg-color: #B8F9D3;
  --bg-color-light: #e2fced;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(184, 249, 211, 0.48);
}

.stema {
  --bg-color: #dfdddc;
  --bg-color-light: #e7e3e2;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(177, 174, 172, 0.48);
}

.wallet {
  --bg-color: #CEB2FC;
  --bg-color-light: #F0E7FF;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.human-resources {
  --bg-color: #DCE9FF;
  --bg-color-light: #f1f7ff;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}


.card {
  width: 220px;
  height: 221px;
  background: #F7F7F7;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0,0,0,0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
  margin:2%;
}

.card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0,0,0,0.11),
    0 24px 46px var(--box-shadow-color);
}

.card:hover .overlay {
  transform: scale(4) translateZ(0);
}

.card:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.card:hover .circle:after {
  background: var(--bg-color-light);
}

.card:hover p {
  color: var(--text-color-hover);
}

.card:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0,0,0,0.11),
    0 15px 24px var(--box-shadow-color);
}

.card p {
  font-size: 17px;
  color: #4C5656;
  margin-top: 30px;
  z-index: 0;
  transition: color 0.3s ease-out;
}

.circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-out;
}

.circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 4px;
  left: 5px;
  transition: opacity 0.3s ease-out;
}

.circle svg {
  z-index: 10000;
  transform: translateZ(0);
}

.overlay {
  width: 118px;
  position: absolute; 
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 20px;
  left: 50px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

/*end card mol si info*/
/*imagini album orizontal*/

main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

 
}

.scrollable {
  will-change: transform;
  
}

.info-mask {
  position: fixed;
  bottom: 15%;
  left: 10%;
  width: 100%;
  height: 48px;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  
}
.info-mask h1 {
  display: block;
  transform: translateY(48px);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  transition: 0.2s;
}

.info-mask.active3 h1 {
  transform: translateY(0);
  transition: 0.2s;
  color:red;
}

.one {
  position: relative;
  width: 100%;
  
}
.two {
  position: relative;
  width: 3500px;
  height: 101vh;
  display: flex;
  justify-content: space-around;
  will-change: transform;
}

.project-title {
  position: absolute;
  top: 5vh;
  left: 5vw;
  z-index: 100;
}

.flex-item {
  position: relative;
  width: 600px;
  height: 100%;
}

.image-wrap {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
}
.image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(80%);
  cursor: pointer;
}
.image-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  clip-path: circle(0% at 30% 20%);
  pointer-events: none;
  transition: clip-path 0.1s;
}

.three {
  position: relative;
  width: 100%;
  
}

@media only screen and (max-width: 600px) {
  .two {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 2400px;
    justify-content: space-around;
    align-items: center;
  }

  .info-mask {
    display: none;
  }

  .flex-item {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .image-wrap {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 60%;
    height: 80%;
  }

}
/*end album orizontal*/
:root{
  --primary-color:#f05454;
  --secondary-color:#6b6b6b;
  --third-color:#fff;
  --fourth-color:#eee;
  --five-color:#ccc;
  --six-color:#0d0c22;
  --white-light-color:#f3f2f2;
}
.facilitati123 a{
  text-decoration: none;
  color:#0046FF
}
.container-fluid ol li,.container-fluid ul li{
  list-style: none;
}
.container-fluid a{
  text-decoration: none;
}
.main4-wrap img{
  max-width: 100%;
  
} 
.container-fluid{
  width:100%;
  padding:0px 15px;
  margin:0 auto;
} 
.filterbox{
  padding:30px 108px;
}
.filter-tabs{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:15px 0 35px;
  margin-top: 50px;
  flex-wrap:wrap;
}  
.filter-sort{
  width:100%;
  display: none;
}
.navigation-galerie{
  display: flex;
  overflow-x: scroll;
  margin-top: 15px;
  padding-bottom: 15px;
}
.navigation-galerie a{
 /*  margin-bottom: 320px; */
  margin-right:5px;
  padding:9px 25px;
  text-decoration: none;
  border-radius: 6px;
  color:var(--secondary-color);
  transition:all .5s;

  white-space: nowrap
  
} 
.button{
  margin-bottom: 40px;
}
.navigation-galerie a:hover{
  color:var(--third-color);
  background-color:var(--primary-color);
}
.navigation-galerie a.active{
  color:var(--third-color);
  background-color:var(--primary-color);
}
.navigation-galerie::-webkit-scrollbar{
  width:10px;
  height: 6px;
}
.navigation-galerie::-webkit-scrollbar-track{
   background:#f1f1f1;
}
.navigation-galerie::-webkit-scrollbar-thumb{
   background:#888;
}
.main4-wrap.wrap-inner{
  padding:0px;
}
.main4-wrap{
  padding:32px 0px 40px;
  width:100%;
  box-sizing: border-box;
}
#content6{
  position: relative;
  margin:0 auto;
  padding:0px;
  font-size:14px;
}

#main4.main4-full{
  float:none;
  width:none;
  max-width: none;
}
ol.content6{
  margin:0 auto;
}
.content6{
  display:grid;
  list-style: none;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap:36px;
}
.multi-shot{
  position:relative;
  transition:3s all;
}
.dribbble-link{
  position:relative;
}
.dribbble-img img{
  border-radius: 6px;
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.dribbble-over{
  position:absolute;
  top:0;
  background:rgba(0,0,0,0.04);
  height: 90%;
  left:0;
  right:0;
  bottom:0;
  color:var(--third-color);
  opacity: 0;
  transition:0.3s all;
}
.hover-text{
  padding:10px;
  display:block;
  position: absolute;
  bottom:1px;
  font-weight: 500;
  background-image:linear-gradient(178.1deg, rgba(60,55,106,.03) 8.5%, rgba(0,0,0,.45) 82.4%);
  width:100%;
  border-radius: 5px;
}
.multi-shot:hover .dribbble-over{
  opacity: 1;
}
.dribbble-over .icons{
  position: absolute;
  bottom:8px;
  right:12px;
}
.icons i{
  background:var(--fourth-color);
  padding:8px 10px;
  border-radius: 10px;
  margin:0px 5px;
  color:gray;
  font-size:14px;
  transition: all 0.3s;
}
.icons i:hover{
  background:var(--primary-color);
  color:var(--third-color);
}
.dribbble-title h3{
  font-size:13px;
  color:var(--six-color);
  font-weight: 500;
}
.dribbble-title .m-team{
  padding:0px 4px;
  color:var(--third-color);
  background:var(--five-color);
  border-radius: 2px;
  font-size: 11px;
  letter-spacing:0.4px;
}
.comment{
  float:right;
}
.comment i{
  color:var(--five-color);
  padding:5px;
}
.comment i:hover{
  color:var(--primary-color);
}

@media (max-width: 1200px){
  .filterbox{
      padding:30px 40px;
  }
}
@media (max-width: 992px){
  .filterbox{
      padding:30px 15px;
  }
  .content6{
      grid-gap:12px;
  }
  .navigation-galerie a{
      padding:9px 12px;
  }
}
@media (max-width: 767px){
  .shot-thumbnail{
      margin-top:20px;
  }
  .filter-tabs{
      flex-wrap:wrap;
  }
  .filter-sort{
      width:100%;
  }
  .navigation-galerie{
      display:flex;
      overflow-x:scroll;
      margin-top:15px;
      padding-bottom:15px;
  }
  .navigation-galerie::-webkit-scrollbar{
      width:10px;
      height: 6px;
  }
  .navigation-galerie::-webkit-scrollbar-track{
       background:#f1f1f1;
  }
  .navigation-galerie::-webkit-scrollbar-thumb{
       background:#888;
  }
}
/*begin album foto*/

.album-div{
margin:0;
padding:0;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
background:#F2F0EF;
font-family:'Cormorant Garamond', serif;
}
h3{
text-align:center;

}
.input-album{
display:none;
}
.img-album{
width:90%;
max-height:500px;
margin:5%;

}
.img-cover{
width:100%;
max-height:600px;
margin:0;
}
.description-flip h2{
text-align:center;
font-size:2em;
padding-top:35%;
}
.description-flip p{
text-align:center;
font-size:1.3em;

}
.book{
display:flex;

}
#cover{
width:500px;
height:600px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.flip-book{
width:500px;
height:600px;
position:relative;
perspective:1500px;

}
.flip{
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
transform-origin:left;
transform-style: preserve-3d;
transform:rotateY(0deg);
transition:.5s;
color:#000;
}

.front{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
background-image: linear-gradient(to right ,#E9E9E9, #F6F4F4 );
box-sizing:border-box;
padding: 0 13px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.back{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:9999;
transform: rotateY(180deg);
backface-visibility:hidden;
background-image: linear-gradient(to right,#F6F4F4, #E9E9E9);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.next-btn{
position:absolute;
bottom:13px;
right:13px;
cursor:pointer;
color:#000;
}
.back-btn{
position:absolute;
bottom:13px;
right:13px;
cursor:pointer;
color:#000;
}
.description-flip h3{
text-align:center;
font-size:2em;
padding-top:35%;
}
.description-flip p{
text-align:center;
font-size:1.3em;

}
.margine-sus-h3{
padding-top:10%;
}
#p1{
z-index:8;
}
#p2{
z-index:7;
}
#p3{
z-index:6;
}
#p4{
z-index:5;
}
#p5{
z-index:4;
}
#p6{
z-index:3;
}
#p7{
z-index:2;
}
#p8{
z-index:1;
}

#c1:checked ~ .flip-book #p1{
transform:rotateY(-180deg);
z-index:1;
}
#c2:checked ~ .flip-book #p2{
transform:rotateY(-180deg);
z-index:2;
}
#c3:checked ~ .flip-book #p3{
transform:rotateY(-180deg);
z-index:3;
}
#c4:checked ~ .flip-book #p4{
transform:rotateY(-180deg);
z-index:4;
}
#c5:checked ~ .flip-book #p5{
transform:rotateY(-180deg);
z-index:5;
}
#c6:checked ~ .flip-book #p6{
transform:rotateY(-180deg);
z-index:6;
}
#c7:checked ~ .flip-book #p7{
transform:rotateY(-180deg);
z-index:7;
}
#c8:checked ~ .flip-book #p8{
transform:rotateY(-180deg);
z-index:8;
}

/*end album foto*/

.facebook-iconita{
position: fixed;
z-index: 2;
top: 460px;
right: 0;
background-color: transparent;
}
.facebook-iconita img{
display:block;
width:40px;
height:40px;
}

.buton-fixat{
position: absolute;
bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}
.asistadiv
{

left:    0;
right:   0;
z-index : 1;
filter : alpha(opacity=100);
POSITION: fixed;
top: 505px;
height:40px;
background-color:#006600;
color:white;
font-size:2em;
text-align:center;
}
.hideclass {
     opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(150px, 0px, 0px);
  -webkit-transform: translate3d(150px, 0px, 0px);
  -o-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate3d(150px, 0px, 0px);
  z-index:-1;
}
.showclass {
 opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index:3
}
.asista-iconita{
  width: 0;
  position: fixed;
  z-index: 2;
   /* top: 505px; */
   top: 470px;
 right: 0;
  background-color: #006600;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding: 3px 25px 4px 15px;
  border:1px solid #006600;
  border-radius:10px;
  display:block;
}
.asista-iconita p{
 font-family: font5;
font-size:1.6em;

}
.asista-iconita a{
display:block;
color:white;
text-decoration:none;
}

/*END HEADER*/

/* BEGIN 3 div-icon */
.bg-color1{
background-color: #FFF;
}
.bg{
display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
 
}
.margin-top-bottom{
padding:40px 0;
}
.three_elements{
padding-top:3%;
width:90%;
margin:0 5% 0 5%;
}
.chenar{
width:29.33%;
margin:0 2% 50px 2%;
float:left;
height:450px;
border-radius:10px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 background-color: #FFF;
 position:relative;
}
.chenar1{
width:30%;
margin:0 35% 50px 35%;

height:450px;
border-radius:10px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 background-color: #FFF;
 position:relative;
}

.chenar i,.chenar4 i, .chenar6 i, .chenar8 i, .chenar1 i{
width: 100px;
height: 100px;
text-align: center;
font-size:55px;
display: flex;
align-items: center;
justify-content: center;
margin:25px auto;
border:1px solid black;
border-radius:50%;
transition: all .3s ease-out;
}
.chenar i:hover, .chenar4 i:hover, .chenar6 i:hover, .chenar8 i:hover, .chenar1 i:hover{

font-size:60px;
}
.trimtext{
padding:0 30px;
text-align:justify;
 text-indent: 25px;
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.fa-leaf{
color:#2BB815;
}
.verde{
border: 1px solid #2BB815;
}
.fa-plane{
color:#15AFB8;
}
.albastru{
border: 1px solid #15AFB8;
}
.fa-bug{
color:#F3ED2E;
}
.galben{
border: 1px solid #F3ED2E;
}
.negru{
border: 1px solid black;
}
/* END 3 div-icon */
/*Begin image parallax scrolling effect*/

.bg-img1 { 
    position: relative; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/image-2019-04-10-23080663-0-mizil-2.jpg");  
  min-height: 450px;
}
.bg-img3 { 
    position: relative; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/photo1.jpg");  
  min-height: 400px;
}

.bg-img1::before, .bg-img2::before, .bg-img3::before, .bg-img4::before  {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.65);
}
.bg-img1 h3,.bg-img2 h3{
  position: relative;
  color: #ffffff;  
  text-align: center;
  padding-top:100px;
  font-weight: normal;
  font-family: Times, serif,"Times New Roman";
font-size: 1.8rem;
    text-transform: uppercase;
  
}
.bg-img3 h3,.bg-img4 h3{
  position: relative;
  color: #ffffff;  
  text-align: center;
  padding-top:50px;
  font-weight: normal;
  font-family: Times, serif,"Times New Roman";
font-size: 1.8rem;
    text-transform: uppercase;
  
}
.bg-img1 p, .bg-img2 p, .bg-img3 p, .bg-img4 p {
 position: relative;
  color: #ffffff;  
text-indent:30px;
  font-weight: normal;
  font-family: Times, serif,"Times New Roman";
font-size: 1.2rem;
padding:50px 200px;
text-align:justify;
}
.bg-img1 button, .bg-img2 button {
  position: relative;
  background-color:#0046FF;
  color: white;  
}
.bg-img1 button:hover, .bg-img2 button:hover {
  
  background-color:white;
  color: #0046FF;  
}
.bg-img1 a{
text-decoration:none;
color:white;
}

/*eng image parallax scrolling effect*/
/*begin image background effect*/
.bg-img2 { 
    position: relative; 
     min-height: 450px;
    background-image: url("../img/photo1.jpg");  
    background-size: cover;
}
.bg-img4 { 
    position: relative; 
     min-height: 400px;
    background-image: url("../img/photo1.jpg");  
    background-size: cover;
}
.post-date-ribbon {
    width: 100px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    margin-top: -23px;
    position: absolute;
    background-color: #02acd7;
}
.corner {
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent transparent #00aaff transparent;
}
/*end image background effect*/

/* BEGIN 3 div-image */
.bg-color2{
background-color: #F5F5F5;
}

.chenar img, .chenar4 img, .chenar6 img, .chenar8 img, .chenar1 img{
width: 100%;
height: 150px;
object-fit: cover;
border-radius: 10px 10px 0 0;
margin-bottom:10px;
}

/* END 3 div-image */
/* BEGIN 3 div-image only */
.container{
position: relative;
width:29.33%;
margin:0 2% 50px 2%;
float:left;
height:350px;
border-radius: 10px 10px 0 0;
}

.container img, .container4 img,.container6 img,.container8 img, .container1 img{
vertical-align: middle;
width:100%;
height:100%;
object-fit: cover;
border-radius: 10px;
}
.container4 h3, .container1 h3{
font-family: Calibri;
}
 .content {
position: absolute;
bottom: 0;
background: rgb(0, 0, 0); /* Fallback color */
background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
color: #f1f1f1;
width: 100%;
padding: 20px;
border-radius:0 0 10px 10px;
}

/* END 3 div-image only */
/* Begin carousel */
.mySlides{
display:none;

}
.dot{
  height: 15px;
  width: 15px;
  margin: 0 2px ;
  background-color: #717171;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor:pointer;
}
.puncte{
text-align:center;

}
.active {
  background-color: green;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* end carousel */
/*begin 4 div icon*/
.chenar4{
width:23%;
margin:0 1% 30px 1%;
float:left;
height:500px;
border-radius:10px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 background-color: #FFF;
 position: relative;
}
.chenar4 a, .chenar a, .chenar1 a{
text-decoration:none;
color:black;
}
.chenar-div-mic{
height:400px;
}
.chenar-div-mare{
height:600px;
}
.chenar-div-mare p{
text-indent:20px;
padding:0 2%;
}
.video-articol{
width:70%;
margin:0 15%;
height:400px;
}
.trimtext2{
padding:0 20px;
text-align:justify;
 text-indent: 25px;
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.trimtext3{
padding:0 20px;
text-align:justify;
 text-indent: 25px;
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.four_elements, .one_element{
padding-top:3%;
width:95%;
margin:0 2.5%;
}
.unu_element{
  padding-top:3%;
  width:95%;
  margin:0 2.5%;
  }
  .unu_element .unu_element{
    padding-top:1%;
  width:95%;
  margin:0 2.5%;
  }
  
.chenar_unu{
  width:73%;
  margin:0 13.5% 25px 13.5%;
  height:auto;
  border-radius:10px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   background-color: #F7F7F7;
  }
  .chenar_unu .chenar_unu{
  width:95%;
  margin:0 2.5% 25px 2.5%;
  height:auto;
  border-radius:10px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   background-color: white;
  }
  .chenar_unu .chenar_unu:hover{
   background-color: white;
  }
  .chenar_unu:hover{
  /* width:73%;
  margin:0 13.5% 50px 13.5%;
  min-height: 100px;
  height:auto;
  border-radius:10px; */
  cursor: pointer;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   background-color: rgb(238, 177, 177);
  }
  .trimtext2 a{
    color: #000;
    text-decoration: none;
    font-weight: bolder;
  }
  .trimtext2 a:hover{
    color: #2729ca;
  }
.fa-traffic-light{
color:#F32E30;
}
.rosu{
border:1px solid #F32E30;
}
/*end 4 div icon*/
/*begin 4 div image only*/
.container4 {
position: relative;
width:23%;
margin:0 1% 50px 1%;
float:left;
height:400px;
border-radius: 10px;
}
.container1 {
position: relative;
width:23%;
margin:0 auto 50px auto;
 display: flex;
  justify-content: center;
  align-items: center;
height:400px;
border-radius: 10px;
}
/*end 4 div image only*/
/*begin 6 div icon*/
.six_elements{
position: relative;
overflow: hidden;
padding-top:3%;
width:90%;
margin:0 5%;
}
.chenar6{
overflow: hidden;
width:29.33%;
margin:0 2% 50px 2%;
float:left;
height:450px;
border-radius:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: #FFF;
}
.chenar6 + .chenar6, .chenar6:nth-child(3n+1),.container6+ .container6, .container6:nth-child(3n+1) {
margin-left: 2%;
}

/*end 6 div icon*/
/*begin 6 div image only*/
.container6{
overflow: hidden;
position: relative;
width:29.33%;
margin:0 2% 50px 2%;
float:left;
height:350px;
border-radius: 10px 10px 0 0;
}
/*end 6 div image only*/
/*begin 6 div icon*/
.eight_elements{
position: relative;
overflow: hidden;
padding-top:3%;
width:95%;
margin:0 2.5%;
}
.chenar8{
overflow: hidden;
width:23%;
margin:0 1% 50px 1%;
float:left;
height:450px;
border-radius:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: #FFF;
}
.chenar8 + .chenar8, .chenar8:nth-child(4n+1),.container8+ .container8, .container8:nth-child(4n+1) {
margin-left: 1%;
}

/*end 6 div icon*/
/*begin 8 div image only*/
.container8{
overflow: hidden;
position: relative;
width:23%;
margin:0 1% 50px 1%;
float:left;
height:350px;
border-radius: 10px 10px 0 0;
}
/*end 8 div image only*/

/*begin Informatii importante */
#infounhide{
display:none;
}
#infoexpand  {
   width: 0;
  position: fixed;
  z-index: 2;
   top: 390px;
 right: 0;
  background-color: #0046FF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding: 10px 25px 10px 15px;
}
#infounhide  {
padding:25px 25px 25px 25px;
  position: fixed;
  z-index: 1;
   top: 390px;
 right: 40px;
 background-color:rgba(0,0,0,0.7);
 color:white;
 height: 200px; max-height: 300px; overflow: auto;
 text-align:justify;
 text-indent:20px;
}
/*end Informatii importante*/

/*begin search bar*/
#unhide{
  display:none;
 }
 #expand{
   width: 0;
   position: fixed;
   z-index: 2;
   top: 393px;
   right: 0;
   background-color: #0046FF;
   overflow-x: hidden;
   transition: 0.5s;
   padding-top: 60px;
   padding: 10px 25px 10px 15px;
 }
 #unhide{
   position: fixed;
   z-index: 1;
   top: 393px;
   right: 40px;
   background-color: white;
 }
 #unhide div{
   margin:0;
 }
 /*end search bar*/
 summary {
  font-size: 1.25rem;
  font-weight: 600;
 background: rgba(212,41,44,0.5);
background-image: linear-gradient(to right, rgba(0,155,212,1), rgba(0,155,212,0.5));
  color: #fff;
  padding: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
  width:90%;
  margin:0 5% 1rem 5%;
}

details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
  width:90%;
  margin:0 5% 1rem 5%;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}
details > summary::-webkit-details-marker {
  display: none;
}
/*begin timeline primari titu*/
.timeline {
	 position: relative;
	 padding: 1rem;
	 margin: 0 auto;
	 max-width: 1300px;
}
 .timeline:before {
	 content: '';
	 position: absolute;
	 height: 100%;
	 border: 1px solid #FF2D20;
	 right: 40px;
	 top: 0;
}
 .timeline:after {
	 content: "";
	 display: table;
	 clear: both;
}
/*end timeline primari titu*/
/*begin buton oameni dizabilitati pus dreapta jos*/
#userwayAccessibilityIcon {
  top: 90vh;
  /*  bottom: 13px; */
   right: 0px;
   left: auto;
}
/*end buton oameni dizabilitati pus dreapta jos*/
/*begin imagine slide in left -right*/
/*animation element*/
.about, .categoriab, .acte{
display: inline-block;
position: relative;
width: 100%;
margin: 0;
padding: 0;

}
.clasa-text-rosu a{
color:#D4292C;
text-decoration:none;
font-weight:bolder;
}
.albastru-link a{
color:#2e38f3;
text-decoration:none;
font-weight:bolder;
}
.verde-link a{
color:#24A610;
text-decoration:none;
font-weight:bolder;
}
.roz-link a{
color:#E058DC;
text-decoration:none;
font-weight:bolder;
}
.clasa-text-rosu a:hover, .albastru-link a:hover, .verde-link a:hover, .roz-link a{
  color: #45484d;
}
.stanga{
width:40%;
float:left;
}
.stanga img{
width:80%;
height:auto;
margin:5% 10%;
}
.dreapta{
width:60%;
float:right;
}
.aliniere-centru{
 margin-top:10%;
}
.dreapta p{
text-indent:30px;
padding:5px 20px;
line-height:25px;
}
.stanga1{
width:55%;
padding: 0 0 0 5%;
float:left;
}
.stanga1 p{
text-indent:30px;
padding:5px 20px;
line-height:25px;
}
.dreapta1{
width:40%;
float:right;
}
.dreapta1 img{
width:80%;
height:auto;
margin:5% 10%;
}
.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(-150px, 0px, 0px);
  -webkit-transform: translate3d(-150px, 0px, 0px);
  -o-transform: translate(-150px, 0px);
  -ms-transform: translate(-150px, 0px);
  transform: translate3d(-150px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(150px, 0px, 0px);
  -webkit-transform: translate3d(150px, 0px, 0px);
  -o-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate3d(150px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


/*end imagine slide in left -right*/

/*begin footer*/
footer{
  width: 100%;
  min-height: 250px;
  background-color:rgba(0,0,0,0.5);
  color:white;
  position:relative;
  display: inline-block;
  font-size:0.8em;
   text-align:left;
}

#footer1,#footer2{
  width: 33.33%;
  padding:1%;
  float: left;
  
}
#footer3{
  width: 33.33%;
  padding:1%;
  float: left;
   
}
#footer4{
  width: 40%;
  padding:1%;
  float: left;
  text-align:left;
   
}
#footer1 a,#footer2 a,#footer3 a,#footer4 a{
text-decoration:none;
color:white;
text-align:left;
}
#footer1 a:hover,#footer2 a:hover,#footer3 a:hover,#footer4 a:hover{

color:rgb(221, 218, 218);

}

footer b {
display: inline-block;
}
.design{
background-color:#0046FF;
color:white;
padding-top:10px;
padding-bottom:10px;
width:100%;
position:relative;
text-align: center;
display: inline-block;
font-size:1em;
}
.design a{
text-decoration:none;
color:white;

}
.design p{
text-align:center;
}
/*end footer*/

/*begin articol*/
.articol-informatii,.articol-economie,.articol-publicatii,.articol-mediu,.articol-urbanism,.articol-administratie{
width:60%;
margin:20px auto;
position:relative;
border-radius:10px;
box-shadow: 0 4px 8px 0 rgba(120, 68, 172, 0.2), 0 6px 20px 0 rgba(120, 68, 172, 0.19);
padding-bottom:40px;
}
.articol-economie, .contur-chenar-albastru{
box-shadow: 0 4px 8px 0 rgba(0, 155, 212, 0.2), 0 6px 20px 0 rgba(0, 155, 212, 0.19);
}
.contur-chenar-mov{
box-shadow: 0 4px 8px 0 rgba(120, 68, 172, 0.2), 0 6px 20px 0 rgba(120, 68, 172, 0.19);
}
.articol-urbanism, .contur-chenar-roz{
box-shadow: 0 4px 8px 0 rgba(224, 88, 220, 0.2), 0 6px 20px 0 rgba(224, 88, 220, 0.19);
}
.articol-administratie, .contur-chenar-rosu{
box-shadow: 0 4px 8px 0 rgba(212, 41, 44, 0.2), 0 6px 20px 0 rgba(212, 41, 44, 0.19);
}
.articol-mediu,.contur-chenar-verde{
box-shadow: 0 4px 8px 0 rgba(36, 166, 16, 0.2), 0 6px 20px 0 rgba(36, 166, 16, 0.19);
}
.articol-publicatii{
box-shadow: 0 4px 8px 0 rgba(209, 129, 14, 0.4), 0 6px 20px 0 rgba(209, 129, 14, 0.3);
}

.articol-informatii img,.articol-economie img, .articol-publicatii img, .articol-mediu img, .articol-urbanism img, .articol-administratie img{
display:block;
text-align:center;
margin:0 auto;
max-width:100%;
height:auto;
}
.articol-informatii p, .articol-economie p,.articol-publicatii p,.articol-mediu p,.articol-urbanism p,.articol-administratie p{
margin: 0 30px 10px 30px;

}
.articol-informatii a, .articol-economie a,.articol-publicatii a,.articol-mediu a,.articol-urbanism a,.articol-administratie a{
text-decoration:none;
color:#7844AC;
font-weight:bolder;
}
.informatii-subtitlu span{
color:#7844AC;
}
.articol-economie a, .economie-subtitlu span{
color:#009BD4;
}
.articol-publicatii a{
color:#D1810E;
}
.articol-mediu a, .mediu-subtitlu span{
color:#24A610;
}
.articol-administratie a{
color:#D4292C;
}
.articol-urbanism a, .roz-breadcrumb, .urbanism-subtitlu span{
color:#E058DC;
}
.articol-informatii h2, .articol-economie h2,.articol-publicatii h2,.articol-mediu h2,.articol-urbanism h2,.articol-administratie h2{
 position: relative;
  color: black;  
  text-align: center;
  padding:50px 50px 50px 50px;
  font-family: Times, serif,"Times New Roman";
font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
}
.post-date-ribbon-articol {
    width: 100px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    position: relative;
    background-color: #02acd7;
    border-radius:10px 0 0 0;
}
.breadcrumb {
    line-height: 24px;
    margin: 20px 30px 0 30px;
}
.breadcrumb a{
    text-decoration:none;
}
.imagine-articol{
width:30%;
margin:0 35%;
height:auto;
position:relative;
border-radius: 15px;
}
.imagine-articol4{
width:30%;
margin:0 35%;
height:auto;
position:relative;

}
.imagine-articol2{
width:70%;
margin:0 15%;
height:auto;
position:relative;

}
.imagine-articol3{
width:100%;
margin:0;
height:auto;
position:relative;

}
/*end articol*/
/*begin tabel*/
.tabel-colorat {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 70%;
  margin:2% 15% 0 15%;
}

.tabel-colorat td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.tabel-colorat th {
  background-color:#24A610;
  color:white;
}
.tabel-colorat .rosu-th{
  background-color:#D4292C;
  color:white;
}
.tabel-colorat .rosu-tr{
  background-color: #FFF5F5;
}
.tabel-colorat .albastru-th{
  background-color:#009BD4;
  color:white;
}
.tabel-colorat .albastru-tr{
  background-color: #EFF2F4;
}
.tabel-colorat tr:nth-child(even) {
  background-color: #F5FFF5;
}
.tabel-colorat td a{
text-decoration:none;
color:black;
}
/*end tabel*/
summary {
  font-size: 1.25rem;
  font-weight: 600;
 background: rgba(212,41,44,0.5);
background-image: linear-gradient(to right, rgba(0,155,212,1), rgba(0,155,212,0.5));
  color: #fff;
  padding: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
  width:90%;
  margin:0 5% 1rem 5%;
}
p { text-align: left; }
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
  width:90%;
  margin:0 5% 1rem 5%;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}
details > summary::-webkit-details-marker {
  display: none;
}
/*carte vizita*/
.carte-vizita{
width: 30%;
    padding: 1% 3%;
    margin:5% auto;
    margin-top: 0;
    position:relative;
    overflow: auto;
    outline: 2px solid #B9C2C9;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 40%), 0 7px 20px 0 rgb(0 0 0 / 20%);
}
.carte-vizita img{
width:40%;
margin: 0 30%;
}
.carte-vizita b{
color:black;
}
/*begin primarie 1*/
.img-centru{
width:50%;
height:auto;
margin:0 auto 5% auto;
 display: flex;
  justify-content: center;
  align-items: center;
  border-radius:15px;
 
}
.img-centru2{
width:20%;
height:auto;
margin:0 auto 5% auto;
 display: flex;
  justify-content: center;
  align-items: center;
  border-radius:15px;
 
}
b{
text-align:center;
display: flex;
align-items: center;
justify-content: center;
color:white;
}
.rosu-subtitlu{
color:#D4292C;
padding-top:10px;

 font-size:3em;
}
.rosu-secundar{
border:1px solid white;
border-radius:10px;
background-color:white;
box-shadow: 0 4px 8px 0 rgba(212, 41, 44, 0.2), 0 6px 20px 0 rgba(212, 41, 44, 0.19);
min-height:65px;
margin:10px auto;
width:60%;
}
.rosu-secundar:hover{
top:-5px;
position:relative;
background-color:#FFF5F6;
}
.roz-secundar{
border:1px solid white;
border-radius:10px;
background-color:white;
box-shadow: 0 4px 8px 0 rgba(224, 88, 220, 0.2), 0 6px 20px 0 rgba(224, 88, 220, 0.19);
min-height:65px;
margin:10px auto;
width:80%;
}
.roz-secundar:hover{
top:-5px;
position:relative;
background-color:#F2DEF1;

}
.albastru-subtitlu{
color:#009BD4;
padding-top:10px;
-webkit-text-stroke: 0.4px white;
font-size:3em;
}

.verde-subtitlu{
color:#24A610;
padding-top:10px;
 -webkit-text-stroke: 0.4px white;
  font-size:2em;
}
.roz-subtitlu{
color:#E058DC;
padding-top:10px;
 -webkit-text-stroke: 0.4px white;
  font-size:3em;
}

.submeniu{
width:100%;
}

.bgimg-5 {
  position: relative;
  opacity: 0.70;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-5 {
  background-image: url("../img/bg-net.jpg");
  min-height: 500px;
   
}
.bg-transparent2{background-color:transparent;font-size:25px;color: #f7f7f7;}
.caption2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.border2 {
  background-color: transparent;
  color: #fff;
  padding: 18px;
  font-size: 20px;
  letter-spacing: 15px;
  border:5px solid white;

}
.submeniu-stg, .submeniu-stg1{
width:46%;
margin:25px 0 25px 4%;
float:left;
}
.submeniu-stg2{
width:35%;
margin:25px 0 25px 2%;
float:left;
}
.submeniu-stg a{
text-decoration:none;
color:black;
padding:10px 0 10px 30px;
font-size:1.5em;
display:block;
}
.submeniu-stg a,.submeniu-stg2 a{
text-decoration:none;
color:black;
padding:10px 0 10px 30px;
font-size:1.5em;
display:block;

}
.submeniu-stg span,.submeniu-stg2 span{
color: black!important;
font-family: Montserrat,Arial,Helvetica,sans-serif;
display: block;
opacity: .8;
font-size: 14px;
font-weight: 300!important;
line-height:15px;
padding-bottom:10px;
}
.submeniu-drp2{
width:57%;
float:right;
margin:40px 4% 25px 2%;
}
.submeniu-drp{
width:44%;
float:right;
margin:25px 4% 25px 2%;
}
.submeniu-drp a, .submeniu-stg1 a, .submeniu-drp2 a{
text-decoration:none;
color:#D4292C;
font-weight:bolder;
}
.submeniu-drp2 a{
color:#E058DC;
}
.submeniu-drp2 p{
padding-bottom:10px;
 text-indent: 30px;
 text-align:justify;
}
.submeniu-drp2 img{

  vertical-align: middle;

}

.bara-descriere{

min-height:70px;
position: relative;
padding:50px 0 35px 0;
}

/*end primarie 1*/
/*begin primarie 2*/
#header2{
width:100%;
height:500px;
background-color:black;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/bg-net.jpg");
background-repeat:no-repeat;
background-size:cover;
position: relative;
object-fit: cover;
}
.header-text {
text-align: center;
position: absolute;
top: 250px;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size:2em;
}

/*end primarie 2*/
/*begin primarie 3*/
.bara-descriere2 nav{
width:100%;
}
.bara-descriere2 li{
width:14.26%;
float:left;
}
.bara-descriere2{
min-height:80px;
position: relative;
}
.rosu-secundar2{
outline:1px solid white;
background-color:white;
min-height:80px;
box-shadow: 0 4px 8px 0 rgba(212, 41, 44, 0.2), 0 6px 20px 0 rgba(212, 41, 44, 0.19);
}
.rosu-secundar2:hover{
top:-5px;
position:relative;
background-color:#FFF5F6;
}
.rosu-secundar2 a{
text-decoration:none;
color:black;
padding:10px 0 0 30px;
display:block;
}
.rosu-secundar2 span{
color: black!important;
font-family: Montserrat,Arial,Helvetica,sans-serif;
display: block;
opacity: .8;
font-size: 10px;
font-weight: 300!important;
line-height:15px;
padding-bottom:10px;
}
.ver-mobil{
display:none;
}
.text-centrat{
text-align:center;
padding-top:30px;
font-size:2.5em;
color:#D4292C;
}
.centru-secundar{
width:50%;
margin:20px auto 20px auto;
}
.centru-secundar img{
width:100%;

}
.centru-secundar p{
color:#D4292C;
padding-bottom:5px;
font-size:2em;
text-align:center;
}

.centru-secundar a{
text-decoration:none;
color:#009BD4;
}
.verde_secundar a{
color:#24A610;
}
.submeniu-stg1 img, .submeniu-stg img{
width:100%;
}
.submeniu-stg img{
width:50%;
}
.centru{
width:60%;
margin:50px auto;
}
.centru a{
text-decoration:none;
color:#D4292C;
font-weight:bolder;
}
/*end primarie 3*/
/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursorg {
  cursor: pointer;
}

/* Next & previous buttons */
.prevg,
.nextg {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.nextg {
  right:60px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevg:hover,
.nextg:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertextg {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */


.rowg:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.columng {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demog {
  opacity: 0.6;
}

.activeg,
.demog:hover {
  opacity: 1;
}
.div-class-center{
width:90%;
margin:2% 5%;
text-align:justify;
}
.antigua{
  width:70%;
  margin:2% 15%;
  text-align:justify;
  
  }
.div-class-center p{
text-indent:30px;

}
.antigua p{
  text-indent:30px;
  text-align:justify;
  }
  .sase-imagini{
    width: 100%;
    margin:0 1%;
      display: table;
      clear: both;
  }
  .sase-imagini img {
    width: 100%;
    min-height: 200px;
    border-radius: 7%;
  /*  border-style: solid;
      border-width: 5px;
      border-color: #0077C0; */
      
      /* transition: transform 250ms; */
  }
  /* .sase-imagini img:hover{
    transform: perspective(500px) translateZ(50px);
    
  } */
  
  .img-wrap{
    position: relative;
    float: left;
    width: 16%;
    margin:0 0.2%;
  
  }
  .img-wrap p{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 5%;
  }
  .img-description{
    position: absolute;
    width: 100%;
    height: 100%;
    top:-2px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 7%;
    opacity: 0;
  
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
  }
  .img-wrap:hover .img-description {
    visibility: visible;
    opacity: 1;
  }
  /* Clear floats after the columns */
  /* .sase-imagini:after {
    content: "";
    display: table;
    clear: both;
  } */
  @keyframes sail {
    0% {
      opacity: 0;
      transform: translateX(-10px);
   }
    100% {
      transform: translateX(40px);
   }
  }
  .bottomserv1 {
    z-index: 1;
    transition: all .5s;
  }
  .hideserv1 {
    opacity:0;
  }
  .showserv1 {
    opacity:1;
  }
  .bottomserv2 {
    z-index: 1;
    transition: all 1s;
  }
  .hideserv2 {
    opacity:0;
  }
  .showserv2 {
    opacity:1;
  }
  .bottomserv3 {
    z-index: 1;
    transition: all 1.5s;
  }
  .hideserv3 {
    opacity:0;
  }
  .showserv3 {
    opacity:1;
  }
  .bottomserv4 {
    z-index: 1;
    transition: all 2s;
  }
  .hideserv4 {
    opacity:0;
  }
  .showserv4 {
    opacity:1;
  }
  .bottomserv5 {
    z-index: 1;
    transition: all 2.5s;
  }
  .hideserv5 {
    opacity:0;
  }
  .showserv5 {
    opacity:1;
  }
  .bottomserv6 {
    z-index: 1;
    transition: all 3s;
  }
  .hideserv6 {
    opacity:0;
  }
  .showserv6 {
    opacity:1;
  }




  .bottomserv11 {
    z-index: 1;
    transition: all .5s;
  }
  .hideserv11 {
    opacity:0;
  }
  .showserv11 {
    opacity:1;
  }
  .bottomserv21 {
    z-index: 1;
    transition: all 1s;
  }
  .hideserv21 {
    opacity:0;
  }
  .showserv21 {
    opacity:1;
  }
  .bottomserv31 {
    z-index: 1;
    transition: all 1.5s;
  }
  .hideserv31 {
    opacity:0;
  }
  .showserv31 {
    opacity:1;
  }
  .bottomserv41 {
    z-index: 1;
    transition: all 2s;
  }
  .hideserv41 {
    opacity:0;
  }
  .showserv41 {
    opacity:1;
  }
  .bottomserv51 {
    z-index: 1;
    transition: all 2.5s;
  }
  .hideserv51 {
    opacity:0;
  }
  .showserv51 {
    opacity:1;
  }
  .bottomserv61 {
    z-index: 1;
    transition: all 3s;
  }
  .hideserv61 {
    opacity:0;
  }
  .showserv61 {
    opacity:1;
  }
  /* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 900px) {
    .column, .column-servicii {
      width: 100%;
    }
    .img-wrap{
    width: 50%;
    margin:0 25%;
    }
  }
/* ---------- MEDIA QUERIES ---------- */
/* pentru desktop rezolutie max 1700px */
@media all and (max-width: 1700px) and (min-width: 1568px){

}
/* pentru desktop rezolutie max 1568px */
@media all and (max-width: 1568px) and (min-width: 1308px){
#logo{
line-height:30px;
}
}
/* pentru desktop rezolutie max 1308px */
@media all and (max-width: 1308px) and (min-width: 1026px){
#logo{
line-height:30px;
}
.three_elements{
width:95%;
margin:0 2.5%;
}
.chenar,.chenar4,.chenar6,.chenar8,.chenar1{
height:540px;
}
.chenar-div-mic{
height:450px;
}
.chenar-div-mare{
height:700px;
}
.chenar{
width:31%;
margin:0 1% 50px 1%;
}
.bg-img1 p, .bg-img2 p, .bg-img3 p, .bg-img4 p {
padding:50px 100px;
}
.rosu-secundar2 a{
padding:0 0 0 20px;
}
.rosu-secundar{
margin:10px auto;
width:90%;
}
.centru-secundar{
width:70%;
}
}
/* pentru desktop rezolutie max 1026px */
@media all and (max-width: 1026px) and (min-width: 900px){
#logo{
line-height:30px;
}
.chenar, .container, .chenar1{
width:70%;
margin:0 15% 50px 15%;
}
.chenar4, .container4, .chenar6, .container6, .container1{
width:46%;
margin:0 2% 50px 2%;
}
.chenar8, .container8{
width:48%;
margin:0 1% 50px 1%;
}
.bg-img1 p, .bg-img2 p, .bg-img3 p, .bg-img4 p {
padding:50px 100px;
}
.carte-vizita{
width: 60%;
}
.imagine-articol, .imagine-articol4{
width:60%;
margin:0 20%;
}
.rosu-secundar2 a{
padding:0 0 0 20px;
}
.submeniu-stg, .submeniu-stg1,.submeniu-drp{

margin-top:5px;
margin-bottom:5px;

}

.rosu-secundar{
margin:10px auto;
width:90%;
}
.centru-secundar{
width:90%;
}
.stanga{
width:100%;
}
.stanga img{
width:100%;
margin:0;
}
.dreapta{
width:100%;
}
.stanga1{
width:100%;
padding: 0;
}
.dreapta1{
width:100%;
}
.dreapta1 img{
width:100%;
margin:0;
}
.aliniere-centru{
 margin-top:0;
}
.animation-element.slide-left {
  opacity: 1;
  -moz-transition: all 0ms linear;
  -webkit-transition: all 0ms linear;
  -o-transition: all 0ms linear;
  transition: all 0ms linear;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right {
  opacity: 1;
  -moz-transition: all 0ms linear;
  -webkit-transition: all 0ms linear;
  -o-transition: all 0ms linear;
  transition: all 0ms linear;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.dreapta p{
padding:0;
}
.stanga1 p{
padding:0;
}
}
 @media screen and (min-width: 700px) {
	 .timeline {
		 padding: 2rem;
	}
	 .timeline:before {
		 left: calc(50% - 1px);
		 right: auto;
	}
}
 .timeline__item {
	 padding: 1rem;
	 border: 2px solid #FF2D20;
	 border-image: linear-gradient(to right, #3829FE 0%, #FF2D20 100%);
	 border-image-slice: 1;
	 position: relative;
	 margin: 1rem 3rem 1rem 1rem;
	 clear: both;
}
 .timeline__item:after, .timeline__item:before {
	 content: '';
	 position: absolute;
}
 .timeline__item:before {
	 right: -10px;
	 top: calc(50% - 5px);
	 border-style: solid;
	 border-color: #FF2D20 #FF2D20 transparent transparent;
	 border-width: 10px;
	 transform: rotate(45deg);
}
 @media screen and (min-width: 700px) {
	 .timeline__item {
		 width: 44%;
		 margin: 1rem;
	}
	 .timeline__item:nth-of-type(2n) {
		 float: right;
		 margin: 1rem;
		 border-image: linear-gradient(to right, #FF2D20 0%, #3829FE 100%);
		 border-image-slice: 1;
	}
	 .timeline__item:nth-of-type(2n):before {
		 right: auto;
		 left: -10px;
		 border-color: transparent transparent #FF2D20 #FF2D20;
	}
}
 .timeline__item--year {
	 text-align: center;
	 max-width: 150px;
	 margin: 0 48px 0 auto;
	 font-size: 1.8rem;
	 background-color: white;
	 line-height: 1;
	 border-image: none;
	 padding: 0.5rem 1rem 1rem;
}
 .timeline__item--year:before {
	 display: none;
}
 @media screen and (min-width: 700px) {
	 .timeline__item--year {
		 text-align: center;
		 margin: 0 auto;
	}
	 .timeline__item--year:nth-of-type(2n) {
		 float: none;
		 margin: 0 auto;
		 border-image: none;
	}
	 .timeline__item--year:nth-of-type(2n):before {
		 display: none;
	}
}
 .timeline__title {
	 margin: 0;
	 font-family: 'Raleway', sans-serif;
	 font-size: 1.5em;
}
 .timeline__blurb {
	 line-height: 1.5;
	 font-size: 1rem;
	 margin: 0.5rem 0 0;
}
/* pentru tablete rezolutie max 900px */
@media all and (max-width: 900px) and (min-width: 640px){
#logo{
line-height:20px;
}
#logo p{
display:none;
}
.chenar, .container,.chenar4, .container4, .chenar6, .container6, .chenar8, .container8, .container1, .chenar1{
width:96%;
margin:0 2% 50px 2%;
}
.bg-img1 p, .bg-img2 p, .bg-img3 p, .bg-img4 p {
padding:30px 50px;
}

#footer1,#footer2,#footer3,#footer4{
  width: 98%;
  padding:1%;
}
.articol-informatii, .articol-economie, .articol-publicatii, .articol-mediu, .articol-urbanism,.articol-administratie{
width:90%;
}
.breadcrumb {
    line-height: 20px;
}
.carte-vizita{
width: 60%;
}
.imagine-articol, .imagine-articol4{
width:60%;
margin:0 20%;
}
.submeniu-stg, .submeniu-stg1, .submeniu-drp{
width:98%;
margin:5px 1%;
}
.rosu-secundar{
margin:10px auto;
width:70%;
}
.ver-mobil{
display:block;
}
.bara-descriere2{
display:none;
}
.centru-secundar{
width:90%;
}
.img-centru{
width:90%;
}
.tabel-colorat {
  width: 100%;
  margin:2% 0 0 0;
}
}
/* pentru telefoane rezolutie max 640px */
@media all and (max-width: 640px) and (min-width: 400px){
#logo{
line-height:20px;
}
#logo p{
display:none;
}
.antigua{
  width:90%;
  margin:0 5%;
}
.chenar, .container, .chenar4, .container4, .chenar6, .container6, .chenar8, .container8, .container1, .chenar1{
width:96%;
margin:0 2% 50px 2%;
}
.bg-img1 p, .bg-img2 p, .bg-img3 p, .bg-img4 p {
padding:20px 25px;
}
.bg-img1 h3,.bg-img2 h3,.bg-img3 h3,.bg-img4 h3 {
  padding-top:50px;
}

#footer1,#footer2,#footer3,#footer4{
  width: 98%;
  padding:1%;
}
.articol-informatii, .articol-economie, .articol-publicatii, .articol-mediu, .articol-urbanism,.articol-administratie{
width:100%;
}
.articol-informatii h2, .articol-economie h2, .articol-publicatii h2, .articol-mediu h2, .articol-urbanism h2,.articol-administratie h2{
font-size: 1.1rem;
}
.breadcrumb {
    line-height: 20px;
}
#unhide div{
padding-right: 20px;

}
.carte-vizita{
width: 90%;
}
.imagine-articol, .imagine-articol4{
width:90%;
margin:0 5%;
}
.submeniu-stg, .submeniu-stg1, .submeniu-drp{
width:98%;
margin:5px 1%;
}
.rosu-secundar{
margin:10px auto;
width:90%;
}
.ver-mobil{
display:block;
}
.bara-descriere2{
display:none;
}
.centru-secundar{
width:90%;
}
.img-centru{
width:90%;
}
.tabel-colorat {
  width: 100%;
  margin:2% 0 0 0;
}
.stanga{
width:100%;
}
.stanga img{
width:100%;
margin:0;
}
.dreapta{
width:100%;
}
.stanga1{
width:100%;
padding: 0;
}
.dreapta1{
width:100%;
}
.dreapta1 img{
width:100%;
margin:0;
}
.aliniere-centru{
 margin-top:0;
}

.animation-element.slide-left {
  opacity: 1;
  -moz-transition: all 0ms linear;
  -webkit-transition: all 0ms linear;
  -o-transition: all 0ms linear;
  transition: all 0ms linear;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right {
  opacity: 1;
  -moz-transition: all 0ms linear;
  -webkit-transition: all 0ms linear;
  -o-transition: all 0ms linear;
  transition: all 0ms linear;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.dreapta p{
padding:0;
}
.stanga1 p{
padding:0;
}
}
/* pentru telefoane rezolutie max 400px */
@media all and (max-width: 400px) and (min-width: 200px){
#logo{
line-height:20px;
}
#logo p{
display:none;
}
.antigua{
  width:90%;
  margin:0 5%;
}
.chenar, .container, .chenar4, .container4, .chenar6, .container6, .chenar8, .container8, .container1, .chenar1{
width:96%;
margin:0 2% 50px 2%;
}
.bg-img1 p, .bg-img2 p, .bg-img3 p, .bg-img4 p {
padding:10px;
 text-indent: 15px;
}
.bg-img1 h3,.bg-img2 h3,.bg-img3 h3,.bg-img4 h3 {
  padding-top:25px;
}

#footer1,#footer2,#footer3,#footer4{
  width: 98%;
  padding:1%;
}

.openbtn {
 font-size: 15px;
  padding: 10px 5px;
}
.articol-informatii,.articol-economie, .articol-publicatii, .articol-mediu, .articol-urbanism,.articol-administratie{
width:100%;
}
.articol-informatii h2, .articol-economie h2,.articol-publicatii h2,.articol-mediu h2,.articol-urbanism h2,.articol-administratie h2{
font-size: 1.1rem;
}
.breadcrumb {
    line-height: 20px;
}
#unhide div{
padding-right: 0;
}
.carte-vizita{
width: 90%;
}
.imagine-articol, .imagine-articol4{
width:90%;
margin:0 5%;
}

.rosu-secundar{
margin:10px auto;
width:90%;
}
.ver-mobil{
display:block;
}
.bara-descriere2{
display:none;
}
.centru-secundar{
width:100%;
}
.img-centru, .img-centru2{
width:90%;
}
table {
  width: 100%;
  margin:2% 0 0 0;
}
td, th {
  padding: 0;
}
.tabel-colorat {
  width: 100%;
  margin:2% 0 0 0;
}
.album-div{
margin:0;
padding:0;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
background:#F2F0EF;
font-family:'Cormorant Garamond', serif;
}
.stanga{
width:100%;
}
.stanga img{
width:100%;
margin:0;
}
.dreapta{
width:100%;
}
.stanga1{
width:100%;
padding: 0;
}
.dreapta1{
width:100%;
}
.dreapta1 img{
width:100%;
margin:0;
}
.aliniere-centru{
 margin-top:0;
}
.animation-element.slide-left {
  opacity: 1;
  -moz-transition: all 0ms linear;
  -webkit-transition: all 0ms linear;
  -o-transition: all 0ms linear;
  transition: all 0ms linear;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right {
  opacity: 1;
  -moz-transition: all 0ms linear;
  -webkit-transition: all 0ms linear;
  -o-transition: all 0ms linear;
  transition: all 0ms linear;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.dreapta p{
padding:0;
}
.stanga1 p{
padding:0;
}
}
