@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

* {margin: 0; padding: 0; border:0; -webkit-tap-highlight-color:rgba(0,0,0,0);}

body{
	background-color: white;
	-webkit-user-select:none;
  -webkit-text-size-adjust:none;
  color: #000000;
  min-height: 480px;
/*  font-family:Helvetica, san-serif;*/
	font-family: "Noto Sans", "Noto Sans CJK TC", sans-serif;
}

.body_care {
	background-color: #ffffff;
	color: #666666;
}

div {
/*	width:100%;*/
}

img {
	border: 0;
}

table {
	width:100%;
	padding:0;
	border:0;
	spacing:0;
}

#banner {
	position: relative;
	top: 0px;
	left: 0px;
	z-index:10;
	text-align: center;
}

.banner {
	height:50px;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,142,142,1)),color-stop(2%,rgba(255,142,142,1)),color-stop(2%,rgba(255,47,47,1)),color-stop(96%,rgba(155,2,2,1)),color-stop(96%,rgba(27,26,24,1)),color-stop(98%,rgba(27,26,24,1)),color-stop(98%,rgba(64,62,56,1)),color-stop(99%,rgba(64,62,56,1)),color-stop(99%,rgba(63,61,55,1)),color-stop(99%,rgba(255,47,47,1)),to(rgba(63,61,55,1)));
	background: -webkit-linear-gradient(top, rgba(255,142,142,1) 0%,rgba(255,142,142,1) 2%,rgba(255,47,47,1) 2%,rgba(155,2,2,1) 96%,rgba(27,26,24,1) 96%,rgba(27,26,24,1) 98%,rgba(64,62,56,1) 98%,rgba(64,62,56,1) 99%,rgba(63,61,55,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,142,142,1) 0%,rgba(255,142,142,1) 2%,rgba(255,47,47,1) 2%,rgba(155,2,2,1) 96%,rgba(27,26,24,1) 96%,rgba(27,26,24,1) 98%,rgba(64,62,56,1) 98%,rgba(64,62,56,1) 99%,rgba(63,61,55,1) 100%);
}

.body_care .banner {
	height:60px;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),color-stop(97%,rgba(255,255,255,1)),color-stop(97%,rgba(151,151,151,1)),to(rgba(151,151,151,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 97%,rgba(151,151,151,1) 97%,rgba(155,151,151,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 97%,rgba(151,151,151,1) 97%,rgba(155,151,151,1) 100%);
}

#footer{
	position:absolute;
	bottom:-1px;
	/*height:48px;*/
	z-index:10;
}

#toolbar{
	bottom:-1px;
background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(131,131,131,1)),color-stop(2%,rgba(94,94,94,1)),color-stop(2%,rgba(67,67,67,1)),color-stop(50%,rgba(30,30,30,1)),color-stop(50%,rgba(10,10,10,1)),to(rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(131,131,131,1) 0%,rgba(94,94,94,1) 2%,rgba(67,67,67,1) 2%,rgba(30,30,30,1) 50%,rgba(10,10,10,1) 50%,rgba(0,0,0,1) 100%);
background: -moz-linear-gradient(top, rgba(131,131,131,1) 0%,rgba(94,94,94,1) 2%,rgba(67,67,67,1) 2%,rgba(30,30,30,1) 50%,rgba(10,10,10,1) 50%,rgba(0,0,0,1) 100%);
	z-index:11;
}

#bottom_shadow{
	bottom: 48px;
	height: 36px;
background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(53,50,45,0)),to(rgba(10,10,10,1)));
background: -webkit-linear-gradient(top, rgba(53,50,45,0) 0%,rgba(10,10,10,1) 100%);
background: -moz-linear-gradient(top, rgba(53,50,45,0) 0%,rgba(10,10,10,1) 100%);
	z-index:10;
}

#content, #iscroll {
	float:left;
	width:100%;
	padding:0;
}

#list{
	font-size: 1.1em;
	height: 300px;
	/*overflow-y: scroll;
	-webkit-overflow-scrolling: touch;*/
}

.btn_menu_off,.btn_menu_on,.icon_footer{
	width: 64px;
	height: 48px;
}

.btn_menu_on{
	background-image: url("/xhtml/bimg/shortcut/common/btn-menu-highlight.png");
	background-size: 64px 48px;
}

