@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,600');

body {
	background: linear-gradient(to bottom, #FFFFFF, #F7F7FD);
	min-height: 100vh;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #000000;
}

hr {
	border-color: #E4EAF5;
}

a {
	color: #3E96E6;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #3E96E6;
	outline: none;
	text-decoration: underline;
}

a:active {
	color: #3E96E6;
	outline: none;
	text-decoration: none;
}

a:focus {
	color: #3E96E6;
	outline: none;
	text-decoration: underline;
}

.top {
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E4EAF5;
}

.top img {
	width: 250px;
	margin-top: 5px;
}

.top .meniu {
	text-align: right;
}

.top .meniu a {
	background: #000000;
	border-radius: 3px;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: 10px;
}

.top .meniu a:hover,
.top .meniu .active {
	background: #3E96E6;
}

iframe {
	width: 100%;
	height: 50vh;
	min-height: 600px;
	margin-top: 30px;
	border-radius: 3px;
}

.imagini img {
	margin-top: 30px;
	border-radius: 3px;
}

.servicii {
	margin-top: 30px;
}

.servicii p {
	text-align: justify;
}

.servicii .titlu {
	font-size: 28px;
	font-weight: 400;
	color: #3E96E6;
}

.servicii .titlumic {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 0;
}

.servicii .small {
	font-size: 16px;
	opacity: 0.5;
	margin-top: -10px;
}

.servicii .list {
	margin-bottom: 0;
}

.contact {
	margin-top: 30px;
	text-align: center;
}

.contact p {
	margin-bottom: 30px;
}

.contact a {
	font-weight: 400;
	font-size: 22px;
}

.footer {
	font-size: 16px;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: center;
	border-top: 1px solid #E4EAF5;
}

@media(max-width:992px) {
	
	.top {
		text-align: center;
	}
	
	.top .meniu {
		margin-top: 30px;
		text-align: center;
	}
	
}