


.contact-form .form-control {
	color: #3b3b3b;
	font-family: "Myriad Pro Light", sans-serif;
	font-size: 18px;
/*	font-weight: 800;*/
	line-height: 49px;
	 
	border: none;
	border-bottom: 2px solid #eee;
	background: transparent;
	padding-left: 0;
	margin-bottom: 30px;
	position: relative;
}

.contact-form .form-control:focus {
	border-bottom-color: #c8000b;
}
.contact-form  {
margin-left: 20px;
}
.contact-form input[name=submit]:disabled {
	background-color: #282828 !important;
	border: 2px solid #282828 !important;
	color: #FFF !important;
}

.form-container {
	padding: 50px 35px;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
	border-radius: 1px;
	background-color: #ffffff;
	min-height: 305px;
}

.form-container p {
	color: #c8000b;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	padding-top: 50px;
}

.contact-row {
	margin-top: -329px;
	position: relative;
	z-index: 99;
}

.contact-panel {
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
	border-radius: 1px;
	background-color: #ffffff;
	text-align: center;
	padding: 50px 28px;
	margin-bottom: 5px;
}

.contact-panel i {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 30px;
	color: #c8000b;
	display: block;
}

.contact-panel h3 {
	color: #222222;
	font-family: "Myriad Pro Light", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 24px;
}

.contact-panel p {
	color: #727272;
	font-family: Myriad Pro Light;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 40px;
}

.contact-panel .contact-action {
	color: #c8000b;
	font-family: "Myriad Pro Light", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	 
}

.contact-panel:hover .contact-action {
	color: #282828;
}

.contact-panel.contact-minimal {
	box-shadow: none;
	border-radius: 0;
	background-color: #ffffff;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
}

.contact-panel.contact-minimal p {
	margin-bottom: 17px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.contact--info {
	margin-bottom: 30px;
}

.form-container p {
	padding-top: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.contact--info {
	margin-bottom: 30px;
}

.form-container p {
	padding-top: 0;
}
}
.star{
		position: relative;
	}

	.star::before{
		content:'*';
		color: #c7000b;
		position: absolute;
		left: -2px;
		top: 3px;
	}