.bm_section{
	/*margin-top:46px;*/
}

.sectionBar{
	height: 40px;
	background-color: #f2f2f2;
}

.sectionBar2{
	height: 55px;
background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(131,131,131,1)),color-stop(2%,rgba(94,94,94,1)),color-stop(2%,rgba(77,77,77,1)),color-stop(70%,rgba(44,44,44,1)),color-stop(70%,rgba(10,10,10,1)),color-stop(72%,rgba(10,10,10,1)),color-stop(72%,rgba(30,30,30,1)),to(rgba(53,53,53,0)));
background: -webkit-linear-gradient(top, rgba(131,131,131,1) 0%,rgba(94,94,94,1) 2%,rgba(77,77,77,1) 2%,rgba(44,44,44,1) 70%,rgba(10,10,10,1) 70%,rgba(10,10,10,1) 72%,rgba(30,30,30,1) 72%, rgba(53,50,45,0) 100%);
background: -moz-linear-gradient(top, rgba(131,131,131,1) 0%,rgba(94,94,94,1) 2%,rgba(77,77,77,1) 2%,rgba(44,44,44,1) 70%,rgba(10,10,10,1) 70%,rgba(10,10,10,1) 72%,rgba(30,30,30,1) 72%, rgba(53,50,45,0) 100%);
	z-index: 3;
}

.sectionTitle,.sectionTitle2{
	font-size: 16px;
	letter-spacing: 2px;
	padding: 8px 0px 5px 12px;
/*	width: 100%;*/
	height: 40px;
}

.svc_title {
	width: auto;
	margin: 0;
	font-size: 18px;
/*	line-height:12px;*/
	padding: 0px 10px 5px 0px;
}

.sectionAppList{
	position: relative;
	padding: 0px 0px 0px 0px;
	/*top: -10px;*/
}

.svcSeperator{
	height: 10px;
}

.svcBottomShadow{
	bottom: 0px;
	height: 2px;
	background-color: #f2f2f2;
}

.sectionBarBottomShadow{
	position: absolute;
	bottom: 0px;
	height: 23px;
background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(53,50,45,0)),to(rgba(30,30,30,1)));
background: -webkit-linear-gradient(top, rgba(53,50,45,0) 0%,rgba(30,30,30,1) 100%);
background: -moz-linear-gradient(top, rgba(53,50,45,0) 0%,rgba(30,30,30,1) 100%);
	z-index: 3;
}

.demo_sub{
	height: 41px;
background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(10,10,10,1)),color-stop(20%,rgba(25,25,25,1)),to(rgba(35,35,35,0.5)));
background: -webkit-linear-gradient(top, rgba(10,10,10,1) 0%,rgba(25,25,25,1) 20%,rgba(35,35,35,0.5) 100%);
background: -moz-linear-gradient(top, rgba(10,10,10,1) 0%,rgba(25,25,25,1) 20%,rgba(35,35,35,0.5) 100%);
}

.icon_img{
	-webkit-border-radius: 13px;
/*	-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);*/
	border-radius: 13px;
/*	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);*/
}

.icon_service, .icon_service_demo{
	width: 70px;
	height: 70px;
}
.icon_service_sub, .icon_service_update{
	width: 40px;
	height: 40px;
}
.icon_service_update{
	position: absolute;
	bottom: -8px;
	left: -8px;
}
.icon_service_demo{
	height: 29px;
}
.icon_service_new{
	width: 58px;
	height: 30px;
}

.icon_banner_logo{
	width: 50px;
	height: 45px;
}

.body_care .icon_banner_logo{
	padding: 9px 10px;
	width: 110px;
	height: 37px;
}

.icon_banner_back, .icon_banner_lang{
	width: 67px;
	height: 26px;
}

.body_care .icon_banner_lang{
	padding: 15px 16px;
	width: 26px;
	height: 26px;
}

.icon_div{
	width: inherit;
	height: inherit;
}

.app_thumbnail{
	position: relative;
	width: 76px;
	height: 71px;
}

.app_is_sub, .app{
	width: 100%;
  height: 100%;
  position: absolute;
  top: 2px;
  left: 18%;
}

