.region-modal {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;		
	z-index: 99999;
  	visibility: hidden;
	opacity: 0;
	background-color:#000;
	display: none;

}

.region-modal.open {
  visibility: visible;
  opacity: 1;	
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.region-modal > div {
	opacity: 1;	
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #0b9062;
    z-index: 99999;
    height: 480px;
    margin-top: -240px;
    width: 400px;
    margin-left: -200px;
    position: relative;
}

.region-modal > div > .wrapper-text {
  display: table;
  margin: 0 7%;
  width: 86%;
}

.region-modal > div > .wrapper-text > h2 {
	font-size: 1.8em;
    line-height: 1em;
    text-align: center;
    margin: 0 auto;
    font: 800 24px Montserrat, sans-serif;
    height: 123px;
    display: table-cell;
    vertical-align: middle;    
    text-transform: uppercase;
}


.region-modal .tancar {
	position: absolute;
	top:20px ;
	right: 6%;
	color:#FFF;
	display: block;
	text-transform: uppercase;
	font: 700 0.9em Montserrat, sans-serif;
}

.region-modal .tancar span {
	text-transform: lowercase;
	padding-left: 4px;
}

.region-modal .tancar:hover {
	opacity: 0.8;
}

.region-modal img + img {
	text-align: center;
	margin: 25px auto 0;
}

.region-modal .wrapper-button {
  position: absolute;
  bottom:6%;
  width: 100%;

}

.region-modal .button {
    text-align: center;
    border-radius: 22px;
    color: #FFF;
    display: block;
    margin: 0 auto;
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */    
    width: -moz-max-content;
    padding: 10px 25px;
    font: 800 16px Montserrat, sans-serif;
}

.region-modal .button:hover {
	opacity: 0.9;
}

@media (max-width: 991px) {
  .region-modal > div {
      height: 360px;
      margin-top: -180px;
      width: 300px;
      margin-left: -150px;
  }
  .region-modal .tancar {
    font-size: 0.7em;
  }  
  .region-modal > div > .wrapper-text > h2 {
    font-size: 1em;
    line-height: 1.2em;
    height: 84px;
  }
  .region-modal img + img  {
    margin: 0.6em auto 0.1em;
  }
  .region-modal .wrapper-button {  
    bottom:4%;
  }
  .region-modal .button  {
    margin: 0.6em auto 0;
    font: 800 14px Montserrat, sans-serif;


  }
}

#main > div:first-child > .highlighted > .container > .region.region-highlighted {
    position: absolute;
    width: 100%;
    max-width: 1140px;
}

#main > div:first-child > .highlighted > .container > .region.region-highlighted .status-messages  {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 77px;
    margin-top: 90px;
}

@media (max-width: 991px) {
  #main > div:first-child > .highlighted > .container > .region.region-highlighted {
    width: 92%;
    left: 4%;
  }
}
