@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	background-color: #EAEAEA;
	background-image: url(../images/common/page_bg.gif);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color:#bc2225;
  font-weight: bold;
	text-decoration: none;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0 0 30px 0;
	margin: 0 0 0 50px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-left: 30px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h6{
	font-size: 12px;
	margin-bottom: 0px;
}
h5{
	color: #bc2225;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1;
}
h4{
	font-size: 14px;
	margin-bottom: 0px;
	position: relative;
	top: -6px;
}
h3{
	font-size: 27px;
	margin-bottom: 0px;
	padding-top: 30px;
}
h1.c_bk{
	font-size: 27px;
	margin-bottom: 0px;
	padding-top: 30px;
	color: #000;
	padding-left: 25px;
	font-weight: bold;
}
h1{
	font-size: 32px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

.content a.visi {
  color: #bc2225;
  font-weight: bold;
  text-decoration: underline;
}

.main_img{
/*	z-index: 0; */
}

.deviz{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.deviz1{

}
.deviz h5{
	color: #FFF;
	background-color: #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-bottom: 7px;
}
.fl-right{
	float: right;
	margin-right: 25px;
}
.fl-left{
	float: left;
	margin-right: 25px;
}
.deviz form{
	padding: 0px 25px 30px 25px;
}
.deviz1 form{
	padding: 0px 25px 30px 25px;
}
.deviz form h6{
	padding: 0;
}
.deviz1 form h6{
	padding: 0;
}
.inpt{
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #999;
	width: 230px;
}
.btn{
	font-weight: bold;
	color: #FFF;
	background-color: #bc2225;
	border: 1px solid #bc2225;
}

/*--top menu--*/
#top_menu{
	width: 610px;
	float: right;
	text-align: right;
}

#top_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 90px;
	float: right;
}
#top_menu li{
	float:left;
}
#top_menu li a {
display: block;
text-decoration: none;
background-position: bottom;
background-repeat: no-repeat;
height: 51px;
overflow: hidden;
}
#top_menu span{
	visibility: hidden;
}
#mi_1{
	width:68px;
	background-image:url(../images/top_menu/01_home.gif);
}
#mi_2{
	width:116px;
	background-image:url(../images/top_menu/02_despre.gif);
}
#mi_3{
	width:88px;
	background-image:url(../images/top_menu/03_servicii.gif);
}
#mi_4{
	width:66px;
	background-image:url(../images/top_menu/04_deviz.gif);
}
#mi_5{
	width:65px;
	background-image:url(../images/top_menu/05_utile.gif);
}
#mi_6{
	width:83px;
	background-image:url(../images/top_menu/06_contact.gif);
}
#mi_7{
	width:62px;
	background-image:url(../images/top_menu/07_stiri.gif);
}

#mie_1{
	width:66px;
	background-image:url(../images/top_menu/01_home-en.gif);
}
#mie_2{
	width:102px;
	background-image:url(../images/top_menu/02_despre-en.gif);
}
#mie_3{
	width:99px;
	background-image:url(../images/top_menu/03_servicii-en.gif);
}
#mie_4{
	width:73px;
	background-image:url(../images/top_menu/04_deviz-en.gif);
}
#mie_5{
	width:66px;
	background-image:url(../images/top_menu/05_utile-en.gif);
}
#mie_6{
	width:83px;
	background-image:url(../images/top_menu/06_contact-en.gif);
}
#mie_7{
	width:69px;
	background-image:url(../images/top_menu/07_stiri-en.gif);
}

#top_menu li a:hover{
background-position: top;
}
#top_menu li a:active{
background-position: bottom;
}
#top_menu .subnav {
    display: none;
    position: absolute;
    top: 51px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 5px 0 0 2px;
    border: 0;
}
#top_menu .subnav li {
    display: block;
    float: none;
    height: auto;
}
#top_menu .subnav li a {
    display: block;
    margin: 0;
    padding: 3px 8px;
    float: none;
    height: auto;
    text-transform: uppercase;
    text-align: left;
    color: #000;
    border-left: 2px solid #bc2225;
    transition: all 0.2s ease;
}
#top_menu .subnav li a:hover {
/*    background-color: #000;
    color: #fff;*/
    border-left: 6px solid #bc2225;
}
#top_menu li:hover .subnav {
    display: list-item;
}
/*--top menu--*/