.app_is_sub{
	position: relative;
	top: -6px;
	left: -3px;
	text-align:right;
	z-index:2;
}

.app_is_new{
	position: relative;
	top: -8px;
	left: -1px;
	text-align:right;
	z-index:2;
}

.app_is_update{
	position: relative;
	text-align:left;
	z-index:2;
	margin:0px auto;
}

.app_desc{
	color: #888888;
	font-size:12px;
	line-height:14px;
}

.option_desc{
	background-color:#f2f2f2;
	font-size:12px;
	line-height:14px;
}

.promo_font,.small_font {
	font-size:0.6em;
	line-height:14px;
}

.promo_font_bb {
	font-size:0.7em;
	line-height:12px;
}

table.appList{
	width: 100%;
}

table.appList td{
	/*padding: -5px;*/
}

.sAppListTable{
	table-layout: fixed;
}
.sAppListTablediv{
	word-wrap:break-word
}

.sAppListOL {
	display: inline-block;
  width: 100%;
}

.sAppListLI {
	display: inline-block;
	text-align: center;
  float: left;
  width: 30%;
}

.add_to_hs_word{
	font-size:0.8em;
	text-align: center;
	height: 20px;
}

.promo_grid{
	background:url('/xhtml/bimg/shortcut/common/div-grid.png');
	background-size: 750px 750px;
	background-position:center;
	/*position:absolute;*/
	margin-top: -10px;
}

.promo_banners, .promo_btn{
	position:absolute;
	height:100%;
	width:100%;
}

.promo_banners {
	overflow: hidden;
}

.promo_banner{
	position:absolute;
	/*text-align: center;*/
}

.line_divider{
background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(19,17,16,1)),color-stop(50%,rgba(19,17,16,1)),color-stop(50%,rgba(95,94,93,1)),to(rgba(95,94,93,1)));
background: -webkit-linear-gradient(top, rgba(19,17,16,1) 0%,rgba(19,17,16,1) 50%,rgba(95,94,93,1) 50%,rgba(95,94,93,1) 100%);
background: -moz-linear-gradient(top, rgba(19,17,16,1) 0%,rgba(19,17,16,1) 50%,rgba(95,94,93,1) 50%,rgba(95,94,93,1) 100%);
	height: 2px;
	margin: 10px 0 10px 0;
}

.spinner{
	display:block;
	margin:22px auto 0 auto;
	width:20px;
	height:20px;
	background-image:url('/xhtml/bimg/shortcut/common/Spinner.png') ;
	text-align:center;
}

/* iScroll4 */
#wrapper {
    background: none repeat scroll 0 0 ;
    left: 0;
    overflow: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
#scroller {
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#scroller ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
#scroller li {
    background-color: #FAFAFA;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
#myFrame {
    left: 0;
    position: absolute;
    top: 0;
}

#svc_items_box {
    display: -ms-flex;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    -ms-flex-direction: row;
    -moz-box-flow: row wrap;
    -webkit-flex-flow: row ;
    -webkit-box-orient: horizontal;
    flex-flow: row wrap;

	width: 100%;
}

.button_banner_icon {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a3a5a8), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #a3a5a8 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a5a8', endColorstr='#000000');
	background-color:#a3a5a8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
/*	border:1px solid #d8d8d8;*/_
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:10px 50px;
	text-decoration:none;
}

