@font-face {
    font-family: 'Eleron';
    src: url('../fonts/Eleron-Bold.eot');
    src: url('../fonts/Eleron-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Eleron-Bold.woff2') format('woff2'),
        url('../fonts/Eleron-Bold.woff') format('woff'),
        url('../fonts/Eleron-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eleron';
    src: url('../fonts/Eleron-Medium.eot');
    src: url('../fonts/Eleron-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Eleron-Medium.woff2') format('woff2'),
        url('../fonts/Eleron-Medium.woff') format('woff'),
        url('../fonts/Eleron-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body
{
	background: #ffffff;
	font-family: 'Eleron', sans-serif;
	font-weight: 500;
	position: relative;
}

html,body {
	width: 100%;
/*	overflow-x: hidden;*/
}

h1,h2,h3,h4 {
	font-weight: bold;
	/*color: #042858;*/
	color: #186193;
}

.upper {
	text-transform: uppercase;
}

h2 span,h2 span,h3 span,h4 span,.heading span,.subheading span {
	/*color: #e20513;*/
	color: #f47820;
}

.heading {
	font-size: 50px;
}

.subheading {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 60px;
}
.bold {
	font-weight: bold;
}

p, li {
	letter-spacing: 0;
	line-height: 28px;
	font-size: 18px;
}

#consilieri, #proiecte {
	padding-top: 80px;
}

#consilieri.fa {
	font-size: 28px;
	min-width: 34px;
}

#consilieri .sep-pushdown {
	margin-bottom: 75px;
}

/* navigatie */
.custom-navbar {
    background: #ffffff;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
	color: #303030;
	font-size: 40px;
	padding: 0 15px;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #55acee;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.custom-navbar .nav li a {
    color: #505050;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-right: 20px;
    padding-left: 20px;
	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav li a:hover {
  	/*background: #ff6600;*/
  	background: #f47820;
  	color: #fff;
  	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav > li > a:focus {
  	background-color: transparent;
  	color: #505050;
  	outline: none;
}
.custom-navbar .nav li.active > a {
    /*background-color: #00a5ff;*/
    background-color: #186193;
    color: #fff;
}
.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #505050;
    border-color: transparent;
}
#container-schimbam {
    margin-top: 70px;
    margin-bottom: 30px;
}

/* sectiune primarie */
#primarie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  text-align: center;
}
#primarie hr {
  border: 2px solid #e0e3e5;
  width: 100px;
}
#primarie h1 {
	font-size: 40px;
}
#primarie h2 {
  font-size: 60px;
}
#primarie .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #404040;
  color: #404040;
  font-weight: bold;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#primarie .btn:hover {
  background: #404040;
  color: #ffffff;
}

#container-primar, .container-consilier {
  background: url('../images/primarie-bg.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
#container-primar-prezentare {
	padding: 25px 0 0 0;
}

#container-primar-prezentare p:last-of-type {
	margin-bottom: 0;
}

.container-consilier {
	width: 100%;
	text-align: center;
}
.container-consilier img {
	margin: 0 auto;
}
/* sectiune consilieri */
#consilieri .col-md-4 .fa {
  background: #FFD321;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
#consilieri .col-md-6 {
  padding-top: 60px;
}
#consilieri .col-md-6 h3 {
  padding-top: 40px;
  padding-bottom: 10px;
}
#consilieri .col-md-6 p {
  padding-bottom: 30px;
}

/* sectiune proiecte */
#proiecte {
  padding-top: 100px;
  background: #f9f9f9;
  text-align: center;
  }
/*#proiecte .container {
  width: 100%;
  padding: 0;
  margin: 0;
}*/
#proiecte .col-md-4 {
  padding: 0;
  margin: 0;
}
#proiecte .row img {
  width: 100%;
  transition: all 0.4s ease-in-out;
  border: 3px solid #e0e3e5;
}
#proiecte .row img:hover {
  opacity: 0.6;
}
#proiecte h3 {
	margin-top: 0;
}
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    /*background: #00a5ff;*/

	background: #2460a2;
    color: #fff;
    outline: none;
  }

