

/* Marcatori */
/*   Body    Section      */
/* <body class="body" >  */
body {
	margin: 0 auto;
	max-width:1263px;
	clear: both;
	border:0;
	color:#000;}
}
html, body, h1, h2, h3, ul, p, form {
	padding:0;
	margin:0;
}
img {
	border:none;
}
img.shadow1{
	box-shadow: 4px 5px 5px rgb(51, 51, 51);
    vertical-align: bottom; 
	max-width: 94%;}
a {
	text-decoration:none;
	outline:none;
	color:#000;
}

h1 {
	font:bold 15px/18px Arial, Georgia, "Times New Roman", Times, serif;
	color:#356AA0;
	padding:0 0 10px 0;
}
ul {
	list-style-type:none;
	padding:10px;
}
ul li {
	padding:3px 0;
}
ul li a {
	color:#333333;
	padding:0 0 0 10px;
	font-weight:bold;
}
ul li a:hover {
	color:#0d4a9a; 
	text-decoration:underline;
}
#right ul li a:visited{
	color:#0d4a9a;
	}
	
p {
	line-height:20px;
	font-size:14px;
}




/* <header class="Logo"> */

.Logo {
	float: left;
	max-width: 95%;
	height:auto;
	margin: 0 3%;
	}
	
#logo-left
{
	float: left;
	width: 60%;
	height:auto;
	margin-left:1%;
	margin-right:5px;
 /*   max-width: 760px;	 */

}

nav {
height:5px;
max-width: 80%; 
margin: 2px 3%;	
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

clear: both;
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );/* IE6-9*/
box-shadow: 4px 5px 5px rgb(51, 51, 51);
vertical-align: bottom;}

nav  ul{
	list-style:none;
	margin: 0 auto;
	clear: both;}

nav  ul li{
	float:left;
	display: inline;}

nav  a:link, a:visited{
color:#fff;
display: inline-block;
padding: 15px 12px;
margin-right: 1px;
/* Come back here assign height  */
max-height:15px;
clear: right; 
background: #2989d8; /* Old browsers */
background: -moz-linear-gradient(top,  #2989d8 3%, #7db9e8 29%, #207cca 57%, #1e5799 78%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#2989d8), color-stop(29%,#7db9e8), color-stop(57%,#207cca), color-stop(78%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* IE10+ */
background: linear-gradient(to bottom,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
 }

nav  a:hover, a:active,
nav  .active a:link, .active a:visited {	
background-color: #FF0000; 
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );/* IE6-9*/
box-shadow: 4px 5px 5px rgb(51, 51, 51);
text-shadow: none;
} /* #CF5C3F;   */
nav  ul li a {border-radius: 5px;	-moz-border-radius: 5px;-webkit-border-radius: 5px; /* border rotund select menu */}	


/* 	<div id="content">	*/


#content {
	float:left;
	max-width:100%;
	min-height:250px;
	max-width:850px;
	margin:0 1% 1% 3%;  
	position: relative;
	background:#fff;
	padding:1%;
	font:bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}


#content-prog {
	float:left;
	width:87%;
	min-height:250px;
	max-width:780px;	
	margin:0 1% 1% 1%;  
	position: relative;
	background:#fff;
	padding:1%;

}

/* <div id="container">   */
#container {
	width:100%;
	margin: 2%;
	position: relative;
	background:#fff;
	padding:2%;  
}

/* <div class="files_container">   */
/* <table id="files" class="files-tab"> */
/* article */

