.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, .7);
  z-index: 1035;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal {
	visibility: hidden;
	top: 20%;
	text-align: center;
	background-color: #391B01;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	background-position: left top;
	position: absolute;
	z-index: 1040;
	padding-top: 50px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .6);
	-box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}
.reveal-modal h1 {
  color: #DE392C;
  font-weight: 800;
  font-size: 33px;
  letter-spacing: 0px;
  margin-bottom: 10px;
  margin-top: 15px;
  text-shadow: 1px 1px 2px #391B01;
}
.reveal-modal h2 {
  font-weight: 200;
  font-size: 28px;
  letter-spacing: -1px;
  margin-bottom: 2px;
  color: #ffffff;
}
.reveal-modal p {
  color: #ffffff;
  text-shadow: 1px 1px 2px #391B01;
}
.reveal-modal p span {
  color: #DE392C;
  text-shadow: 1px 1px 2px #391B01;
}
.reveal-modal .close-reveal-modal {
  font-size: 40px;
  line-height: .5;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
  font-weight: 300;
  cursor: pointer;
}
.reveal-modal .close-reveal-modal:hover {
  color: #DE392C;
}
.mt30 {
margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .reveal-modal {
  	top: 10%;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 34px;
	margin-left: 8.333333333333332%;
  }
}