
@font-face
{
    font-family: "Manrope";
    src: url('fonts/Manrope-Regular.ttf');
}
@font-face
{
    font-family: "Manrope M";
    src: url('fonts/Manrope-Medium.ttf');
}
@font-face
{
    font-family: "Manrope B";
    src: url('fonts/Manrope-Bold.ttf');
}
@font-face
{
    font-family: "Open Sans";
    src: url('fonts/OpenSans-Regular.ttf');
}

* {
    margin: 0;
    padding: 0;
    
}


html, body{
    font-family: "Manrope","Open Sans",Helvetica,Arial,sans-serif;
    
    font-size:14px;
    /*background-color: #F6F6F6;*/
    /*background: #EAF1F9 url('../img/bg.gif') repeat-x fixed;*/

}

select, input[type="text"], textarea {
    font-family: "Manrope","Open Sans",Helvetica,Arial,sans-serif;
    background-color: #FFFFFF;
}

div#site_all {
    width: 100%;
    height: auto;
    float: left;
    /*background: #EAF1F9 url('../img/bg.gif') repeat-x fixed;*/
    
}

/*HEADER*/
#header_all {

    
     width: 100%;
    height:49px;
    float: left;
    
    position: fixed;
    /*display: block;*/
    top: 0;
    transition: 0.2s;
    padding: 10px 0px 10px 0px;
    z-index: 65;
    /*margin-bottom: 10px;*/
   

    background-color: #0A5CB2;



}
#header_all #header {
    width: 1240px;
    /*padding: 0px 10px 0px 10px;*/
    margin: 0px auto;
    
    
    display: flex;
    align-items: center;
    
}
#header_all #header #header_logo {
    float: left;
    width: 170px; 
    text-align: center;
    
 
}
#header_all #header #header_logo a {
    /*display: block;*/
    width: 160px; 
    padding: 0;
    margin: 0px 0px 0px 0px;
    border: 0;
    
       display: flex;
    align-items: center;
}
#header_all #header #header_logo a #logo_img {
    width: 160px; 
    padding: 0;
    margin: 0px 0px 0px 0px;
    border: 0;
    transition: 0.2s;
}
#header_all #header #header_menu {
    width: 1120px;
    float: left;
    text-align: right;
}

#header_all #header #header_menu .navbar {
  overflow: hidden;
  width: 620px;
  /*background-color: #333;*/
  float: right;
  
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

#header_all #header #header_menu .navbar a {
  float: left;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 0px 15px 0px 25px;
  text-decoration: none;
/*  height: 100%;*/
      line-height: 38px;
      background:  url(../img/right14.png) no-repeat center left 8px;
      transition: 0.3s;
      
        font-family: "Manrope M","Open Sans B",Helvetica,Arial,sans-serif;
}

#header_all #header #header_menu .dropdown {
  float: left;
  overflow: hidden;
}

#header_all #header #header_menu .dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: #FFF;
  padding: 0px 15px 0px 25px;
  background: url(../img/down14.png) no-repeat center left 8px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  line-height: 38px;
  font-family: "Manrope M","Open Sans B",Helvetica,Arial,sans-serif;
  transition: 0.3s;
}

#header_all #header #header_menu .navbar a:hover
 {

  color: #FFFFFF;
  background:  #0e64ba url(../img/right14.png) no-repeat center left 8px;
  border-radius: 5px;
}
#header_all #header #header_menu .dropdown:hover .dropbtn,
#header_all #header #header_menu .dropbtn:focus {
      background: url(../img/down14.png) no-repeat center left 8px;
     background-color: #0e64ba;
      color: #FFFFFF;
      border-radius: 5px 5px 0px 0px;
}


#header_all #header #header_menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #0e64ba;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
  border-radius: 0px 5px 5px 5px;
  padding: 10px 10px 5px 10px;

}

#header_all #header #header_menu .dropdown-content a {
  float: none;
  color: #404040;
  padding: 0px 20px 0px 25px;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
  border-radius: 5px;
  /*border: 1px solid #DEDEDE;*/
  background: #FFF url(../img/right12.png) no-repeat center left 8px;
  
}

