@charset "UTF-8";
/* CSS Document */

/* Load global CSS  */

body {
	font-size:12px;
	margin:0 AUTO;
	text-align:center;
	background:#fff;
	color:#333;
	width: 100%;
	font-family: 'Century Gothic', sans-serif;
}

.container {
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;

}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.roboto{
    font-family: 'Century Gothic', sans-serif;
}
.c000{
	color: #000;
}
a{
	color:#333;
	text-decoration:none;
	
}

a > img , a , img{
	border:0px;
	
}

.lh13{
    line-height: 1.3em;
}
.opensans {
	font-family:Open Sans;
}

.opensans300 {
	font-family:Open Sans;
	font-weight:300;
}

.opensans400 {
	font-family:Open Sans;
	font-weight:400;
}



.opensans600 {
	font-family:Open Sans;
	font-weight:600;
}

.tal{
	text-align:left;
	
}
.tar{
	text-align:right;
}
.tac{
	text-align:center;
	
}
.pl10{
	padding-left:10px;
	
}

.pr10{
	padding-right:10px;	
}

.ml10{
	margin-left:10px;	
}
.mr10{
	margin-right:10px;
	
}
.mr25{
	margin-right:25px;
}
.px9 {
	font-size:9px;
}
.px10 {
	font-size:10px;
}
.px11 {
	font-size:11px;
}
.px12 {
	font-size:12px;
}
.px13 {
	font-size:13px;
}
.px14 {
	font-size:14px;
}
.px15 {
	font-size:15px;
}
.px16 {
	font-size:16px;
}
.px17 {
	font-size:17px;
}
.px18 {
	font-size:18px;
}
.px19 {
	font-size:19px;
}
.px20 {
	font-size:20px;
}
.px21 {
	font-size:21px;
}
.px22 {
	font-size:22px;
}
.px23 {
	font-size:23px;
}
.px24 {
	font-size:23px;
}
.px26 {
	font-size:24px;
}
.px28 {
	font-size:26px;
}
.px32 {
	font-size:32px;
}
.px34 {
	font-size:34px;
}
.px36 {
	font-size:36px;
}
.px38 {
	font-size:38px;
}
.px40 {
	font-size:40px;
}
.px42 {
	font-size:42px;
}
.px44 {
	font-size:44px;
}
.px46 {
	font-size:46px;
}
.px48 {
	font-size:48px;
}

.pt10{
	padding-top: 10px;
}
.pt15{
	padding-top: 15px;
}
.pt14{
	padding-top: 14px;
}
.pt25{
	padding-top: 25px;
}
.pt20{
	padding-top: 20px;
}
.pt30{
	padding-top: 30px;
}
.mt15{
	margin-top: 15px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}

