<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
	FONTS
*/
@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-regular.eot');
    src: url('fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular.woff') format('woff'),
         url('fonts/proximanova-regular.ttf') format('truetype'),
         url('fonts/proximanova-regular.svg#proxima_nova_rgregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
	font-family: 'proxima_nova';
	src: url('fonts/proximanova-semibold.eot');
	src: url('fonts/proximanova-semibold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/proximanova-semibold.woff') format('woff'),
		 url('fonts/proximanova-semibold.ttf') format('truetype'),
		 url('fonts/proximanova-semibold.svg#proxima_novasemibold') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova';
	src: url('fonts/proximanova-lightitalic.eot');
	src: url('fonts/proximanova-lightitalic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/proximanova-lightitalic.woff') format('woff'),
		 url('fonts/proximanova-lightitalic.ttf') format('truetype'),
		 url('fonts/proximanova-lightitalic.svg#proxima_novalight_italic') format('svg');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'proxima_nova';
	src: url('fonts/proximanova-bold.eot');
	src: url('fonts/proximanova-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/proximanova-bold.woff') format('woff'),
		 url('fonts/proximanova-bold.ttf') format('truetype'),
		 url('fonts/proximanova-bold.svg#proxima_nova_rgbold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova';
	src: url('fonts/proximanova-semibolditalic.eot');
	src: url('fonts/proximanova-semibolditalic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/proximanova-semibolditalic.woff') format('woff'),
		 url('fonts/proximanova-semibolditalic.ttf') format('truetype'),
		 url('fonts/proximanova-semibolditalic.svg#proxima_novasemibold_italic') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'proxima_nova';
	src: url('fonts/proximanova-regitalic.eot');
	src: url('fonts/proximanova-regitalic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/proximanova-regitalic.woff') format('woff'),
		 url('fonts/proximanova-regitalic.ttf') format('truetype'),
		 url('fonts/proximanova-regitalic.svg#proxima_novaregular_italic') format('svg');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'proxima_nova';
	src: url('fonts/proximanova-light.eot');
	src: url('fonts/proximanova-light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/proximanova-light.woff') format('woff'),
		 url('fonts/proximanova-light.ttf') format('truetype'),
		 url('fonts/proximanova-light.svg#proxima_novalight') format('svg');
	font-weight: 300;
	font-style: normal;
}


/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address { 
    display: block; 
}



/*General*/
nav#main-navigation {
    font-size: 14px;
    font-family: 'proxima_nova' !important;
    color:#202020;
    line-height: 14px;
    
}
header.header p {margin: 0px;}
header.header p,
footer p {margin-bottom: 10px;}

header a,
footer a {
    color: #118fc4; 
}
header a:hover,
footer a:hover {
    color: #084585;
}
header ul,
footer ul {
    padding: 0;
    margin: 0;
}
header ul.no-style li, 
footer ul.no-style li {
    list-style-type: none;
}

.header { 
    position:absolute; 
    top:0; 
    left:0; 
    z-index:900;
    width:1100px;
}  

#site-holder {
   width:  978px;
   margin: 0 auto;
   -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    min-height: 500px;
    position:relative;
    z-index:2;
    background: #fff;
}
.clear {
    clear: both; 
    
}
.row {
   clear: both; 
    min-height: 1px;    
}
#second-top-row {
   padding: 20px;
}
#logo {
    float: left;
}
#search {
    float: right;
}


#reclame {
    text-align: center;
    padding: 10px;
}
#reclame iframe {
    margin: 0 auto;
} 
#reclame table tr td {
    vertical-align: center;
    text-align: center;
}
#reclame &gt; div {
    margin: 0 auto;
}

/*TOP ROW*/
#toppest-row {
    background: #f7f7f7;
    color: #084585;
    font-size: 13px;
    padding: 3px;
}


/******* MAIN MENU ********/
nav {
    background: #118fc4;
    height: 40px;
    max-height: 40px;
}

header ul,
header ol {
    margin: 0px;    
}
/*level 1*/
ul#level-1 {
    position: relative;
    display: table;
    width: 100%;
    margin: 0px !important;
}

