/* CSS Document */
body{
	background:#002F69 url(../images/background-blue.png) repeat-x;
	margin:0;
	padding:0;
	width:100%;
	position:relative;
	font-family:Helvetica Neue, Arial;
}
h1, h2, h3, h4, h5{
	margin:0;
	padding:0;
	border:none;
	color:#333;
}
h1 span{
	width:1px;
	height:1px;
	display:none;
	visibility:hidden;
}
h2{
	font-size:18px;
}
h3{
	font-size:18px;
	margin-left:15px;
}
ul li{
 color: #333;
}
/*  HEADER  */
#header{
	width:960px;
	height:59px;
	margin:0 auto;
	margin-top:34px;
	z-index:9999;
	position:relative;
}
#header-left{
	background:url(../images/header-left.png);
	width:120px;
	height:59px;
	position:absolute;
	top:0;
	left:-4px;
}
#header-rpt{
	background:url(../images/header-rpt.png);
	height:59px;
	position:absolute;
	top:0;
	left:116px;
	right:8px;
}
#header-right{
	background:url(../images/header-right.png);
	width:10px;
	height:59px;
	position:absolute;
	top:0;
	right:-2px;
}
#header-menu{
	position:relative;
}
#header-menu ul{
	position:absolute;
	top:12px;
	left:140px;
}
#header-menu ul, #header-menu ul li{
	list-style-type:none;
	margin:0;
	padding:0;
}
#header-menu ul li{
	float:left;
}
.header-link{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	font-family:helvetica;
	display:block;
	padding:7px 0 13px;
}
.header-link:hover{
	color:#FFB400;
	border-bottom:4px solid #FFA800;
}
.header-logolink{
	background:url(../images/header-logo.png);
	width:68px;
	height:37px;
	display:block;
	position:absolute;
	top:9px;
	left:18px;
}
.header-spr{
	background:url(../images/header-spr.png);
	width:2px;
	height:28px;
	margin:0 22px !important;
	display:block;
}

/*  BANNER  */
#banner{
	width:960px;
	height:353px;
	margin-top:-8px !important;
	margin:0 auto;
	position:relative;
}

/*  CONTENT  */
#content{
	width:960px;
	margin:0 auto;
	z-index:9999;
	position:relative;
}
#content img.center{
	margin:0 auto;
	position:relative;
	display:block;
}
#content-top{
	background:url(../images/content-top.png);
	width:968px;
	margin:-31px 0 0 -4px;
	height:40px;
	display:block;
}
#content-rpt{
	background:#FFF;
	width:920px;
	padding:15px 20px 20px 20px;
	position:relative;
	display:block;
}
#content-left{
	width:575px;
	float:left;
}
#content-left p, #content-left label, #content-right p{
	font-size:14px;
	color:#333;
	line-height:22px;
}
#content-right p{
	margin-left:15px;
}
#content-right{
	width:310px;
	float:right;
}
#content-btm{
	background:url(../images/content-btm.png);
	margin-left:-4px;
	width:968px;
	height:24px;
	display:block;
}
#content-shadow-left{
	background:url(../images/content-shadow-left.png);
	width:4px;
	position:absolute;
	top:0;
	left:-4px;
	bottom:0;
}
#content-shadow-right{
	background:url(../images/content-shadow-right.png);
	width:4px;
	position:absolute;
	top:0;
	right:-4px;
	bottom:0;
}
#content-pns{
	width:310px;
	height:324px;
	margin-top:15px;
	position:relative;
}
#product-panel{
	width:500px;
	margin:0 auto;
	padding:20px;
	margin-bottom:30px;
	border:2px dashed #056839;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 5px 5px 5px #888;
}
#product-panel ul li, #content-why-us ul li ul li{
    font-size: 14px;
    line-height: 20px;
}
#content-why-us ul li{
    font-size: 16px;
    line-height: 20px;
}

/*  FOOTER  */

footer{
	background:url(../images/footer-background.png);
	width:100%;
	height:279px;
	margin-top:10px;
	position:relative;
}
#footer-container{
	margin:0 auto;
	width:1020px;
	height:100%;
	position:relative;
}
#footer-pac-logo{
	margin:20px 0 10px 50px;
}
address{
	font-size:14px;
	font-style:normal;
	color:#a6a6a6;
	line-height:20px;
	margin-left:50px;
}
#copyright{
	margin-top:10px;
	font-size:11px;
	color:#999;
	text-align:center;
}
.ruler{
	width:550px;
	height:1px;
	position:absolute;
	left:235px;
}
.dark-grey{
	background-color:#333;
	top:20px;
}
.light-grey{
	background-color:#999;
	top:21px;
}
.address-spr{
	background:url(../images/footer-spr.png);
	width:170px;
	height:2px;
	position:absolute;
	top:135px;
	left:60px;
}
#footer-technology-suport{
	position:absolute;
	bottom:40px;
	right:50px;
}

