/* News Popup Css*/
.customPopupOverlay{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,.65);
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    z-index: 8040;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.customPopupCotainer{

    position: relative;
    width: 540px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
    border: 1em solid #fff;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background:#FFF;	margin:auto; 
}
.customPopupCotainer iframe{width: 100%;height: 465px;overflow-y: hidden; overflow-x: hidden;}
.customPopupEmail{box-shadow: inset 2px 2px 0 #888;margin:10px auto;font-size: 16px;width: 77%;max-width: 250px;height: 40px;padding: 0 6px;}
.customPopupSubmitButton{ display: block;
    margin: 10px auto auto auto;
    max-width: 400px;
    background: rgba(0,0,0,0.8) !important;
    width: 80%;
    outline: 0 !important;
    border: solid 1px #333 !important;
    color: #FFF !important;
    height: 35px;font-size: 16px !important;
	font-weight: normal !important;
	font-family: verdana !important;
	line-height:18px !important;
	padding: 0px !important;
	border-radius: 0px !important;
	-webkit-border-radius:0px !important;
	-webkit-appearance:none !important;
	}
.customPopupSubmitButton:hover{background-color:#000 !important;}
small{text-align:center;}
.customPopupContentHolder h3{font-family: verdana;font-size: 18px;margin:0px 0px 5px 0;text-align:center; }
.customPopupContentHolder small a{font-size: 13px;padding-top: 5px;display: block;cursor:pointer;color:#000;}
.customPopupForm{text-align:center;}
.customPopupError{color: #F00;border: 1px solid;display: block;padding: 5px;font-size: 13px;display:none;margin-bottom: 10px;}
.customPopupSuccess{color:green;border: 1px solid green;display: block;padding: 5px;font-size: 13px;display:none;margin-bottom: 10px;} 
#newslatterform{text-align:center;}
.customPopupClosebutton{
    color: #FFF;
    height: 24px;
    width: 24px;
    font-size: 16px;
    border-radius: 14px;
    cursor: pointer;
    position: absolute;
    right: -23px;
    top: -24px;
    background-color: #FFF;
    /* border: 2px solid #FFF; */
    /* line-height: 22px; */
    display: block;
    font-family: Arial, serif !important;
    /* text-align: center; */
    /* font-weight: bold; */
    }
.popcontainer.sidbar{width:100%;margin:10px auto;clear: both;}
.popupsidebar{ border: 1px solid #ccc;padding: 10px;}

.popcontainer.afterpost{width: 100%;margin: 10px 0;}.customePopupAfterPost{border:1px solid #ccc;padding:10px;}
.customePopupAfterPost h3{margin:5px 0px !important;}
.customePopupAfterPost p{margin-bottom:5px;}
.popcontainer.afterpost .customPopupSubmitButton,.popcontainer.sidbar .customPopupSubmitButton{height: 35px;font-family: 'Noto Sans', sans-serif !important;}.overlayhide{display:none;}.overlayshow{}

@media screen and (max-width: 480px)
{
.newspop{width:300px;}
.customPopupClosebutton{padding: 1px 0px 2px 1px !important;}
.customPopupSubmitButton{font-size:12px !important;}
}
@media only screen and (max-device-width: 480px)
{
.customPopupClosebutton{padding: 1px 0px 2px 1px !important;}	
}
/* End Popup Css */