
.map_lightbox, .map_lightbox_close, .map_lightbox_back, .map_lightbox{
    position: fixed;
    z-index: 9999;
}
.map_lightbox_close
{
    z-index: 99999;
    top: 10px;
    margin:5px;
    right:45px;
    background-image: url(../close-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 38px;
    height: 38px;
    display: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.map_lightbox_back{
    background-color: #000;
    display:none;
    top: 0%;
    left:0%;
    opacity: 0.9;
    width:100%;
    min-width:1010px;
    height:100%;
}

.map_lightbox{
    left: calc(15%);
    display:none;
    top:10%;
    z-index: 9999;
    border: 1px solid #333;
    padding: 10px 7px;
    background-color: #fff;
    width:70%;
    border-radius: 5px;
    padding:15px;
}
.map_lightbox input, .map_lightbox textarea{
    width:100%!Important;
    background-color: #ffffff;
    border-color: #727272;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    color: #303030;
    padding: 15px;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 20px;
    line-height: 17px;
    height: 50px;
}

.map_lightbox textarea{

    height: 100px;
}

.map_lightbox button{
    background-color: #f2f2f2;
border-color: #000000;
border-width: 0px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
color: #000000;
font-family: Raleway;
font-size: 12px;
font-style: normal;
font-weight: 600;
letter-spacing: 0px;
text-transform: uppercase;
height: 49px;
line-height: 49px;
padding: 0 23px;
margin-bottom: 10px;
}

.map_lightbox button:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.map_lb_models .map_content{
    max-height:540px;
    overflow:auto;
}

.map_lb_models .map_content b{
  font-weight: normal!Important;
    font-size: 12px!Important;
}
.map_lb_models .map_content b a{
    color: red!important;
}
.map_contact_frame{
    width: 30%;
    float:left;
}
.map_contact_frame .map_response{
    text-align: center;
    display:none;
}
.map_contact_frame .map_response img {
    padding:10px;
    max-width: 100%;
}

.map_contact span, .map_contact button{
    display: block;
    margin:5px 0px;
}
.map_lightbox .map_lb_models{
    width: 70%;
    float:left;
    padding: 0px 15px 0px 15px;
}


.map_lightbox_btn{
    position: fixed;
    bottom: 15px;
    left: 95%;
    z-index: 999;
    border: 1px solid #333;
    padding: 10px 7px;
    background-color: #fff;
    cursor:pointer;
    font-size: 12px!important;
}
.map_lightbox_btn:hover{
    background-color: #eee;
    border: 1px solid #fff;
}

#map_f_loader{
    display:none;
}

.map_contact input:disabled, .map_contact textarea:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.map_contact .map_error{
    border: 1px solid red;
}