

/* ---------------------- Popup ----------------------- */

.popup_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 1em 1em 1.5em 1em;
    background-color: #fff;
    display: none;
    left: 0;
    right: 0;
    overflow: auto;
    position: fixed;
    top: 25px;
    z-index: 99999;
    box-shadow: 0px 0px 15px #4a4a4a;
    -webkit-box-shadow: 0px 0px 15px #4a4a4a;
    -moz-box-shadow: 0px 0px 15px #4a4a4a;
}
.close_b{
	font-family:avenir-book;
	width:25px;
	height:auto;
	float:right;
	display:block;
	font-size:15px;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	margin-right: -14px;
    margin-top: -5px;
}
.close_b a{
	color:#999999;
	text-decoration:none;
}
.close_b a:hover{
	color:#0c6b79;
	text-decoration:none;
}
.check-img {
	margin: 0 0 0.3em 0;
	text-align:center;
}
.bnr-img{
	margin:0.3em 0;
}
.check-img img,
.bnr-img img{
	max-width:100%;
	height:auto;
}
.popup_box h1{
    font-family:inherit;
    font-size: 2.3em;
    color: #0c6b79 ;
    line-height: 1.3;
    font-weight: 700;
	text-align:center;
}
.popup_box h2 {
    font-family:avenir-book;
    font-size: 1.3em;
    color: #3bb7ea;
    line-height: 1.5;
    font-weight: 500;
    margin: 0.35em 0.5em;
	text-align:center;
}

.black_overlay {
    background-color: #000;
    display: none;
    height: 1223px;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.pop_but {
	font-family:avenir-book;
	text-align:center;
	margin: 1em 0 0 0;
	padding:0;
}
.pop_but a{
    display: block; 
	color: #000000;
	font-size:1em;
	font-weight: 700;
	text-align: center;
	padding:0.3em;
	text-decoration:none;
	background-color: #FFFFFF;
	border: 1px solid #0c6b79;
	text-transform: uppercase;
}
.pop_but a:hover {
	background-color:#0c6b79;
	color:#FFFFFF;
	text-decoration:none;
}

@media (min-width:1201px) {
.popup_box{
	width:50%;
}	
}
@media (min-width:768px) and (max-width:1200px) {
.popup_box{
	width:55%;
}
}
@media (min-width:450px) and (max-width:767px) {
.popup_box{
	width:80%;
}
}

@media (min-width:768px) {
.popup-hdg-pdg{
	margin-top:3.5em;	
}
.popup_box {
    padding: 1em 1.5em 1.5em 1em;
    top: 15% !important;
}
}
@media (max-width:767px) {
.popup_box {
	position:absolute !important;
}
}