@charset "utf-8";
/* CSS Document */
/*--modal--*/

.modal-content {
  position: relative;
  display: none;
  width: 90%;
  max-width: 840px;
  padding: 0 0 60px;
  margin: 30px 0;
}
.batten {
  /*width: 100%;
    margin: 0 auto;
    max-width: 640px;*/
  font-weight: bold;
}
.modal-close {
  color: #231815;
  text-align: right;
  font-size: 40px;
  display: block;
  padding: 0 20px 0 0;
}
.modal-close:hover {
  cursor: pointer;
}
.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 50;
	background-color: rgba( 0,0,0, 0.6 ) ;
}
.modal-wrap {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
}
.modal-open:hover {
  cursor: pointer;
  color: #f00;
}
.modal-close:hover {
  cursor: pointer;
  /*color: #f00;*/
}
/*@media screen and (max-width: 56em) {
    .modal-content {
        margin: 10px;
        padding: 60px 40px;
    }
}*/