
.navbar-brand
{
    padding: 10px 0px;
}
.navbar-brand img
{
    height: 80px;
}
.header.sticky-top .navbar-brand
{
        padding: 10px 0px;
}
.header.sticky-top .navbar-brand img
{
     height: 45px;
}

.header-style-02.sticky-top .navbar
{
    top: -65px;
}
.header-style-02.sticky-top .navbar .nav-link 
{
font-size: 15px;
letter-spacing: -1px; 
}
.header-style-02.sticky-top  .search
{
    xdisplay: none;
}
.navbar .navbar-nav .nav-link,
.header .navbar-nav li > a
{
    text-transform: none !important;
}
.navbar .navbar-nav .dropdown.nav-item .nav-link {
	padding: 10px 15px 10px 5px;
	margin-right: 15px !important;
}
.navbar .navbar-nav .nav-item .nav-link {
	padding: 10px 5px 10px 5px ;
	margin-right: 7px !important;
}

.navbar .navbar-nav a:hover
    {
        color: #87cafb !important;
    }

.header .topbar ul li
{
    padding-left: 5px;
}

.header-style-02 .topbar
{
    xbackground-image: url("../images/bck-header-lcd.jpg");
    background-position: center top;
    background-repeat:no-repeat;
    background-color: #569aff;
}

.space-ptb.prezentare_lab
{
    
    background-position: right center;
    background-repeat:no-repeat;
}

.feature-info-style-03 .feature-info-number
{
    min-height: 55px;
    padding-bottom: 0px;
}
.category-list-2
{
    padding: 40px 40px;
}
.category-list-2 .widget li
{
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.category-list-2 .widget li.active
{
    font-weight: bold;
}
.category-list-2 h4
{
    color: #064CDB;
    font-size: 20px;
}
.header-inner-menu .header-inner-title
{
    margin: 100px 0px;
}

.space-ptb
{
    font-size: 15px;
}

.parteneri a img
{
    margin: 5px;
    max-width: 65px;
    opacity: 0.5;
}
.parteneri a:hover img
{
    opacity: 1;
}


.owl-stiri .owl-item
{
    padding: 5px;
}
.stire-item
{
    padding: 10px;
}
.stire-item:hover
{
    background-color: aliceblue;
}
.stire-item .stire-data {
	margin: 10px;
	font-weight: bold;
	font-size: 12px;
}
.stire-item .stire-titlu {
	font-size: 19px;
	margin: 10px;
	line-height: 21px;
    min-height: 100px;
}

.stire-item .stire-lnk
{
    
}

.modal-dialog .modal-content
{
    border: 2px solid #11203e;
}
.modal-dialog .modal-content .modal-header
{
    background-color: #cee2ff;
    display: block;
}

.modal-dialog .modal-content .modal-header h5.modal-title
{
    float: left;
    display: block;
}
.modal-dialog .modal-content .modal-footer .btn
{
    padding: 5px;
    font-size: 12px;
    background-color: #fafafa;
}


.accesibility_options
{
    display: block;
    width: 220px;
    position: fixed;
    background-color: antiquewhite;
    border: 1px solid antiquewhite;
    z-index: 1000;
    top: 200px; 
    left: -220px;
    transition:all 1s;
}
.accesibility_options.open
{
    left: 0px;
    transition:all 1s;
  -webkit-box-shadow: 6px 9px 21px 1px rgba(19,39,83,0.37); 
 box-shadow: 6px 9px 21px 1px rgba(19,39,83,0.37);
}
.accesibility_options .btn_accesibilitate
{
    position: absolute;
    right: 1px;
    margin-right: -40px;
    top: 0px;
    
}

.accesibility_options .btn_accesibilitate a
{
padding: 5px;
background: antiquewhite;
display: block;
font-size: 2em;
border: 1px solid black;
border-left:  1px solid antiquewhite;
    
}

.accesibility_options .accesibility_functions 
{
   font-size: 1.1em; 
  border: 1px solid black;
  border-left:0px;

}
.accesibility_options .accesibility_functions ul
{
    margin: 0px;
    padding: 10px;
}
.accesibility_options .accesibility_functions ul li
{
   list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
.accesibility_options .accesibility_functions ul li a
{
    display: block;
    padding: 5px;
    padding-left: 10px;
}
.accesibility_options .accesibility_functions ul li a:hover,
.accesibility_options .accesibility_functions ul li a.active
{
    background-color: beige;
    color: black;
}
.container a.lnk_evident
{
   border-bottom: 2px dotted #000000; 
    color: blue;
}
.container a.lnk_evident:hover{
    border-bottom: 2px solid blue;
    text-decoration: none;
}
body.contrast
{
    color: #000;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.7);
  }
}

.pulse {
  animation: pulse 1.5s infinite;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
