body {
	font-family: 'Open Sans', Arial, sans-serif;
}

body.page header {
    padding: 15px 30px;
    background-color: #11193d;
}

body.loading {
	overflow: hidden;
}

body.loading #wrapper {
	opacity: 0;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

#magnify-modal .img-responsive {
	margin: 0 auto;
}

.modal-full {
	width: 100%;
}

.img-magnify, img[lsrc] {
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s;
}

#wrapper {
	transition: opacity 0.4s;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', Arial, sans-serif;
}

.btn-sri {
    color: #fff;
    background-color: rgb(10, 18, 54);
    border-color: rgb(10, 18, 54);
}

.btn-sri:hover {
    color: #fff;
    background-color: #0396F8;
    border-color: #0396F8;
}

.btn {
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

header {
	display: table;
	width: 100%;
	padding: 25px 30px;
	position: fixed;
	top: 0;
	z-index: 10;
	background-color: transparent;
	transition: background-color 0.3s;
}

#logo-main {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#logo-main img {
	height: 100%;
	transition: height 0.3s, top 0.3s;
}

body.page #logo-main img {
	position: relative;
    height: 70px;
}

body.page img {
	max-width: 100%;
}

body.page img.floating {
	max-width: 50%;
}

header.headroom--not-top {
	background-color: #0a1236;
	background-color: rgba(10, 18, 54, 0.63);
}

header.headroom--not-top #logo-main img {
	height: 70px;
}

body.page header.affix #logo-main img {
	top: 0;
}

.affix {
	position: fixed !important;
}

.affix-top {
	position: static !important;
}

.navbar-collapse {
	padding: 0;
}

button.navbar-toggle {
    margin: 0;
    float: none;
    z-index: 5;
    top: 2px;
    padding: 0;
    margin-right: 35px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

#nav-menu {
   	display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
	font-size: 0.9em;
	color: #fff;
}

#nav-menu>ul, #first-nav {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#first-nav {
	padding-right: 15px;

}

#first-nav ul {
	margin: 0;
	padding: 0;
} 

#nav-menu .dropdown {
	display: inline-block;
}

#nav-menu .dropdown li {
	margin-left: 0;
}

#nav-menu .dropdown li a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 15px;
}

#nav-menu>ul li, #first-nav>ul li {
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
}

#nav-menu>ul li a, #first-nav>ul li a {
	color: #fff;
	transition: color 0.4s;
}

#nav-menu ul li a:hover {
	text-decoration: none;
	color: #0396f8;
}

#nav-menu ul li+li {
	margin-left: 15px;
}

#nav-menu .navbar-collapse+ul {
	margin-left: 15px;
}

#nav-menu .junior-link {
	color: #fccf09;
	font-weight: bold;
}

#hero {
    transition: background-image 1s;
    background-image: url(../../img/sediu-sri.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#gridline {
	position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../img/linii.png);
    background-size: 100% 100%;
    background-color: rgba(8, 21, 51, 0.80);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#hero-text h1, #hero-text h2 {
	margin: 0;
}

#hero-text {
    padding-top: 15%;
    padding-left: 40px;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

#hero-text h1 {
	font-weight: 900;
	font-size: 8em;
    line-height: 1.2;
    line-height: 1em;
    margin-bottom: 15px;
}

#hero-text h1 span {
	font-size: 0.9em;
}

#hero-text h2 {
	font-size: 3em;
	font-weight: 100;
}

#hero-foter {
    position: absolute;
    bottom: 5%;
    width: 100%;
    padding: 25px 30px;
}

#contact {
	text-align: right;
}

.btn-blk {
    background-color: #081533;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 27px;
    border-color: #383636;
    transition: background-color 0.4s;
}

.btn-blk:hover, .btn-blk:focus {
	color: #fff;
	background-color: #343c60;
}

#level {
	color: #fff;
	font-size: 1.1em;
}

#level-and-graph {
    display: table;
}

#level {
    color: #fff;
    font-size: 1.1em;
    display: table-cell;
    padding-right: 10px;
    vertical-align: bottom;
}

#graph {
    height: 40px;
    display: table-cell;
    vertical-align: bottom;
}

.graph-bar {
	width: 30px;
	height: 5px;
	display: inline-block;
	transition: height 1.5s;
}

.graph-bar.active {
	height: 30px;
}

#graph-1 {
	background-color: #66CC6A;
}
#graph-2 {
	background-color: #0396F8;
}
#graph-3 {
	background-color: #FF6707;
}
#graph-4 {
	background-color: #FE0206;
}

#level-descr {
	font-size: 0.9em;
	color: #878787;
}

#main-body section {
	overflow: hidden;
}