.cnt_table{
	background-image: url(../images/common/footer_bg.gif);
	background-repeat: repeat-y;
	margin-top: 30px;
}

.cnt_table a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.cnt_table a:visited {
	color: #fff;
	text-decoration: none;
}
.cnt_table a:hover, a:active, a:focus {
	color: #000;
	text-decoration: none;
}
.redbtn a:link, .redbtn a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
	padding: 2px 6px;
}
.redbtn a:hover, .redbtn a:active, .redbtn a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #bc2225;
}

.cnt_table td{
	font-size: 11px;
	color: #FFF;
	padding: 2px 20px 2px 10px;
	border-bottom: 1px solid #fff;
}
.city{
	font-weight: bold;
	text-align: right;
	width: 110px;
}
.eml{
	text-align: right;
}

.c_red{
	color: #bc2225;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.sidebar1 a:link, .sidebar1 a:visited,
.sidebar2 a:link, .sidebar2 a:visited {
	color: #bc2225;
	font-weight: bold;
	padding: 5px 0px;
}
.sidebar1 a:hover, .sidebar1 a:active, .sidebar1 a:focus,
.sidebar2 a:hover, .sidebar2 a:active, .sidebar2 a:focus {
	color: #000;
}
.sidebar1 a.det_lnk {
	color: #fff;
	background-color: #bc2225;
	font-weight: bold;
	padding: 6px 14px;
	border-radius: 4px;
	display: inline-block;
	margin-top: 10px;
	text-align: center;
}
.sidebar1 a.det_lnk:hover {
	background-color: #000;
}
.mm-link a:link, .mm-link a:visited,
.mm-link a:active, .mm-link a:focus {
	color: #bc2225;
	font-weight: bold;
	padding: 5px 0px;

}
.mm-link a:hover{
	color: #000;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 940px;
	margin: 0 auto;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-image: url(../images/common/header_bg.gif);
	height: 75px;
	width: 940px;
	background-repeat: no-repeat;
}
.sidebar1 {
	float: left;
	width: 285px;
	padding-top: 20px;
	padding-bottom: 0px;
	background: #FFF;
	border-bottom: 5px solid #000;
}
.sidebar2 {
	float: left;
	width: 285px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sidebar1 p {
	font-size: 11px;
}

#sb_bg {
	background-color: #fff;
}

#exce {
	display: block;
	padding-top: 20px;
}

#inco1{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#inco2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#inco2 img{
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #999;
}

.content {
	padding: 0px;
	width: 655px;
	float: left;
	background: #FFF;
}

.red_bg{
	font-size: 18px;
	color: #FFF;
	background-color: #bc2225;
	padding: 15px 10px 15px 25px;
	margin: -22px 0 0 0;
	position: relative;
}
.red_bg_tit{
	color: #FFF;
	background-color: #bc2225;
	padding: 5px 10px 5px 25px;
	margin: 0;
	position: relative;
	margin-bottom: 30px;
/*	z-index: 999;*/
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 30px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: right;
	background-color: #EAEAEA;
}
.footer p{
	padding: 0;
	margin: 0;
	font-size: 11px;
	display: inline;
	background-color: #CCC;
	color: #666;
	padding: 3px 6px;
}
.footer a:link, .footer a:visited {
	font-weight: bold;
	color: #666;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.footer a:hover {
	color: #09F;
	text-decoration: none;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.lang{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	float: right;
	width: 200px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.lang a:link, .lang a:visited {
	font-weight: bold;
	text-decoration: none;
}
.lang a:hover {
	color: #bc2225;
}
#deviz{
	margin-left: 40px;
}
.fl-rt{
	float: left;
	padding: 0 20px 10px 0;
	clear: left;
}

.content p{
	padding-bottom: 0px;
}
.address {
	overflow: hidden;
	margin-bottom: 20px;
}
.address p{
	overflow: hidden;
	padding-left: 0;
}
.address a{

}
.address img{
	float: right;
	margin-left: 50px;
    width: 64px;
    height: auto;
}
#mm-thmbs{
	margin-left:20px;
}

