/*******************************************/
				/*Resetare */
/*******************************************/
html {
	font-size: 16px;
	background: #101010;
}
a, 
a:visited {
	text-decoration: none;
}
a:hover, 
a:active,
a:focus {
	text-decoration: none;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/*******************************************/
				/* General */
/*******************************************/
.margine-top {
	height: 2em;
	width: 100%;
	position: fixed;
	background: #101010;
	z-index: 2;
}
.cookies {
	width: 100%;
	display: none;
	color: #fff;
	background: #101010;
	opacity: 0.9;
	position: fixed;
	padding: 2em;
	text-align: center;
	bottom: 0;
	z-index: 90;
	font-family: Arial Narrow, Helvetica, sans-serif; 
}
.accept {
	display: inline-block;
	cursor: pointer;
	background: #BB7933;
	color: #f0f0f0;
	padding: 0.4em 1em;
	margin-top: .4em;
	border-radius: 5px;
}
.accept:hover {
	color: #996633;
	background: #f0f0f0;
}
.policy  {
	display: inline-block;
}
.policy a {
	padding-right: 2em;
	color: #587789;
}
.policy a:hover {
	text-decoration: underline;
}
.err {
	font-family: Verdana, sans-serif;
	font-size: 4em;
	font-size : 12px;
	color: #D84020;
}
.err li {
	list-style-type: none;
}

#popup-mesaj {
	width: 30%;
	position: absolute;
	top: 50%;
	left: 67%;
	transform: translate(-67%, -50%);
	background: #fff;
	padding: 2em 1em 1em 1em;
	font-size: 2em;
	font-family: Arial, sans-serif;
	border-radius: 3px;
	box-shadow: 2px 3px 4px #888888;
	z-index: 7;
}
#popup-mesaj span {
	display: block;
	cursor: pointer;
	background: #587789;
	color: #fff;
	float: right;
	font-size: .56em;
	width: 4em;
	padding: .5em 1em;
	margin-top: 3em;
	border-radius: 4px;
}
#popup-mesaj span:hover {
	opacity: .7;
}
#popup-mesaj p {
	padding-top: 1em;
}
.fa-check {
	font-size: .9em;
	background: #fff;
	padding: 1em;
	border-radius: 50%;
	border: 1px solid #587789;
}
.fa-exclamation {
	font-size: .8em;
	background: #fff;
	padding: 1em 1.4em;
	border-radius: 50%;
	border: 1px solid #587789;
}
/*******************************************/
				/* Coloana 1 */
/*******************************************/
.col1 {
	width: calc(25% - 2em);
	position: fixed;
	margin-left: 2em;
	margin-top: 2em;
	background: #587789;
	height: calc(100vh - 2em);
	border-top-left-radius: 120px;
}
.imagine {
	width: 200px;
	height: auto;
	display: block;
	margin: auto;
   	border-radius: 50%;
	padding: 3em 0;

}
#meniu {
	text-align: left;
	color: #fff;
	padding-top: 2em;
	font-family: Arial Narrow, Helvetica, sans-serif;
}
#meniu a {
	color: #fafafa;
	padding-left: 10px;
}

#meniu a:hover {
	background-color: #101010;
	padding-right: 20px;
	transition: 0.5s;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
#line {
	border-left: 1em solid #101010;
	margin-left: 33.33%;
}
#meniu-tel {
	display: none;
}
#meniu-titlu, #meniu-box {
	display: none;
}
.social {
	padding-top: 2em;
	text-align: center;
	font-size: 1.3em;
	color: #fff;
}
.social .fa {
	border-left: 2px solid #fff;
	padding: 0 5px 0 10px;
	color:  #fff;
}
.fa-bars {
    font-size: 2em;
    padding-right: 1em;
    cursor: pointer;
}
.social .fa:hover {
	color: #222e;
	border-left: 2px solid #222e;
}

/*******************************************/
				/* Coloana 2 */
/*******************************************/