.filter-wrapper li a:hover {
	/*background: #ff6600;*/
	background: #f47820;
	color: #fff;
	outline: none;
}


/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box {
	padding-bottom: 25px;
}

.fluid-img {
  width: 100%;
  display: block;
}

/* team section */
#team {
  text-align: center;
}
#team h3 {
  color: #202020;
  line-height: 4px;
}
#team .team-des {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* sectiune sustine */
#sustine {
	padding-top: 100px;
	padding-bottom: 100px;
  text-align: center;
}
#sustine .fa {
  font-size: 40px;
}
#sustine form {
  padding-top: 80px;
}
#sustine .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#sustine .form-control:focus {
  border: 2px solid #808080;
}
#sustine input {
  height: 50px;
}
#sustine input[type="submit"] {
  border: 2px solid #808080;
  margin-top: 18px;
  height: 54px;
}
#sustine input[type="submit"]:hover {
  background: #808080;
  color: #ffffff;
}
#sustine textarea {
  height: 170px;
}
.contact-info-box h3 { font-size: 19px; }
.contact-info-box h3 a { line-height: 150%; }

/* footer section */
footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.social-icon {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  border-radius: 50%;
  color: #303030;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  margin-right: 10px;
}
.social-icon li a:hover {
  background: #FFD321;
}

/* copyright section */
#copyright {
  background: #404040;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#copyright p {
  padding-top: 20px;
}
#copyright a {
	color: #fff;
}
#copyright a:hover {
	color: #FFD321;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
#copyright .fa {
  background: #383838;
  color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease-in-out;
}
#copyright .fa:hover {
  background: #FFD321;
  color: #000;
}

@media(min-width:768px){
    .custom-navbar {
            background: #ffffff;
            padding: 14px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 14px;
            background: #fff;
            border-bottom: 1px solid #eeeeee;
        }
    #container-schimbam {
	    margin-top: 100px !important;
	    margin-bottom: 50px;
    }

	.container-primar-dreapta {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		/* optional */
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	#container-primar-dreapta-foto {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	#container-primar-dreapta-text {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #proiecte.col-lg-4,
    #proiecte.col-md-4 {
      width: 33.333%;
    }
  }
}

@media ( min-width: 1201px ) {
	#primarie hr {
	  margin-bottom: 50px;
	}
}

@media ( max-width: 1200px ) {
	#container-primar h2 {
		font-size: 50px;
	}
}

@media ( max-width: 980px ) {
  .custom-navbar .navbar-brand {
    font-size: 24px;
  }
  #consilieri img {
    padding-top: 40px;
  }
  #contact form {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info-box { margin-bottom: 20px; }
  .contact-info-box:last-child { margin-bottom: 0; }

  #primarie {
	  padding-left: 15px;
	  padding-right: 15px;
  }

  #portrait-primar {
	  max-width: 300px;
	  margin: 0 auto;
  }

  #consilieri, #proiecte {
	  padding-top: 30px;
  }

  h2.subheading {
	  padding-bottom: 30px;
  }

  .img-bordered {
	  max-width: 50%;
	  margin: 0 auto;
  }

  .filter-wrapper {
	  width: auto;
  }

  .iso-box {
	  margin-right: 0;
	  margin-left: 0;
  }
}

@media (max-width: 450px) {
  #container-primar h2 {
	  margin-bottom: 0;
	  font-size: 40px;
  }
  #container-primar h2.subheading {
	padding-bottom: 10px;
	margin-top: 0;
  }

  #consilieri .col-md-4 .fa {
    margin-top: 32px;
  }
  #contact h3 {
    font-size: 16px;
    padding-bottom: 40px;
  }
  #portrait-primar {
	  max-width: 90%;
  }
  .img-bordered {
	  max-width: 75%;
	  margin-bottom: 20px;
  }

  #sustine {
	  padding-top: 20px;
	  padding-bottom: 20px;
  }
}