html {
	width: 100%;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
	color: rgba(0,46,105,1);
}

body {
	width: 100%;
}

a {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-weight: inherit;
	transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    cursor: pointer;
}

a:not(.nohover):hover {
	letter-spacing: 1px;
	opacity: 0.9
}

a:focus {
	outline: none;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.clearfix:before {
	content: "";
	display: table;
	clear: both;
}

.wrapper {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

.bg1 {
	background-color: rgba(26,37,55,1);
}

.logo {
	display: table;
	margin: 0 auto;
}

.logo img {
	height: 55px;
	margin: 20px 0;
}

.lang {
	color: #fff;
	position: absolute;
	top: 20px;
	line-height: 55px;
	display:  inline-block;
	left: 0;
	font-size: 0.9em;
}

.lang a.selectat {
	font-weight: 900;
}

.fb {
	color: #fff;
	position: absolute;
	top: 20px;
	line-height: 55px;
	display:  inline-block;
	right: 0;
	font-size: 0.9em;
}

.fb i:first-of-type {
	font-size: 1.5em;
	display:  inline-block;
	line-height: 55px;
}

.nav {

}

.nav>div>ul {
	list-style: none;
	text-align: justify;
	zoom: 1;
	margin: 0;
	height: 50px;
}

.nav>div>ul:after {
	content: ' ';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0;
}

.nav>div>ul>li {
	display: inline-block;
	position: relative;
}

.nav>div>ul>li:hover .subnav {
	display: inline-block;
}

.nav>div>ul>li>a {
	color: rgba(0,46,105,1);
	font-weight: 600;
	font-size: 0.9em;
	display:  inline-block;
	line-height: 50px;
	padding: 0 10px;
}

.nav>div>ul>li:first-of-type>a {
	padding-left: 0;
}

.nav>div>ul>li:last-of-type>a {
	padding-right: 0;
}

.nav>div>ul>li>a>i {
	color: rgba(224,0,0,1);
}

.subnav {
	position: absolute;
	background-color: #fff;
	top: 50px;
	margin: 0 auto;
	padding: 2px 10px 2px 17px;
	list-style: none;
	min-width: 100%;
	box-sizing: border-box;
	display: none;
	border-top: 2px solid rgba(0,46,105,1);
	z-index: 1;
}

.subnav a {
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.7em;
	display: inherit;
	white-space: nowrap;
}

.subnav:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 4px;
	width: 4px;
	height: 100%;
	background-color: rgba(0,46,105,1);
} 

.subnav:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 4px;
	width: 4px;
	height: 20%;
	background-color: rgba(224,0,0,1);
}


.main-image {
	height: 350px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.main-image>div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 3em;
	font-weight: 200;
	margin: 0;
}

.main-image>div.mic {
	font-size: 2.3em;
}

.text-center {
	text-align: center;
}

.ribbon h1 {
	line-height: 50px;
	color: #fff;
	font-size: 1.7em;
	font-weight: 200;
	margin: 0;
}

.ribbon {
	background-color: rgba(0,46,105,1);
	min-height: 50px;
}

.border-lateral {
	width: 100%;
	position: relative;
	padding: 0px 0
}

.border-lateral:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: -15px;
	width: 2px;
	height: 100%;
	background-color: rgba(0,46,105,1);
} 

.border-lateral:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: -15px;
	width: 2px;
	height: 20%;
	background-color: rgba(224,0,0,1);
}

.section1 {
	margin: 20px 0;
}

.section2 {
	margin: 40px 0;
}

.content p {
	margin: 10px 0;
	color: rgba(0,46,105,1);
	font-weight: 500;
}

.mai-mult {
	color: rgba(224,0,0,1);
	font-weight: 700;
	margin: 10px 0;
	display:  inline-block;
}


.content h2 {
	width: 100%;
	position: relative;
	text-align: center;
	color: rgba(0,46,105,1);
	font-weight: 200;
	font-size: 2.3em;
	margin-top: 80px;
	letter-spacing: 3px;
	padding-bottom: 5px;
}

.content h2:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 79%;
	height: 2px;
	background-color: rgba(0,46,105,1);
} 

.content h2:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 20%;
	height: 2px;
	background-color: rgba(224,0,0,1);
}

.doc-list {
	list-style: none;
}

