html, body{
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 1em;
} 
.block-dark{
	/* color: #d8d8d8; */
	color: #fff;
	background: #272727;
}
.block-light{
	color: #272727;
}
.bg-overlay{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.bl-content{
	z-index: 10;
	position: relative;
	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; */
}
.bl-content:after{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.text-center{
	text-align: center;
}

h1{
	/* font-size: 3.8em; */
	font-size: 360%;
}
h2{
	font-size: 3em;
}
h3{
	font-size: 2em;
}
h3{
	font-size: 1em;
}

.wrapper{
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#menu{
	position: absolute;
	font-size: 2em;
	bottom: 20px;
	right: 20px;
	z-index: 11;
	padding: 10px;
	box-sizing: border-box;
}
#menu li{
	
}
#menu li a{
	color: #fff;
	padding: 10px 15px;
	display: block;
	transition: all 0.2s ease-in-out;
}
#menu li a:hover{
	text-decoration: none;
	color: #27779a;
}
#menu .contact_btn{
	transition: all 0.2s ease-in-out;
	display: block;
	color: #fff;
	background: #27779a;
	text-align: center;
	padding: 20px 15px;
	margin-top: 10px;
	border-radius: 50px; 
}
#menu .contact_btn:hover{
	text-decoration: none;
	background: #4197bd;
}
#bl1{
	position: relative;
	background: url(../images/bl1.png) center no-repeat;
	background-size: cover;
	height: 90%;
	max-height: 860px;
	width: 100%;
}
	#bl1 h1{
		padding-top: 10%;
		padding-bottom: 10%;
	}
	#bl1 .bl-news-list{
		/* bottom: -60px; */
		box-sizing: border-box;
		bottom: -10%;
		left: 0px;
		background: #fff;
		position: absolute;
		z-index: 12;
		width: 640px;

		/* min-height: 400px; */
		height: 70%;
		border-radius: 4px;

		-webkit-box-shadow: 0px 0px 30px -5px rgba(77,77,77,0.8);
		-moz-box-shadow: 0px 0px 30px -5px rgba(77,77,77,0.8);
		box-shadow: 0px 0px 30px -5px rgba(77,77,77,0.8);
	}
		#bl1 .bl-news-list h3{
			padding: 10px;
			background-color: #403733;
			color: #fff;
			box-sizing: border-box;
		}
		#bl1 .bl-news-list ul{
			padding: 10px 0;
			overflow-y: auto;
			box-sizing: border-box;
			display: block;
			width: 100%;
		}
			#bl1 .bl-news-list ul li{
				display: block;
				border-bottom: 1px solid #b8b8b8;
				padding: 5px 10px;
			}
			#bl1 .bl-news-list ul li:after{
				clear: both;
				display: block;
				height: 0;
				width: 100%;
				content: "";
			}
				#bl1 .bl-news-list ul li a{
					text-decoration: none;
					color: #272727;
				}
				#bl1 .bl-news-list ul li a:hover{
					text-decoration: underline;
					color: #403733;
				}
				#bl1 .bl-news-list ul li div{
					display: block;
					float: left; 
					max-width: 490px;
				}
				#bl1 .bl-news-list ul li .datetime{
					width: 80px;
					font-size: .7em;
				}
				#bl1 .bl-news-list ul li .donwload-button{
					float: right;
					font-size: 1.2em;
				}

#bl2{
	position: relative;
	padding: 0 10px;
	padding-top: 120px;
	margin-bottom: 60px;
}
	#bl2 .wrapper{
		overflow: hidden;
		height: 300px;
	}
	#bl2 h2{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#bl2 p{
		margin-top: 10px;
		text-indent: 20px;
		line-height: 1.1em;
	}
		#bl2 ul{
			list-style: square;
			margin-left: 50px;
		}
	#bl2 #read_more_block{
		text-align: center;
		position: relative;
		padding-top: 10px;
		z-index: 4;
		-webkit-box-shadow: 0px -5px 30px 15px rgba(255,255,255,1);
		-moz-box-shadow: 0px -5px 30px 15px rgba(255,255,255,1);
		box-shadow: 0px -5px 30px 15px rgba(255,255,255,1);
	}

#bl3{
	padding: 60px 10px; 
}
	#bl3 h2{
		margin-bottom: 20px;
	}
	#bl3 p{
		margin-top: 10px;
		text-indent: 20px;
		line-height: 1.1em;
		color: #d8d8d8;
	}
		#bl3 ul{
			list-style: square;
			margin-left: 50px;
		}
	#bl3 .blck1{
		display: inline-block;
		width: 30%;
		margin: 20px 1%;
		background: #d8d8d8;
		box-sizing: border-box;
		padding: 15px 10px;
		color: #272727;
	}
		#bl3 .blck1 i{
			font-size: 3em;
			margin-bottom: 20px;
		}
		#bl3 .blck1 p {
			color: #272727;
			text-indent: 0;
		}


