/*CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END OF CSS RESET///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


@font-face {
    font-family: ethno;
    src: url(../css/fonts/ethno.ttf);
}


/*FONT SMOOTHING 4 WEBKIT*/
html
 {
-webkit-font-smoothing: antialiased;
font-family: arial;
}

/*END OF FONT SMOOTHING 4 WEBKIT/////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body
{
background-image: url('../img/txt/bg.png');

background-attachment: fixed;
}

a
{
	text-decoration: none;
}

#bener
{
	
	margin: 0 auto;
	width: 1000px;
	height: 80px;
	/*background-image:url('../img/bener.png');*/
	background-position: center;
	font-family: ethno;
	text-align: center;
	line-height: 80px;
	color:white;
	font-size: 30px;

	margin-bottom: 10px;
}

.benertext
{
	opacity:1;
	color:#0973CB;
	display: inline-block;
  vertical-align: middle;
  line-height: normal; 

}


.benertext:hover {
	opacity: 0.8;
}


#arrow
{
	position: relative;
	z-index: 20;
	top:12px;
	left:490px;
width: 0;
height: 0;
border-style: solid;
border-width:   0 7.5px 13.0px 7.5px;
border-color: transparent transparent white transparent;

}

#arrow2
{
	position: relative;
	z-index: 22;
	top:-3px;
	left:490px;
width: 0;
height: 0;
border-style: solid;
border-width:   13.0px 7.5px 0 7.5px;
border-color: white transparent transparent transparent;
}


#slide
{
	box-shadow: 0 0 10px gray;
	margin: 0 auto;
	width: 1000px;
	height: 350px;
margin-bottom: 7.5px;
}

#navbar
{


	width:100% ;
	height: 35px;
	border: 2px solid #0D60A5;
	background-color: #0487F3;
	border-right: 0;
	border-left: 0;
	margin-bottom: 15px;

}




#container
{
width:1000px;
margin:0 auto;
}




.cell
{
	float:left;
	display: inline-block;
	border-right: 2px solid #0D60A5;
	text-align: center;
	width:164px;
	height: 35px;
	line-height: 35px;
	color:white;




}





.cell:nth-child(6) {
	border-right: 0;
}



.cell:hover
{
	background-color: #2496F5;
}



#wrapper
{

	width: 1000px;
	margin: 0 auto;
	min-height: 365px;
	margin-top: 7.5px;


}

#sidebar
{

	width: 200px;
	float:left;
	background-color: #0487F3;
	z-index: 2;

}

.sidebarcell
{
	display: block;
	width: 200px;
	height: 35px;
	border-bottom: 2px solid #0D60A5;
	text-align: center;
	line-height: 35px;
	color:white;
}

.sidebarcell2
{
	display: block;
	animation:blinkingText 1.2s infinite;
	width: 200px;
	height: 35px;
	border-bottom: 2px solid #0D60A5;
 	font-weight: bold;
	text-align: center;
	line-height: 35px;
	color:white;
}

@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

.sidebarcell:nth-child(1) {
	border-top: 2px solid #0D60A5;
}

.sidebarcell:hover
{
	background-color: #2496F5;
}


#content
{
	background-image: url('http://www.vasilesav.ro/img/txt/contentbg.png');
	box-shadow: 0 0 10px gray;
	width:758px;
	border-top: 2px solid #0D60A5;
	border-left: 2px solid #0D60A5;
	min-height: 500px;
	float: right;
	padding: 20px;
	text-align: left;
	line-height: 20px;
	color:black;
	font-size: 18px;
	
}

#titlu1
{
	text-align: left;
	line-height: 17px;
	color:#0000FF;
	font-size: 30px;
}

#titlu2
{
	text-align: center;
	line-height: 17px;
	color:red;
	font-size: 25px;
}

#foother
{
	border-top: 2px solid #0D60A5;
	width:100%;
	min-height: 80px;
	background-color: #0487F3;
	position: relative;
	

}

#fcontainer
{
	width: 1000px;
	min-height: 80px;
	margin: 0 auto ;
margin-top:1px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.arrow_box {
	position: relative;
	
	border: 2px solid #0D60A5;
	margin-left:450px;
}

#backtotop
{
	width: 0;
height: 0;
border-style: solid;
border-width:  0 25px 43.3px 25px;
border-color: transparent transparent #0487F3 transparent;
position:relative;
top:-50px;
left:490px;

}

#backtotop:hover
{
	top:-59px;

}

#sus
{
	color:white;
	position: relative;
	left: 450px;
	top:-5px;

}



/* unvisited link */
a:link    {
    color: #DAA520;
}

/* visited link */
a:visited {
    color: #FFD700;
}

/* mouse over link */
a:hover   {
    color: #FFD700;
}

/* selected link */
a:active  {
    color: #FFD700;

}

#news	
{

width: 1000px;
max-height: 25px;
-webkit-box-shadow: inset 0 0px 8px grey;
box-shadow: inset 0 0px 8px grey;
margin: 0 auto;
color: #0D60A5;
line-height: 25px;
font-size: 20px;

}

marquee
{
	color: #0D60A5;

}

marquee:hover
{
	color: blue;
	
}.RED {
	color: #900;
	text-align: center;
}


.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}