.doc-list li {
	display: inline-block;
	width: 45%;
	float: left;
	position: relative;
	padding-right: 56px;
	box-sizing: border-box;
	margin-bottom: 30px;
	font-size: 0.9em;
	font-weight: 500;
	height: 65px;
	background-size: auto 62px;
	background-image: url(../img/file.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.doc-list li:nth-of-type(2n+2) {
	margin-left: 10%;
}



.content{
	padding-bottom: 70px;
	min-height: calc(100vh - 690px);
} 

.content-bd ul {
	margin-left: 2em;
}

.content-bd {
	font-size: 0.9em;
	font-weight: 500;
}

footer {
	background-color: #282828;
}

footer .nav {

}

footer .nav {
	margin: 30px 0;
}


footer .nav>div>ul>li>a {
	color: #fff;
	font-weight: 400;
	font-size: 0.8em;
}

footer .fain-wrapper {
	height: 30px;
	background-color: #fff;
	width: 100%;
}


.form-cariere {
	width: 100%;
	margin-top: 50px;
}

.form-cariere>div {
	width: 45%;
	display: inline-block;
	float: left;
} 

.form-cariere>div:nth-of-type(2) {
	margin-left: 10%
}

.form-cariere input {
	border: 1px solid rgba(224,0,0,1);
	margin-top: 5px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	padding: 10px;
	line-height: 15px;
	box-sizing: border-box;
}

.form-cariere textarea {
	border: 1px solid rgba(224,0,0,1);
	margin-top: 5px;
	display: block;
	width: 100%;
	padding: 10px;
	line-height: 15px;
	box-sizing: border-box;
	height: 149px;
}

.form-cariere textarea {
	border: 1px solid rgba(224,0,0,1);
	margin-top: 5px;
	display: block;
	width: 100%;
	padding: 10px;
	line-height: 15px;
	box-sizing: border-box;
	height: 149px;
}

.form-cariere input[type='file'] {
	display: none;
}

.form-cariere input[type='submit'] {
	background-color: rgba(0,46,105,1);
	border: none;
	color: #fff;
	display:  inline-block;
	width: auto;
	float: right;
	padding: 13px 20px;
}

.form-cariere input[type='submit']:hover {
	opacity: 0.8;
}

.form-cariere label[for='cv'] {
	border: 1px solid rgba(224,0,0,1);
	line-height: 40px;
	display: block;
	width: 100%;
	text-align: right;
	cursor: pointer;
	margin-top: 10px;
}

.form-cariere .file_selected span{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.form-cariere label[for='cv']:hover {
	opacity: 0.7;
}

.form-cariere label[for='cv'] span {
	color: #fff;
	background-color: rgba(224,0,0,1);
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}

.form-cariere label {
	width: 5em;
	display: inline-block;
	font-weight: 600;
}

.form-tarife label {
	font-size: 0.9em;
	width: 100%
}

.form-tarife textarea {
	
height: 124px;
}

.contact {
	font-size: 1em;
}

.contact ul {
	display: inline-block;
	width: 45%;
	float: left;
	margin: 0;
	padding: 20px 0;
	list-style: none;
	text-align: center;
}

.contact ul:nth-of-type(2) {
	margin-left: 10%;
}

.contact ul li {
	line-height: 1.9em;
	text-align: left;
	display: inline-block;
	width: 17em;
}

.contact ul li strong {
	display: inline-block;
	width: 5em;
}

.contact hr {
	border-bottom: none;

}

.form-tarife>div:first-of-type {
	width: 100%;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.form-tarife select {
	border: 1px solid rgba(224,0,0,1);
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	padding: 10px 10px 9px 10px;
	line-height: 8px;
	display: inline-block;
	box-sizing: border-box;
	color: rgba(224,0,0,1);
}


.rezultat {
	display: block;
	width: 100%;
}

.fisiere {

width: 100%;

text-align: center;
}

.fisiere div {

/* border: 1px solid #002e69; */

display:  inline-block;

padding: 10px;

position: relative;

text-align: center;

/* float: left; */

margin: 5px;
}

.fisiere div i {

font-size: 2em;

color: #e00000;

display: block;
}

.fisiere div h5 {
	
display: block;
	
margin: 10px 0 0 0;
	
font-size: 0.8em;
	
width: 11em;
	
height: 3.6em;
	
overflow: hidden;
	
word-wrap: break-word;
}

.acreditari {
	color: #fff;
	text-align: center;
	margin-top: 50px;
}

.acreditari a {
	height: 90px;
	width: 120px;
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.acreditari a:nth-of-type(1) {
	background-image: url(../img/renar.png);
}

.acreditari a:nth-of-type(2) {
	background-image: url(../img/iaf.png);
}

.acreditari a:nth-of-type(3) {
	background-image: url(../img/efac.png);
}

.acreditari a:nth-of-type(4) {
	background-image: url(../img/aocar.png);
}


.nav input {
	display: none;
}

.nav label {
	display: none;
	margin: 8px auto;
	font-size: 1.5em;
}

.nav label.close-menu {
	display: none;
}

@media only screen and (max-width : 950px) {
	.doc-list li:nth-of-type(2n+2) {
		margin: 20px auto 40px auto;
	}

	.doc-list li {
		margin: 20px auto 40px auto;
		display: block;
		float: none;
		min-width: 350px;
	}
}

@media only screen and (max-width : 800px) {
	
	.nav label {
		display: table;
	} 

	header .nav>div>ul {
		position: fixed;
		min-height: 100%;
		min-height: 100vh;
		width: auto;
		padding: 30px 40px 30px 20px;
		background-color: #fff;
		top: 0;
		left: -100%;
		z-index: 111;
		transition: all 0.2s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	}

	header .nav>div>ul>li {
		display: block;
	}

	header .nav>div>ul>li .subnav {
		position: relative;
		display: block;
		top: 0;
		border-top: none;
		margin-left: 20px;
	}

	header .nav>div>ul>li .subnav li a {
		width: auto;
	}

	header .nav>div>ul>li>a {
		line-height: 30px;
		margin-top: 20px;
	}

	.nav input:checked + ul {
		left: 0;
	}

	.nav label.close-menu {
		display: block;
		z-index: 110;
		position: fixed;
		height: 100%;
		height: 100vh;
		width: 0;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0);
		transition: all 0.2s ease-in-out;
	    -webkit-transition: background-color 0.3s ease-in-out;
	    -moz-transition: background-color 0.3s ease-in-out;
	    -o-transition: background-color 0.3s ease-in-out;
	}

	.nav input:checked + ul + label {
		width: 100%;
		width: 100vw;
		background-color: rgba(0,0,0,0.4);
	}

	header .nav>div>ul>li:hover .subnav {
		display: block;
	}

	.subnav a {
		font-size: 1em;
	}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 700px) {
	.content h2 {
		font-size: 2em;
	}

	.wrapper {
		width: 90%;
	}

	.form-tarife>div:first-of-type {
		-webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}

	.form-cariere input,
	.form-cariere label {
		display: block;
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}

	.form-cariere input[type='submit'] {
		margin-right: 15%;
	}

	.form-cariere>div {
		width: 100%;
	}

	.form-cariere label[for='cv'],
	.form-cariere textarea {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	    margin-bottom: 20px;
	}

	.form-cariere>div:nth-of-type(2) {
		margin-left: 0;
	}

	.contact ul {
		width: 100%;
	}

	.contact ul:nth-of-type(2) {
		margin-left: 0;
	}

	.contact {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}

	.form-cariere select {
		display: block;
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}



}

/* iPads (landscape) ----------- */
@media only screen and (max-width : 500px) {
	
	.fb span {
		display: none;
	}

	.fb {
		top: 12px;
	}

	.fb i:last-of-type {
		display: none;
	}

	.logo img {
		height: 45px;
		margin: 15px 0;
	}

	.lang {
		top: 11px;
	}

	.main-image>div {
		font-size: 2em;
	}
}

/* iPads (portrait) ----------- */
@media only screen and (max-width : 400px) {
	
	.form-cariere input, .form-cariere label, .form-cariere label[for='cv'],
	.form-cariere textarea, .form-cariere select {
		width: 90%;
	}

	.form-cariere input[type='submit'] {
		margin-right: 5%;
	}

	.content h2 i {
		display: none;
	}

	.doc-list li {
		min-width: 100%;
		height: auto;
	}

}







@media only screen and (max-height : 700px) {
	header .nav>div>ul {
		padding: 0px 40px 0px 20px;
	}
}

@media only screen and (max-height : 650px) {
	header .nav>div>ul>li>a {
		margin-top: 10px;	
	}
}

@media only screen and (max-height : 550px) {
	.subnav a {
		font-size: 0.9em;
	}

	header .nav>div>ul>li>a {
		margin-top: 0px;	
	}
}