.so_newletter_custom_popup_bg{
    background: #0b0b0b none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042;
}

  
  
  
.popup-close{
    color: #000;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    position: absolute;
    right: 0;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    overflow: visible;
    padding: 0;
    z-index: 1046;
}
.popup-close:hover{
    color: #000;
    opacity: 1;
}
.so-custom-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #279FE0; 
    z-index: 2042;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.popup-title{  
	background-color: #1E91CF;
	color: #fff;
    font-size: 20px;
    line-height: 100%;
    
}

.popup-body{
	padding: 15px;  
	color: #fff;  
}


@media all and (max-width: 359px){
    .so-custom-popup{
        width: 90% !important;
    }
}
@media all and (min-width: 360px) and (max-width: 767px){
    .so-custom-popup{
        width: 80% !important;
    }
}


@media all and (min-width: 768px) and (max-width: 1199px) {
    .so_newletter_popup{
        width: 100% !important;
    }
}
