/*POPUP BACKGROUND STYLE*/
.gen_popup_background {
     background-color: black;  
     display:none;  
     height: 100%;
     filter:alpha(opacity=55); /* IE's opacity*/
     left: 0px;
     opacity: 0.55;
     position: fixed;
     top: 0px;
     width: 100%;
     z-index: 99; 
}

/*POPUP CONTENT STYLE*/
.gen_popup_content
{
	display:none;
    position: fixed;
    left:25%;
    top:25%;
    z-index: 110;    
    text-align:center;
}



/*ACQUIRE POPUP*/
.acq_popup_overlay
{
	 background-color: black;  
     display:none;  
     height: 100%;
     filter:alpha(opacity=55); /* IE's opacity*/
     left: 0px;
     background: rgba(0, 0, 0, 0.7);	
     position: fixed;
     top: 0px;
     width: 100%;
     z-index: 99; 
}

.acq_popup
{
	background-image: url(https://greenmadeeasy.com.au/media/ACQ-The-Smart-Group-pop-up-bg-600x399-1.jpg); 
	width: 600px;
	height:399px;
    position: fixed;
    left:50%;
	margin-left: -300px;
    top:25%;
    z-index: 110; 
	
}
	
.acq_popup_content
{
	padding: 80px 60px 0px;	
	position: relative;
}
	
.acq_popup_content p:nth-child(1)
{
	font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    font-size: 16px;
	line-height: 20px;
    color: #ffffff;
}
.acq_popup_content p:nth-child(2)
{
	font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 13px;
	line-height: 17px;
    color: #ffffff;
}
	
.acq_popup_content a
{
	
    border-radius: 23px;
    letter-spacing: 1px;
    font-size: 11px;
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 900!important;
    text-transform: uppercase!important;
    padding:8px 15px!important;
	color:#ffffff;
	text-decoration: none;
}

.acq_popup_content a:hover
{
	background-color: #ffffff !important;
	color:#80c342 !important;
	border-color: #ffffff !important;
}
	
.acq_popup_content a.btn1
{
   	border: 4px solid #80c342;
    background-color: #80c342;
}	
.acq_popup_content a.btn2
{
   border: 4px solid #ffffff ;
    background-color: transparent;
	margin-left: 10px;
}
a.acq_popup_close
{
	font-size: 13px;
	line-height: 13px;
	border-radius: 50% !important;
	padding: 8px 10px !important;
	position: absolute;
	top: 10px;
    right: 5px;
}