.hhead
{
	background-color:#F5A91C;
	position:fixed;
	height:100px;
	width:100%;
	left:0px;
	right:0px;
	top:0px;
	box-shadow:0 0 15px 0;
	z-index:2;
}
a
{
	text-decoration:none;
}
#active
{
	background-color:#F5A91C;
}
ul {
	position:fixed;
	top:100px;
	left:50%;
    list-style-type: none;
    margin: 0;
	margin-left:-211px;
    padding: 0;
    overflow: hidden;
    background-color: #333;
	z-index:2;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
	font-family:impact;
    padding: 10px 20px;
    text-decoration: none;
	transition:color 0.15s,background-color 0.15s;
}

li a:hover {
    background-color: #fff;
	color:#111;
}
.tabel
{
	background-color:white;
	position:absolute;
	top:100px;
	width:1000px;
	height:500px;
	left:50%;
	margin-left:-500px;
	box-shadow:0 0 15px 0;
		z-index:1;
}
.tabel3
{
	background-color:white;
	position:absolute;
	top:100px;
	width:800px;
	height:600px;
	left:50%;
	margin-left:-400px;
	box-shadow:0 0 15px 0;
		z-index:1;
}
.tabel4
{
	background-color:fff;
	position:absolute;
	top:100px;
	width:800px;
	height:1300px;
	left:50%;
	margin-left:-400px;
	box-shadow:0 0 15px 0;
		z-index:1;
}
.tabel5
{
	background-color:fff;
	position:absolute;
	top:100px;
	width:800px;
	height:800px;
	left:50%;
	margin-left:-400px;
	box-shadow:0 0 15px 0;
		z-index:1;
}

.descriere
{
	position:absolute;
	right:0px;
	top:40px;
	color:#111;
	font-family:tahoma;
	font-size:18px;
	left:700px;
	margin-left:10px;
	margin-right:10px;
	text-align: justify;
    text-justify: inter-word;
}
.descriere2
{
	position:absolute;
	right:0px;
	top:40px;
	color:#111;
	font-family:tahoma;
	font-size:18px;
	left:189px;
	margin-left:10px;
	margin-right:10px;
	text-align: justify;
    text-justify: inter-word;
}
.tabelp
{
	background-color:#ED8600;
	position:absolute;
	top:600px;
	width:800px;
	height:20px;
	margin-bottom:180px;
	left:50%;
	margin-left:-400px;
	box-shadow:0 0 15px 0;
	z-index:0;
	transition:width 0.2s ease-out , height 0.2s ease 0.2s, margin-bottom 0.5s ease 0.2s;
}
.tabelp:hover
{
	position:absolute;
	margin-bottom:0px;
	top:600px;
	width:800px;
	height:200px;
	left:50%;
	margin-left:-400px;
	box-shadow:0 0 15px 0;
	z-index:0;
}
.tabelp2
{
	background-color:#ED8600;
	position:absolute;
	top:700px;
	width:800px;
	height:20px;
	left:50%;
	margin-left:-400px;
	box-shadow:0 0 15px 0;
	z-index:0;
	transition:width 0.2s ease-out , height 0.2s ease 0.2s, margin-bottom 0.5s ease 0.2s;
}
.tabelp2:hover
{
	margin-bottom:0px;
	width:800px;
	height:200px;
}
.tabelp2:hover .downarrow
{
	opacity:0;
}
.tabelp:hover .downarrow
{
	opacity:0;
}
.partw
{
	position:absolute;
	width:800px;
	height:200px;
	font-family:Impact;
	z-index:2;
	opacity:0;
	transition:opacity 0s ease-in 0s;
}
.partw:hover
{
	opacity:1;
	transition:opacity 0.2s ease-in 0.3s;
}
.logobg
{
	background-image: url("images/logobg.png");
	width:350px;
	height:100px;
	position:fixed;
	left:0px;
	top:0px;
	z-index:3;
}
.logobg1
{
	background-image: url("images/logobg1.png");
	width:350px;
	height:100px;
	position:fixed;
	right:0px;
	top:0px;
	margin:0px;
	z-index:3;
}
.logo
{
	background-image: url("images/logoet.png");
	background-size:cover;
	height:90px;
	width:260px;	
	position:fixed;
	top:5px;
	left:0px;
	z-index:3;
}

