@font-face {
  font-family: "Freestyle Script";
  src: url(FREESCPT.TTF);
}
body {
	padding: 0;
	margin: 0;
	background: #f2f6e9;
}

/*--- navigation bar ---*/

.navbar {
	background: #01182e;
}

.nav-link,
.navbar-brand {
	color: #fff;
	cursor: pointer;
}

.nav-link {
	margin-right: 16px !important;
}

.nav-link:hover {
	color: #fff;
	text-decoration: underline;
}

.navbar-collapse {
	justify-content: flex-end;
}

/*--- header ---*/

.header {
	background-image: url('background.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

.overlay {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}

.description {
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -55%);
	text-align: center;
}

.description h1 {
	color: #d4af37;
	font-family: "Freestyle Script";
	font-size: 70px;
}

.description p {
	color: #fff;
	font-size: 20.8px;
	line-height: 1.5;
}

.description button {
	border: 1px solid #6ab446;
	background: #6ab446;
	border-radius: 0;
	color: #fff;
}

.description button:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

/*--- feature section ---*/

.features {
	margin: 64px auto;
	padding: 16px;
	position: relative;
}

.feature-title {
	color: #333;
	font-size:20.8px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

.features .form-control,
.features input {
	border-radius: 0;
}

.features .btn {
	background-color: #589b37;
	border: 1px solid #589b37;
	color: #fff;
	margin-top: 20px;
}

.features .btn:hover {
	background-color: #333;
	border: 1px solid #333;
}

/*--- footer ---*/

.page-footer {
	background-color: #222;
	color: #ccc;
	padding: 60px 0 30px;
}

.footer-copyright {
	color: #666;
	padding: 40px 0;
}

/*--- media queries ---*/

@media (max-width: 575.98px) {

	.description {
		left: 0;
		padding: 0 15px;
		position: absolute;
		top: 10%;
		transform: none;
		text-align: center;
	}
	
	.description h1 {
		font-size: 32px;
	}
	
	.description p {
		font-size: 25.6px;
	}
	
	.features {
		margin: 0;
	}

}

.logo{
	height:56px;
	width:auto;
}
.nav-item {
	position: relative;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
	margin-top: 0;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
  height:239px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
a.thumbnail {
	display: block;
	height: 250px;
	overflow: hidden;
}
.thumb {
	margin-bottom: 15px;
}
.img-thumbnail {
	padding: 0;
}
.page-content {
	margin-top: 30px;
}

.buton_programare {
	background: #F8EFBA;
	color: #182C61;
	border-color: #EAB543;
}
.despre {
	font-size: 20px;
	text-align: center;
}
.servicii-btn-custom {
	background-color: rgba(225, 173, 79, 1);
  color: rgba(0, 0, 0, 1);
	margin: 1px;
	-webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 0;
	white-space: pre-line;
	padding: 7px 14px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 10px;
}
.servicii-btn-block {
	  background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
		-webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
		display: block;
    width: 100%;
		padding: 12px 18px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px;
		display: inline-block;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: pre-line;
    padding: 7px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
		margin-top: 15px;
}
.slider-servicii {
	margin-bottom: 30px;
}