body .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
	background-color:rgba(0,0,0,0.9);
}

#contactModal {
z-index:100500;}

@media only screen and (max-width: 600px) {

	#contactModal  .modal-dialog {
    	width: calc(100% - 20px);
	}
  
  #contactModal .contact--row .gform_wrapper {
  	padding:30px 25px !important;
  }
}