html {
    min-height: 100%;
    margin: 0;
}
body {
    top:0; 
    bottom:0; 
    right:0; 
    left:0; 
    font: 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #c8c8c8;
    background: -moz-linear-gradient(top,white,#c8c8c8);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#c8c8c8));
    background: -webkit-linear-gradient(top,white,#c8c8c8);
    background: -ms-linear-gradient(top,white,#c8c8c8);
    background: -o-linear-gradient(top,white,#c8c8c8);
    background: linear-gradient(top,white,#c8c8c8);
}
a {
    text-decoration: none;
}
.informatie {
    background: none repeat scroll 0 0 white;
    box-shadow: 12px 10px 15px gray;
    position: relative;
    margin: 0 auto;
    width: 960px;
    padding-top: 7px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -15px;
    min-height: 100%;
}
.continut {
    position: relative;
    width: 960px;
    height: 100%;
    border-left: solid 1px #FF5500;
    border-right: solid 1px #FF5500;
}
.sigla {
    height: 151px;
    position: absolute;
    top: 0px;
    width: 200px;
}
.meniufundal {
    margin: 0 auto;
    position: relative;
    height: 60px;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: solid 1px #FF5500;
    border-bottom: none;
    background: #FF5500;
    background: -moz-linear-gradient(top,#FF5500,white);
    background: -webkit-gradient(linear, left top, left bottom, from(#FF5500), to(white));
    background: -webkit-linear-gradient(top,#FF5500,white);
    background: -ms-linear-gradient(top,#FF5500,white);
    background: -o-linear-gradient(top,#FF5500,white);
    background: linear-gradient(top,#FF5500,white);
}
.meniu ul {
    border-bottom: 0;
    border-radius: 10px 10px 10px 10px;
    padding-bottom: 16px;
    padding: 5px 0 1px;
    height: 42px;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    line-height: 14px;
}
.meniu ul li {
    display: table;
    align-items: center;
    width: 144px;
    float: left;
    border-width: 1px 0 0;
    left: 8px;
    position: relative;
    top: 3px;
    border-color: #79e6e6;
    text-align: center;
    padding: 0;
    margin: 0 3px;
    height: 100%;
    border-radius: 10px;
    border: solid 1px #fff;
    border-bottom: 0;
    background: #142933;
    background: -moz-linear-gradient(top,white,#79e6e6);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#79e6e6));
    background: -webkit-linear-gradient(top,white,#79e6e6);
    background: -ms-linear-gradient(top,white,#79e6e6);
    background: -o-linear-gradient(top,white,#79e6e6);
    background: linear-gradient(top,white,#79e6e6);
}
.meniu ul li:hover {
    background: #919191;
    background: -moz-linear-gradient(top,white,#1e6883);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#1e6883));
    background: -webkit-linear-gradient(top,white,#1e6883);
    background: -ms-linear-gradient(top,white,#1e6883);
    background: -o-linear-gradient(top,white,#1e6883);
    background: linear-gradient(top,white,#1e6883);
}
.meniu ul li a {
    vertical-align: middle;
    display: table-cell;
    color: black;
    text-transform: none;
    margin: auto;
}
.meniu ul li ul {
    display: none;
    visibility: hidden;
    opacity: 0;
    position:absolute;
    left: 0;
    top: 40px;
    z-index: 1;
    border-radius: 0;
    border: 1px solid #ccc;
    background: white;
    padding: 6px 4px 3px 4px;
    height: auto;
    width: 242px;
    box-shadow: 3px 3px 16px rgba(0,0,0,0.6);
}
.meniu ul li:hover > ul, ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}
.meniu ul li ul li {
    left: 0px;
    top: -2px;
    height: 20px;
    width: 240px;
    border-radius: 0;
    background: white;
    margin: 0;
}
.meniu ul li ul li:hover {
    background: white;
}
.meniu ul li ul li a {
    vertical-align: middle;
    text-align: left;
    color: black;
    text-transform: none;
    margin: auto;
    padding: 4px 10px 2px 8px;
}
.meniu ul li ul li a:hover {
    color: #FF5500;
    background: black;
    background: -moz-linear-gradient(left,#79e6e6,#fff);
    background: -webkit-gradient(linear,left top,right top,from(#919191),to(#fff)));
    background: -webkit-linear-gradient(left,#79e6e6,#fff);
    background: -ms-linear-gradient(left,#79e6e6,#fff);
    background: -o-linear-gradient(left,#79e6e6,#fff);
    background: linear-gradient(left,#79e6e6,#fff);
}
.cale {
    padding-left: 5px;
    padding-right: 5px;
}
.cale a {
    color: #354175;
}
.cale a:hover {
    background-color: #eee;
}
.titlu {
    font-size: 14px;
    font-weight: bold;
    color: #919191;
    display: block;
    clear: both;
    border-bottom: solid 1px #919191;
    margin: .1em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.tabel {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    font-size: 12px;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 80%;
}
.tabel table, th, td {
    border: 1px solid #ccc;
}
.tabel th {
    padding: 3px;
}
.coloana1 {
    width: 76%;
}
.coloana2 {
    width: 24%;
}
.tabel th {
    color: #fff;
    background-color: #ccc;
    padding: 2px 0;
}
.tabel tr:hover {
    background-color: #eee;
}

.tabel td {
    padding: 0;
}
.tabel td:nth-child(1) {
    text-align: left;
}
.tabel td:nth-child(2) {
    text-align: center;
}
.tabel td a {
    display: block;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}
.tabelcentrat {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    font-size: 12px;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 90%;
}
.tabelcentrat table, th, td {
    border: 1px solid #70d0f3;
}
.tabelcentrat th {
    padding: 3px;
}
.tabelcentrat th {
    color: #fff;
    background-color: #ccc;
    padding: 2px 0;
}
.tabelcentrat td {
    padding: 10px;
    width: 50%;
}
.tabelcentrat td {
    text-align: center;
    word-wrap: break-word;
}
.tabelcentrat td a {
    display: block;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}
.subsol {
    margin: 0 auto;
    position: relative;
    width: 960px;
    padding: 10px 0;
    display: block;
    bottom: 5px;
    color: black;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 1px #FF5500;
    border-top: none;
    text-align: center;
    background: #FF5500;
    background: -moz-linear-gradient(top,white,#FF5500);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#FF5500));
    background: -webkit-linear-gradient(top,white,#FF5500);
    background: -ms-linear-gradient(top,white,#FF5500);
    background: -o-linear-gradient(top,white,#FF5500);
    background: linear-gradient(top,white,#FF5500);
}
.subsol ul {
    margin: 0;
}
.subsol ul li {
    padding: 2px 5px 2px 0;
    display: inline-block;
    margin: 0 5px 0 0;
    border-right: solid 1px #FF5500;
}
.subsol ul li:last-child {
    border-right: 0;
    position: relative;
    left: 54px;
}
.subsol a {
    color: black;
    text-decoration: none;
    transition: all 500ms linear;
}
.subsol a:hover {
    color: darkblue;
    background-color: #eee;
}
.textfmareeroare {
    font-size: 64px;
    font-weight: bold;
    color: #ff9191;
    margin-top: 1em;
}
.textmareeroare {
    font-size: 32px;
    font-weight: bold;
    color: #919191;
    margin-bottom: 1em;
}
#cookieBar {
	position:fixed;
	bottom:0;
	width:100%;
	text-align:center;
	background-color:white;
	background-repeat:no-repeat;
	background-size:contain;
	/* background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAGFBMVEX////Zgz7nkEK5czVFKhOLSytLKBdXLxpY0nziAAAAlUlEQVRYhe2VOQ6AMBADCef/f8y6sGRMEL2TaVjheIoVx7JMJh804yjOYgSBF1xEUgUM1w56H/NVpAn0AELOXCZnlT2WGSBAiKKGXBYFmicK/AHyhfmMPFXAKxenZT+TJtiKJvCAvkyALxoydJIEe0GJflB6sIxOkkAlvlDAHy3zVzlEQImKHObdcojARc5vMUgwGY4bDV8WsfRmLxIAAAAASUVORK5CYII='); */
	transition: 1s ease;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
}

.butonAscundereBaraCookie {
	display:inline-block;
	padding:0.25em;
	background:orange;
	&:hover {
		cursor:pointer;
		background:red;
	}
}

#cookieButton {
	display:none;
	&:checked + #cookieBar {
		bottom:-100%;
	}
}

.continut-articol {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.continut-articol .more-text{
    display: none;
}