a {
  color: #333;
  text-decoration: none;
}

.container-standard {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.31);
}

.container-standard.top {
  margin-top: 0px;
}

.heading-1-standard {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
}

.heading-1-standard.toph1.m {
  font-weight: 700;
}

.slider-standard {
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.paragraph-standard {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.paragraph-standard._14px {
  display: inline-block;
  margin-right: 10px;
  float: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph-standard._14px.declaratie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-standard.link {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
  text-decoration: underline;
}

.paragraph-standard.centered {
  text-align: center;
}

.paragraph-standard.link-last {
  margin-bottom: 40px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
  text-decoration: underline;
}

.paragraph-standard._14px-under {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: underline;
}

.paragraph-standard._4px {
  margin-top: 4px;
}

.slider-image {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.event-content-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  min-height: 270px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}

.event-content-title.caption {
  min-height: 0px;
  border-style: none;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.61);
  font-style: normal;
  text-align: center;
}

.heading-2-standard {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.icon-thirds-standard {
  display: block;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
}

.columns-3-standard {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-3-standard {
  margin-top: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-align: left;
}

.heading-3-standard.center {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}

.heading-3-standard.center-page {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}

.paragraph-small-center {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.paragraph-small-center._20px-top-botton {
  min-height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-standard {
  display: block;
  width: 150px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#4c4c4c));
  background-image: linear-gradient(180deg, #4c4c4c, #4c4c4c);
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}

.button-standard.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-standard.white {
  width: 310px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #333;
  text-transform: uppercase;
}

.button-standard.documente-apeluri {
  display: block;
  width: 32%;
  text-align: center;
}

.line-right {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.line-left {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.columns-2-standard {
  margin-top: 40px;
}

.line-40px-padding {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.form-textentry {
  min-height: 120px;
  font-family: 'Open Sans', sans-serif;
}

.form-field {
  font-family: 'Open Sans', sans-serif;
}

.page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sageata-dreapta {
  width: 40px;
  opacity: 0.4;
}

.sageata {
  width: 40px;
  opacity: 0.4;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.evenimente---plus-btn {
  display: none;
  height: 40px;
  opacity: 0.8;
}

.evenimente---minus-btn {
  display: none;
  height: 40px;
}

.finantairi-plus-btn {
  display: none;
}

.finantari-minus-btn {
  display: none;
}

.transparenta-plus-btn {
  display: none;
}

.transparenta-minus-btn {
  display: none;
}

.body {
  height: 100%;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/13308695_1315171618497827_3781086515531764600_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.31);
}

.header-text {
  display: block;
  width: 60%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-buttons {
  margin-top: 40px;
}

.logo {
  width: 40%;
  margin-top: 50px;
}

.navbar {
  position: fixed;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.31);
}

.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.nav-link.w--current {
  color: #333;
  font-weight: 700;
}

.nav-logo {
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.content-apeluri {
  display: block;
  margin-bottom: 40px;
}

.content-arhiva {
  margin-bottom: 40px;
}

.apeluri-expand {
  display: block;
  overflow: visible;
}

.calendar-expand {
  display: none;
}

.button-redone {
  display: none;
  width: 100%;
  height: 40px;
  margin: 20px auto 40px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.75);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.button-redone.section {
  display: block;
  margin-top: 40px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.button-redone.expand-apeluri {
  display: none;
}

.three-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-in-line {
  text-decoration: underline;
}

.table-flex-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-proceduri {
  margin-bottom: 40px;
}

.link-block {
  display: block;
}

.image-single {
  margin-top: 40px;
  margin-bottom: 40px;
}

.last {
  margin-bottom: 40px;
}

.icon-thirds-main {
  display: block;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.buttons-apel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.apel {
  display: block;
}

.apel-asociate {
  display: block;
}

.line-20px {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.image-top {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-top.home {
  display: block;
  width: 60%;
  height: auto;
  max-width: 800px;
  margin: 0px auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-ue {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.four-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4-standard {
  margin-top: 40px;
  margin-bottom: 40px;
}

.apel-anunt {
  display: none;
}

.bold-text {
  font-size: 40px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="hide-calendar-expand"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .slider-standard {
    display: block;
  }
  .icon-thirds-standard {
    height: 80px;
  }
  .paragraph-small-center {
    font-size: 14px;
  }
  .paragraph-small-center._20px-top-botton {
    min-height: 80px;
  }
  .sageata {
    display: inline-block;
  }
  .menu-button.w--open {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #fff;
    color: #333;
  }
  .nav-menu {
    background-color: #fff;
  }
  .icon-thirds-main {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .container-standard {
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: inset 0 13px 50px -25px rgba(0, 0, 0, 0.5);
  }
  .heading-1-standard {
    font-size: 48px;
  }
  .paragraph-standard._40px-top-mobile {
    margin-top: 40px;
  }
  .icon-thirds-standard {
    height: 60px;
  }
  .paragraph-small-center._20px-top-botton {
    min-height: 120px;
  }
  .button-standard.white {
    width: auto;
    margin-top: 10px;
    font-size: 12px;
  }
  .header-text {
    width: 90%;
    font-size: 14px;
  }
  .header-buttons {
    width: 100%;
  }
  .logo {
    width: 30%;
  }
  .nav-link {
    background-color: #fff;
  }
  .nav-link.w--current {
    color: #333;
  }
  .menu-button {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .menu-button.w--open {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #fff;
    color: #333;
  }
  .container {
    height: 50px;
  }
  .icon-thirds-main {
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container-standard {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 10px;
    box-shadow: 0 13px 50px -25px rgba(0, 0, 0, 0.5);
  }
  .container-standard.top {
    padding-top: 60px;
  }
  .heading-1-standard {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
  }
  .heading-1-standard.toph1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
    text-align: center;
  }
  .slider-standard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .paragraph-standard {
    display: block;
    font-size: 14px;
    text-decoration: none;
  }
  .paragraph-standard._14px {
    font-weight: 400;
  }
  .paragraph-standard.link {
    font-style: normal;
    font-weight: 700;
    text-decoration: underline;
  }
  .paragraph-standard.top-p {
    margin-top: 40px;
  }
  .paragraph-standard.spaced-below {
    margin-bottom: 30px;
  }
  .paragraph-standard.link-last {
    font-style: normal;
    font-weight: 700;
    text-decoration: underline;
  }
  .paragraph-standard._14px-under {
    font-weight: 400;
  }
  .slider-image {
    width: 100%;
  }
  .event-content-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
  }
  .event-content-title.caption {
    border-style: solid;
  }
  .heading-2-standard {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
  }
  .icon-thirds-standard {
    display: block;
    width: 50px;
    height: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-3-standard {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .heading-3-standard.center {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .heading-3-standard.center-page {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .paragraph-small-center._20px-top-botton {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
  }
  .button-standard {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
  }
  .button-standard.center {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .button-standard.white {
    width: 85%;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    font-size: 12px;
    font-weight: 700;
  }
  .button-standard.documente-apeluri {
    width: 90%;
  }
  .line-40px-padding {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-title.top-home {
    margin-top: 20px;
  }
  .content-evenimente {
    display: none;
    margin-top: 40px;
  }
  .sageata-dreapta {
    width: 5%;
    height: auto;
    margin-right: 5%;
    margin-left: 5%;
  }
  .eveniment-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  .sageata {
    width: 5%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .arrow {
    width: 10%;
  }
  .evenimente---plus-btn {
    display: block;
    width: auto;
    height: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .evenimente---minus-btn {
    display: none;
    height: 30px;
  }
  .content-finantari {
    display: none;
    margin-top: 40px;
  }
  .finantairi-plus-btn {
    display: block;
    width: auto;
    height: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .finantari-minus-btn {
    display: none;
    height: 30px;
  }
  .content-h-despre {
    display: block;
    margin-top: 20px;
  }
  .transparenta-plus-btn {
    display: block;
    width: 30px;
    height: 30px;
  }
  .transparenta-minus-btn {
    width: 30px;
    height: 30px;
  }
  .content-transparenta {
    display: none;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .header {
    height: 100%;
    padding-top: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 50% 50%;
    box-shadow: none;
  }
  .header-text {
    width: 80%;
    font-size: 14px;
    line-height: 24px;
  }
  .header-container {
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .logo {
    width: 80%;
    margin-top: 0px;
  }
  .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .nav-link.w--current {
    background-color: #fff;
    color: #333;
  }
  .nav-logo {
    height: 20px;
    margin-top: 14px;
  }
  .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .menu-button.w--open {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fff;
    color: #333;
  }
  .button-container {
    margin-left: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .apeluri-plus-btn {
    display: block;
    width: 31px;
    height: 30px;
  }
  .apeluri-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .content-apeluri {
    display: none;
    margin-top: 40px;
  }
  .calendar-plus-btn {
    width: 30px;
    height: 30px;
  }
  .calendar-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .content-calendar {
    display: none;
    margin-top: 40px;
  }
  .arhiva-plus-btn {
    width: 30px;
    height: 30px;
  }
  .arhiva-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .content-arhiva {
    display: none;
    margin-top: 40px;
  }
  .apeluri-expand {
    display: none;
  }
  .calendar-expand {
    display: block;
  }
  .button-redone {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    line-height: 40px;
  }
  .button-redone.section {
    margin-bottom: 40px;
  }
  .three-icons {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .icon-third {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-in-line {
    text-decoration: underline;
  }
  .content-achizitii {
    display: none;
    margin-top: 40px;
  }
  .content-proceduri {
    display: none;
    margin-top: 40px;
  }
  .content-declaratii {
    display: none;
    margin-top: 40px;
  }
  .teritoriu-plus-btn {
    display: block;
    width: 31px;
    height: 30px;
  }
  .achizitii-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .proceduri-plus-btn {
    width: 30px;
    height: 30px;
  }
  .proceduri-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .declaratii-plus-btn {
    width: 30px;
    height: 30px;
  }
  .declaratii-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .content-teritoriu {
    display: none;
    margin-top: 40px;
  }
  .content-misiune {
    display: none;
    margin-top: 40px;
  }
  .content-director {
    display: none;
    margin-top: 40px;
  }
  .content-tehnic {
    display: none;
    margin-top: 40px;
  }
  .content-selectie {
    display: none;
    margin-top: 40px;
  }
  .content-contestatie {
    display: none;
    margin-top: 40px;
  }
  .content-monitorizare {
    display: none;
    margin-top: 40px;
  }
  .teritoriu-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .misiune-plus-btn {
    display: block;
    width: 31px;
    height: 30px;
  }
  .misiune-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .director-plus-btn {
    display: block;
    width: 31px;
    height: 30px;
  }
  .director-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .tehnic-plus-btn {
    display: block;
    width: 31px;
    height: 30px;
  }
  .tehnic-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .selectie-plus-btn {
    display: block;
    width: 31px;
    height: 30px;
  }
  .selectie-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .contestatie-plus-btn {
    display: block;
    width: 31px;
    height: 30px;
  }
  .contestatie-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .monitorizare-plus-btn {
    display: block;
    width: 31px;
    height: 30px;
  }
  .monitorizare-minus-btn {
    display: none;
    width: 30px;
    height: 30px;
  }
  .icon-thirds-main {
    display: block;
    width: 50px;
    height: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
  }
  .thirds-mobile-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .buttons-apel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .line-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .image-top {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .image-top.home {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .header-ue {
    height: auto;
    min-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top-40px {
    margin-top: 40px;
  }
  .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .four-icons {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