.pt10{
	padding-top: 10px;
}
.pt15{
	padding-top: 15px;
}
.pt14{
	padding-top: 14px;
}
.pt25{
	padding-top: 25px;
}
.pt20{
	padding-top: 20px;
}
.pt30{
	padding-top: 30px;
}
.mt15{
	margin-top: 15px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt90{
	margin-top: 90px;
}
.clear{
	clear: both;
}
.hidden{
    display: none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear{
	clear: both;
}

.pointer{
	cursor:pointer;

}
.c333{
	color:#333;
}
.c666{
	color:#666;
}
.c999{
	color:#999;
}
.bold{
	font-weight:bold;
}
.letterS2{
	letter-spacing:2px;
}
.letterS1{
	letter-spacing:1px;
}
.mt5{
	margin-top:5px;
	
}
.white{
	color: #fff;
}
.fw100{
    font-weight: 100;
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
/******* css start ********/

.header{
    margin-top: 25px;
    margin-bottom: 30px;
}
.header .logo{
    float: left;
} 
.header .language{
    float: right;
    text-align: right;
} 
.header .language a{
    /*margin-left: 5px;*/
    margin-right: 5px;
}
.header .language a:last-child{
    margin-right: 0px;
}
.header .language img{
    margin-top: 30px;
    cursor: pointer;
}
.header .nav ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none
}
.header .nav ul li{

    list-style-type: none;
    display:inline-block;
    width: 172px;
    margin-right: 22px;
    float: left;
    text-align: left;
    border-top: 3px solid #9F2936;
    padding-top: 8px;
    margin-top: 30px;
    font-size: 15px;
    font-weight: bold;
	
}
.header .nav ul a:last-child  li{
    margin-right: 0%;
    width: 174px;
  
}

.header .nav ul a.active li , .header .nav ul li:hover{
    border-top-color:#9F2936;
    color: #9F2936;
}

.banner{
 
}
.banner .bg{
    height: 364px;  
}
.banner .bg .desc{
    color: #fff;
    text-align: right;
    padding-right: 43px;
    display: table-cell;
    vertical-align: middle;
    height: 364px;
}
.banner .bg .desc h1{
    font-weight: 200;
    font-size: 48px;
    margin: 0px;
    text-shadow: 3px 2px 6px rgba(0,0,0,1);
}
.banner .bg .desc h2{
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
}
.banner .bg .desc h2 a{
    color: #fff;
}
.banner .sections{
    color: #fff;
}
.banner .sections hr{
    opacity: 0.5 ;
    border-style:solid;
    border-width: 0px;
    height: 1px;
    background: #fff;
}
.banner .sections h1{
    margin: 0px;
    font-size: 25px;
    font-weight: 100;
}
.banner .sections h2{
    font-size: 25px;
    font-weight: 100;
}
.banner .sections h3{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: justify;
}
.banner .sections .se1{
    width: 448px;
    background: #9F2936;
}
.banner .sections .se1.link a{
    color: #51576D;
    font-size: 23px;
    font-weight: 200;
}
.banner .sections .se2.link a , .banner .sections .se3.link a{
    font-size: 13px;
    font-weight: 100;
    color: #fff;
}

.banner .sections .se2{
    width: 192px;
    background: #9F2936;
}
.banner .sections .se3{
    width: 192px;
    background: #51576D;
}
.banner .sections table tr td{
    padding: 0px 18px 20px 18px;
    vertical-align: text-top;
    text-align: left;
}

.blue , .error{
    color: #9F2936;
}

.red2 , .red2 *{
    color: #51576D;
    font-size:16px;
    font-weight: bold;

}
#span-small {
    font-size:12px;
    font-weight: 100;
}

.red3 , .red3 *{
    color: #9F2936;
}

.blue2 , .blue2 *{
    color: #51576D;
}
.blue3 {
    color: #9F2936;
}
.c4e4e4e{
    color: #4e4e4e;
}

.orange , .style2 h2 , .style2 a , .style2 h1{
    color: #e35205;
}

.style2 hr {
    margin: 0px;
    padding: 0px;
    border: 0px;
    margin-top: 10px;
    height: 3px;
    background: #e35205;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 145px;
}
.orangeBG{
    background:#e35205;
}

/* main */
.main{
	min-height: 480px;
}
.main .leftMenu{
    float: left;
    width: 219px;
    text-align: left;
}
.main .rightContent{
    width: 732px;
    float: right;
}
.main .leftMenu .headTitle{
    color: #9F2936;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 20px;   /*30*/
    background: #EAEAEA;
    padding-left: 10px;
    line-height: 36px;
    height: 36px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.main .breadcrumb{
    background: #9F2936;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 30px;
    height: 36px;
    line-height: 36px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.main .breadcrumb a{
    color: #fff;
}
.main .leftMenu .categories ul{
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #cecece;
    
}
.main .leftMenu .categories ul li{
    list-style: none;
    border-bottom: 1px solid #cecece;
    color: #999999;
    font-size: 13px;
    line-height: 47px;
    padding-left: 10px;
}
.main .leftMenu .categories ul li ul{
    display: none;
}
.main .leftMenu .categories ul li.active ul{
    display: block;
}

.main .leftMenu .categories ul li ul , .main .leftMenu .categories ul li ul li{
    padding-left: 0px;
    border: 0px;
    line-height: 24px;
} 
.main .leftMenu .categories ul li ul li:last-child{
    margin-bottom: 10px;
}
.main .leftMenu .categories ul li a{
    color: #999999;
    
}


.main .leftMenu .categories ul li:hover , .main .leftMenu .categories ul li.active{
    background: #EAEAEA;
}
.main .leftMenu .categories ul li div:hover  , .main .leftMenu .categories ul li.active > a:first-child{
    color: #9F2936;
}
.main .leftMenu .categories h1{
    font-size: 20px;
    font-weight: 300;
    color: #9F2936;
}

.main .leftMenu .categories ul li .haschild div{
    background-repeat: no-repeat;
    background-position: 90% center;
}

.main .leftMenu .categories ul li.active .haschild div{
    background-repeat: no-repeat ;
    background-position: 90% center ;

}

.main .leftMenu .categories .highline { background: #FCDCE5;}

/* categories2 */
.main .leftMenu .categories2 ul li:hover , .main .leftMenu .categories2 ul li.active{
    background: #fdede5;
}
.main .leftMenu .categories2 .highline { background: #fdede5;}
.main .leftMenu .categories2 ul li div:hover  , .main .leftMenu .categories2 ul li.active > a:first-child , .main .leftMenu .categories2 h1{
    color: #9F2936;
}
/* categories2 */

.main .rightContent .contents{
    list-style: none;
    text-align: justify;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
}
.main .rightContent .contents .style1{
    list-style: none;
    text-align: justify;
    padding-left: 0px;
    font-size: 13px;
    line-height: 20px;
}
.main .rightContent .contents p{
    text-align: justify;
}

.main .rightContent .contents hr{
    margin: 0px;
    padding: 0px;
    border: 0px;
    margin-top: 10px;
    height: 3px;
    background: #9F2936;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 145px;
}
.main .rightContent .contents.voyage hr{
    background: #e35205;
}
.main .rightContent .contents h1{
    font-size: 24px;
    font-weight: 300;
    color: #9F2936;
}
.main .rightContent .contents h2{
    font-size: 18px;
    font-weight: 300;
    color: #51576D;
    line-height: 26px;
}
.main .rightContent .contents.voyage h2{
    color: #51576D;
}
.main .rightContent .contents label{
    display:block;
    clear:both;
    margin-bottom: 5px;
}
.main .rightContent .contents .contactForm select {
    width: 250px;
}
.main .rightContent .contents .contactForm input[type='text'] {
    width: 303px;
    border: 1px solid #dfdfdf;
    padding: 5px;
    
}
.main .rightContent .contents .contactForm textarea {
    width: 660px;
    border: 1px solid #dfdfdf;
    padding: 5px;
    height: 100px;
}
.main .rightContent .contents .contactForm .formCol{
    margin-top: 12px;
    width: 672px;
}
.contents .downloadTab ul {
     padding: 0px;

 }
.contents .downloadTab ul li{
    text-align: left;
    width: 340px;
    list-style: none;
    clear: both;
    display: inline-block;
    margin: 8px 0px 10px 10px; 
}
.contents .downloadTab ul li .left{
    width: 100px;
}
.contents .downloadTab ul li .left img{ 
    border: 1px solid #868686;
}
.contents .downloadTab ul li .right{
    width: 240px;
    text-align: left;
}
.contents .note_desc{
    padding: 10px 15px;  
    border: 1px solid #000;
    margin-top: 20px;
    font-size: 12px;
}
.contents .CurrentNAV{
    width: 386px;
    background: #fdede5;
    
}
.contents .CurrentNAV .head{
    color: #fff;  
    background: #e35205;
    padding: 10px; 
}
.contents .CurrentNAV .data ul{
    padding: 0px;
    margin: 0px;
}
.contents .CurrentNAV .data ul li{
    list-style: none;
    margin: 3px 10px;
    clear: both;
    font-size: 13px;
}
.contents .CurrentNAV .data ul li:last-child{
    margin-bottom: 10px;
}
.contents .CurrentNAV .data ul li .right{
    color: #e35205;
}
.contents .price_download{
    width: 247px;   
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    display: table-cell;
    vertical-align: text-bottom;
    padding:15px 20px;
    font-size: 14px;
    line-height: 24px;
}
.contents .price_download span{
    color: #999999;
    font-size: 13px;
}
.contents .sourceNAV ul{
    padding: 0px;
    margin: 0px;
}
.contents .sourceNAV ul li{
    list-style: none;
    display: inline-block;
    width: 333px;
}
.contents .sourceNAV ul li a{ color: #e35205;}

.contents .team ul{
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}
.contents .team ul li{
    list-style: none;
    border-top: 1px solid #51576D;
    padding-top: 18px;
    padding-bottom: 18px;
}


.contents .team2 ul li{
    list-style: none;
    border-bottom: 1px solid #51576D;
    padding-top: 18px;
    /*padding-bottom: 18px;*/
}


.contents .team ul li .right{
    width: 520px;
    text-align: justify;
}

.contents.voyage .left{
    width: 265px;
    margin-top: 20px;
    text-align: center;
}

.contents.voyage .left img{
    display: inline-block;
    margin-top: 20px;
}

.contents.voyage .right{
    width: 440px;
}

.contents .news ul{
    padding: 0px;
    margin: 0px;
}
.contents .news ul li{
    list-style: none;
    border-top: 1px solid #cecece;
    padding-top: 18px;
    padding-bottom: 18px;
}
.contents .news ul li:last-child{
    border-bottom: 1px solid #cecece;
}
.contents .news .left{
    width: 160px;
}

.contents .news .right{
    width: 550px;
}

.block {
  text-align: center;
}
 
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.table-cell{
    display: table-cell;
}
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}
.line{
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    margin: 15px 0px;
}
.buttonForm {
    background: #51576D;
    color: #fff;
    border: 0px;
    font-size: 13px;
    float: right;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
}
.color333{
    color: #333;
}
/* footer */
.footer{
    margin-top: 50px;
    padding: 20px 0px 20px 0px;
    color: #666666;
    line-height: 18px;
}
.footer a{
    color: #666666;
}

/* pages */
.pages{
		float:right;	
		margin:20px 0 0;
		font-size:12px;
	}
.pages li{
		margin-left:10px;
		float:left;	
		list-style: none;
}
.pages li a{
		text-decoration:none;
		color:#9F2936;
		font-size: 13px;
}

.pages li.pgCurrent a , .pages li a:hover{
    color: #51576D;
    
}

/** home disc **/
.Center-Container {
  position: relative;
}
 
.Absolute-Center {

  width: 909px;
  height: 570px;

  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: #fff;
  padding: 20px;
}
.disc-header-prod{
    background: #9F2936;
    color: #fff;
    padding: 15px 18px 0px 18px;
    z-index: 3;
    width: 915px;
    position: absolute;
}
.disc-header-prod .tab1 , .disc-header-prod .tab2{
    padding:15px 18px;
    font-size: 19px;
    font-weight: 300;
    cursor: pointer;
    margin-right: 20px;
}
.disc-content{
    padding-right: 20px;
}
.disc-content .tabc2 {
    display: none;
}
.disc-header-prod .tab1{
    background: #F55A60;
    color: #9F2936;
}
.disc-header-prod .tab1.active , .disc-header-prod .tab2.active{
    background: #fff;
    
}

.disc-header-prod .tab2{
    background: #f8ddcf;
    color: #e35205;  
}
.disc-header .left{
    border-top: 3px solid #51576D;
    width: 747px;
    line-height: 34px;
    text-align: left;
    font-weight: 400;
    color: #51576D;
}
.disc-content {
    height: 300px;
    overflow-y: scroll;
    text-align: left;

    
}
.disc-content h1{
    font-size: 16px;
    font-weight: 400;
}
.disc-content p{
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}
.disc-content ul li{
    line-height: 20px;
}
.disc-accept{
    margin-top: 25px;
  
    
}
.disc-accept .right{
    width: 860px;
    margin-top: 17px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}
.disc-accept input{
    margin-top: 20px;
    margin-left: 20px;
}
.disc-accept label{
    width: 200px;
    cursor: pointer;
}

.disc-box{
    font-size: 11px;
    color: #787878;
    line-height: 15px;
}
.buttonAccept{
    background: #51576D;
    color: #000;
    border: 0px;
    font-size: 16px;
    padding: 15px 30px 15px 30px;
    cursor: pointer;
    margin-right: 10px;    
}

.modal{
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-top: 20%;
}

.contents.office a{
    color: #51576D;
}
.contents.office h2{
    color: #51576D;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}
.contents.office p{
    color: #4e4e4e; 
    padding: 0px;
    margin: 0px;  
}

#sel_units , #sel_days{
    width: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#chart_container{
    overflow: hidden;
    width: 715px;
}
.price_download a .left{
    max-width: 170px;
}

#mainPicture{
    width: 90%;
    box-shadow:1px 1px 1px rgba(15%,15%,15%,0.4),1px 1px 2px rgba(15%,15%,15%,0.2),2px 2px 4px rgba(15%,15%,20%,0.2);
}

ul{
    padding: 0px;
}

.iAbsolute-Center {
    width: 909px;
    height: 570px;
    margin: auto;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0px;
    right: 0;
    background: #fff;

}
.idisc-header .ileft {
    float: left;
    font-size: medium;
    border-top: 3px solid #9F2936;
    width: 747px;
    line-height: 34px;
    text-align: left;
    font-weight: bolder;
    color: #9F2936;
}
.idisc-header .iright {
    float: right;
}
.idisc-content {
    height: 200px;
    overflow-y: scroll;
    text-align: left;
}
.idisc-content p {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
div {
    display: block;
}
.idisc-accept .ileft {
    float: left;
    margin-top: 17px;
}
.idisc-accept .iright {
    float: right;
    width: 870px;
    text-align: left;
    margin-top: 17px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}
.idisc-accept label {
    width: 200px;
    cursor: pointer;
    color: #9F2936;
}
.imt20 .ibuttonAccept {
    float: left;
    background: #9F2936;
    color: #FFFFFF;
    border: 0px;
    font-size: 16px;
    padding: 15px 30px 15px 30px;
    cursor: pointer;
    margin-top: 10px;
}
.imt20 .iright-bottom-pic {
    float: right;
}
.imt20 {
    margin-top: 20px;
}
.iblue2, .iblue2 * {
    color: #9F2936;
}
.ibold {
    margin-top: 10px;
    text-align: left;
    font-weight: bolder;
}
.ipx14 {
    font-size: 14px;
}
.iright {
    float: right;
}
.ifw500 {
    font-weight: 500;
}
a {
    color: #333;
    text-decoration: none;
}
#items-content {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}

.pAbsolute-Center {
    /*width: 800px;*/
    height: 650px;
    /*margin: auto;*/
    position: relative;
    top: 50px;
    left: 0;
    bottom: 50px;
    right: 0;
    background: #fff;
    text-align: center;
}
.pdisc-header .pleft {
    float: left;
    border-top: 3px solid #9F2936;
    width: 747px;
    line-height: 34px;
    text-align: left;
    font-weight: bolder;
    color: #9F2936;
}
.pdisc-header .pright {
    float: right;
}
.pdisc-content {
    text-align: justify;
}
.pdisc-content p {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    -webkit-padding-start: 0px;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
div {
    display: block;
}
.pdisc-accept .pleft {
    float: left;
    /*margin-top: 17px;*/
}
.pdisc-accept .pright {
    float: right;
    width: 860px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}
.pdisc-accept label {
    width: 200px;
    cursor: pointer;
    color: #9F2936;
}
.pmt20 .pbuttonAccept {
    float: left;
    background: #9F2936;
    color: #000;
    border: 0px;
    font-size: 16px;
    padding: 15px 30px 15px 30px;
    cursor: pointer;
    margin-top: 10px;
}
.pmt20 .pright-bottom-pic {
    float: right;
}
.pmt20 {
    margin-top: 20px;
}
.pblue2, .pblue2 * {
    color: #9F2936;
}
.pbold {
    margin-top: 10px;
    font-weight: bolder;
    text-align: left;
}
.pboldd {
    font-weight: bolder;
    font-size: 20px;
    text-align: left;
}
.ppx14 {
    font-size: 14px;
}
.pright {
    float: right;
}
.pfw500 {
    font-weight: 500;
}
a {
    color: #333;
    text-decoration: none;
}
#ptems-content {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}
#information {
    border-style: inset;
    border-width: thin;
    border-color: #D2C3C3;
    padding-left: 20px;
    padding-right: 20px;
}
#title-big {
    color: #9F2936;
    font-size: 28px;
}
