.franky_mobile_loading{ width: 100px; height: 100px; position: absolute; left:50%; background: url('../images/loader.gif') no-repeat center 0; margin:-50px 0 0 -50px ;z-index:1000;}

.franky_mobile_new_page_content{display: none; position: fixed; width: 100%; top: 0px; bottom: 0px; background-color: #fff; z-index:10}

.switch{ display: inline-block; text-indent:-9999px; width:52px;height:28px;background:#eeeeee;z-index:0;margin:0;padding:0;appearance:none;border:none;cursor:pointer;position:relative;border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px}
.switch:before{content:' ';position:absolute;left:1px;top:1px;width:50px;height:25px;background:#FFFFFF;z-index:1;border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px}
.switch:after{content:' ';height:24px;width:24px;border-radius:50%;background:#FFFFFF;position:absolute;z-index:2;top:1px;left:1px;-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-box-shadow:0 2px 5px #999999;box-shadow:0 2px 5px #999999}
.switchOn,.switchOn:before{background:#4cd964 !important}
.switchOn:after{left:21px !important}
