

/* top elements */
* { padding: 0; margin: 0; }

/* body {
	margin: 0;
	padding: 0;
	color: #666666; 
	background: #a9bac3 url(bg.gif) repeat-x;
	background: #a9bac3 url(decor.jpg);
	text-align: center;
} */

/* links */
a { 
	color: #4284b0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9ec068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333366;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

.cont { font-size: 1.0em; 
	font-family: "Dosis","Open Sans",sans-serif;
	font-weight: 600;
	margin: 0px 35px;}

p {
	margin: 10px 35px;
	padding-top: 10px;
	padding-bottom : 0px;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	line-height: 1.3;
	}
h1, h2, h3 {
	font-family: "Dosis","Open Sans",sans-serif;
	font-weight: 600;
	margin: 10px 35px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 35px;
	color: #4284b0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.no-border { position: relative; float: left;
	margin-top: 4px;
	border: none;
}

img.sigla {
	display: inline;
	float: left;
	margin-left: 15px;
		border: none;
}

/* img.float-right {
  margin: 5px 0px 5px 15px;  
} */
/* img.float-left {
  margin: 5px 15px 5px 0px;
} */


/* span.sp1 {position: relative; float: left  ;
	display: inline; font-size:1.5em;
          font-family:verdana;font-weight:bold;color: #9ec630;} */
		  
/* span.sp2 {position:absolute;top:33px;left:80px;font-size:1.5em;
          font-family:verdana;font-weight:bold;color: #9ec630;
	text-shadow: -1px -1px 0px $clr-blue,
		3px 3px 0px $clr-blue,
		6px 6px 0px $clr-blue-900;
	} */
		  
/* p.sp1 {
	text-transform: uppercase;
	letter-spacing: .5em;
	display: inline-block;
	border: 4px double rgba(255,255,255,.25);
	border-width: 4px 0;
	padding: 1.5em 0em;
	position: absolute;
	top: 18%;
	left: 50%;
	width: 40em;
	margin: 0 0 0 -20em; */
	
span.sp1 {
	position: relative;
  	font: 750 2.4em/1 "Oswald", sans-serif;
	/* color: rgba(255,255,255,0.25); */
	/* color: rgba(169,44,10,0.7); */
  	letter-spacing: 0;
  	padding: .25em 0 .325em;
	display: inline-block;
	left: 15px ;
  	text-shadow: 0 0 80px rgba(255,255,255,.5);

/* Clip Background Image */

	  background: url(animated-text-fill.png) repeat-y;
	  -webkit-background-clip: text;
	  background-clip: text;  

/* Animate Background Image */

	  -webkit-text-fill-color: transparent;
	  -webkit-animation: aitf 180s linear infinite;

/* Activate hardware acceleration for smoother animations */

	  -webkit-transform: translate3d(0,0,0);
	  -webkit-backface-visibility: hidden;

  }
/* } end p.sp1 */

/* Animate Background Image */

@-webkit-keyframes aitf {
	100% { background-position: 0% 50%; }
	0% { background-position: 100% 50%; }
/* 	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; } */  /* invers */
}

a img {  
  border: none;
}
/* a:hover img {  
  border: none !important; */ /* IE fix */
/*   border: none;
} */

/***********************
	  LAYOUT
************************/
#wrap {
	/* background: #fffcd4; */
		background: #ffffef;
	width: 820px; height: 100%;
	padding-top: 20px;
	margin: 0 auto;	
	text-align: left;
  overflow: hidden;
}
#content-wrap {
	position: relative;
	clear: both;
	/* height: 75%; */
	margin: 0; padding: 0;	
}

/* header */
#header {
	position: relative;
	height: 120px;	
	/* background: #000 url(headerbg.gif) repeat-x 0% 100%;	 */
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
}
#header h1#logo {
	position: absolute;
	margin: 20px; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

#header #LoginZone 
{
	position: absolute;
	top: 20px; right: 5px;
	/*float: right; */
	width: 300px; background: none;
	text-align: right;
}

#header #LoginZone span, #header #LoginZone a, #header #LoginZone span a
{
	float: none;  background: none
}

#dataora {float: right; }

#dataora p#ora, #dataora p#ziluan, #dataora p#zi_sapt {
	display:block ; text-align: center; margin: 0px 20px 0px 20px; padding-top: 3px; font-size: 13px;}


/* main */
/* #main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;		
} */

.main2col {
	position: relative ;
	/* display: block; */
	float: left;
	margin-left: 25px;
	padding: 10px 0 0 0;
	width: 90%;	
	height: 480px;
		font-family: "Open Sans",sans-serif;
	font-size: 16px;
	line-height: 1.3;
/* 	font-size: 18px ;
	font-family: sans-serif ;
	letter-spacing: 0.1em; */
}

.ascunde {
	display : none ;
	/* visibility: visible ; */
}

/* sidebar */
#sidebar { position: relative;
	float: left;
	width: 23%;
	top:20px;
	left:20px;
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 4px solid #CCC;	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	position:relative;
	clear: both; 
	float:left;
	width: 100%;
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	
	font-size: 95%;		
}

/* .align-left strong {	text-align: left; } */

#footer p.center, p.center strong { 
	text-align: center;
	text-decoration: none; 
	font-weight: normal;	
	font-size: 0.8em;
	color: #FFF;
}


/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

/* meniu */
div#underlinemenu {
	position: fixed; 
	clear: left;
	width:auto;
	/* top: 75px;  */
	/*bottom : 0px;*/

	padding: 30px 0px 20px 100px;
	z-index: 1;
}

#underlinemenu ul {
	color: #4284b0;
	margin: 0 10px;
	padding: 0 0;
	margin-bottom: 1em;
	padding-left: 0px;
	float: left;
	font-weight: bold;
	/* border: 1px solid #DFDFDF; */
	border-width: 0 0;
}

#underlinemenu ul li a span{
	color: #518ec2; 
	padding: 0px 10px 0px 10px;
}

#underlinemenu ul li{

	display: inline;
}

#underlinemenu ul li a {
	float: left;
	color: #518ec2;
	font-weight: bold;
	font-size: 16px ;
	font-family: sans-serif ;
	padding: 6px 0px 6px 0px;
	background: #e1e970 url(menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
	background-color: rgb(250,250,190);
	border-bottom: 1px solid rgb(90,200,20); 
	/* padding-bottom: 0px; */

	font-size: 18px ;
	font-family: sans-serif ;
	/*text-decoration: underline;
	letter-spacing: 0.1em; */
}

