@font-face {
    font-family: 'mrd';
    src: url('../../css/fonts/MyriadPro-Regular.eot');
    src: url('../../css/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../../css/fonts/MyriadPro-Regular.woff') format('woff'), url('../../css/fonts/MyriadPro-Regular.ttf') format('truetype'), url('../../css/fonts/MyriadPro-Regular.svg#mrdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mrd';
    src: url('../../css/fonts/MyriadPro-Bold.eot');
    src: url('../../css/fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../../css/fonts/MyriadPro-Bold.woff') format('woff'), url('../../css/fonts/MyriadPro-Bold.ttf') format('truetype'), url('../../css/fonts/MyriadPro-Bold.svg#mrdbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'mrd';
    src: url('../../css/fonts/MyriadPro-BoldIt.eot');
    src: url('../../css/fonts/MyriadPro-BoldIt.eot?#iefix') format('embedded-opentype'),
url('../../css/fonts/MyriadPro-BoldIt.woff') format('woff'), url('../../css/fonts/MyriadPro-BoldIt.ttf') format('truetype'), url('../../css/fonts/MyriadPro-BoldIt.svg#mrdbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'mrd';
    src: url('../../css/fonts/MyriadPro-It.eot');
    src: url('../../css/fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'), url('../../css/fonts/MyriadPro-It.woff') format('woff'), url('../../css/fonts/MyriadPro-It.ttf') format('truetype'), url('../../css/fonts/MyriadPro-It.svg#mrditalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: 'mrd', MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	position: relative;
	background: #f1f3f4;
	font-size: 16px;
}
div[class*="frame"] {
	text-align: center;
	position: relative;
}
img[class*="frame"] {
	margin: 15px auto -5px auto;
	cursor: zoom-in;
}
img[class*="frame-3"], img[class*="frame-5"] {
	width: 36%;
}
img[class*="frame-4"] {
	width: 75%;
}
.zoom {
	position: absolute;
	top: 25px;
	right: 10px;
	padding: 5px 8px;
	line-height: 1;
	font-family: monospace;
	color: #1c449c;
	border: 1px solid #1c449c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.zoom:hover, .zoom:focus {
	background: #1c449c;
	color: #fff;
}
a {
	text-decoration: none;
	color: #1c449c;
}
a:hover, a:focus {
	outline: none;
	color: #f4792a;
	text-decoration: none;
}
#ss {
	padding: 0;
}
#nav {
	height: 35px;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: fixed;
	z-index: 99;
}
#nav h2 {
	padding: 10px 15px;
	font-weight: bold;
	text-align: left;
	text-indent: 25px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	color: #fff;
	background: #1c449c;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#nav h2:before {
	content: '';
	width: 26px;
	height: 30px;
	background: url('logo.png') no-repeat center center;
	background: url('logo.svg') no-repeat center center;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	position: absolute;
	top: 3px;
	left: 5px;
	opacity: .9;
	filter: alpha(opacity=90);
}
#nav h3 {
	padding: 10px;
	text-align: center;
	font-size: 20px;
	border-top: 1px solid #a1a3a4;
	color: #fff;
	background: #1c449c;
}
#nav h3 img {
	max-height: 20px;
}
#nav h3 a {
	display: inline-block;
	margin: 0 8px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}