#header_all #header #header_menu .dropdown-content a:hover {
  color: #222222;
  background:  #F6F6F6 url(../img/right12.png) no-repeat center left 8px;
  
}

#header_all #header #header_menu .show {
  display: block;
   
}
#header_all #header #nr_tel {
    float: left;
    width: 130px;
    margin-right: 10px;
  font-size: 16px;
  color: #0A5CB2;
  text-align: center;
  padding: 0px 15px 0px 32px;
  text-decoration: none;
  font-family: "Manrope M","Open Sans B",Helvetica,Arial,sans-serif;
/*  height: 100%;*/
      line-height: 38px;
      background:  #FFF url(../img/phone9.png) no-repeat center left 12px;
      border-radius: 5px;
}
/*#header_all #header #search_id_header {
    float: left;
    width: 130px;
    margin-right: 10px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 0px 15px 0px 32px;
  text-decoration: none;
  font-weight: bold;
  height: 100%;
      line-height: 38px;
      background:  #1A59AE url(../img/phone8.png) no-repeat center left 12px;
      border-radius: 5px;
}*/
/*SEARCH*/
div#site_all div#bara_search {
    width: 1240px;
    min-width: 1240px;
    height: 48px;

    margin: 79px auto 0px auto;
    background-color: #0A5CB2;
    border-radius: 5px 5px 5px 5px;
}
div#site_all div#bara_search div#search {
    width: 1240px;
    margin: 0px auto 0px auto;
}
div#site_all div#bara_search div#search div#div_nume_search {
    width: 120px;
    float: left;
    padding: 0px 10px 0px 10px;
    line-height: 45px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: right;
}
div#site_all div#bara_search div#search div#div_categ1 {
    width: 330px;
    margin-right: 10px;
    margin-top: 6px;
    float: left;
}

div#site_all div#bara_search div#search div#div_categ2 {
    width: 330px;
    margin-right: 10px;
    margin-top: 6px;
    float: left;
}

div#site_all div#bara_search div#search div#div_categ3 {
    width: 363px;
    margin-right: 0px;
    margin-top: 6px;
    float: left;
}
div#site_all div#bara_search div#search div#div_btn_submit_s {
    float: right;
}
div#site_all div#bara_search div#search div#div_categ3 div#div_btn_submit_s input.btn_submit_s {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    background: #FAFAFA url('../img/search3.png') no-repeat center;
    margin-left: 9px;
    margin-top: 3px;
    margin-right: 0px;
    cursor: pointer;
    /*float: right;*/
}
div#site_all div#bara_search div#search div#div_categ3 div#div_btn_submit_s input.btn_submit_s:hover {
     filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

div#site_all div#bara_search div#search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #FFFFFF;
  background-image: none;
  font-size: 15px;
  
}
/* Remove IE arrow */
div#site_all div#bara_search div#search select::-ms-expand {
  display: none;
}
/* Custom Select */
div#site_all div#bara_search div#search .select {
  position: relative;
  display: flex;
  width: 320px;
  height: 35px;
  line-height: 38px;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: .25em;
  float: left;
  /*border: 1px solid #CCCCCC;*/
}
div#site_all div#bara_search div#search select {
  flex: 1;
  padding: 0 .5em;
  cursor: pointer;
  color: #404040;
}
/* Arrow */
div#site_all div#bara_search div#search .select::after {
  content: '\25BC'; /* \25BC \2630*/
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #EEEEEE; 
  font-size: 12px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  color: #06c;
}
/* Transition */
div#site_all div#bara_search div#search .select:hover::after {
  color: #f39c12;
}
div#site_all div#bara_search div#search select:not([disabled]) {
    background-color: #FFFFE6;
}
div#site_all div#bara_search div#search span#wait_1 img, div#site_all div#bara_search div#search span#wait_2 img, div#site_all div#bara_search div#search span#wait_2_null2 img {
    margin-top: 10px;
}

/*CONTINUT SITE*/