.svc2_box {
	width: auto;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.svc2_box2 {
	width: auto;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
}

.svc2_title {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px 5px 0px;
}

.body_care .svc2_title {
	color:#000000;
}

.svc2_title_sub {
	font-size: 16px;
}

.body_care .svc2_icon_wrapper, .body_care .svc2_next_wrapper {
	background-color: #eeeeee;
}
.svc2_icon_wrapper {
	padding:20px 0px 20px 0px;
	background-color: #F2F2F2;
}
.svc2_next_wrapper {
	padding:5px 0px 0px 0px;
}
.svc_icon_wrapper {
	background-image: url('/xhtml/bimg/shortcut/banner_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 160px;
	margin-bottom:1px;
}

.svc2_desc_short {
	padding: 0px 10px 0px 0px;
	color: #888888;
	font-size:12px;
	line-height:14px;
}
.svc_desc_short {
	color:#000000;
}

.body_care .svc2_desc_short {
	color:#666666;
}

.svc2_desc_long {
	width: auto;
	margin: 0;
	font-size: 17px;
	padding: 0px 0px 0px 5px;
	line-height: 23px;
}

.svc2_pricing_div {
	margin: 20px 15px 0px 15px;
	width:auto;
}

.body_care .svc2_pricing_div {
	border:1px;
	solid #c8c8c8;
}

.body_care .svc2_pricing_div .pricing {
	color:#000000;
}

.svc2_pricing_div .monthly {
	font-size:14px;
}

.svc2_table, .svc2_table tr, .svc2_table td{
	border: 2px solid #f2f2f2;
	border-collapse: collapse;
}

.svc2_table_title td {
	border: 2px solid #f2f2f2;
	padding: 8px 0px;
	font-size: 16px;
	text-align: center;
}

.svc2_table_subtitle td {
	padding: 8px 4px;
	font-size: 15px;
	text-align: left;
}

.svc2_table_detail1 td, .svc2_table_detail2 td {
	border: 2px solid #f2f2f2;
	padding: 8px 3px;
	font-size: 15px;
	text-align: center;
}

.svc2_table_clear {
	border: 0px solid !important;
}

.svc2_table_detail1 td {
	color: #888888
}

.svc2_table_tc, .svc2_table_tc td{
	font-size: 12px;
}

.svc2_table_detail2 td{
	color: #888888
}

.svc2_table_detail_small{
	font-size: 0.8em;
}

.svc2_shadow {
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(10,10,10,1)),to(rgba(53,50,45,0)));
	background: -webkit-linear-gradient(top, rgba(10,10,10,1) 0%,rgba(53,50,45,0) 100%);
	background: -moz-linear-gradient(top, rgba(10,10,10,1) 0%,rgba(53,50,45,0) 100%);
  height: 8px;
  z-index: 10;
}

.body_care .svc2_shadow {
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(176,176,176,1)),to(rgba(247,247,247,0)));
	background: -webkit-linear-gradient(top, rgba(176,176,176,1) 0%,rgba(247,247,247,0) 100%);
	background: -moz-linear-gradient(top, rgba(176,176,176,1) 0%,rgba(247,247,247,0) 100%);
}

.svc2_btn {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  background: #e80d0d;
  padding: 6px 10px 6px 10px;
  text-align: center;
  text-decoration: none;
  width: 123px;
}

.center_img {
    display:block;
    margin:auto;
}

.body_care .img_shadow {
	box-shadow: 3px 3px 15px 2px #999999;
}

.svc2_video_img {
	border:1px solid white;
}

.wrapper1_slide, .wrapper2_slide {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.alert_wrapper {
	top:50%;
	left:50%;
	position: absolute;
}

.wrapper1, .wrapper2 {
	margin: 0;
}

#scroller1, #scroller2 {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
#scroller2 {
	z-index: 200;
}

#indicator {
	position: relative;
	background-size: 12px 12px;
	-webkit-background-size: 12 12;
	-moz-background-size: 12 12;
	height: 12px;
	margin: 8px auto;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozOEUzMzU0NUQxNjJFMzExQUEzRjhFQ0VFNTI2QUE4MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRkNERUIyRDY4OEMxMUUzQjkxN0ZBRDRDMkFFMzA0RiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRkNERUIyQzY4OEMxMUUzQjkxN0ZBRDRDMkFFMzA0RiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFCQTVGMjhGMTY2N0UzMTFBQTNGOEVDRUU1MjZBQTgyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM4RTMzNTQ1RDE2MkUzMTFBQTNGOEVDRUU1MjZBQTgyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+dlmu+wAAALxJREFUeNpi/P//PwMtARMDjcGoBQNvAQuR6oyBOAqILYH4OxAfAeIFQHyfoE5QMsWDmYF4wn/s4CcQZxLQT9CC9v+EgRM+MxjxZDRpIL4HxGwEAgEUTKpA/JfUSA4nwnAQUITGDcmpSI6ExKJOjgUfSbDgIzkWHCfS8L/QZEtWMj1DRCpqpySZqgDxQzyGnwRiNkosAGEJIJ4DxN+QDH4FdTknIf2MJFY4xtCi4hqxGhhHa7RRCygGAAEGAMMWpxIywfa8AAAAAElFTkSuQmCC);
	z-index: 300;
}

