body{
	background-color: #f1f1f1;
	font-family: "Roboto";
}

.container{
	max-width:1300px;
}

.logo{
	margin-top: -33px;
	position:absolute;
	z-index:99999;
}

.header{
	background-color: #2f2f2f;
	margin-top: 33px;
	height:52px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link:hover{
	color: #ffffff;
	background-color: #da251e;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size:15px;
}

.navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
    margin-top: 6px;
}

.navbar{
	padding:0px;
}

.img-serviciu{
	margin-top: 30px;
}

.bg-footer-2{
	background-image: url('../img/contact.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: left;
}

.logo-footer{
	max-height:130px;
}

.bg-white{
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom:20px;
}

.bg-footer{
	background-color: #2f2f2f;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.link{
	color: #ffffff;
	font-size: 17px;
}

.link:hover{
	text-decoration:underline;
	color: #ffffff;
}

.title{
	color: #da251e;
	font-size:25px;
	font-weight:bold;
}

.title-2{
	color: #da251e;
	font-size:20px;
	font-weight:bold;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.text{
	color: #7d7d7d;
	font-size: 16px;
}

.icon-phone{
	color: #DA2520;
	font-size: 30px;
}

.text-phone{
	color: #000000;
	font-size: 25px;
	font-weight: bold;
}

a.phone:hover{
	text-decoration:none;
}

.hr{
	margin-top:20px;
	margin-bottom:20px;
}

.h2{
	font-size:20px;
	margin-top: 10px;
	color: #2f2f2f;
}

.p{
	font-size:13px;
	margin-top: 10px;
	color: #7d7d7d;
}

.btn-pret{
	padding: .275rem 1.95rem;
	color: #2f2f2f;
	font-weight:bold;
	border: 1px solid #7d7d7d;
}

.bg-white-2{
	background-color: #ffffff;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom:20px;
	padding-left: 5%;
	padding-right:5%;
}

.boxa-categorii{
	margin-top: 4px;
	padding:20px;
	background-color: #ffffff;
}

.boxa-categorii .list-group li{
	border-top: 0px solid rgba(0, 0, 0, .125);
	border-left: 0px solid rgba(0, 0, 0, .125);
	border-right: 0px solid rgba(0, 0, 0, .125);
	border-bottom: 0px solid rgba(0, 0, 0, .125);
	width:100%;
	padding-top: 0px;
}

.boxa-categorii .list-group li a{
	border-top: 0px solid rgba(0, 0, 0, .125);
	border-left: 0px solid rgba(0, 0, 0, .125);
	border-right: 0px solid rgba(0, 0, 0, .125);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	width:100%;
	padding-bottom:6px;
	display:block;
	color: #2f2f2f;
}

@media (min-width: 992px){
   
}

@media (max-width: 600px) {
	.bg-footer-2{
		background-image: none;
	}
}


@media (max-width: 900px) {
	.container{
		max-width:100% !important;
		padding:0px;
	}

	.navbar-collapse{
		background-color: rgb(13, 29, 47);
	    width: 100%;
	    z-index: 99999;
	    float: left;
	    position: fixed;
	    left: 0px;
	    top: 80px;
	}

	.text-mobile-center{
		text-align:center;
	}

	.link{
		margin-left: 10%;
	}

	.button-menu-mobile{
		position: absolute;
	    right: 0;
	    top: 0px;
	}
}