article{
padding:1%;
clear: both;
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(56,113,174,0) 27%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(27%,rgba(56,113,174,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(56,113,174,0) 27%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(56,113,174,0) 27%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(56,113,174,0) 27%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(56,113,174,0) 27%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

box-shadow: 4px 5px 5px rgb(51, 51, 51);
text-shadow: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


/*  Header   */
/*			<header  id="header-left">
			<header id="header-right">
*/
#header-left
{ 
text-align: left;
font-style: italic;
color: #000; 
font-size: 85%;
padding:1%;
}
#header-right{
text-align: right;
font-style: italic;
color: #000; 
background: #ccc; /* Old browsers */
font-size: 85%;
padding:1%;
}


/*  class="left"  */
.left {
	float:left;
}
/*  class="right"  */
.right {
	float:right;
}


/* 
		<div class="clear"></div>
		<div class="footer"></div>
		<div class="noFloat"></div>
*/		
.clear {
	clear:both;
}

/* Footer */

div.mainFooter{
display: inline-block;
padding: 0px 12px;
margin: 2px 3%;	
height:5px;
text-align:right;
float: left;
max-width: 100%;

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color:#000;
background: #2989d8; /* Old browsers */
background: -moz-linear-gradient(top,  #2989d8 3%, #7db9e8 29%, #207cca 57%, #1e5799 78%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#2989d8), color-stop(29%,#7db9e8), color-stop(57%,#207cca), color-stop(78%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* IE10+ */
background: linear-gradient(to bottom,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
border-bottom:1px solid #DADADA;
clear: both;
}

span.footer{
	font:bold 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#414141;
	text-align:left;
}
a.footer{
	font:bold 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#0d4a9a;
	text-decoration:none;
	text-align:left;
	padding:1%;
}





#shadown-round{
box-shadow: 4px 5px 5px rgb(51, 51, 51);
text-shadow: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.logo_container {
	border:1px solid #eee;
	height:127px;
	background: #ffffff; /* Old browsers */

	/* IE6-9 */
	margin-top: 34px;
}



/*  ################################################################################## */
/*  ################  Section    Responsive / Media   devices  ####################### */
/*  ################################################################################## */

@media only screen and (min-width: 320px) and (max-width: 800px)
{

/* Marcatori */
/*   Body    Section      */
/* <body class="body" >  */
body {
	margin: 0 auto;
	max-width:100%;
	clear: both;
	border:0;
	color:#000;}

html, body, h1, h2, h3, ul, p, form {
	padding:0;
	margin:0;
}
img {
	border:none;
}


a {
	text-decoration:none;
	outline:none;
	color:#000;
}

/* 
a {text-decoration:none;}
a:link, a:visited {color: #fff;}
a:hover, a:active {background-color: #FF7;color: #77F;}
*/

h1 {
	font:bold 12px/14px Arial, Georgia, "Times New Roman", Times, serif;
	color:#356AA0;
	padding:0 0 10px 0;
}
ul {
	list-style-type:none;
	padding:10px;
}
ul li {
	padding:3px 0;
}
ul li a {
	color:#333333;
	padding:0 0 0 10px;
	font-weight:bold;
}
ul li a:hover {
	color:#0d4a9a; 
	text-decoration:underline;
}
#right ul li a:visited{
	color:#0d4a9a;
	}
	
p {
	line-height:20px;
	font-size:14px;
}

.Logo img {
	width: 100%;
	height:auto;
	margin: 2% 0;}
.Logo nav {
	background-color:#fff;
	max-width: 320px;
	height:100%;
	clear: both;
	white-space:nowrap;
	overflow:hidden;}

.body {width: 95%;font-size: 95%;}

.Logo nav  ul{
	 padding-right: 100px;
	 clear: both; 
	 max-width: 320px;
	 white-space:nowrap;}
.Logo nav  ul li{
	max-width: 320px;
	text-align: left;
	white-space:nowrap;}
.Logo nav  a:link, .mainHeader nav  a:visited{
	padding: 10px 20px;
	max-width: 320px;
	margin-top: 1px;
	display: block;
	white-space:nowrap;}

.mainContent {line-height: 25px;	overflow: hidden; /* coment */}
.content {width: 95%;float: left;margin-top: 2%;}

.localitati-center {max-width: 800px;}
.banner {display: none;}
.post-info {font-style: italic;color: #999; font-size: 85%;display: none;}

.bottomcontent {	margin-top: 3px;}

.top-sidebar, .midle-sidebar , .bottom-sidebar  {	width: 94%;	margin: 2% 0 2% 3%;	padding: 2% 3%;}

/*
#logo-left
{
	float: left;
	width: 100%;
	height:auto;
	margin-left:1%;
}

#minister {

display:none;
}
*/
 
 
nav {
height:45px;
max-width: 320px; 
margin: 2px 3%;	
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

clear: both;
background: #1e5799;
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); 
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); 
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); 
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); 
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
box-shadow: 4px 5px 5px rgb(51, 51, 51);
vertical-align: bottom;
white-space:nowrap;
overflow:hidden;}





nav  ul{
	list-style:none;
	margin: 0 auto;
	clear: both;}

nav  ul li{
	float:left;
	display: inline;}

nav  a:link, a:visited{
color:#fff;
display: inline-block;
padding: 10px 12px;
margin-right: 1px;
/* Come back here assign height  */
max-height:40px;
clear: right; 
background: #2989d8; /* Old browsers */
background: -moz-linear-gradient(top,  #2989d8 3%, #7db9e8 29%, #207cca 57%, #1e5799 78%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#2989d8), color-stop(29%,#7db9e8), color-stop(57%,#207cca), color-stop(78%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* IE10+ */
background: linear-gradient(to bottom,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
 }

nav  a:hover, a:active,
nav  .active a:link, .active a:visited {	
background-color: #FF0000; 
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );/* IE6-9*/
box-shadow: 4px 5px 5px rgb(51, 51, 51);
text-shadow: none;
} /* #CF5C3F;   */
nav  ul li a {border-radius: 5px;	-moz-border-radius: 5px;-webkit-border-radius: 5px; /* border rotund select menu */}	


/* 	<div id="content">	*/





/*   Table    Section      */
table {
    border-spacing: 3px;
	max-width:50%;
}


#content {
	float:left;
	width:87%;
	min-height:250px;
	max-width:850px;	
	margin:0 1% 1% 3%;  
	position: relative;
	background:#fff;
	padding:1%;

}



/* <div id="container">   */
#container {
	max-width:90%;
	margin: 2%;
	position: relative;
	background:#fff;
	padding:2%;  
}





#shadown-round{
box-shadow: 4px 5px 5px rgb(51, 51, 51);
text-shadow: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


 
/*   Footer    Section      */
.mainFooter {
	max-width:100%;
	color:#fff;
	display: inline-block;
	padding: 10px 12px;
	margin-right: 1px;
	/* Come back here assign height  */
	height:5px;
	clear: right; 
background: #2989d8; /* Old browsers */
background: -moz-linear-gradient(top,  #2989d8 3%, #7db9e8 29%, #207cca 57%, #1e5799 78%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#2989d8), color-stop(29%,#7db9e8), color-stop(57%,#207cca), color-stop(78%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* IE10+ */
background: linear-gradient(to bottom,  #2989d8 3%,#7db9e8 29%,#207cca 57%,#1e5799 78%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}
#socialicons{float:right;margin-top:5%;}

}