nav ul li.level1 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: table-cell;
}
nav ul li.level1 &gt; a:link,
nav ul li.level1 &gt; a:visited {
color: #FFF ;
font-size: 14px;
text-decoration: none;
border-right: 1px solid #1e85b0;
padding: 12px 18px;
display: block;
background: #118fc4;/* Old browsers */
background: -moz-linear-gradient(top, #1084b2 0%, #118fc4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1084b2), color-stop(100%,#118fc4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1084b2 0%,#118fc4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1084b2 0%,#118fc4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1084b2 0%,#118fc4 100%); /* IE10+ */
background: linear-gradient(to bottom, #1084b2 0%,#118fc4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1084b2', endColorstr='#118fc4',GradientType=0 ); /* IE6-9 */
font-family: proxima_nova;

}

ul li &gt; div.level-2-menu * {
font-family: proxima_nova;
}
nav ul li.level1:last-child a:link {
    border: none;
}

nav ul li.level1 &gt; a:hover {
   color: #fff;
   background: #1ca3db;
}

header a.active,
footer a.active  {
    background: #1ca3db !important;/* Old browsers */
    background: -moz-linear-gradient(top,  #1890bf 0%, #1ca3db 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1890bf), color-stop(100%,#1ca3db)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1890bf 0%,#1ca3db 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1890bf 0%,#1ca3db 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1890bf 0%,#1ca3db 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1890bf 0%,#1ca3db 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1890bf', endColorstr='#1ca3db',GradientType=0 ); /* IE6-9 */
    }     
/*level 2*/


ul li &gt; div.level-2-menu {
    display: none;
    width: 978px;
    z-index: 999;
    border-top: 5px solid #1ca3db;    
    position: absolute;
    left: 0;
    top: 38px;
    }
ul li &gt; div.level-2-menu &gt; div { background: #fff; 
border-bottom: 5px solid #f3f3f3;}

nav ul li.level1:hover &gt; div.level-2-menu {
    display: block;
    }
    
/* GENERAL LEVLE 2 MENU*/

div.level-2-menu a {
    text-decoration: none;
    color: #118fc4; 
}
div.level-2-menu a:hover {
    color: #084585;
    text-decoration: underline;

}
.col25,
.col35,
.col40,
.col30,
.col50,
.col25,
.col70{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;    /* Firefox, other Gecko */
      box-sizing: border-box;         /* Opera/IE 8+ */
      float: left;
      padding: 20px 15px 0px 15px;
}
.col25 { width: 25%; }
.col30 { width: 30%; }
.col35 { width: 35%; }
.col40 { width: 40%; }
.col50 { width: 50%; }
.col75 { width: 75%; }
.col70 { width: 70%; }
    

/*interior menu*/    
.lvl2-col-left,
.lvl2-col-mid,
.lvl2-col-right {
    position: relative;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;    /* Firefox, other Gecko */
      box-sizing: border-box;         /* Opera/IE 8+ */

}

/* MIDLLE COLUMN*/
.lvl2-col-mid * {
    position: relative;
    z-index: 2;
}
img.background-pic {
    position: absolute;
    bottom: 0px;
    right: 25px;
    z-index:1;
}
.lvl2-col-mid h3 {
    color: #118fc4;
    font-weight: normal;
    font-size: 18px;    
}
.level-2-menu h3.blue-title {
    color: #118fc4;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 21px;
    font-weight: normal;
}



/*Right column*/
ul.lvl2-el-list li {
    margin: 5px 0;
    padding:0px;
    background:none;
}
ul.lvl2-el-list { 
    float: left;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}
ul.lvl2-el-list.col50 {}
/*Tick list type*/
ul.lvl2-el-list.tick {
    margin-left: 10px;
    list-style: disc inside none;
}
ul.lvl2-el-list.tick li {
    list-style-image: url('../../images/header/tick.png');
    margin-bottom: 10px;
}
/*END TICK LIST*/
ul.lvl2-title-list li:first-child {
    margin-top: 0px;
}
ul.lvl2-title-list li:last-child {margin-bottom: 28px}
ul.lvl2-title-list li {
    font-size: 12px;
    margin: 14px 0;
}
/*Separator*/    
.level-2-menu .sep {position: relative;}
.level-2-menu .sep:after {
    display: block;
    content: "";
    height:  150px;
    background: #f7f7f7;
    width: 2px;
    position: absolute;
    right: 0px;
    top: 25%;
    webkit-box-shadow: 3px 0px 10px 0px rgba(50, 50, 50, 0.1) !important;
    -moz-box-shadow: 3px 0px 10px 0px rgba(50, 50, 50, 0.1) !important;
    box-shadow: 3px 0px 10px 0px rgba(50, 50, 50, 0.1) !important;
    }    
    
   h3.cat-title {
    font-weight: normal;
color: #545452;
position: relative;
top: -20px;
    }
div.level-2-menu  .menu-readmore:link,
div.level-2-menu  .menu-readmore:visited {
    padding: 10px 20px;
    background: #118fc4 /*#b70000*/;/*#ff9900*/
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0px;
    text-align: center;
    text-size: 14px;
     -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.2s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    
}
div.level-2-menu  .menu-readmore:hover {
    background: #1aa4d9;
}
.menu-readmore.w220 {
    width: 220px; 
}
/*INDIVIDUAL MENUS*/
div#unitatimedicale div.lvl2-col-right h3 {
    margin-bottom: 3px;
}
div#autoevaluare .lvl2-col-left,
div#autoevaluare .lvl2-col-mid,
div#autoevaluare .lvl2-col-right {
}


/********  END MAIN MENU  **********/

/*********** GENERAL MENUS - INFO MENUS - USER MENUs ************/
.gen-menu li {
    display: inline;
    list-style: none;
    margin: 5px;
    font-size: 11px;
    background: none;
    padding: 0px;
}
ul.gen-menu li a {
    color: #118fc4;
}
ul.gen-menu li a:hover {
 
}
ul#info-menu-top {
    float: left;
    padding-left: 15px;
}
ul#user-menu-top {
   float: right;
   padding-right: 15px;
   height: 20px;



}
ul#user-menu-top li{
    display: block !important;
    background: none;
    list-style: none;
    margin: 3px;
    position: relative;
    float: left;
    padding: 0px 10px 0px 0px;
}
ul#info-menu-top li:first-child  {
    margin-left: 0px;}