/*  GENERAL  */
.clear{
	clear:both;
	width:100%;
}
.center{
	text-align:center;
}
.box{
	padding:10px 0;
	width:450px;
	margin:0 auto;
	background:#CFEDFC;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.rounded {
background:  url(rounded.gif) no-repeat left top;
padding: 5px 7px;
font-size:12px;
-moz-border-radius: 5px;
border-radius: 5px;
width:250px;
}

.rounded2 {
background:  url(rounded.gif) no-repeat left top;
padding: 8px;
-moz-border-radius: 5px;
border-radius: 5px;
width:300px;
height:100px;
}

.rounded3 {
padding: 4px 15px;
-moz-border-radius: 5px;
border-radius: 5px;
font-family:Helvetica;
font-size:15px; 
}

.box-emoney{
    width: 968px;
    height: 312px;
    border-radius: 24px;
    margin: 80px auto 100px auto;
    background-color: #fff
}
.front{
    background-image: url('../images/emoney/emoney.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.box-emoney div{
    max-width: 570px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-emoney div p:nth-child(1), .box-emoney div p:nth-child(2), .emoney table tr td:nth-child(1) p:nth-child(1), .emoney table tr td:nth-child(1) p:nth-child(2){
    font-size: 40px;
    margin: 0;
}
.box-emoney div p:nth-child(2), .emoney table tr td:nth-child(1) p:nth-child(2){
    font-weight: bold;
}
.box-emoney div p:nth-child(3), .emoney table tr td:nth-child(1) p:nth-child(3){
    width: 425px;
    font-size: 14px;
    text-align: center;
    margin: 22px auto;
}
.box-emoney div .btn-detail{
    width: 205px;
    height: 40px;
    border-radius: 30px;
    font-size: 14px;
    background-color: #0053A6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
}
.box-emoney div .btn-detail:hover, .box-emoney div .btn-detail:active{
    text-decoration: none;
}

.emoney table.upper{
    width: 968px;
    margin: 40px auto;
}
.emoney table.upper tr td{
    padding: 10px 30px;
}
.emoney table.upper tr td:nth-child(2){
    padding-left: 60px;
}
.emoney table.upper tr td:nth-child(1){
    color: #fff;
    text-align: center;
}
.emoney table.upper tr td:nth-child(1) p:nth-child(3){
    margin-top: 50px;
}
.emoney table.upper tr td:nth-child(2) span{
    font-size: 12px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.emoney table.upper tr td div:nth-child(2){
    width: 295px;
    padding: 12px 18px;
    border-radius: 10px;
    background-color: #81cae6;
}
.emoney table.upper tr td div:nth-child(2) a img{
    width: 100%;
    height: auto;
}
.emoney .box-emoney{
    overflow: hidden;
    height: 300px;
    margin: 50px auto;
}
.emoney .box-emoney table tr td img{
    height: 270px;
    width: auto
}
.emoney .box-emoney table tr td img.activation{
    height: 200px;
    width: auto
}

.emoney .box-emoney .table-inside tr .title-emoney{
    padding: 10px 0 20px 0;
}
.emoney .box-emoney .table-inside tr .title-emoney{
    text-align: center;
}
.emoney .box-emoney .table-inside tr .title-emoney p.title{
    font-size: 24px;
    font-weight: bold;
}
.emoney .box-emoney .table-inside tr .title-emoney span, .emoney .box-emoney .table-inside tr .desc{
    font-size: 13px;
}
.emoney .box-emoney .table-inside tr .number{
    font-size: 62px;
    font-weight: bold;
    color: #B1E6FA;
    opacity: .84;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 55px;
}
.emoney .box-emoney .table-inside tr .desc{
    padding: 6px 0;
    padding-right: 37px;
}
.emoney .box-emoney .table-inside tr .desc ul, .emoney .box-emoney .table-inside tr .desc ol{
    padding-left: 14px;
    margin-top: 5px;
}
.emoney .box-emoney .table-inside tr .desc ol{
    margin: 2px;
}
.emoney .box-emoney .table-inside tr .desc ol li{
    padding-left: 4px;
}
.d-block{
    display: block;
}