.contact_row{
	
}
#contactSection{
	color: #585858;
	/*padding-top: 80px;
	padding-bottom: 100px;*/
	
  	background:
    linear-gradient(
      rgba(255, 255, 255, 0.5), /* #355c7d */
      rgba(255, 255, 255, 0.8) /* #6c5b7b */
    ),
    url('../../../images/contact.jpg') no-repeat left top;
  	
	z-index: 0; /* bottom layout */
  	background-repeat: no-repeat !important;
    background-size: cover !important;
}