/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:url(../images/11.jpg) repeat-x  #231916; 
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#000;
}
html { 
	min-width:940px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
.container {
	margin:0 auto;
	width:940px;
	overflow:hidden;
	font-size:.875em;
	padding-bottom:176px;
}

	/* Header */
	header {
		background:url(../images/header-bg.jpg) no-repeat center top;
		min-width:940px;
	}
		header .container {
			height:70px;
			margin-top:120px;
			position:relative;
			padding:0;
		}
	
	/* Content */
	section#content {
		float:left;
		width:691px;
	}
	
	/* Sidebar */
	aside {
		width:219px;
		float:left;
		margin-right:30px;
		padding:5px 0 0 0;
	}
			
	/* Footer */
	footer {
		background:url(../images/footer-bg.png) no-repeat center top;
		margin-top:-121px;
		min-width:940px;
	}
		footer .container {
			height:121px;
			padding:0;
		}




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}
.wrap {
	height:auto !important;
	height:100%;
	min-height:100%;
	background:url(../images/tail-middle.jpg) repeat-y center 194px;
	min-width:940px;
}


/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}	
	
.news {
	margin-top:-25px;
}
	.news li {
		padding-top:25px;
		line-height:1.429em;
	}		
		.news li strong {
			font-size:.857em;
			color:#454545;
			display:block;
			padding-bottom:3px;
		}
		.news li a {
			color:#008cc4;
			text-decoration:none;
			font-weight:bold;
		}

.articles {
	margin-top:-18px;
}		
	.articles li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		line-height:1.429em;
		padding-top:18px;
	}
		.articles li img {
			float:left;
			margin-right:22px;
		}

.sitemap {
	padding-bottom:15px;
}		
	.sitemap li {
		padding:0 0 5px 16px;
		background:url(../images/marker1.gif) no-repeat left 5px;
	}
		.sitemap li ul {
			padding-top:5px;
			margin-bottom:-5px;
		}

.list {
	width:100%;
	overflow:hidden;
	padding-bottom:40px;
}
	.list li {
		float:left;
		width:175px;
		margin-right:53px;
	} 
	.list li.last {
		margin:0;
	}
		.list li span {
			display:block;
			text-align:center;
		}
		.list li h4 {
			padding-top:20px;
		}
		.list li p {
			margin:0;
		}


/*----- other -----*/
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	line-height:1.429em;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:16px;
	line-height:1.429em;
}
.p0 {
	margin:0;
}

.address {
	width:100%;
	overflow:hidden;
	padding-bottom:40px;
}	
	.address address {
		font-style:normal;
		line-height:1.429em;
		float:left;
		width:248px;
	}
		.address address strong {
			color:#008cc4;
			width:94px !important;
			width:91px;
			float:left;
		}
	.address .extra-wrap {
		float:left;
		width:385px;
	}
	.address p {
		margin:0;
	}
	
	
	.address1 address{
		font-style:normal;
		line-height:1.429em;
		float:right;
		width:248px;
		margin-top:-160px;
		margin-right:30px;
	}
	.address1 address strong {
		color:#008cc4;
		width:94px !important;
		width:91px;
		float:left;
		}
.slider-wrapper { 
	width:691px;
	height:299px; 
	margin: 45px auto;
}



/*----- txt, links, lines, titles -----*/
a {
	color:#ff7b01; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
	h1 a {
		width:473px;
		height:105px;
		float:left;
		left:30px;
		background:url(../images/logo.png) no-repeat ;
	}
h2 {
	font-size:24px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:20px;
}
	h2 span {
		color:#8d8d8d;
	}
h3  {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:15px;
}
h4 {
	font-size:1em;
	color:#008cc4;
	margin-bottom:5px;
}
	h4 a {
		color:#008cc4;
		text-decoration:none;
	}
	h4 a:hover {
		color:#ff7b01;
	}


.txt1 {
	color:#008cc4;
	font-weight:bold;
}

.link {
	position:absolute;
	right:0;
	top:159px;
}


/*===== header =====*/
header .nav-bg {
	background:url(../images/nav-bg.png) no-repeat center top;
}
header nav {
	position:absolute;
	left:0;
	top:3px;
}
	header nav ul li {
		float:left;
		font-size:16px;
		line-height:1.2em;
		text-transform:uppercase;
		padding-right:1px;
		background:url(../images/divider.gif) repeat-y right top;
	}
	header nav ul li.last {
		background:none;
		padding:0;
	}
		header nav ul li a {
			color:#454545;
			text-decoration:none;
			display:block;
			float:left;
			text-align:center;
			padding:18px 0 20px 0;
			background-repeat:no-repeat;
			background-position:left top;
		}
		header nav ul li.current a,
		header nav ul li a:hover {
			background:url(../images/sageata.png) no-repeat;
			background-position:top;
			color:#e1800d;
		}
		header nav ul li a.m1 {
			width:186px;
		}
		header nav ul li.current a.m1 {
			
		}
		header nav ul li a.m2 {
			width:179px;
		}
		header nav ul li.current a.m2 {
		
		}
		header nav ul li a.m3 {
			width:208px;
		}
		header nav ul li.current a.m3 {
			
		}
		header nav ul li a.m4 {
			width:196px;
		}
		header nav ul li.current a.m4 {
		
		}
		header nav ul li.last {
			background:none;
			padding:0;
		}
			header nav ul li a.m5 {
				width:167px;
			}
			header nav ul li.current a.m5 {
			
			}
			
	

/*===== content =====*/
#content .inside {
	padding:22px 20px 0 29px;
}
#content .ic, 
#content .ic a {border:0;float:right;background:#000;color:#ff7b01;width:100%;line-height:10px;font-size:10px;margin:-50% 0 0 0;padding:0}

