#globe-lightbox {
    position:fixed;
    display: none;
    z-index: 10;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(89, 89, 89, 0.64);
    cursor: pointer;
}

#globe-lightbox a{
    float: left;
    margin-top: 6px;
    margin-left: 15px;
    cursor: pointer;
    color: #000;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    font-size: 31px;
    display: inline-block;
    line-height: 0px;
    padding: 13px 5px;
}

/*#globe-lightbox .content{
	margin-bottom: 2.8em;
}*/

#globe-lightbox .box{
	position: relative;
	display: inline-block;
	margin: 40px auto 0 auto;
	background: #ffffff;
	top: 8%;
	max-width: 90%;
	min-width: 40px;
	min-height: 100px;
        cursor: default;
        width: 350px;
        height: 495px;
}

#globe-lightbox .bar{
    bottom: 0;
    width: 100%;
    background: white;
    text-align: right;
    float: right;
}
#globe-lightbox a{
	cursor: pointer;
        
}
#globe-lightbox a:hover{
    text-decoration: none;
}
#globe-lightbox .bar span{
	vertical-align: middle;
	display: inline-block;
	line-height: 3em;
}

#globe-lightbox .bar span.x{
	font-size: 1.7em;
	line-height: 1.5em;
	margin: -0.08em 0.5em 0 0.1em ;
}

@media screen and (max-width:480px)
{
	#globe-lightbox .box{
		width: 90%;
		min-width: 0;
	}
}