#user-bar{z-index:999 !important;}

/* INTERNATIONAL WEBSITES POPUP */
#int-overlay{ width:100%; height: 100%; display: none; position: fixed; top: 0; left: 0; z-index: 9999;}
#int_container{ background-color: #FFFFFF; border: 1px solid #E5E5E5; font-family: Arial; font-size: 15px; height: 300px; margin: 0 auto; padding: 20px; position: relative; text-align: center; width: 400px; z-index: 1050; top: 20%; line-height: 20px;}
#int_container p{margin: 15px 0; color: #555555;}
#int-overlay a{ color:#FF0000;}
#int-close { position: absolute; top:10px; right:10px; }
#int-close a{ text-decoration: none; }
#int-img { border:0px; }
.int_modal-backdrop { background-color: #000000; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 1040; opacity:0.8; filter: alpha(opacity=80); width: 100%; height: 100%;}
strong{font-weight: bold !important;}

@media (max-width: 570px) {
   #int_container{max-width: 400px; width: 80%; top: 2%; font-size: 13px; height: 220px; line-height: 15px; padding: 5px;}
   #int-img {max-width: 75px;}
   #int_container p{margin: 5px 0; font-size: 12px;}
}