/*===== footer =====*/
footer .fleft {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	padding:32px 0 0 0;
}
	footer .fleft span {
		display:block;
		font-size:36px;
		line-height:1.2em;
		color:#008cc4;
		margin-top:-4px;
	}
footer .aligncenter {
	padding-top:39px;
	line-height:1.429em;
}

#newsletter-form {
	padding-bottom:45px;
}
	#newsletter-form fieldset {
		background:url(../images/newsletter-bg.gif) no-repeat left top;
		width:219px;
		height:131px;
		overflow:hidden;
	}
	#newsletter-form .rowElem {
		padding:13px 19px 0 17px;
	}
	#newsletter-form input {
		border:1px solid #0086b5;
		background:#fff;
		color:#8e8e8e;
		font-size:.857em;
		padding:2px 5px 2px 5px;
		width:171px;
		margin-bottom:13px;
	}
	#newsletter-form h2 {
		color:#fff;
		margin-bottom:13px;
	}
	#newsletter-form a.fleft {
		color:#fff;
		position:relative;
		top:3px;
	}
	#newsletter-form a.fright {
		display:block;
		color:#fff;
		border:1px solid #26b6e8;
		text-decoration:none;
		background-color:#006caa;
		padding:2px 11px 3px 11px;
	}
	#newsletter-form a.fright:hover {
		border-color:#fff;
	}

/*----------------------*/
/*==========================================*/
    /* Starter CSS for Flyout Menu */
#menu {
  padding: 0;
  margin: 0;
  border: 0;
}
#menu ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#menu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#menu ul li.hover,
#menu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#menu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#menu ul ul li {
  float: none;
}
#menu ul li:hover > ul {
  visibility: visible;
}
#menu ul ul {
  top: 0;
  left: 100%;
}
#menu ul li {
  float: none;
}
/* Custom Stuff */
#menu span,
#menu a {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-left:12px;
  text-decoration: none;
}
#menu {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  width: 200px;
}
#menu:after,
#menu ul:after {
  content: '';
  display: block;
  clear: both;
}
#menu > ul > li:first-child {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#menu > ul > li:last-child {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#menu > ul > li ul ul li:first-child {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#menu > ul > li ul ul li:last-child {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#menu ul,
#menu li {
  width: 100%;
}
#menu li {
  background:url(../images/left-link.png) no-repeat;
}
#menu li:hover,
#menu li.active {
  background:url(../images/xx.png) no-repeat;

}
#menu li:hover > a,
#menu li.active > a {
  color: #e1800d;
}
#menu a {
  color: #666666;
  line-height: 10px;
  padding: 16px 8px 16px 28px;
  width: 164px;
}
#menu ul ul {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  width: 200px;
}
#menu ul ul li {
 background:url(../images/left-link2.png) no-repeat;
 
}
#menu ul ul li:hover {
background:url(../images/xx2.png) no-repeat;
}
#menu ul ul li a {
  
}
#menu ul ul a,
#menu ul ul a span {
  font-size: 14px;
}
#facebook {
	float:right;
	padding:100px;
}
#languages{
	float:right;
	padding:32px 16px 0 0;
}
#qtranslate-chooser{display:block;padding-left:6px;margin:0;height:15px;}
#qtranslate-chooser li {float: left;list-style-type: none;display: inline;}
#qtranslate-chooser a{color:#ababab;font-size:12px;text-decoration:none;}
#qtranslate-chooser .lang-ro{padding-right:8px;border-right:1px solid #ababab;}
#qtranslate-chooser .lang-en{padding:0 8px;}
#qtranslate-chooser .active a{color:#fd9623;}
#flags{display:block;margin:0;padding-top:10px;}
#enter{
	min-width:960px;
	position:absolute;
	top:10px;
	left:100px;
	}
