#popup
{	max-width:500px;
	/*max-height:619px;*/
	width:80%;
	/*height:80%;*/
	/*background:url(../images/bg.jpg) no-repeat;*/
	background-color:#fff;
	color:#fff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	margin:-100% auto 0;
	z-index:99999;
	}
#popup h1
{
	margin:0px;
	padding:0px;
}

#popup button {
    background: red none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: red;
    height: 30px;
    line-height: 5px;
    padding: 10px;
    position: absolute;
    right: -5px;
    width: 30px;
	top:-9px;
	color:#fff;
	cursor:pointer;
	}
	.popup-header img {max-width:100%;}
.popup-container {position:relative}
.ovrlay {background:rgba(0,0,0,0.5);width:100%;height:100%;position:fixed;z-index:9999;left:0;top:0;}
.popup-containt {padding:0px;}
.pop-row {clear:both;float:left;width:100%;}
.popup-logo {margin:0 auto;max-width:133px;}
.popup-cont {width:100%;clear:both;text-align:center;margin-top:10px;}
.popup-cont h3 {font-size:26px;text-align:center;font-family:"OpenSans-Bold",sans-serif;color:#fff;font-weight:normal;margin:0;}
.popup-cont p {marign:0px;color:#fff;font-size:10px;}
.btn-center-pop {margin-bottom:0px;text-align:center;clear:both;position:relative;margin-top:-75px}
.btn-center-pop img {max-width:100%;height:auto}
.popup-un {margin-bottom:10px;}
.popup-un img {max-width:100%;}
.btn-center-pop a {display:inline-block;margin:7px 5px;cursor:pointer; border:0px;background: #89061c; background: -webkit-linear-gradient(#89061c, #f10e29);
    background: -o-linear-gradient(#89061c, #f10e29); background: -moz-linear-gradient(#89061c, #f10e29); background: linear-gradient(#89061c, #f10e29);    padding:7px 15px;color: #fff !important;box-shadow:1px 1px 5px rgba(203,200,193,0.27);font-size:12px;}
/*.btn-center-pop a + a {margin-bottom:159px;margin-top:10px;}*/
.popup-header {min-height:92px;;padding:0;}

.pop-form-box {width:221px;height:181px;background:#000;margin:0px auto 0px;position:relative;padding:10px;}

.vote-btn {background:url("../404.html") no-repeat;width:193px;height:68px;border:none;cursor:pointer;position:relative;z-index:1}
.vote-count {
    clear: both;
    margin-top: 58px;
	margin-bottom:10px;
    overflow: hidden;
}
.popup-header img {

    width: 100% ;
}
@media only screen and (max-width:767px){
.popup-cont {
    
    width: 100%;
}
.popup-cont ul li {font-size:12px;}
.popup-logo {padding: 5px 5px 0;width: 24%;}
.popup-cont h3 {font-size: 16px;}
img.ignore-now {}
.btn-center-pop{margin-top:-40px;}
.btn-center-pop a{margin:1px 1px;font-size:8px;padding:4px 5px}

}