div#site_all div#continut_tot div#continut {
    width: 1240px;
    background-color: #FFFFFF;
    float: left;
    /*border-radius: 5px;*/
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 10px;
/*    border: 1px solid #C3C4C5;*/
    /*border: 1px solid #FFFFFF;*/
    
    min-height: 635px;
    height: auto !important;
    height: 635px;
    
} 
#titlu_det, h1, div#continut_pagina {
    clear: both;
}
/******************************************************************/
div#site_all div#continut_tot div#continut div#cale_links {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    color: #777;
    width: 1220px;
    font-size:14px;
    float: left;
    
}
div#site_all div#continut_tot div#continut div#cale_links ul {
    list-style-type: none;
    width: 1220px;
    float: left;
    
}

div#site_all div#continut_tot div#continut div#cale_links ul li {
    float: left;
    line-height: 25px;
    font-size: 14px;
}
div#site_all div#continut_tot div#continut div#cale_links ul li a {
    background: url('../img/right12.png') no-repeat center right 5px; 
    padding-right: 23px;
    transition: 0.3s;
    text-decoration: none;
    font-size: 14px;
    color: #06c;
}
div#site_all div#continut_tot div#continut div#cale_links ul li a:hover {
    color: #FFA500;
}
/*********************************FOOTER****************************************************/
div#site_all div#footer_tot {
    width: 100%;
    min-width: 1240px;
    padding-top: 10px;
    height: auto;
    /*border-top: 1px solid #DEDEDE;*/
    clear: both;
    background: #F6F6F6; 
}
div#site_all div#footer_tot div#footer {
    height: auto;
    margin: 0px auto 0px auto;
    color: #404040;
    font-size: 12px;
    
    
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/****************************************FOOTER 1**********************************************************/