.section-header {
	overflow: hidden;
	padding: 25px 40px;
	background-color: #fbfbfb;
	text-transform: uppercase;
	color: #141c3f;
}

.section-header h2 {
	font-weight: 300;
	margin: 0;
	font-size: 3em;
    display: inline-block;
}

.section-header h2 strong {
	font-weight: 900;
}

.section-header .btn {
	width: 150px;
}

.section-content {
	margin-left: 25%;
}

.article {
	padding: 0 2px;
	display: block;
	position: relative;
	opacity: 1;
}

.article:hover, .article:focus {
	text-decoration: none;
}

.article img {
	width: 100%;
	display: block;
	opacity: 1;
	transition: opacity 0.4s;
}

.article span {
	display: block;
}

.article-description {
	position: relative;
    background-color: #fff;
    color: #121c3c;
    padding: 25px;
    transition: background-color 0.4s;
}

.article:hover .article-description, 
.article:focus .article-description {
	background-color: #d7e8ff;
}

.article:hover img, 
.article:focus img {
	opacity: 0.8;
}

.article-category {
	margin-bottom: 15px;
}

.article-description .article-category {
    color: #4db5d9;
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    transition: color 0.4s;
}

.article-category a:hover, .article-category a:focus  {
	text-decoration: none;
	color: #43879E;
}

#footer {

}

#social-area {
	background-color: #fbfbfb;
	padding: 30px 15px;
	color: #11193c;
}

#social-buttons a {
	color: #11193c;
	font-size: 2.5em;
}

#social-buttons a+a {
	margin-left: 40px;
}

#social-area h3 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;
	padding-bottom: 10px;
}

#links-area, #rights-area {
	padding: 20px;
}

#links-area ul {
	padding: 0;
}

#links-area ul li {
    display: inline-block;
}

#links-area ul li+li {
	margin-left: 10px;
}

#links-area ul li a {
	color: #a6a6a6;
}

.main-color {
	color: #6c6f7b;
}

#rights-area {
	padding-bottom: 30px;
	color: #a6a6a6;
}

.video-trigger {
	position: relative;
	background-color: rgba(10, 18, 54, 1);
	cursor: pointer;
}

.video-trigger span {
	background-image: url(../../img/overlay-play.png);
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
    opacity: 0.8;
    background-position: center center;
    background-repeat: no-repeat;
    transition: bottom 0.4s, opacity 0.4s;
}

.video-trigger:hover span {
    bottom: 0px;
	opacity: 1;
}

.video-trigger img {
	width: 100%;
	position:relative;
	transform: translate3d(0px,0px,0px);
	opacity: 1;
	transition: opacity 0.4s;
}

.gallery_image img {
	transform: translate3d(0px,0px,0px);
	position:relative;
}

.video-trigger:hover img, .gallery_image:hover img {
	opacity: 0.6;
}

.gallery_image.video-trigger {
	background-color: transparent;
}

.cando-link {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	transition: background-color 0.4s;
}

.cando-icon-holder {
	display: block;
	height: 70px;
}

.cando-link:hover {
	background-color: #141c3f;
	text-decoration: none;
}

.cando-link h3 {
	color: #141c3f;
	text-transform: uppercase;
	padding-left: 20px;
	transition: color 0.4s;
}

.cando-link p {
	color: #878787;
	padding-left: 20px;
	transition: color 0.4s;
}

.cando-link:hover h3 {
	color: #fff;
	border: 0;
	text-decoration: none;
}

.cando-link:hover p {
	color: #fff;
	border: 0;
	text-decoration: none;
}

.cando-icon {
	stroke:#d7e8ff;
	fill-rule:evenodd;
	clip-rule:evenodd;
	fill:none;
	stroke-width:2;
	stroke-miterlimit:10;
}

.cando-link:hover .cando-icon {
	stroke:#fff;
}

.int {
	height: 200px;
	background-color: #d6e7fe;
	background-position: center center;
    background-size: cover;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #fff;
	transition: color 0.4s, background-color 0.4s;
	position: relative;
}

.int:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #081930;
    width: 100%;
    opacity: 0.5;
    transition: opacity 0.4s, background-color 0.4s;
}

.int:hover {
	text-decoration: none;
	color: #081930;
	background-color: #081930;
}

.int:hover:before {
	opacity: 0.8;
	background-color: #d6e7fe;
}

.int-title {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	transition: bottom 0.4s;
	position: absolute;
	bottom: 20%;
}

.int:hover .int-title {
	bottom: 70%;
}

.int-descr {
	position: absolute;
	bottom: 15%;
	opacity: 0;
	width: 80%;
}

