.modal-open {
  overflow: hidden;
}
.modal.response-message {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2055;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
}
.modal.response-message h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 24px;
}
.modal.response-message.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.response-message.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.response-message .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal.response-message .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal.response-message .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal.response-message .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal.response-message .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal.response-message .modal-header .close {
  margin-top: -2px;
}
.modal.response-message .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal.response-message .modal-body {
  position: relative;
  padding: 20px;
  color: #525151 !important;
}
.modal.response-message .modal-dialog {
  width: 600px;
  /*margin: 140px auto;*/
  margin: 300px auto;
}
@media only screen and (max-width: 767px) {
  .modal.response-message .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon
========================================================*/
.modal.response-message .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.modal.response-message .close:hover,
.modal.response-message .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal.response-message button.close {
	width:13px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
