/* The Modal (background) */
.brochure-modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  opacity: 0.95;
  z-index:9999999;
}

/* Modal Content */
.brochure-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.brochure-close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.brochure-close:hover,
.brochure-close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

div.brochure-container div.brochure-img, div.brochure-container div.brochure-form{
    float: left;
    width: 50%;
}
div.brochure-container div.brochure-img img{
    float: right;
    margin-top: 36px;
}
a.brochure-container-button, button.brochure-container-button {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial, sans-serif;
    font-size: 14px;
    text-align: center;
    background: #333 !important;
    border: 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 10px !important;
}
div.brochure-container div.brochure-form form input,
div.brochure-container div.brochure-form form textarea
{
    background:white;
}