#dotty {
	position: absolute;
	background-size: 12px 12px;
	-webkit-background-size: 12 12;
	-moz-background-size: 12 12;
	width:12;
	height:12;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozOEUzMzU0NUQxNjJFMzExQUEzRjhFQ0VFNTI2QUE4MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRkNERUIzMTY4OEMxMUUzQjkxN0ZBRDRDMkFFMzA0RiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRkNERUIzMDY4OEMxMUUzQjkxN0ZBRDRDMkFFMzA0RiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFCQTVGMjhGMTY2N0UzMTFBQTNGOEVDRUU1MjZBQTgyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM4RTMzNTQ1RDE2MkUzMTFBQTNGOEVDRUU1MjZBQTgyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0d4eugAAAdpJREFUeNrMlt9Hg2EUx9texhhjRIwxxhgjRnQ1YlejqxH9AaM/oKtdRVlidNVVVxFRSomuYhdZYiklYkQ0ZV0lxihv34fvO8fT8/66iA4f77vjPOc85zznOe8itm1P/KVEQ9pPg1yoFSoDD/JgC7zYv+URrICUl4+IS4nioAXq4B0cgGtwDyxmUgZV/l4D60EzSIMuGIJlEPfYYYoZKtkHMd1GX6Cc3YABmPEpn6QGRmDXL8A2DcuavgRaoAPOWfusZrPETOpuAYo0aAmdBTZts4zoVPposyESpgCqll9gUuiatr/MCfsydYumAM/gVDvsUYAAT8zUyVid37HjJyraMsM2dGQBxAJcpSyY5fs327mg3+Q0n29iYSbEfc2L977wNw5g8ZkUhh8hAkjbpPA3DtA37PoyoHNVlgstm77pJt/xgCyh6wY45Kawz1C3Y+qiVb3FQI7d5SZX2nhw2rpqCuC0ZQ8khX6KN3woHA/oLK5tZshKWG6jokEHZ6bBxZFRcBl6Pa6teM0ixSENO6yp36AriTI2/IadM1H3uEClvEEnul2FpVPyqQ85rwAOasGrdqiqqx40XdswWX2/aI4kwDyo8VtcZN/fcqwcgRMvB5H/9q8itPwIMADTWIVxUHFfVQAAAABJRU5ErkJggg==);
}

.table_border, .table_border tr, .table_border td {
	border: 2px solid #f2f2f2;
	border-collapse: collapse;
	padding: 0px;
	text-align: center;
}

.table_break {
	word-wrap:break-word;
	word-break:break-all;
}