.int:hover .int-descr {
	opacity: 1;
	transition: opacity 0.8s;
}

.int-empty {
	background-color: transparent !important;
	cursor: default !important;
}

.int-empty:before {
	display: none;
}

span.plus {
	display: block;
    position: absolute;
    background-image: url(../../img/overlay-plus.png);
    height: 91px;
    width: 91px;
    top: 0px;
    right: 20px;
    opacity: 0;
    transition: opacity 0.4s, top 0.4s;
}

.int span.plus {
    right: 0px;
}

a:hover span.plus {
    top: -35px;
	opacity: 1;
}

a.int:hover span.plus {
    top: 15px;
	opacity: 1;
}

#top-navigator {
	padding-top: 30px;
	padding-left: 55px;
}

#top-navigator img {
	position: relative;
    bottom: 3px;
    cursor: pointer;
}

#top-navigator h1 {
	margin: 0;
	font-weight: 300;
}

#top-navigator span {
	margin-left: 10px;
	margin-top: 10px;
}

body.page #main-container {
    margin-left: 62px;
    margin-top: 30px;
}

#page_content {
	padding-bottom: 40px;
	padding-right: 40px;
}

#page_content h1:first-child {
	margin-top: 0;
	margin-bottom: 30px;
}


.sidebar {
	margin-left: 10px;
	list-style: none;
}

.sidebar a {
	font-size: 1.1em;
	line-height: 1.5;
	color: #878787;
}

.sidebar a:hover {
	color: #11193c;
	text-decoration: none;
}

.sidebar li.active a {
	font-weight: 600;
	color: #11193c;
}

#sidebar li ul {
    padding-left: 15px;
    list-style: none;
}

.sidebar li.active li a {
    color: #878787;
}

.sidebar li.active li.active a {
    color: #11193c;
}

.sidebar li.active li a:before {
    content: '\f0da';
    margin-right: 5px;
    font-family: 'fontawesome';
}

.page-social {
	padding-left: 20px;
	padding-top: 9px;
}

.page-social a {
    font-size: 20px;
    padding-right: 14px;
    color: #878787;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}

p.lead-light {
    font-size: 1.4em;
    font-weight: 400;
}

#telverde td {
	vertical-align: middle;
}

#telverde td+td {
	padding-left: 20px;
	font-weight: 600;
	font-size: 0.8em;
}

#numar-telverde {
    font-size: 29px;
    color: #38b312;
}

#mission-container h3 {
    letter-spacing: 3px;
    margin-top: 0;
    color: #081930;
}

#mission-container section+section {
	margin-top: 40px;
}

#mission-container {
    color: #878787;
    margin-top: 100px;
}

#mission-container section {
	padding-left: 30px;
}

#mission-container section>h3 {
    margin-bottom: 40px;
}

#mission-container .value-row h4 {
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 3px;
	color: #081930;
}

.blue-row {
	background-color: #d7e8ff;
	margin-left: -30px;
	overflow: hidden;
}

.blue-row>div {
    padding: 60px 30px;
    padding-bottom: 90px;
}

.blue-row>div+div {
	border-left: 1px solid #fff;
}

.page-4 #page_content h1:first-child {
	padding-left: 30px;
}

.page-4 .page-social {
	padding-left: 50px;
}

.inline-block {
	display: inline-block;
}

.intro-wrap {
	padding-right: 20px;
	padding-left: 0;
}

#conducere-holder {
	margin-top: 30px;
}

#conducere-holder .img-responsive {
	width: 100%;
}

#conducere-holder #helvig {
    width: 30%;
    margin-bottom: -100px !important;
    position: relative;
    float: right;
    bottom: 100px;
}

.conducere-header {
    padding: 30px 30px;
    background-color: #d7e8ff;
    color: #081930;
    font-size: 24px;
    font-family: 'Rokkit', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
}

.conducere-container {
    padding: 0 30px;
}

#conducere-holder article {
	overflow: hidden;
}

#conducere-holder article+article {
	margin-top: 20px;
}

.conducere-header.conducere-collapse-header {
	cursor: pointer;
	transition: background-color 0.4s, color 0.4s;
}
.conducere-header.conducere-collapse-header:hover {
	background-color: #11193d;
	color: #fff;
}

#lang-select a.active {
	font-weight: bold;
}

a#to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    transition: opacity 0.4s;
}

a#to-top.is-visible {
	opacity: 1;
}

a#to-top:hover {
	cursor: pointer;
}

.fa {
	transition: color 0.3s;
}

.fa-facebook:hover {
	color: #4267b2;
}

.fa-twitter:hover {
	color: #1da1f2;
}

