/*RHR
14 Apr 18
Yelkotech
*/
#mask { position: absolute; left: 0; top: 0; z-index: 9000; background-color: #000; display: none; }
#boxes .window { position: absolute; left: 0; top: 0; width: 440px; height: 200px; display: none; z-index: 9999; padding: 20px; border-radius: 15px; text-align: center; }
/*#boxes #dialog {
  width:450px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}*/
#boxes #dialog { height: auto; width: 501px; }
.maintext { text-align: center; font-family: "Segoe UI", sans-serif; text-decoration: none; }
#lorem { font-family: "Segoe UI", sans-serif; font-size: 12pt; text-align: left; }
#popupfoot { font-family: "Segoe UI", sans-serif; font-size: 16pt; padding: 10px 20px; }
#popupfoot a { text-decoration: none; }
.agree:hover { background-color: #D1D1D1; }
.popupoption:hover { background-color: #D1D1D1; color: green; }
.popupoption2:hover { color: red; }
#pref2_close { height: 0; position: relative; width: 100%; z-index: 2147483647; }
#pref2_close a, #pref2_close a:hover { border-bottom: none; color: #151410; text-decoration: underline; opacity: 1; }
#pref2_closeLink { position: absolute; top: -20px; right: -15px; display: block; outline-style: none; margin: 0; padding: 0; text-decoration: none; width: 40px; height: 40px; background: url("../images/closebtn.png") no-repeat; }
/*sideBanner*/
.sideBanner { height: auto; position: fixed; left-side: 0; bottom: 0%; width: 175px; z-index: 15; }
.sideBanner img { height: auto; width: 100%; }

@media (max-width:767px) {
#boxes #dialog { height: auto; width: 87%; left: 6%!important; }
.sideBanner { display: none; }
}
