.no-padding-left {
  padding-left: 0px;
}
/*sticy menu */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .main-content {
  padding-top: 0;
}
ul.meniu_slider ul {
  padding-left: 15px;
  padding-right: 15px;
}
ul.meniu_slider ul li a {
  line-height: 14px;
  font-size: 13px;
}
.alert {
  padding: 5px 10px;
}
.map {
  width: 100%;
  height: 300px;
}
/* SEARCH BOX */
.search-box {
  height: 70vh;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 120px;
  z-index: 9999;
  background: #fff;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.search-box .close-search {
  position: absolute;
  right: 30px;
  top: 200px;
}
.search-box.active {
  opacity: 1;
  visibility: visible;
}
.search-box .container {
  display: flex;
  flex-wrap: wrap;
}
.search-box .container .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.search-box .container .form h3 {
  width: 100%;
  display: block;
  font-family: 'Cinzel', serif;
  margin-bottom: 30px;
  font-size: 30px;
}
.search-box .container .form input[type="search"] {
  width: 70%;
  border: none;
  border-bottom: 2px solid #eee;
  margin: 0 15%;
  margin-bottom: 20px;
  font-size: 19px;
}
.search-box .container .search-events {
  width: 100%;
  display: block;
  margin-top: 5vh;
}
.search-box .container .search-events ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.search-box .container .search-events ul li {
  flex: 1;
  margin: 0;
  padding: 0 5%;
  list-style: none;
  text-align: center;
}
.search-box .container .search-events ul li h5 {
  width: 100%;
  display: block;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 400;
}
.search-box .container .search-events ul li h5 a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(98%), #080808 2px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(98%), #080808 2px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(98%), #080808 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.search-box .container .search-events ul li h5 a:hover {
  background-size: 100% 100%;
  text-decoration: none;
}
.search-box .container .search-events ul li small {
  width: 100%;
  display: block;
  opacity: 0.7;
}
.newsletter-form .mc-field-group label {
  color: #fff;
}
.highlight {
  color: red;
}
hr.search-line {
  border-top: 1px solid #ccc;
}
.fixed-bottom {
  position: fixed;
  bottom: 0px;
  z-index: 10;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #fff;
}
.submit-cookies {
  display: inline;
}
.transparent-button-with-border {
	font-family: "Quicksand", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    fill: #222831;
    color: #222831;
    background-color: #ffd369;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 35px 20px 35px;
	margin-bottom:15px;
	margin-top:3px
}
input[type="submit"] {
	font-family: "Quicksand", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    fill: #222831;
    color: #222831;
    background-color: #ffd369;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 40px 44px 40px;
	margin-bottom:15px;
	border: 0;
}
.transparent-button-with-border:hover {
  background: #222831;
  color: #FFFFFF;
}
/* Vertical menu */
.btn-alb-vertical {
  position: relative;
}
.btn-alb-vertical ul {
  position: absolute;
  left: 101%;
  background: #fff;
  width: 500px;
  border-radius: 5px;
  top: -3px;
  display: none;
  z-index: 100;
}
.btn-alb-vertical:hover ul {
  display: block;
}
.btn-alb-vertical ul li a {
  color: #000;
  font-weight: 600;
}
.vertical-icon-submenu {
  position: absolute;
  right: 10px;
}
.center-align {
  margin: 0 auto;
}
/***** ACORDION *******/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: transparent;
  color: #fff;
  border: 0px solid #004e9e;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin-top: 10px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
  background-color: #ffd369;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: transparent;
  display: none;
  overflow: hidden;
}
/******** SLICK SLIDER ***********/
.slick-dots {
  position: absolute;
  z-index: 99999;
  left: 50px;
  bottom: 0%;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #1c8d4d;
}
.slick-dots li button {
  width: 0px;
  height: 0px;
  display: none;
}
/************ Home ***************/
.slider-right-section {
  height: 65%;
  display: block;
  background: #239f59;
  z-index: 999;
  position: absolute;
  right: 0;
}
.slider-right-section h5 {
  padding-top: 15px;
  font-size: 18px;
}
.rotated-comunicate {
  background: #79c793;
  transform: skew(12deg);
  height: 100%;
  margin-left: -40px;
  padding-left: 30px;
}
.comunicate {
  transform: skew(-12deg);
  background: #79c793;
  height: 100%;
  display: block;
  position: relative;
  margin-left: 10px;
  margin-right: 30px;
}
.comunicate h5 {
  color: #000;
  font-weight: bold;
}
.comunicate a {
  text-decoration: underline;
}
.comunicate a {
  color: black;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
}
.comunicate p {
  color: black;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}
