.ReaspektPopupOverlay {
	height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
	background-color: #000;
	filter: alpha(opacity=60); 	/*Filter for IE*/
}
#ReaspektPopupBody {
    position: absolute !important;
    padding: 30px 50px;
    left: 0;
    top: 0;
    /*width: 500px;
    min-height: 100%;
    height: 1000px;*/
    z-index: 510;
    background: #fff;
	box-shadow: 0px 0px 15px #000000;
    box-sizing: border-box;
    text-align: left;
    height: auto;
}
#ReaspektPopupBody .ReaspektClosePosition {
	position: relative;
}

#ReaspektPopupBody #ReaspektCloseBtn {
	position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: -44px -50px;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

#ReaspektPopupBody #ReaspektCloseBtn:after {
    content: '\00d7';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    font: 30px / 30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
    transform: rotate(0deg);
    outline: none;
}

#ReaspektPopupContainer {
	max-width: 1000px;
}
.b-locations-top__line{left: 0}