body{
	/* background: url(../img/background_tile.png) #27272b; */
	/* background: url(../img/bg6.jpg) #27272b; */
	/* font-family: 'Open Sans Condensed', sans-serif; */
	font-family: 'Barlow Semi Condensed', sans-serif;
	/* background-color: #5A6268; */
	padding: 25px 0px 0px;
}
.contact{
	padding: 4%;
	min-height: 400px;
}
.col-md-3{
	padding: 4%;
}
.contact-info{
	margin-top:10%;
}
.contact-info img{
	margin-bottom: 15%;
}
.contact-info h2{
	margin-bottom: 10%;
}
.col-md-9{
	background: #fff;
	padding: 3%;
	border: 1px solid #DCDCDC;
	border-bottom-right-radius: 50px;
	/* box-shadow: 5px 5px 10px lightgrey; */
}
.contact-form button{
	background: #0d1137;
	color: #fff;
	font-weight: 100;
	width: 30%;
	border-color: inherit;
}
.contact-form button:focus{
	box-shadow:none;
}
footer {
	/* display:flex; */
	display: contents;
	background-color: black;
	/* position: fixed; */
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	width: 100%;
	/* border-top: 0.5px solid white; */
	/* justify-content:center;
	align-items:center; */
	color: white;
	/* text-align: center; */
}
/* #img a img {
		display:block;
		margin:auto;
} */
.jumbotron {
	padding-top: 20px;
	margin-top: 30px;
	background-color:white;
	border: 1px solid black;
	border-radius: 0px;
	/* margin: 0.5rem; */
	margin-left: 5px;
	margin-right: 5px;
}
.card {
	border-radius: 5px;
	/* margin: 2rem; */
}
.card-header {
	background-color: black;
	color:white;
}
.btn {
	border-radius: 0px;
	background-color:black;
}
.form-control {
	border: 1px solid #DCDCDC;
	background:#F5F5F5;
	border-radius: 0px;
}
.imei{
	display: none;
}
.factura{
	display: none;
}
.label{
	display: none;
}
.pv{
	display: none;
}
/* #data {
	color: #008c10!important;
	font-weight:100;
} */
/* .contact{
	padding-top: 0%;
	padding-left: 0%;
	/* height: 400px; */
} */
#select_field {
	padding-left:15px;
}
#label_select {
	/* padding-left:0px; */
}
#checkbox {
	padding-left:15px;
}
.contact-form label{
	/* font-family: verdana; */
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight:100;
	font-size: 16px;
	text-transform: uppercase;
	/* color :#17a2b8; */
}
.help-block {
	color:#f1160a;
	/* padding-left: 15px; */
}
/* #produs1 {
	background-color:#28a745;
}
#produs2 {
	background-color:#28a745;
} */
/* .contact-form button {
	background-color:black;
	color: #fff;
	font-weight: 600;
	width: 25%;
	border-radius: 0px;
}
.contact-form button:focus {
	box-shadow:none;
} */
/* ::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;
}
::-moz-placeholder {
   font-style: italic;
}
:-ms-input-placeholder {
   font-style: italic;
} */
select {
	/* font-style: italic; */
	background:#FFFACD;
}
select:hover {
	background-color:#7D110E;
	color:white;
}
option:checked, option:hover {
	background-color:#7D110E;
	color:white;
}
@media (min-width: 992px) {
	body {
		font-size: 16px;
	}
	/* .col-md-3{
		padding: 1%;
	} */
	#select_field {
		padding-left:15px;
		max-width: 82%;
	}
	.container {
		margin-left: auto;
		margin-right: auto;
	}
	/* .row {
		margin-left:0px;
		width:83%;
	} */
	/* .display-4 {
		font-weight: 600;
	} */
}
@media (max-width: 991px) {
	.container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.contact{
		padding: 4%;
		min-height: 400px;
	}
	body {
		padding: 0px 0px 0px;
		font-size: 16px;
	}
	#select_field {
		padding-left:15px;
	}
	.contact-form button{
		background-color:black;
		color: #fff;
		font-weight: 100;
		width: 40%;
	}
	.display-4 {
		font-size: 28px;
		font-weight: 100;
	}
	footer {
		display:none;
	}
	}

	/* .animate-bottom {
		position: relative;
		-webkit-animation-name: animatebottom;
		-webkit-animation-duration: 0.5s;
		animation-name: animatebottom;
		animation-duration: 0.5s
	}

	@-webkit-keyframes animatebottom {
		from { bottom:-50px; opacity:0.5 }
		to { bottom:0px; opacity:1 }
	}

	@keyframes animatebottom {
		from{ bottom:-50px; opacity:0.5 }
		to{ bottom:0; opacity:1 }
	} */