ul#user-menu-top li:after{
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #ccc;
    margin: 0px;
    font-size: 10px;
}
ul#user-menu-top li:last-child:after {
    width: 0px;
}
a.menu-simple-readmore,
a.menu-simple-readmore:visited {
border-top: 1px solid #f7f7f7 !important;
padding: 10px 20px;
border-bottom: 1px solid #f7f7f7 !important;
display: block;
text-align: center;
margin: 10px auto;
color: #545452 !important;
}
a.menu-simple-readmore:hover {
    cursor: pointer;
    background: #F8F8F8;
    text-decoration: none !important;
}

/*END MENUS*/



/*FOOTER*/

footer {
    border-top: 1px solid #eae9dd;
    background: #efefef;
    min-height: 232px;
    color: #7c7c7c;    
}
footer .row {
    padding: 15px 10px;
    margin: 0px 10px;
    
}
#footer-1 {
    border-bottom: 1px solid #e8e8e8;
    color: #7c7c7c;
    padding-top: 30px;
}
#footer-2 {
   width: 650px;
   float: left;
    
}
footer p {
    font-size: 11px;
    padding-left: 5px;
    padding-top: 10px;
    }
footer #social-info {
    float: right;
    width: 108px;
    text-align: right;
    margin-right: 50px;
    margin-top: 20px;
}
footer #social-info img{
    margin-top :10px;
}
#fb-ico,
#google-ico,
#pinterest-ico{
    display: inline-lock;
    width: 26px;
    height: 26px;
    background: url('../../images/header/social-icons.png');
    float: right;
    margin: 10px 2px;}
#google-ico {
   background-position: 58px 0px
}
#pinterest-ico {    
    
     background-position: 26px 0px
}
#logo-footer-sfm {
    margin-right: 15px;