div#site_all div#footer_tot div#footer div.footer1 {
    width: 1240px;
    padding: 10px 0px 20px 0px;
    float: left;
    background-color: #F6F6F6;
    margin-bottom: 10px;
    border-radius: 5px;
    
}
div#site_all div#footer_tot div#footer div.footer1 div.tit_footer {
    font-size: 16px;
    margin-bottom: 10px;
    color: #404040;
    font-family: "Manrope M",Helvetica,Arial,sans-serif;
    padding: 0px 0px 0px 20px;
    background: url('../img/down12.png') no-repeat center left 1px;
    
}
/*div#site_all div#footer_tot div#footer div.footer1 div.footer1a {
    width: 130px;
    padding-left: 10px;
    margin-right: 20px;
    float: left;

}
div#site_all div#footer_tot div#footer div.footer1 div.footer1a div.footer1a_logo {
    text-align: center;
    margin-top: 10px; 
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1a div.footer1a_logo img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1a div.footer1a_social {
    text-align: center;
    margin-top: 25px;
    margin-left: 18px;
    
}

div#site_all div#footer_tot div#footer div.footer1 div.footer1a div.footer1a_social ul#ul_social {
list-style-type: none;
margin: 0 auto;
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1a div.footer1a_social ul#ul_social li {
float: left;
margin-right: 10px;
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1a div.footer1a_social ul#ul_social li:nth-child(4n+4) { 
    margin-right: 0; 
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1a div.footer1a_social ul#ul_social li a img {
    border: 0 none;
    transition: all 0.4s linear 0s;
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1a div.footer1a_social ul#ul_social li a img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    
}*/
div#site_all div#footer_tot div#footer div.footer1 div.footer1b {
    width: 540px;
    /*margin-top: 35px;*/
    padding-left: 30px; 
    float: left;
    font-size: 14px;
    /*margin-bottom: 10px;*/
     /*border-left: 1px solid #FFFFFF;*/
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1b address.footer1b_adresa {
    /*font-size: 12px;*/
    font-style: initial;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 0px 10px 10px 0px;
    border-radius: 5px;
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1b address.footer1b_adresa a {
    text-decoration: none;
    color: #404040;
    transition: 0.3s;
    font-size: 14px;
    padding: 0px 0px 0px 20px;
    background:  url('../img/pin5.png') no-repeat center left;
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1b address.footer1b_adresa a:hover {
    color: #FFA500;
    transition: color 0.2s linear 0s;
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1b table.table_curs_valutar td {
    padding: 3px;
    font-size: 14px;
    line-height: 14px;
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1c {
    width: 212px;
    padding-left: 29px;
    float: left;
    /*border-left: 1px solid #FFFFFF;*/
    /*margin-bottom: 10px;*/
}

div#site_all div#footer_tot div#footer div.footer1 div.footer1c div.footer1c_tel {
    margin-bottom: 5px;
    background:  url('../img/phone5.png') no-repeat center left;
    padding-left: 20px;
    font-size: 14px;
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1c div.footer1c_pag_contact {
    margin-bottom: 5px;
    background:  url('../img/right12.png') no-repeat center left;
    padding-left: 19px;
    
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1c div.footer1c_pag_contact a {
    text-decoration: none;
    color: #06c;
    transition: 0.3s;
    font-size: 14px;
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1c div.footer1c_pag_contact a:hover {
    color: #FFA500;
    transition: color 0.2s linear 0s;
}

div#site_all div#footer_tot div#footer div.footer1 div.footer1d {
    width: 195px;
    padding-left: 29px;
    float: left;
    /*border-left: 1px solid #FFFFFF;*/
    /*margin-bottom: 10px;*/
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1d div.footer1d_program {
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 14px;
    background:  url('../img/right12.png') no-repeat center left;
}
div#site_all div#footer_tot div#footer div.footer1 div.footer1d div.footer1d_program time {
    /*font-weight: normal;*/
    /*color: #222222;*/
    
}


div#site_all div#footer_tot div#footer div.footer1 div.footer1e {
width: 131px;
padding: 0px 0px 0px 24px;
float: left;
color: #404040;
/*border-left: 1px solid #FFFFFF;*/
/*margin-bottom: 10px;*/
}

div#site_all div#footer_tot div#footer div.footer1 div.footer1e div.meniu_footer_link {
margin-bottom: 5px;
}

div#site_all div#footer_tot div#footer div.footer1 div.footer1e div.meniu_footer_link a {
margin-right: 10px;
text-decoration: none;
color: #06c;
padding-left: 17px;
background:  url('../img/right12.png') no-repeat center left;
font-size: 14px;
transition: 0.3s;
}

div#site_all div#footer_tot div#footer div.footer1 div.footer1e div.meniu_footer_link a:hover {
color: #FFA500;
transition: color 0.2s linear 0s;
}

/******************************************FOOTER 2**************************************************************************/

div#site_all div#footer_tot div#footer div.footer2 {
width: 100%;
min-width: 1240px;
padding: 10px 0px 10px 0px;
color: #777777;
clear: both;
text-align: center;
font-size: 14px;
letter-spacing: 0.5px;
/*border-top: 1px solid #DEDEDE;*/
background-color: #FFF;
}
div#site_all div#footer_tot div#footer div.footer2 div {
    padding: 2px 10px 2px 10px;
}
div#site_all div#footer_tot div#footer div.footer2 div.footer2a, div#site_all div#footer_tot div#footer div.footer2 div.footer2b {
    width: 1220px;
    margin: 0 auto;
    text-align: left;
}

/******************************************FOOTER 3**************************************************************************/


div#site_all div#footer_tot div#footer div.footer3 {
    width: 1240px;
    padding: 0px 0px 0px 0px;
    float: right;
    background: url('../img/imoplace.png') no-repeat left 10px center;

    
}

div#site_all div#footer_tot div#footer div.footer3 ul#meniu_footer {
list-style-type: none;
height: 30px;
width: auto;
float: right;
}

div#site_all div#footer_tot div#footer div.footer3 ul#meniu_footer li {
float: left;
}

div#site_all div#footer_tot div#footer div.footer3 ul#meniu_footer li a {
margin-right: 20px;
font-size: 14px;
text-decoration: none;
color: #06c;
padding: 5px 0px 5px 15px;
background:  url('../img/right12.png') no-repeat center left;
letter-spacing: 0.3px;
transition: 0.3s;
}

div#site_all div#footer_tot div#footer div.footer3 ul#meniu_footer li a:hover {
/*text-decoration: underline;*/
color: #FFA500;
transition: color 0.2s linear 0s;
}