.icon_service2 {
	width: 90px;
	height: 90px;
	-webkit-border-radius: 18px;
/*	-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);*/
	border-radius: 18px;
/*	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);*/
}
.icon_service_care {
	width: 66px;
	height: 66px;
	-webkit-border-radius: 14px;
	-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
	border-radius: 14px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

.sectionTitle_sub{
	color:#b3b3b3;
}

.doctopbar {padding: .5em 0em; font-size: 1.5em;}
.doctopbar .title {text-align: center; display: block; font-weight: bold; }
.doctopbar .leftnav {position: absolute; z-index: 1; text-decoration: none; display: none;}
.doccontent {display: block; margin: 2em .5em;}
.doccontent div,u {min-height: 1em;}

.checkbox {
	font-size: 18px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
}

.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox__indicator {
	position: absolute;
	top: 0px;
	left: 0;
	width: 30px;
	height: 30px;
	background: #EDEDED;
	border-radius: 5px;
}

/* Checked state */
.checkbox input:checked ~ .checkbox__indicator {
	background: #62D96A;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #0e647d;
}

/* Disabled state */
.checkbox input:disabled ~ .checkbox__indicator {
	pointer-events: none;
	opacity: .6;
	background: #EDEDED;
}

/* Check mark */
.checkbox__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.checkbox input:checked ~ .checkbox__indicator:after {
	display: block;
}

/* Checkbox tick */
.checkbox--checkbox .checkbox__indicator:after {
	top: 5px;
	left: 11px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border: solid #fff;
	border-width: 0 3px 3px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

#alert {
	position: fixed;
	top:0;
	left:0;
	z-index:100;
	height:100%;
	width:100%;
}

#alert_close {
	position: fixed;
	top:10px;
	right:10px;
	z-index:999;
	//height:100%;
	//width:100%;
	background-size: 26px 26px;
	-webkit-background-size: 26 26;
	-moz-background-size: 26 26;
	color: black;
	width:26px;
	height:26px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAA0CAYAAAAnpACSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozOEUzMzU0NUQxNjJFMzExQUEzRjhFQ0VFNTI2QUE4MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBNUM0NUYwMDY4OTgxMUUzQjc4NkJFQkM1MDZFRDc2OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBNUM0NUVGRjY4OTgxMUUzQjc4NkJFQkM1MDZFRDc2OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM0NjZGQjlDOEQ2OEUzMTFCOTAxREE0NUVBODM4MzYzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM4RTMzNTQ1RDE2MkUzMTFBQTNGOEVDRUU1MjZBQTgyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+i87EiwAAAu9JREFUeNrs2k+IElEcB/CffxAPQiDipYuHYNUuQRB28+ZhIQiCOnUXEaGbmCcRYQ8LnrwoQqcWgiDYsyKCFsh2CUzERAg6iBSKumJO7+fOq3WaWcc3f9YZ/MEXxJXhffb53vzUZ+E4DkTKRvKE5BnJEckD/rnbqt8kn0m+krwj+cA/t1EWEQwO/g3JI9jf+kTyksf9LavgRa9ILvYcAvz4Lvjx/iucGT4nnDHrhBro2+w5yVswbr0gOUOMgzzokdw1MKZLct/K71hGhmDdQwdijsEcdYyYhybBPMY185M8uGMCzAIxnElm5r+b5gFjGky73YZyuaz8RtHtQqlUgtVqxXwNu1JILpeD+Xy+TjQaZYZks1mYTqfrxGIxsFqt+s3MdQhWtVqFQqGgCIJVr9fX12GZISZMp9PZgNDaFSSE0KrVakwgJsxoNILFYiH6N7kgKQit4XAIy+VSe0woFIJEIiH5vt4G6vV6N0KCwSAkk0lwOBz6rBlWEEIymYzqEMVb864gLSGKt2YKwsrn86ILFkFYkUhEUwj9QkOV3qzZbEqC1v81u11yQasBURUjByRWfr8fUqmUYojqvdm2NaQlRJNGUy5IbYhmXbPX6906SDmvuXUMvSEKWx1h0ZZlbzEUMplMZL2etTnVHLMrRAuQVQ8ILvZ4PM7cy+nWAciB0F0Lb5zbOgXWD3iKZ6bf78uGqNFta4ZBCPZaciFqfXxQHTMYDJggWoOYMG63GzwejyRETtO4DRQIBPTBuFwuSKfT4PP5RCFOp1NR64ObQDgc1m/NCEG7QqRArJB1Kf0Nbjwec8VikZvNZoqu02g0uEqlougahy/ODxidML9MYpkg5odJMN8R0zIJpoWYc5Ngzumhhi9w9Vu6Uesb3rdxZvDr/NcGn5UkOujWfEZyalDIKT/+jVNNNpIUyaVBTjNd8uO1UcN1DM0Rycc9h+D4gsKxW2441vgUrg4J4cawD0dSWvxCx7fUexA51vhHgAEAFQuljLhjn10AAAAASUVORK5CYII=);
}

.alert_background{
	position: fixed;
	height:20%;
	background-color: #000000;
  opacity: 0.9;
}

.ul_hyphen li:before{ content:"-"; position:relative; left:-5px;}
.ul_hyphen li{ text-indent:-5px;list-style: none; }
ul {margin-left:18px;}

.superscript { position: relative; top: -0.5em; font-size: 80%;}

#owl-list1 .item{
	margin: 3px;
}
#owl-list1 .item img{
	display: block;
	width: 90%;
	height: auto;
}

#owl-list2{
	z-index: 300;
}
#owl-list2 .item{
	margin: 3px;
	z-index: 300;
}
#owl-list2 .item img{
	display: block;
	width: 90%;
	height: auto;
	z-index: 300;
}

