/* POP UPS */
#popups{
	margin: 0;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	display: block; 
	font-family: lato-light;
}
#popups h3 {
    position: relative;
    display: block;
    top: 0;
    margin: auto;
    font-size: 32px;
    left: 0;
    right: 0;
    text-align: center;
}
.mapholder {
	position: fixed;
	display: none;
	left: 0; top: 0; right: 0;
	margin: auto;
	margin-top: 30px;
	width: 80%;
	height: 80%;
	padding: 100px 20px 20px 20px;
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #b5b5b5;
	background-color: #fff;
}
#popups .mapholder h3 {
	padding-top: 28px;
	position: absolute;
}
.mapholder #map {
	position: relative;
	display: block;
	margin: auto;
	border:0;
	width: 0; height: 100%;
}
.popup-closer {
	position: fixed;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.35);
	z-index: 100000;
}
.hidden-popup {
	display: none;
}
.popup-window {
	display: block !important;
	z-index: 2 !important;
	position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 8px;
    background-color: #f2f2f2;
}
.popup-border {
    position: relative;
    display: block;
    padding: 30px;
    height: 100%;
    width: 100%;
    margin: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    text-align: center;
}

.popup-message {
	margin-bottom: 30px;
}

.popup-close-btn {
	cursor: pointer;
	z-index: 1;
	text-decoration: none;
}

.midBorders {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

#modal-load {
    display:    none;
    position:   fixed;
    z-index:    99999999999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
		url(../imgs/loading.gif)
                50% 50% 
                no-repeat;
}

/* FIM DOS POPUPS */