/************** Pagina de start ************/
.col2 {
	background-image: linear-gradient(
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.85)
    ), url(../image/apple.jpg);
  	background-repeat: no-repeat;
  	background-attachment: fixed; 
  	background-size: 100% 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 100vh;
  	align-items: center;
  	justify-content: center;
	width: 75%;
	margin-left: 25%;
}
.lang {
	color: #fff;
	background: #101010;
	position: fixed;
	top: 0;
	right: 2em;
	padding: 0.6em 1em;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 3;
}
.lang a {
	color: #587789;
}
.lang a:hover {
	color: #fff;
}
.nume {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #587789; 
}
.nume h1 {
	font-size: 3em;
	border-bottom: 1px solid #587789;
}
.nume p {
	color: #f0f0f0;
	padding-top: 5px;
}
.nume h3{
	color: #f0f0f0;
}
.nume span{
	color: #587789;
}

/************ Pagina de experienta ************/
.col2-experienta {
	height: 100%;
	background: #010101;
	width: 75%;
	margin-left: 25%;
}
.titlu {
	padding: 3em;
	background: linear-gradient(to top left, #cbd1db 50%, #fff 50%);
}
.titlu h1 {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 4em;
	padding: 2em 0;
}
.titlu p {
	padding: 2em 5em 4em 5em;
	font-family: Verdana, sans-serif;
	font-size: 22px;
}
.prof {
	padding: 2em 0 2em 2em;
	text-align: left;
	background: #202020;
	float: left;
	width: 50%;
	font-size: 2em;
}
.prof h2 {
	color: #587789;
}
.prof h3 {
	color: #587789;
	padding: 2em 0 2em 0;
}
.dev {
	padding: 2em 0 2em 2em;
	text-align: left;
	float: left;
	width: 50%;
	background: #587789;
	font-size: 2em;
}
.dev h3 {
	color: #010101;
	padding: 2em 0 2em 0;
}
.prof-left, .dev-left {
	float: left;
	width: 28%;
	text-align: right;
	border-right: 1px solid #fff;
	padding-bottom: 2em;
}
.prof-left p {
	padding: 0 5px 5px 0;
	font-family: Verdana, sans-serif;
	color: #587789;
}
.dev-left p {
	padding: 0 5px 5px 0;
	font-family: Verdana, sans-serif;
	color: #010101;
}
.prof-right, .dev-right {
	float: left;
	width: 72%;
	padding-bottom: 2em;
}
.prof-right p, .dev-right p {
	padding: 0 5px 5px 10px;
	font-family: Verdana, sans-serif;
	color: #fff;
}
.fundal {
	clear: both;
	margin-bottom: 3em;
}

/************ Pagina de porotfoliu ************/
.col2-portofoliu {
	background: #fff;
	width: 75%;
	margin-left: 25%;
}
.titlu-portofoliu {
	padding: 2em;
	text-align: center;
	background: linear-gradient(to top right, #cbd1db 50%, #fff 50%);
}
.titlu-portofoliu h1 {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 4em;
	padding: 2em 0;
}
.proiect {
	display: flex; 
  	flex-flow: row wrap;
  	 	margin-left: 3em;
}
.card-wrap {
	flex: 0 0 33.333%;
  	display: flex;
  	padding: 4em 3em 4em 0;
}
.card {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  	transition: 0.3s;
  	overflow: hidden;
}
.card img {
	transition: transform 1s, filter 1s ease-in-out;
	filter: grayscale(100%);
}
.card:hover img {
	filter: grayscale(0);
  	transform: scale(1.1);
}
.imagine-proiect {
	width: 100%;
}
.card-frame {
	font-family: Verdana, sans-serif;
	padding: 2em;
}
.card-frame h4 {
	font-size: 2em;
	padding: 0 0 1em 0;
}

/************* Pagina de contact *************/
.col2-contact {
	width: 75%;
	margin-left: 25%;
	padding: 3em;
	text-align: center;
	background-image: linear-gradient(
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ), url(../image/asphalt.jpg);
    background-repeat: no-repeat;
  	background-attachment: fixed; 
  	background-size: 100% 100%;
}
.titlu-contact {
	padding: 3em;
	text-align: center;
	font-family: Verdana, sans-serif;
	color: #587789; 
}
.titlu-contact h1 {
	padding: 1em;
	font-size: 4em;
}
.contact {
	width: 50%;
	margin: auto;
}
.contact p {
	padding-bottom: 1em;
}
.name {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
  	justify-content: center;
}
input[name=first_name], 
input[name=last_name], 
input[name=address], 
input[type=email], textarea {
  	width: 100%!important;
  	font-size: 18px;
  	padding: 12px;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
  	margin-top: 6px;
  	margin-bottom: 16px;
  	resize: vertical;
  	color: #fff;
  	background: transparent;

}
input[type=submit] {
  	background-color: #587789;
  	opacity: 0.7;
  	font-size: 18px;
  	color: white;
  	padding: 12px 30px;
  	width: 100%;
 	border: none;
  	border-radius: 4px;
  	cursor: pointer;
  	margin-top: .5em;
}
input[type=submit]:hover {
  background: #587789;
  opacity: 1;
}
.captcha-box {
	text-align: left;
}
.captcha-box input[type=text] {
	font-size: 18px;
  	padding: 12px;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
  	resize: vertical;
  	color: #fff;
  	background: transparent;
}
.input-captcha {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 1em;
}
.input-captcha label, 
.input-captcha small {
	padding-right: 2em;
}
.input-captcha a {
	color: #f9f9f9;
	opacity: .7;
}
.input-captcha a:hover {
	opacity: 1;
}
/************* Footer *************/
footer {
	background: #101010;
	width: 75%;
	margin-left: 25%;
	text-align: left;
	color: #587789;
	font-family: sans-serif;
}
.meniu-footer {
	display: block;
	width: 50%;
	margin: auto;
	padding: 5em 0;
}
.meniu-f {
	padding: 0 2em 1em 0;
	display: inline-block;
}
.meniu-f a {
	color: #587789;
}
.meniu-f a:hover {
	text-decoration: underline ;
	color: #996633;
}
.copyright {
	display: block;
	border-top: 1px solid #587789;
	padding: 1em 1em 0 0;
}

/************* Pagina de cookies *************/
.bk {
	background: #fff;
}
.container {
	padding: 2em 30%;
	color: #101010;
	font-family: Arial, sans-serif; 
}
.container h1 {
	padding: 1em 0;
	border-bottom: 1px solid #101010;
}
.container h2 {
	padding: .7em 0;
}
.container h3 {
	padding: .5em 0;

}
.container h4 {
	padding-top: .4em; 
}
.container p {
	padding: 0 0 1.3em .5em;
}
.container a {
	padding-left: 1em;
}
.container span a {
	padding-left: 0;
	color: #996633;
}
.container span a:hover {
	text-decoration: underline;
}
.lista-cookies {
	padding: 0 0 1.3em 2.5em;
}
.container ol { list-style-type: lower-alpha; } 
.link-home {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/*******************************************/
				/* Media query */
/*******************************************/

@media only screen and (max-width: 1704px) {
	.titlu h1 {
		font-size: 3.5em;
	}
	.titlu p {
		font-size: 18px;
	}
	.prof, .dev {
		font-size: 1.8em;
	}
}
@media only screen and (max-width: 1440px) {
	.titlu h1, .titlu-portofoliu h1 {
		padding: 1.5em 0;
	}
	.card-frame h4 {
		font-size: 1.5em;
	}
	.titlu p, .card-frame p {
		font-size: 15px;
	}
	.prof, .dev {
		font-size: 1.5em;
	}
	.meniu-footer {
		width: 62%;
	}
}

@media only screen and (max-width: 1024px) {
	html {
		font-size: 15px;
	}
	.margine-top {
 		display: none;
	}
	.col1 {
		position: static;
		width: calc(100% - 2em);
		padding-top: 2em;
	}
	.fixed {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2;
    }
    .fixed-out {
    	display: none;
    }
	#meniu-titlu {
		background: black;
		text-align: left;
		color: #fff;
		padding: .8em 0 .8em 1.8em;
	}
	#meniu-box {
		position: fixed;
		top: 3.5em;
		left: 0;
		width: 100%;
		background: black;
		text-align: center;
		z-index: 2;
	}
	#meniu-box h2 {
		padding: .5em 0 0.5em 0;
	}
	#meniu-box a {
		color: #fff;
	}
	#meniu-box a:hover {
		color: #BB7900;
	}
	#meniu-box h2:hover {
		background: #202020;
	}

 	/* Coloana 2 */
	.col2, 
	.col2-experienta, 
	.col2-portofoliu,
	.col2-contact, footer {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.imagine {
		padding: 1em;
	}

	/* Titlu cu h1*/
	.titlu h1, 
	.titlu-portofoliu h1, 
	.titlu-contact h1 {
		font-size: 3em;
	}
	.titlu p {
		font-size: 22px;
	}
	.prof, .dev {
		width: 100%;
		font-size: 1.5em;
	}
	.proiect {
		display: block;
		padding-bottom: 4em;
	}
	.card-wrap {
		padding: 4em 3em 0 0;
	}
	.contact {
		width: 100%;
	}
	input[type=text], 
	input[type=submit],
	input[type=email],
	.captcha-box input[type=text],  
	select, textarea {
		font-size: 14px;
	}
	.meniu-footer {
		width: 80%;
		text-align: left;
	}
	.container {
		padding: 2em 15%;
	}
	#popup-mesaj {
		width: 50%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 14px;
	}
	.titlu p {
		font-size: 18px;
	}
	.lang {
		right: 0;
	}
	#popup-mesaj {
		width: 60%;
	}
}

