* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 13px;
	color: #000;
	background-color: #E6E6E6;
}

h1, h2, h3 {
	margin-bottom: 20px;
	color: #333333;
}

h1 {
	font-size: 1.82em;
}

h2 {
	font-size: 1.36em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ol, ul {
	margin-bottom: 20px;
	line-height: 1.22em;
}

.lista {
	line-height: 1.8em;
}

ol, ul {
	list-style: none;
}

ol {
	margin-left: 3em;
	list-style: outside decimal;
}

.lista {
	margin-left: 3em;
	list-style: outside square;
}

a {
	color: #660000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Logo */

#logo {
	padding: 0 0 150px 0;
	background: url(../images/frontend_nightscene/img01.jpg) no-repeat center bottom;
	border-bottom: 1px solid #E4E4E4;
}

#logo h1, #logo h2 {
	width: 860px;
	margin: 0 px;
	text-transform: uppercase;
	font-size: 1.52em;
}
#logo h1 {
}

#logo h2 {
	margin-top: -1.22em;
	text-align: right;
}

#logo a {
	text-decoration: none;
	color: #000000;
}
/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	/* background: url(../images/frontend_nightscene/img02.jpg) repeat-x; */
	background-color: #fff;
}

/* Left */

#left {
	float: left;
	width: 160px;
	padding: 20px;
	/* background: url(../images/frontend_nightscene/img06.jpg) repeat-x; */
}

#left h2 {
	margin-bottom: 1em;
	padding-right: 6px;
	border-right: 4px solid #660000;
	text-transform: uppercase;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	color: #660000;
}

#left ul {
	line-height: 1.82em;
}

#left li {
	padding-right: 10px;
	background: url(../images/frontend_nightscene/img04.gif) no-repeat right center;
	text-align: right;
}

#left a {
	text-decoration: none;
	font-size: .95em;
	padding-right: 0px;
	color: #000;
}

#left a:hover {
	text-decoration: underline;
}

#left h2 a {
	color: #660000;	
}

/* Center */

#center {
	float: left;
	width: 612px;
	padding: 21px;
}

#center h1, #center h2 {
	border-bottom: 1px solid #660000;	
	color: #660000;
}

#center h3 {
	color: #000;	
}


/* Right */

#right {
	float: left;
	width: 160px;
	padding: 20px;
}

#right h2 {
	margin-bottom: 1em;
	padding-left: 6px;
	border-left: 4px solid #000000;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

#right ul {
	line-height: 1.82em;
}

#right li {
	padding-left: 10px;
	background: url(../images/frontend_nightscene/img04.gif) no-repeat left center;
}

#right a {
	text-decoration: none;
	font-size: .85em;
}

#right a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	height: 10px;
	padding: 10px;
	background: #000000 url(../images/frontend_nightscene/img03.gif) repeat-x;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-size: .77em;
	font-weight: bold;
	color: #fff;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

.poza_medie_personal {
	float: right;
	margin: 0 10px 10px 0;
	border: 5px solid #8A9A79;
}

.poza_mica {
	padding: 2px;
	background: #8A9A79;
}
.thumbnail{
	padding: 7px;
	border: 3px solid #8A9A79;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	height: 120px;
}	


.caption{ 
	font-size: 0.9em; 
	padding-top: 0.2em ;	
}


#prezentare_personal {
}

.tabel th, .tabel td {
	padding: 5px 5px 5px 0;
	text-align: left;
	background-color: transparent;
}
.tabel input, .tabel select {
	margin: 2px;
	width: 200px;
}
menu {
	float:right;
	margin-right: 10px;
}

menu ul {
	margin-top: 10px;
}

menu ul li {
	display: inline-block;
	padding: 8px 15px;
	font-size: 0.875rem;
	cursor: pointer;
		
}
menu a {
	display:block;
	text-decoration: none;
	font-size: .95em;
	padding-right: 0px;
	color: #660000;
	border-width: 1px 1px 0 4px;
	transition: all 0.2s ease-in-out;
	
}

menu a:hover {
	text-decoration: underline;
    color: #660000;
}

.style1 {
		color: #660000;
		text-decoration: none;
		}
		.contact-form {
	box-shadow: 0 0 4px 0 rgba(0,0,0,0,5);
	margin: 50px auto;
	width: 350px;
	text-align: center;	
			  }
.contact-form h2 {
		background:#efefef;
		margin-top:0;
		padding:10px;
			}			  
.contact-form input{
	display: block;
	width: 90%;
	margin: 10px auto;
	padding: 10px;
			  }
.contact-form  textarea{	
	width: 90%;
	margin: 5px auto;
	padding: 10px;
	height: 80px;
			}
.submit-btn {
		cursor:pointer;
		width: 150px;
		margin-left:18px;
			}
.g-recaptcha{
	margin:10px 20px;
}
.status {
	 font-size:15px;
	 color: green;
	 padding: 15 px;
}
.status span{
		color:red;
}
nav {
	
	position: relative;
	width: 860px;
	height: 30px;
	background-color: #34495e;
	
	font-size: 0;
}
nav a {
	line-height: 30px;
	height: 100%;
	font-size: 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-decoration: none;
	
	text-align: center;
	color: white;
	cursor: pointer;
}
nav .animation {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 0;
	transition: all .5s ease 0s;
	
}
a:nth-child(1) {
	width: 215px;
}
a:nth-child(2) {
	width: 215px;
}
a:nth-child(3) {
	width: 215px;
}
a:nth-child(4) {
	width: 215px;
}
nav .start-home, a:nth-child(1):hover~.animation {
	width: 215px;
	left: 0;
	background-color: #1abc9c;
}
nav .start-about, a:nth-child(2):hover~.animation {
	width: 215px;
	left: 215px;
	background-color: #e74c3c;
}
nav .start-blog, a:nth-child(3):hover~.animation {
	width: 215px;
	left: 430px;
	background-color: #3498db;
}
nav .start-portefolio, a:nth-child(4):hover~.animation {
	width: 215px;
	left: 645px;
	background-color: #9b59b6;
}

body {
	font-size: 12px;
	font-family: sans-serif;
	background: #2c3e50;
}
h1 {
	text-align: center;
	text-align: Left;
	font-size: 20px;
	color: #ecf0f1;
	
}

span {
    color: #2BD6B4;
}