.fa-youtube:hover {
	color: hsl(3, 81.8%, 49.6%);
}

.fa-pinterest:hover {
	color: rgb(189, 8, 28);
}

.panel-heading {
	padding: 0;
	transition: background-color 0.3s, color 0.3s;
}

.panel-title>a {
    display: block;
    padding: 21px;
    font-weight: 100;
    font-size: 1.5em;
}

.panel-default>.panel-heading:hover {
	background-color: #11193d;
	color: #fff;
}

.panel-title>a:hover, .panel-title>a:focus {
    border: 0;
    text-decoration: none;
}

.modal-backdrop.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

.modal-backdrop {
	background-color: #fff;
}

.modal-header {
    border-bottom: 0;
}

.modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    background-color: transparent;
}

.modal .close-button {
    font-size: 30px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.modal .close-button:hover {
	opacity: 1;
	cursor: pointer;
}

#sidebar {
	top: 110px;
}

#tero-alert td {
	vertical-align: middle;
}

#tero-alert tr td:first-child {
    background-color: #66cc6a;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    color: #fff;
}

#tero-alert tr td+td {
	padding-left: 30px;
}

#tero-alert tr:nth-child(2) td:first-child {
    background-color: #0396F8;
}

#tero-alert tr:nth-child(3) td:first-child {
	background-color: #FF6707;
}

#tero-alert tr:nth-child(4) td:first-child {
    background-color: #FE0206;
}

@media screen and (max-width: 992px) {
	ul#sidebar {
	    padding: 0;
	    margin-left: 0;
	}

	#sidebar li ul {
	    padding-top: 9px;
	}

	#sidebar li {
	    padding-right: 27px;
	    padding-bottom: 9px;
	}

	#top-navigator {
	    padding-top: 20px;
	    padding-left: 15px;
	}

	body.page #main-container {
	    margin-left: 22px;
	}

	header.headroom--not-top #logo-main img {
	    height: 40px;
	}

	.cando-icon-holder {
		text-align: center;
	}
}

#budget-table td {
	vertical-align: middle;
}

#budget-table td:first-child {
	padding-left: 0;
}

#budget-table tr:first-child td {
	border-top: 0;
}

.pointer {
	cursor: pointer;
}

#contact_form {
	max-width: 700px;
}

.tab-pane {
    padding: 20px;
    border: 1px solid #ebebeb;
    border-top: 0;
    margin-bottom: 20px;
}

.error {
    background-color: rgba(255, 0, 0, 0.1);
}

label.error {
    color: red;
    font-size: 0.8em;
    background-color: transparent;
}

.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

.aligner {
	display: table;
	width: 100%;
}

.aligner>div {
	display: table-cell;
	vertical-align: middle;
}

a.file {
	display: block;
    overflow: hidden;
    background-color: #fbfbfb;
    transition: background-color 0.4s;
	margin-bottom: 15px;
}

a.file:hover {
	background-color: #d7e8ff;
}

a.file .article-description {
	display: table-cell;
	background-color: transparent;
}

.file img {
    width: 100px;
}

.date {
    font-weight: 100;
    color: #333;
    font-size: 0.5em;
    margin-top: 0.5em;
}

.gallery_image {
	margin-bottom: 30px;
}

#carousel-article {
	margin-top: 30px;
}

.carousel-control {
    background: none !important;
    color: #11193d;
    transition: color 0.4s;
}

.carousel-control:focus, .carousel-control:hover {
    color: #333;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    max-height: 500px;
    margin: 0 auto;
}

@media (max-width: 700px) {
	.headroom {
	    will-change: transform;
	    transition: transform 200ms linear;
	}
	.headroom--pinned {
	    transform: translateY(0%);
	}
	.headroom--unpinned {
	    transform: translateY(-100%);
	}

	img.floating {
	    max-width: 100% !important;
	    width: 100% !important;
	    display: block !important;
	    float: none !important;
	    margin: 0 !important;
	    margin-bottom: 20px !important;
	}

	#mission-container section {
	    padding-left: 0;
	}

	.blue-row {
		margin-left: 0;
	}

	#conducere-holder #helvig {
		width: 100%;
		float: none !important;
	    margin: 0 !important;
	    position: static;
	}
}


/*#page_content>div, #page_content>p, #page_content>ol, #page_content>ul {
    max-width: 780px;
}*/
#accordion-reports li a{
	overflow-wrap: anywhere;
}


.hero-video-inner {
	width: 50%;
	height: 50%;
	position: absolute;
	left: 25%;
	top: 25%;
}

@media (max-width: 768px) {
	.hero-video-inner {
		width: 100%;
		left: 0;
	}
}


