.popup {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
	text-align: center; 
    width: 550px !important;
    /* height: 84px !important; */
    bottom: 20px !important;
    left: 0%;
	margin-left: 5%;
    color: #A3A3A3 !important;
    line-height: 16px !important;
    padding: 7px 10px !important;
}
	
.popup span a{
	color: #00aeef!important;
}	
	
.popup .popup-close {
    width: 100%;
    float: left;
    background-color: #00aeef;
    text-align: center;
    color: #FFF;
    line-height: 45px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding: 0px !important;
	margin-top: 15px;
	cursor: pointer;
}

@media (max-width: 450px) {
	.popup {
		width: 350px !important;
		bottom: 250px !important;
		left: 0% !important;
		margin-left: 2% !important;
		color: #A3A3A3 !important;
		line-height: 16px !important;
		padding: 7px 10px !important;
	}	
}
@media (min-width: 451px) and (max-width: 768px) {
	.popup {
		width: 350px !important;
		bottom: 20px !important;
		left: 0% !important;
		margin-left: 20px !important;
		color: #A3A3A3 !important;
		line-height: 16px !important;
		padding: 7px 10px !important;
	}	
}