#bl4{
	padding: 40px 10px; 
}
	#bl4 h2{
		margin-bottom: 20px;
	}
	#bl4 p{
		margin-top: 10px;
		text-indent: 20px;
		line-height: 1.1em;
	}
		#bl4 ul{
			list-style: square;
			margin-left: 50px;
		}
		#bl4 ul li{
			margin-top: 2px;
		}
		#bl4 ul ol{
			list-style: decimal;
			margin-left: 20px;
		}


#bl5{
	position: relative;
	padding: 60px 10px;
	background: url(../images/asistenta-juridica.jpg) no-repeat center;
	background-size: cover;
}
	#bl5 h2{
		margin-bottom: 20px;
	}
	#bl5 p{
		margin-top: 10px;
		text-indent: 20px;
		line-height: 1.1em;
	}


#bl6{
	position: relative;
	padding: 60px 10px;
}
	#bl6 .block2{
		vertical-align: top;
		display: inline-block;
		width: 30%;
		margin: 20px 1%;
		box-sizing: border-box;
		padding: 15px 10px;
		border-radius: 4px;
		-webkit-box-shadow: 0px 0px 11px 0px rgba(161,161,161,0.7);
		-moz-box-shadow: 0px 0px 11px 0px rgba(161,161,161,0.7);
		box-shadow: 0px 0px 11px 0px rgba(161,161,161,0.7);
	}
		#bl6 .block2 .status{
			
		}
		#bl6 .block2 .nume{
			font-weight: bold;
			margin: 10px 0; 
		}
		#bl6 .block2 .desc{
			font-style: italic;
			font-size: 0.8em;
		}
		

#bl7{
	padding: 100px 0;
	position: relative;
	background: url(../images/contact.jpg) no-repeat center;
	background-size: cover;
}
#bl7:after{
	position: relative;
	display: block;
	content: "";
	clear: both;
	width: 100%;
	height: 0;
}
	#bl7 h2{
		margin-bottom: 40px;
	}
	#bl7 .f_left{
		float: left;
		width: 50%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#bl7 .f_right{
		padding: 0 10px;
		padding-top: 10px;
		float: right;
		width: 50%;
		box-sizing: border-box;
	}
	#bl7 .f_right p{
		margin-top: 10px;
	}
	#bl7 .f_right ul{
		margin-left: 10px;
	}

#contact-form{
	width: 460px;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form textarea,
#contact-form button[type="submit"] {
  	font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0 0 10px;
	padding: 10px;
}

#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #aaa;
}

#contact-form textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}

#contact-form button[type="submit"] i{
	font-size: 16px;
	display: none;
}
#contact-form button[type="submit"].loading i{
	display: inline-block;
}
#contact-form button[type="submit"] {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #403733;
	color: #FFF;
	margin: 0 0 5px;
	padding: 15px 10px;
	font-size: 16px;
}

#contact-form button[type="submit"]:hover {
  background: #655852;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact-form button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact-form div.error{
	font-size: 0.9em;
	color: #f00;
	position: relative;
	top: -8px;
}
#contact-form textarea.error,
#contact-form input.error{
	border: 1px solid #f00;
}
#contact-form-response{
	color: #53ab85;
	margin-bottom: 20px;
}



#totop{
	z-index: 20;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 36px;
	color: #383b43;
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	opacity: 0;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}


@media(max-width: 1024px){
	.wrapper{
		width: 100%;
	}
}
@media(max-width: 640px){

	/* #bl1 .bl-news-list{
		width: 100%;
	} */
	#bl3 .blck1{
		width: 100%;
		margin: 20px 0;
	}
	#bl6 .block2{
		width: 100%;
		margin: 20px 0;
	}
}

@media(max-width: 770px){
	#bl7 .f_left,
	#bl7 .f_right{
		float: none;
		width: 100%;
	}
	#contact-form,
	#contact-form input,
	#contact-form textarea{
		width: 100%;
	}

	#menu{
		position: relative;
		width: 100%;
		right: 0;
		bottom: 0;
		text-align: center;
	}
	#bl2{
		padding-top: 40px;
	}
	#bl1{
		max-height: none;
		height: auto;
	}
	#bl1 .bl-news-list{
		position: relative;
		bottom: 0;
		width: 100%;
		max-height: 600px;
	}
}