body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.blue_navbar.navbar{
	background: #58ade3 !important;
	padding: 20px 0;
}
.white_navbar.navbar{
	background: #fff !important;
	padding: 20px 0;
}
.navbar-nav li{
	margin-left: 30px;
}
.navbar-nav li a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
	transition: 0.3s;
	border-radius: 5px;
	color: #000;
}
.white_menu li a{
	color: #fff;
	
}
.white_menu li{
	margin-left: 30px;
}
/*.white_menu li#lang{
	color: #fff;
}
.white_menu li#lang .active{
	text-decoration: underline;
}*/
ul#lang{
	padding: 0;
	margin: 0;
	margin-left: auto;
	list-style-type: none;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 5px;
}
ul#lang a{
	text-decoration: none;
	color: #000;
	font-weight: 700;
}
#lang .active{
	text-decoration: underline;
}
.header_container{
	background: transparent url('../img/header_2.jpg') center center no-repeat;
	background-size: cover;
	
}
.tel{
	background-color: rgba(0,0,0, 0.3);
	color: #fff;
	text-decoration: none;
	font-size: 44px;
	font-style: italic;
	font-weight: 700;
	padding: 10px 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: 1px solid #fff;
	transition: 0.3s;
	display: inline-block;
}
.tel:hover{
	color: #fff;
	background-color: rgba(0,0,0, 0.4);
	
}
h2.button{
	font-size: 16px;
	font-weight: 700;
	background: #58ade3;
	color: #fff;
	text-align: center;
	padding: 15px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	min-width: 200px;
	margin: 0 auto;
	cursor: pointer;
	transition: 0.3s;
	width: 300px;
	max-width: 90%;
}
h2.button.white_button, h2.button:hover{
	background: #fff;
	color: #6c6c6c;
}
.header_container .container{
	max-width: 1000px;
}
#about p{
	font-size: 14px;
}
#apeleaza{
	background: #ececec;
}
#apeleaza .tel{
	font-size: 26px;
	font-weight: 300;
	background: transparent;
	border: 1px solid #000;
	color: #000;
	display: inline-block;
}
#apeleaza .tel:hover{
	background-color: #58ade3;
	color: #fff;
	border: 1px solid #fff;
}
#apeleaza  img{
	width: 100%;
}
h3{
	font-size: 18px !important;
	font-weight: 700;
	margin-bottom: 0;
	
}
#services{
	background: #58ade3;
	color: #fff;
}
#services .container{
	max-width: 1000px;
}
#services .container .serviciu_descriere{
	text-align: justify !important;
}
#about .container p{
	text-align: justify !important;
}
h4{
	font-size: 14px;
	text-transform: uppercase;
}
ul {
	text-align: center;
	list-style-position: inside;
}
#services .container ul{
	text-align: left;
	padding-left: 0;
}
#contact .container{
	max-width: 1000px;
}
#contact h2{
	font-weight: 800;
	color: #58ade3;
	font-size: 18px;
}
#contact{
	font-weight: 400;
	color: #6d6d6d;
}
#contact a{
	color: #6d6d6d;
	text-decoration: none;
}
#contact .submit_button{
	background: #58ade3;
	color: #fff;
	font-weight: 700;
	display: inherit;
	margin-left: auto;
}
footer{
	width: 100%;
	background: #58ade3;
	color: #fff;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	font-size: 17px;	
}
#contactForm ul{
	padding: 0;
	margin: 0;
	text-align: left;
}
#navbar_top ul.white_menu li a.active{
	background: #fff;
	color: #000;
}
#navbar_top ul li a.active{
	background: #58ade3;
	color: #fff;
}
#mobi_lang{
	display: none;
}
#main_nav{
	flex-direction: column !important;
}
#navbar_top .container-fluid{
	max-width: 1000px;
} 
#contact p,
#contact p a{
	color: #000;
}
.active_lang{
	font-weight: bold;
	text-decoration: underline !important;
	
}


@media only screen and (max-width: 992px) {
  	ul#lang{
	  	text-align: center;
	  	margin-bottom: 10px;
  	}
  	#lang{
	  	display: none;
  	}
  	#mobi_lang{
	  	display: block;
  	}
  	.navbar-nav{
		padding-top: 20px;
	  }
  	.navbar-nav li{
	  	text-align: right;
		  margin-top: 5px;
		  margin-bottom: 5px;
  	}
}
@media only screen and (max-width: 576px) {
  .tel{
	  font-size: 30px;
  }
  body{
		display: flex;
		flex-direction: column;
	}
	.header_container{
		order: 0;
	}
	#about{
		order: 2;
	}
	#apeleaza{
		order: 3;
	}
	#services{
		order: 4;
	}
	#contact{
		order: 1;
		padding-bottom: 0 !important;
		padding-top: 2rem!important
	}
	footer{
		order: 5;
	}
	.contact_header{
		background: #58ade3;
	}
	.contact_header h2{
		color: #fff !important;
	}
	.contact_mobi_row{
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	#apeleaza .tel {
		background-color: #58ade3;
		color: #fff;
		border: 1px solid #fff;
	}
	.contact_tel{
		background-color: #58ade3;
		  color: #fff !important;
	  border: 1px solid #fff;
	  padding: 5px 20px;
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  display: inline-block;
	  margin-bottom: 10px;
	  font-size: 18px;
	  
	  
	}
	.fs-18{
		
	}
	
}