position: relative;
top: 5px;    
}

/*FOOTER MENU*/
footer .gen-menu li a {
    color: #118fc4;
}
#footer-menu-1 li {margin: 0px; background:  none;}
#footer-menu-1 li:first-child {margin-right: 5px;}
#footer-menu-1 li a {
    padding: 0px 15px;
    border-right: 1px solid #ccc;   
}

#footer-menu-1 li:last-child a {
    border: none;
}

#footer-menu-1 li:nth-child(2) a {
    padding-left: 0;
}
/*ADD-URI*/
#ads-holder-top {
    width: 978px;
    margin: 0 auto;
    position:relative;
    z-index:1;
}
#ads-holder-top #top-ad {
    width:     1262px;
    margin-left: -142px;
}
#ads-holder-top #left-ad {
    position: absolute;
    width:142px;
    height: 960px;
    overflow: hidden;
    margin-left: -142px;
}
#ads-holder-top #right-ad {
    position: absolute;
    width:142px;
    height: 960px;
    overflow: hidden;
    margin-left: 978px;
    z-index:1;
}
.fixed {
    position: fixed !important;
    top: 0px;
}

/* MAIN CONTENT*/

#main-holder {
   min-height: 600px;   
}

/*

SEARCH FINAL 

*/
table.gstl_51,
table.gstl_50 {
    display: none;
}


.cse form.gsc-search-box, form.gsc-search-box {
background: none !important; 
border: 0px !important;

-moz-border-radius: 2px;
-webkit-border-radius: 2px;
width: 100%;
margin: 0 0 2% 0;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
display: block;
}
div.gsc-clear-button {
    display: none !important;
}
td.gsc-search-button {
width: 100%;
}
input.gsc-search-button {
position: relative !important;
margin: 0px;
padding: 0px;

}
/* SEARCH BOX*/
#search {
 height: 42px;
 width: 270px;
}
td.gsc-input {
border: none !important;
padding-right: 0px !important;

}
input.gsc-input {
    width: 100% !important;
    height: 42px !important;
    background: #f7f7f7 !important;
    font-style: italic !important;
    border: none !important;
    padding: 10px 20px !important;
    float: left !important;
    outline: none !important;
    margin:0px !important;
    font-size: 13px !important;
    font-family: proxima_nova !important;
    color: #5F5F5F;
    box-sizing: border-box;
    
}
input.gsc-input focus {
    color: #c7c7c7;   
}
td.gsc-search-button {
padding: 0px;
float: none !important;
}

input.gsc-search-button {
    top: 0px;
    margin-left: 0px !important;
    height: 42px !important; 
    width: 48px !important;
    min-width: 48px !important;
    outline: none !important;
    border: none !important;
    background:#f3f3f3 url('../../images/header/search.png') 50% 50% no-repeat !important;
     -moz-transition: background-color 0.5s !important;
     -webkit-transition: background-color 0.5s !important; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.5s !important;
    text-indent: 9999px;
}
form.gsc-search-box {
font-size: 13px;
margin-top: 10px;
margin-bottom: 4px;
width: 100%;
margin-left: 0px !important;
}
input.gsc-search-button:hover {
   cursor: pointer;
    background-color:#dbdbdb !important;
    border: 1px; solid #f1f1f1;
}
.cse .gsc-control-cse, .gsc-control-cse {
    background: #fff !important;
    border: 0px !important;
}
div.gsc-tabsArea {
border: 0px !important;
}
div.gsc-tabsArea &gt; div {
    border-bottom: 1px solid #ccc;
}
.cse .gsc-tabHeader.gsc-tabhActive, .gsc-tabHeader.gsc-tabhActive {
    background: #FFF !important;
    padding-bottom: 4px;
}
.cse .gsc-tabHeader.gsc-tabhInactive, .gsc-tabHeader.gsc-tabhInactive {
    padding-bottom: 4px; 
}
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
 .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
text-shadow: none !important;
background: #fff !important;
}
table.gsc-search-box {
    width: 100% !important;
}</pre></body></html>