h5{
	background:url(../images/border.png) repeat-x right center;
	margin:20px 0 24px;
}
h5 span{
	font-family: Arial,'Conv_Muli-Regular';
	font-size:18px;
	color:#7d7d7d;
	font-weight:normal;
	display:block;
	background:url(../images/back.png) repeat;
	width: 140px;
}

#link1 {
	background:url(../images/proiect1.jpg) no-repeat;
	height: 257px;
	width: 217px;
	display:inline-block;
	margin-left:15px;
}
#link1:hover, #link2:hover, #link3:hover {
	filter:alpha(opacity=90);/* Needed for IE8 and old versions */
	opacity:0.9;
	}
#link2 {
	background:url(../images/proiect2.jpg) no-repeat;
	height: 257px;
	width: 217px;
	display:inline-block;
	margin-left:5px;
}
#link3 {
	background:url(../images/proiect3.jpg) no-repeat;
	height: 257px;
	width: 217px;
	display:inline-block;
	margin-left:5px;
}
.nou{
	float:left;
	position:relative;
	margin:0 0 0 7px;
	text-align: center;
}
#link4 {
	background:url(../images/template1.jpg) no-repeat;
	height: 257px;
	width: 217px;
	display:inline-block;	
}
#link4:hover, #link5:hover, #link6:hover {
	filter:alpha(opacity=90);/* Needed for IE8 and old versions */
	opacity:0.9;
	}
#link5 {
	background:url(../images/template2.jpg) no-repeat;
	height: 257px;
	width: 217px;
	display:inline-block;
}
#link6 {
	background:url(../images/template3.jpg) no-repeat;
	height: 257px;
	width: 217px;
	display:inline-block;
}
.data{
font-size:18px;
color:black;
background-color:#fdf3a2;
text-decoration:none;
margin-left:10px;
}
ul#post-feed-data{
	display:inline-block;
	width:671px;
	height:auto;
	color:#7d7d7d;
	
}
li.feed-content{
	height:auto;
	width:180px; 
	padding:10px;
	display:inline-block;
	line-height:20px;
	padding: 10px;
	border: 1px solid #444444;
	cursor: pointer;
    box-shadow: 1px 1px 4px #000;
	margin-left:20px;
	color:#666666;
	background: url("../images/overlay.png") no-repeat scroll right bottom #f0e7b8;
	text-align: left;
	border: 1px solid #393939;
	box-shadow: 0px 0px 2px #000 inset;
	min-height:260px;
	position: relative;
}

#wordpresscontent{
	width:671px;
	height:auto;
	display:block;
	
}
div.feed-title {
	
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#008cc4;
	min-height:40px;
	
}

div.feed-author {
	
	font-size:10px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#444;
	position: absolute;
	bottom: 10px;
}


#contact-form {
	display:block; 
	position:relative;
	margin:7px 0 0 0;
}
#contact-form label {
	display:block; 
	min-height:34px;
	position:relative;
	overflow:hidden;
}
#contact-form span {
	float:left;
	width:69px;
	text-align:right;
	margin:4px 8px 0 0;
}
#contact-form input {
	width:499px;
	font-size:12px;
	padding:5px 5px 6px 5px !important;
	background:#fff;
	outline:none;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	color:#717171;
	margin:0;
	box-shadow:3px 3px 3px rgba(0,0,0,.1) inset;
	border:1px solid #464646;
	float:left;
	height:15px;
}
#contact-form textarea {
	width:499px;
	font-size:12px;
	padding:5px 5px 6px 5px !important;
	background:#fff
	outline:none;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	color:#717171;
	margin:0;
	box-shadow:3px 3px 3px rgba(0,0,0,.1) inset;
	border:1px solid #464646;
	float:left;
	height:115px;
	overflow:auto;
	resize:none;
}
#contact-form .btns {
	padding:15px 0 0 0;
	text-align:right;
	overflow:hidden;
}
	#contact-form .btns a {
	margin:0 0 0 35px;
	}

.button {
	background:#581d00;
	color:#fff; 
	font-size:18px; 
	line-height:24px; 
	padding:4px 12px 10px 12px;
	cursor:pointer;
 }
.button:hover {
	background:#636f6f; 
}
.fb-like-box{
	width:220px;
	height:282px;
	visibility:visible;
	}