body
{
	background-color:#000;
	background-size:cover;
	z-index:0;
	height:100%;
	min-width:1000px;
	width: auto !important;
	width:1000px;
}
.bg
{
	background-image: url("images/bg.jpg");
	background-repeat:repeat-x;
	background-size:cover;
	height:100%;
	width:100%;
	margin:0;
	padding:0px;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	filter:blur(5px);
	min-width:100px;
	position:fixed;
}
.amm
{
	position:absolute;
	right:0px;
	bottom:0px;
	padding:10px 10px 10px 10px;
	color:#fff;
	font-family:impact;
	font-size:16px;
	background-color:#111;
	transition:background-color 0.2s;
	z-index:1;
}
.amm:hover
{
	background-color:#555;
}

#actived
{
	background-color: #333;
    color: white;
}
#activep
{
	background-color: #444;
    color: white;
}
.logopart
{
	position:absolute;
	bottom:10px;
	right:10px;
	height:50px;
	width:auto;
	transition:all 0.2s;
}
.logopart:hover
{
	height:60px;
	bottom:5px;
	right:5px;
	
}
.menub 
{
	font-family:impact;
	font-size:20px;
    display: block;
    color: #666;
    padding-top: 11px;
	margin-left:8px;
    text-decoration: none;
}
.menupart
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 189px;
	height:100%;
    background-color: #f1f1f1;
}

.menui 
{
	cursor:pointer;
    display: block;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
}
.menui:hover {
    background-color: #555;
    color: white;
}
.dropbtn {
    display: block;
	background-color: #f1f1f1;
    color: #000;
	width:189px;
	text-align:left;
    padding: 10px 20px;
    text-decoration: none;
	border:none;
}

.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 3;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	transition:all 0.2s;
}

.dropdown-content a:hover 
{
	color:#fff;
	background-color: #777;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #555;
	color:#fff;
}
.spaceing
{
	width:500px;
} 
.produs
{
	width:120px;
	height:100px;
	display:inline-block;
}
.produs:hover
{
	box-shadow:0 0 15px 0;
}
.tb
{
	position:absolute;
	left:0px;
	top:10px;
	width:100%;
}
.tbi
{
	background-color:#fff;
	height:80px;
	width:130px;
	text-align:bottom;
	margin-bottom:-5px;
	border-left: 6px solid #F5A91C;
}

.tbid
{
	background-color:#f2f2f2;
	height:20px;
	font-family:Tahoma;
	color:#222;
	border-left: 6px solid #F5A91C;
	transition:all 0.2s;
}
.tbid:hover
{
	background-color:#555;
	color:#fff;
}
.bbutton
{
	background-color:#F5A91C;
	color:#fff;
	font-family:impact;
	position:fixed;
	top:100px;
	left:20px;
	padding:5px 10px;
	transition:all 0.2s;
}
.bbutton:hover
{
	background-color:#fff;
	box-shadow:0 0 15px 0;
	color:#000;
}
.ptb
{
	position:absolute;
	right:0px;
	top:10px;
	width:350px;
}
.prpar
{
	width:30%;
	padding:10px 0px;
	background-color:#fff;
	transition:all 0.2s;
	text-align:center;
	border-left:6px solid #F5A91C;
}
.prpar:hover
{
	background-color:#333;
	box-shadow:0 0 10px 0;
	color:#fff;
	border-left:6px solid #fff;
}
.downarrow
{
	background-image: url("images/da.png");
	background-size:cover;
	width:20px;
	height:20px;
	position:absolute;
	left:50%;
	margin-left:-10px;
	opacity:1;
	transition:all 0.2s ease 0.2s;
}