.iScrollVerticalScrollbar {
  bottom: 2px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 2px;
  width: 7px;
  z-index: 9999;
}
.iScrollIndicator {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	background:rgba(0,0,0,0.5);
	border:1px solid rgba(126,126,126,0.9);
	border-radius:3px
}

.bubbleBoldText{
	font-weight:bold;
	font-size:110%
}

.menu_title{
	font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 0px;
  width: auto;
}

#page_reg {
	padding: 15px;
	width: auto;
	align: center;
}

#page_reg_inner {
	margin-right: auto; margin-left: auto;
/*	width: 98%;*/
}

.button_submit {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a3a5a8), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #a3a5a8 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a5a8', endColorstr='#000000');
	background-color:#a3a5a8;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:inline-block;
	color:#ffffff;
	font-weight:normal;
	padding:5px 60px;
	text-decoration:none;
}

.button-list {
  bottom: 0px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100;
  background: white;
}
.button-list button {
  background: none repeat scroll 0 0 #e80d0d;
  color: #FFFFFF;
  text-align: center;
  -webkit-border-radius: 70;
  -moz-border-radius: 70;
  border-radius: 70px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  width: 100%;
  outline:none;
}

input[type='radio'] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
//    border:1px solid #fbfbfb;
    border-radius:50%;
    outline:none;
//    box-shadow:0px 0 5px 0px gray inset;
    background:#EDEDED;
}
input[type='radio']:hover {
//    box-shadow:0px 0 5px 0px gray inset;
}
input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;
    border-radius:50%;
}
input[type='radio']:checked:before {
    background:#62D96A;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    //overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background: #f2f2f2;
    margin: 35% auto; /* 15% from the top and centered */
    padding: 40px 25px 40px 25px;
    width: 70%; /* Could be more or less, depending on screen size */
    border-radius: 15px;
}

.textbox1{
	background-color: white;
	border: none;
  border-bottom: 2px solid #f2f2f2;
  width: 100%;
  font-size: 16px;
  color: gray;
  outline:none;
}

.text-input-wrapper {
//  border:1px solid;
//  padding:1px 6px 1px 1px;
  display:inline-block;
	border-bottom: 2px solid #f2f2f2;
	width:100%;
}
.text-input-wrapper input {
  border:none;
  background:none;
  outline:none;
  padding:0 0;
  margin:0 0;
  font:inherit;
  width:95%;
}
.text-input-wrapper span {
	font-size: 18px;
  cursor:pointer;
  color:#e80d0d;
  font-weight:bold;
  visibility:hidden;
}

.textbox1 {
//	width:90%
}

.aobody .textbox1 {
	border:1px solid #939a9c;
	color:#333333;
}

.doctopbar {padding: .5em 0em;}
.doctopbar .title {text-align: center; display: block; font-weight: bold;color:#000000; font-size: 1.5em;}
.doctopbar .leftnav {position: absolute; z-index: 1; text-decoration: none; display: none;}
.textMsgbox {display: block; margin: .6em 0em;}
.textMsgbox div,u {min-height: 1em;}

.a_link a {
	text-decoration:underline;
	font-size: inherit;
	color: inherit;
}

/** 
 * Checkbox Four 
 */  
.checkboxFour {  
    width: 30px;  
    height: 30px;  
    background: #ddd;  
    margin: 20px 90px;  
  
    border-radius: 100%;  
    position: relative;  
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);  
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);  
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);  
}  
  
/** 
 * Create the checkbox button 
 */  
.checkboxFour label {  
    display: block;  
    width: 20px;  
    height: 20px;  
    border-radius: 100px;  
  
    -webkit-transition: all .5s ease;  
    -moz-transition: all .5s ease;  
    -o-transition: all .5s ease;  
    -ms-transition: all .5s ease;  
    transition: all .5s ease;  
    cursor: pointer;  
    position: absolute;  
    top: 5px;  
    left: 5px;  
    z-index: 1;  
  
    background: #EDEDED;  
  
    -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);  
    -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);  
    box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);  
}  
  
/** 
 * Create the checked state 
 */  
.checkboxFour input[type=checkbox]:checked + label {  
    background: #26ca28;  
}  
