@charset "UTF-8";

.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  box-sizing: border-box;
  background-color: rgb(245,245,245);
  background-color: rgba(245,245,245,0.9);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 420px;
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: -135px;
  right: 35px;
  display: block;
  width: 30px;
  height: 30px;}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

@media only screen and (min-width:1px) and (max-width:1024px){
	.modal a.close-modal {
  	top: -45px;
  	right: 0;
  	width: 15px;
  	height: 15px;
  }
}/* endMedia */
