/*

CSS DMA  concept media

*/

.fullcontainer {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .fullcontainer {
    max-width: 540px;
  }
  .card-text{
	font-size: 13px;
  }
  .mobile-top{
		width: 100%; 
		top: 0px; 
		z-index: 1000; 
		position: absolute;
	}
}

@media (min-width: 768px) {
  .fullcontainer {
    max-width: 720px;
  }
  .card-text{
	font-size: 13px;
  }
  	.alaturiClass{
		font-size: 45px
	}
	.vinoClass{
		font-size: 35px;
	}
	.vertical-center {
        margin-top: 5%;
        
    }
    .unulClass{
    	font-size: 25px;
    	padding: 2px;
    }
    .doruClass{
    	font-size: 35px;
    	margin-top: 10%;
    }
    .doruImg{
    	height: auto;
    }
    .img-plan{
	 height: 300px;
	}
	.mobile-top{
		width: 100%; 
		top: 0px; 
		z-index: 1000; 
		position: absolute;
	}

}

@media (min-width: 992px) {
  .fullcontainer {
    max-width: 960px;
  }
  .card-text{
	font-size: 13px;
  }
  .img-vector{
	 float: right; 
	 height: 600px;
	 margin-right: 0px;
	}
	.img-plan{
	 height: 400px;
	}
	.mobile-top{
		width: 100%; 
		top: 0px; 
		z-index: 1000; 
		position: absolute;
	}
}

@media (min-width: 1200px) {
  .fullcontainer {
    max-width: 90%;
  }
  .card-text{
	font-size: 13px;
  }
  .img-vector{
	 float: right; 
	 height: 600px;
	 margin-right: 0px;
	}
	.img-plan{
	 height: 400px;
	}
	.mobile-top{
		width: 100%; 
		top: 0px; 
		z-index: 1000; 
		position: absolute;
	}
}
@media  (min-width: 0px) and (max-width: 576px) {
	.img-logo{
		height: 30px;
		width: 230px;
	}
}

@media  (min-width: 0px) and (max-width: 720px) {
	.img-logo{
		height: 35px;
		width: 250px;
	}
	.borderBox{
		font-size: 12px;
	}
	.card-text{
		font-size: 10px;
	}
	.alaturiClass{
		font-size: 20px
	}
	.vinoClass{
		font-size: 14px;
	}
	.vertical-center {
        margin-top: 5%;
    }
    .alaturiImg{
    	height: 500px;
    }
    .doruImg{
    	height: 280px;
    }
    .unulClass{
    	font-size: 14px;
    }
    .doruClass{
    	font-size: 20px;
    }
    .img-vector{
	 float: right; 
	 height: 400px;
	 margin-right: 0px;
	}
	.img-plan{
	 height: 200px;
	}
	.mobile-top{
		width: 100%; 
		top: 61px; 
		z-index: 1000; 
		position: absolute;
	}
}

.card-body{
	position: absolute;
	margin-top: 90%;
}
.card-title{
	text-align: center;
}

#hrfooter{
	border: 1px solid black;
}

.transback{
	background-color: black;
	opacity: 0.5;
	width: 70%;
	text-align: center;
	margin-left: 15%;
	color: white;
	padding-top: 5px;
}
.transback:hover{
	opacity: 0.7;
}

.transbackContact
{
	background-color: white;
	width: 300px;
	color: black;
	
}

.transbackDesign{
	background-color: black;
	opacity: 0.5;
	width: 70%;
	height: 100%;
	text-align: center;
	margin-left: 15%;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}


.transbackDesign:hover{
	opacity: 0.7;
}



.cardInline{
	display: flex;
	padding: 0px;
}
.borderBox{
	border: 3px solid white;
	margin-left: 15%;
	margin-right: 15%;
}

.borderBoxBlack{
	border: 3px solid gray;
	margin-left: 25%;
	margin-right: 25%;
}



.transHome{
	margin-top: 165%;
	width: 100%;
	height: 70px;
	text-align: center;
	color: white;
}

.transMiddle{
	vertical-align: middle;
	margin-top: -2px;
}

.transGreen{
	background-color: #73b241;
}

.transRed{
	background-color: #d64453;
}

.transBlue{
	background-color: #154576;
}

.transYellow{
	background-color: #f1bc1b;
}
.inactive{
	display: none;
}
#trimite_newletter{
	cursor: pointer;
}
#submit{
	cursor: pointer;
}

.form-contact{
	margin-bottom: 5px;
}
.form-contact:focus {
    border-color: red ;
}
.form-textarea{
	height: 100px;
}
.proiectClass{
	height: 250px;
}
#home{
	margin-top: 20px;
}

.navbar-transparent{
	background-color: black!important;
	opacity: 0.7;
	
}

.text-white{
	color: white;
}
.text-25{
	font-size: 25px!important;
}
.text-35{
	font-size: 35px!important;
}
.text-45{
	font-size: 45px!important;
	font-style: bold;
}
.content-inline{
	display: inline-block;
}
.layerClass{
	background-color: black; opacity: 0.5; padding: 2px;
}
.restrans{
	display: none;
}

.img-rot:hover {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.alert-in{
    display: none;
}
.alert-out{
    display: none;
}

.label-ocupatie{
	font-weight: normal; 
	margin: 1px;
}