#cert-btn{
	width: 200px;
	float: right;
	font-size: 18px;
	text-align: right;
	margin: 35px 30px 0 0;
}

#cert-btn a:link, #cert-btn a:visited{
	display: inline-block;
	text-decoration: none;
	background: white;
	border: 1px solid #BC2225;
	padding: 5px 10px;
	color: black;
}
#cert-btn a:hover, #cert-btn a:active{
	background: #BC2225;
	color: white;
}

.cert{margin-right: 20px; margin-bottom: 20px;border:1px solid #CCC}

ul#news_list {
	list-style-type: none;
	margin: 0; padding: 0;
	margin-bottom: 20px;
}
#news_list h4 {
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin: 15px 30px 0 30px;
	border-top: 1px solid #cecece;
}
#news_list p {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.3;
}

.anpc {
	font-size: 11px;
	padding: 20px 20px 0 0;
}

.t-auth {
  font-size: 11px;
  display: block;
  color: #BC2225;
}

a.more-btn {
  color: #BC2225;
  font-weight: bold;
}

a.job-disponibil {
    display: block;
    font-size: 24px;
}
a.job-disponibil:hover {
    color: #bc2225;
}

.content-body {
    min-height: 300px;
}


a.red_btn {
	color: #fff;
	background-color: #bc2225;
	font-weight: bold;
	padding: 6px 14px;
	border-radius: 4px;
	display: inline-block;
	margin-top: 10px;
	text-align: center;
}
a.red_btn:hover {
	background-color: #000;
}


.pop1 {
  position:absolute;
  width: 640px;
  margin-left: -374px;
  top: 100px;
  left: 50%;
  border: 4px solid #eee;
  z-index: 1;
  background-color: #fff;
  padding: 50px;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 20px 12px rgba(50, 50, 50, 0.1);
  -moz-box-shadow:    0px 0px 20px 12px rgba(50, 50, 50, 0.1);
  box-shadow:         0px 0px 20px 12px rgba(50, 50, 50, 0.1);
}
.p-h3 {
  color: #bc2225;
  font-size: 18px;
  margin-bottom: 20px;
}

.pop1 a {
  color: #bc2225;
}


#top_menu_css {
	position: relative;
/*	outline: 1px dashed red; */
/*	padding-top: 30px; */
	height: 245px;
}
.slogan-css {
	position: absolute;
	top: 140px;
	right: 30px;
}
.lang-css {
	position: absolute;
	top: 65px;
	right: 20px;
}

#primary_nav_wrap
{
	position: absolute;
	top: 20px;
	right: 0;
	background-color: #ddd;
/*	red #bc2225; */
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#eee;
}

#primary_nav_wrap ul li.current-menu-item a
{
	/* color:#bc2225; */
}

#primary_nav_wrap ul li:hover
{
	background:#efefef;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	z-index: 2;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

#portal-login-btn {
	display: block;
	background-color: #C0272A;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	position: absolute;
	top: 50px; right: 50px;
}
.alert-danger {
    color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-success {
    color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
    border-radius: 4px;
}
.logo_new{
	float: left;
	text-align: left;
	margin-left: -370px;
	font-weight: bold;
	color:	#bc2225;
	font-size: 19px;
}
.table-bordered {
    border: 1px solid 
    #f4f4f4;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: 
    transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid 
    #f4f4f4;
        border-top-color: rgb(244, 244, 244);
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-width: 1px;
}
.table > thead > tr > th {
    border-bottom: 2px solid #f4f4f4;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
th {
    text-align: left;
}
td, th {
    padding: 0;
}