
/* Geolocation redirect Popup */

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
height:  100%;
}
.cnt223{
   min-width: 500px;
   width: 600px;
   min-height: 120px;
   margin: 0 auto;
   background: white;
   position: relative;
   z-index: 103;
   padding: 30px 30px;
   border-radius: 0px;
   box-shadow: 0 2px 5px #000;
   text-align: center;
   top: 50%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
.cnt223 p{
clear: both;
    color: #555555;
    font-size: 20px;
    font-family: sans-serif;
    margin:  0;
}

.cnt223 h3 {
  margin:  0;
      font-size: 20px;
          line-height: 30px;
}
.cnt223 p a.popup-link{
    display: block;
    width: 300px;
    padding: 1.25rem 2rem;
    margin: 0 auto;
    background: #f78f1e;
    border-radius: 3px;
    color: var(--white);
    font: 600 0.75em/1.25 'Montserrat', Arial, sans-serif;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-align: center;
    float: none;
    text-align: center;
    text-shadow: none;
    opacity: 1;
}

.cnt223 p a.permclose{
    display: block;
    margin: 14px 0px 0px 0px;
    font-size: 17px;
}

.cnt223 p a.close.popup-link {
    background: none;
    color: #f78f1e;
    margin-top: 10px;
    text-decoration: underline;
    display: inline-block;
    width: auto;
}

.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}
