.response_message{
  text-align: center;
  padding : 20px;
  color: #ffffff;
  border-radius: 5px;
}

.error_message{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  clear: both;
  width: 80%;
  margin: 0 auto;
}
p.contact-error {
  color: #a94442!important;
  padding: 10px;
}

p.contact-success {
  color: #3c763d!important;
  padding: 10px;
}

.success_message{    
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  clear: both;
  width: 80%;
  margin: 10px auto 0px;
}

.company-logo img, .company_pic img {
  background:#ffffff;
  padding: 4px;
}

/*email pop up*/
.popup_outer
{
	width:100%;
	float:left;
	background-color:#ffffff;
	padding:30px 40px 22px;
	text-align:center;
	position:relative;
}
.popup_outer h5
{
	color:#1d1d1b;
}
.popup_outer .contact_left_textarea {
	min-height:118px;
	text-transform:none;
	padding-top:25px;
}
.popup_outer .submit_enquiry_btn
{
	width:270px;
	float:none;
}
.popup_outer p
{
	color:#898989;
}
.popup_outer p a
{
	text-decoration:none;
	color:#1c1c1a;
}
.popup_outer form
{
	margin-top:35px;
}
.popup_outer h5{
	font-size: 25px;
	color: #1d1d1b;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	padding-bottom: 5px;
	margin-bottom:25px;
}
.popup_outer h5:after {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #1d1d1b;
	left: 50%;
	bottom: 0;
	position: absolute;
	margin-left:-50px;
}

#target-content {
display: none;
  /*position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width:100%;
  height:100%;
  z-index:999;*/
}

/*
#target-content:target {
  pointer-events: all;
  opacity: 1;
}*/

#target-inner {
  position: absolute;
  display: none;
  padding: 0;
  line-height: 1.8;
  width:600px;
  top: 50%!important;
  left: 50%!important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
  background: white;
  color: #34495E;
}


#target-inner a.close {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.close_btn
{
	position:absolute;
	right:20px;
	top:20px;
}
/*email pop up end*/