.img-responsive {
		max-height: 200px;
}
.img-fluid{
	max-width: 100%;
	height: auto;	
} 

.banner{
   display:block;
  }

 .banner_mobile{
  display:none;
 }

@media (max-width: 640px) and (min-width: 320px){
  .banner{
   display:none;
  }

  .banner_mobile{
   display:block;
		width:100%;
  }
}
.service-area{
		text-align:center;
}

.twitter{
		display:none !important;
}

.skype{
		display:none !important;
}

.googleplus{
		display:none !important;
}

h4{
		font-size: 20px !important;
}

.post-password-form input[type="submit"], input[type="submit"] {
       color: #000000;

}

