/*6 apr 2016 amended */
#home h2{font-size:17px;line-height:20px;}

#main #hm-mpm{position:relative;margin-top:-5px;height:339px;background:url('/lib/images/blue_bar.png') 0 bottom no-repeat;}
#main #hm-promo{
  display: flex;
	/*height: 450px;*/
	padding: 25px 47px 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
#main #hm-promo img{width:233px;height:147px;}
#main #hm-promo-1,#main #hm-promo-2{margin-right:41px;}
#main #hm-promo div{
	position: relative;
	float: left;
	width: 230px;
/*	height: 364px;*/
  min-height: 350px;
	padding: 12px 15px 0 12px;
	overflow: hidden;
	background: url(../images/pic_bg.png) no-repeat 0 top;
	_background: url('/lib/images/pic_bg.gif') 0 top no-repeat;
	background-image: url(../../lib/images/pic_bg.png);
}
/*.chi #main #hm-promo div{
	font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'Microsoft JhengHei UI', sans-serif;
}*/
#main #hm-promo h2 {margin-top:20px;font-size:18px;color:#004990;text-decoration:none;}
#main #hm-promo h2 a{color:#004990;text-decoration:none;}
#main #hm-promo h2 .speciale{/*font-size:23px;*/ font-size:1.3em; line-height:.7em}
#main #hm-promo p{margin-top:10px;font-size:13px;color:#333333;}
#main #hm-promo p a{color:#333333;text-decoration:none;}
#main .facebook{background-color:#EBEBEB;height:27px;margin-top:30px;}
#main .telline{float:right;font-size:12px;padding-right:20px;line-height:27px}
#main .telline .speciale{line-height:25px}

#main .youtube_icon,
#main .fb_icon{
	float:right;padding-right:12px;margin-top:-8px;
}
.promote {
	text-decoration: none;
}

#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 999999;
}

#popup {
  max-width: 660px;
  width: 100%;
  max-height: 250px;
  height: 100%;
  padding: 40px;
  position: relative;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#popup h2 {
    display: block;
    font-size: 1.3em;
	margin: 0.83em 0px;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#popup p{
  font-size: 16px;
  text-align: left;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

#popup p>a{
	color: #115594;
	text-decoration: none;
}

#close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #000;
}
