@font-face{
	font-family: 'Lato Bold';
	src: url('/fonts/Lato-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Lato Light';
	src: url('/fonts/Lato-Light.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Lato Regular';
	src: url('/fonts/Lato-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
#informatii {
	padding-top: 75px;
	padding-left:100px;
}
#contact{
	padding-top:75px;
}
#pages_bar{
	padding: 15px;
	padding-top: 327px;
	padding-bottom: 50px;
	background: url('/img/contact.jpg') top no-repeat;
	background-size: cover;
	font-family: "";
	color: #fff; 
}
#contact h1{
	font-family:Lato Bold;
	font-size:25px;
	padding-bottom:20px;
}
#informatii h1{
	font-family:Lato Bold;
	font-size:25px;
}
#contact input[type="text"]{
	border: 1px solid #ccc;
	margin-bottom:25px;
	border-radius:5px;
	height:37px;
}
#contact textarea{
	border:1px solid #ccc;
	margin-bottom:15px;
	border-radius:5px;
		height:270px;
}
#button{
	height:40px;
	font-family: Lato Bold;
	background-color:#fff012;
	font-size:14px;
	border:0px;
	color:#fff;
	transition: all 0.2s ease;
}
#button:hover{
	color: #fff;
	border-bottom: 0;
	transition: all 0.2s ease;
	background: #1670b9;
}
a:hover{
	color:#000;
}
#informatii i{
	color:#333;
}

@media only screen and (max-width: 1200px) {	
	#informatii h1{text-align:center;}
	.text{text-align:center;}
	#informatii iframe {display:none;}
	#informatii{padding-left:0px;}
}