.resources {
  text-align: right;
  padding-right: 0;
}
.resources a {
  color: white;
  font-size: 14px;
  line-height: 1.1;
  display: block;
}
.fill {
  min-height: 100%;
  height: 100%;
}
.titlu_articol_comunicate a {
  line-height: 1.1;
  display: block;
  font-weight: 800;
}
.slider-right-section2 {
  height: 32%;
  display: block;
  background: #2EA35C;
  z-index: 999;
  position: absolute;
  right: 0;
  bottom: 3%;
}
.slider-right-section2 h5 {
  padding-top: 10px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}
.slider-right-section2 .rotated-news {
  background: #79C693;
  transform: skew(12deg);
  height: 100%;
  margin-left: -40px;
  padding-left: 15px;
}
.slider-right-section2 .rotated-news .news {
  transform: skew(-12deg);
  background: #79C693;
  height: 100%;
  display: block;
  position: relative;
  margin-left: 10px;
  margin-right: 35px;
}
.slider-right-section2 .rotated-news .news h5 {
  color: #000;
  font-size: 18px;
}
.slider-right-section2 .rotated-news .news a,
.slider-right-section2 .rotated-news .news p,
.slider-right-section2 .rotated-news .news span {
  font-size: 14px;
  color: #000;
}
.slider-right-section2 .rotated-news .news a {
  text-decoration: underline;
}
.slider-right-section2 .rotated-news .news .vezi-mai-mult-noutati a {
  margin-right: 15px;
}
.slider-right-section2 .rotated-news .news .vezi-mai-mult-noutati a i {
  zoom: 1.5;
}
.slider-right-section2 .rotated-parteneri {
  background: #3BB76D;
  transform: skew(12deg);
  height: 100%;
  margin-left: -40px;
  padding-left: 30px;
}
.slider-right-section2 .rotated-parteneri .parteneri {
  transform: skew(-12deg);
  background: #3BB76D;
  height: 100%;
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 20px;
}
.slider-right-section2 .rotated-parteneri .parteneri a {
  color: white;
  font-size: 14px;
  line-height: 1.0;
  display: block;
}
.slider-right-section2 .multimedia {
  background: #2EA35C;
  margin-left: 10px;
}
.rand {
  margin-top: 10px;
}
.bg_negru h3 {
  color: white;
  text-align: center;
  font-size: 18px;
}
.header-section .lang-dropdown {
  margin-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
}
.header-section .dropdown-menu-lang {
  text-transform: uppercase;
}
.co-hero-slide-item-4 {
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile-newsletter-section .mc-field-group a {
  color: #000;
}
.pull-right2 {
  float: right;
}
@media only screen and (max-width: 767px) {
  .slider-right-section {
    height: auto;
    display: block;
    background: #239f59;
    position: absolute;
    z-index: 999;
    position: relative;
    right: 0;
  }
  .slider-right-section2 {
    position: relative;
  }
  .slider-right-section2 .rotated-news {
    background: #79C693;
    transform: skew(0deg);
    height: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .slider-right-section2 .rotated-news .news {
    transform: skew(0deg);
    background: #79C693;
    height: 100%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .slider-right-section2 .rotated-news .news a {
    text-align: center;
  }
  .slider-right-section2 .rotated-news .slider-right-section2 .multimedia {
    padding-bottom: 10px;
  }
  .slider-right-section2 h5 {
    text-align: center;
  }
  .slider-right-section2 .rotated-parteneri {
    background: #3BB76D;
    transform: skew(0deg);
    height: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .slider-right-section2 .rotated-parteneri .parteneri {
    transform: skew(0deg);
    background: #3BB76D;
    height: 100%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .rotated-comunicate {
    background: #79c793;
    transform: skew(0deg);
    height: 100%;
    margin-left: auto;
    padding-left: 15px;
    text-align: center;
  }
  .comunicate {
    transform: skew(0deg);
    background: #79c793;
    height: 100%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }
  .titlu_articol_comunicate a {
    line-height: 1.1;
    padding-top: 15px;
  }
  .resources {
    text-align: center;
    padding-bottom: 10px;
  }
  .pull-right {
    float: none!important;
  }
  .co-hero-slide-item-4 {
    position: relative;
    z-index: 1;
	background-size:auto 100%; 
    height: 100vh;
  }
  .header-border{
	  margin-bottom: -350px;
	  padding:0;
  }
  .co-hero-slide-content-3 h2,
  .co-hero-slide-content-3 h3 {
    text-align: center;
  }
  .hero-slider .slick-arrow {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-right-section {
    height: auto;
    display: block;
    background: #239f59;
    position: absolute;
    z-index: 999;
    position: relative;
    right: 0;
  }
  .slider-right-section2 {
    position: relative;
  }
  .slider-right-section2 .rotated-news {
    background: #79C693;
    transform: skew(0deg);
    height: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .slider-right-section2 .rotated-news .news {
    transform: skew(0deg);
    background: #79C693;
    height: 100%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .slider-right-section2 .rotated-news .news a {
    text-align: center;
  }
  .slider-right-section2 .rotated-news .slider-right-section2 .multimedia {
    padding-bottom: 10px;
  }
  .slider-right-section2 h5 {
    text-align: center;
  }
  .slider-right-section2 .rotated-parteneri {
    background: #3BB76D;
    transform: skew(0deg);
    height: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .slider-right-section2 .rotated-parteneri .parteneri {
    transform: skew(0deg);
    background: #3BB76D;
    height: 100%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .rotated-comunicate {
    background: #79c793;
    transform: skew(0deg);
    height: 100%;
    margin-left: auto;
    padding-left: 15px;
    text-align: center;
  }
  .comunicate {
    transform: skew(0deg);
    background: #79c793;
    height: 100%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }
  .titlu_articol_comunicate a {
    line-height: 1.1;
    padding-top: 15px;
  }
  .resources {
    text-align: center;
    padding-bottom: 10px;
  }
  .pull-right {
    float: none!important;
  }
  .btn-trasparent {
    bottom: -81px;
  }
  .co-hero-slide-item-4 {
    padding: 70px 0 90px;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .titlu_articol_comunicate a,
  .titlu_articol_comunicate p {
    font-size: 14px;
    line-height: 1.2!important;
  }
  .resources a {
    line-height: 1.2!important;
  }
  .resources {
    padding-right: 0;
    position: absolute;
    right: 20px;
  }
  .slider-right-section2 .rotated-news .news a,
  .resources a {
    font-size: 13px!important;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1386px) {
  .resources {
    padding-right: 0;
    position: absolute;
    right: 20px;
  }
  .slider-right-section2 .rotated-news .news a,
  .resources a {
    font-size: 13px!important;
  }
}
@media only screen and (min-width: 1386px) and (max-width: 1428px) {
  .titlu_articol_comunicate a {
    font-size: 12px;
  }
  .titlu_articol_comunicate a:nth-child(2) {
    padding-top: 10px;
  }
  .slider-right-section2 .rotated-parteneri .parteneri a {
    color: white;
    font-size: 13px;
    line-height: 1.1;
  }
  .resources {
    padding-right: 0;
    position: absolute;
    right: 20px;
  }
}
@media only screen and (min-width: 1429px) {
  resources {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .resources {
    padding-right: 0;
    position: absolute;
    right: 20px;
  }
}
@media only screen and (min-width: 1021px) and (max-width: 1023px) {
  .co-hero-slide-item-4 {
    padding: 0;
  }
  .btn-trasparent {
    bottom: 0!important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1020px) {
  .btn-trasparent {
    bottom: -263px !important;
  }
}
._rand{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
    }