#nav h3 a:hover, #nav h3 a:focus {
	color: #f4792a;
}
#nav h3 a.flag {
	width: 20px;
	height: 20px;
	border: 1px solid #d1d3d4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#nav h3 .ro {
	background: url('ro.png') no-repeat center center;
	background: url('ro.svg') no-repeat center center;
}
#nav h3 .en {
	background: url('en.png') no-repeat center center;
	background: url('en.svg') no-repeat center center;
}
#nav h3 a.flag:hover, #nav h3 a.flag:focus, .dl:hover, .dl:focus {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.nav-pills>li>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #f4792a;
	color: #fff;
}
.nav>li>a {
	padding: 10px 15px;
}
.dropdown-menu>li>a {
	padding: 5px 15px 5px 25px;
	text-indent: 10px each-line;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: #000;
	color: #fff;
}
.third li a {
	padding: 5px 15px 5px 35px;
}
.nav-stacked>li+li {
	margin-top: 0;
}
.dropdown-menu {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	z-index: auto;
	float: none;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu>li>a {
	white-space: normal;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #000;
	color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #F4A92A;
	color: #fff;
}
.dropdown-menu>.active>.dropdown-menu>.active>a {
	background-color: #1B9C83;
	color: #fff;
}
.open {
	height: 100%!important;
	width: 100%!important;
	overflow: auto!important;
	top: 0;
	left: 0;
	background-color: #d1d3d4;
	overflow-x: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
a[id*="Caseta"], a[id*="Box"] {
	color: #231f20;
}
div.boxfix {
	background: #e9f1fa;
	padding: 20px 25px 10px 25px;
	margin: 15px auto;
	border: 1px solid #d1d3d4;
}
a.footnote-link {
	position: relative;
	font-size: .85em;
	line-height: 0;
	top: -.5em;
	left: .1em;
	vertical-align: baseline;
}
a.footnote-link:hover, a.footnote-link:focus {
	background: #1c449c;
	color: #fff;
}
div.footnote {
	display: none;
	padding: 5px 0;
	font-size: 12px;
	border-top: 1px solid #d1d3d4;
	border-bottom: 1px solid #d1d3d4;
}
div.footnote div.footnote {
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0;
	padding: 0;
}
.RAI-footnote {
	display: none;
	line-height: 1.3;
}
.RAI-footnote a {
	padding-right: 3px;
}
p.Titlu-caseta- {
	color: #1c449c;
	font-weight: bold;
}
p.RaI-text-introductiv {
	color: #1c449c;
	padding: 0 5px 0 15px;
	margin-bottom: 15px;
	border-left: 5px solid #c2cee8;
}
p.Heading-1 {
	break-before: page;
	font-size: 2em;
	font-weight: bold;
	margin: 25px 0 35px 0;
	text-align: left;
}
p.Heading-2 {
	color: #1c449c;
	font-weight: bold;
	margin: 28px 0;
	text-align: left;
}
p.Heading-3 {
	font-weight: bold;
	margin-top: 24px;
	text-align: left;
}
p.Heading-4 {
	color: #4f81bf;
	font-weight: bold;
	text-align: left;
}
p.Heading-Sinteza {
	color: #1c449c;
	font-weight: bold;
	margin-top: 28px;
	text-align: left;
}
span.Blue {
	color: #1c449c;
}
p {
	color:#231f20;
	line-height: 1.5;
	padding: 8px 5px;
	text-align: justify;
}
.issn, .dl {
	display: none;
	padding: 10px 0 0 0;
	text-align: center;
}
.issn {
	padding: 10px 0 25px 0;
}
.dl {
	background-image: url('pdf.png');
	background-image: url('pdf.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
.dl a  {
	display: block;
	height: 32px;
}

::selection { background: #1c449c; color: #fff; }
::-moz-selection { background: #1c449c; color: #fff; }
::-webkit-selection { background: #1c449c; color: #fff; }
:target { -webkit-animation: highlight 2s ease; -moz-animation: highlight 2s ease; -o-animation: highlight 2s ease; animation: highlight 2s ease; }
@-webkit-keyframes highlight { 0% { background: #1c449c; } 100% { background: none; } }
@-moz-keyframes highlight { 0% { background: #1c449c; } 100% { background: none; } }
@-o-keyframes highlight { 0% { background: #1c449c; } 100% { background: none; } }
@-keyframes highlight { 0% { background: #1c449c; } 100% { background: none; } }

progress {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    color: #f4792a;
}
progress::-webkit-progress-bar {
    background-color: transparent;
}
progress::-webkit-progress-value {
    background-color: #f4792a;
}
progress::-moz-progress-bar {
    background-color: #f4792a;
} 

@media all and (min-width: 768px) and (max-width: 992px) {
	.col-sm-8 {
		width: 100%;
	}
	.container {
		width: auto;
	}
}
@media all and (min-width: 992px) {
	#nav {
	  	top: 20px;
		height: auto;
		width: auto;
		max-height: 90%;
		overflow-y: auto;
		border: 1px solid #d1d3d4;
		max-width: 300px;
		background: transparent;
	}
	#nav h2 {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		text-indent: 0;
		letter-spacing: -1px;
		padding: 10px 30px;
	}
	#nav h3 {
		position: relative;
		width: 100%;
		z-index: 200;
		border-top: 0;
	}
	#cover {
		margin: 20px auto!important;
	}
}