@media only screen and (max-width: 540px) {
	.titlu p {
		font-size: 14px;
	}
		.captcha-box input[type=text] {
		width: 50%;
	}
	#popup-mesaj {
		width: 70%;
		font-size: 1.4em;
	}
}
@media only screen and (max-width: 440px) {
	html {
		font-size: 13px;
	}
	.titlu {
		padding: 0;
	}
	.titlu h1, 
	.titlu-portofoliu h1, 
	.titlu-contact h1 {
		font-size: 2.5em;
	}
	.titlu h1 {
		padding: 1.5em;
	}
	.titlu p {
		font-size: 13px;
	}
	.titlu-contact, .titlu-portofoliu {
		padding: 0;
	}
	.fundal {
		margin-bottom: 0;
	}
	.container {
		padding: 2em 10%;
	}
	#popup-mesaj {
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 360px) {
	/* Titlu cu h1*/

	.titlu h1, 
	.titlu-portofoliu h1, 
	.titlu-contact h1 {
		font-size: 2.3em;
	}
	.prof, .dev {
		padding: 2em 0 2em 1em;
	}
	.card-frame h4 {
		font-size: 1.8em;
	}
	input[type=text], 
	input[type=submit],
	input[type=email],
	.captcha-box input[type=text],  
	select, textarea {
		font-size: 13px;
	}
		.captcha-box input[type=text] {
		width: 60%;
	}
	/*#popup-mesaj {
		font-size: 1.5em;
	}*/
}
@media only screen and (max-width: 320px) {
	.prof-left, .dev-left {
		width: 32%;
	}
	.prof-right, .dev-right {
		width: 68%;
	}
		.input-captcha img {
		width: 100px;
		height: 35px;
	}
	#popup-mesaj {
		width: 85%;
	}
}
@media screen and (min-width : 320px) and (max-width : 992px) and (orientation :landscape) {
	#meniu {
		display: none;
	}

} 