html {
	font-size: 12px;
}

body {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #666;
	background: #FFF;
	
}

label, .help-text {
  color: #666;
}

table {
  margin-bottom: 10px;
  }
  table thead,
  table tbody,
  table tfoot {
    border: none;
    background-color: transparent; }
  table thead,
  table tfoot {
    background: transparent;
    color: #0a0a0a; }
  table tbody tr:nth-child(even) {
    background-color: transparent; }

.row .row {
	margin-left: -10px;
	margin-right: -10px;
}
.column, .columns {
	padding-left: 10px;
	padding-right: 10px;
}
.row.equal {
  padding: 0 5px;
}      
.row.equal .columns {
  padding-left: 5px;
  padding-right: 5px;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.off-canvas-wrapper {
  width: 100%;
  max-width: 800px;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 140px;
  display: flex;
  flex-flow: column;
}
.off-canvas-wrapper.home {
  padding-bottom: 85px;
}

.top-menu {
  padding: 0; }
  .top-menu::before, .top-menu::after {
    content: ' ';
    display: table; }
  .top-menu::after {
    clear: both; }
  .top-menu .icon {
    margin-left: 8px;
    }
  .top-menu .icon.lang {
    margin-left: 0;
    }
  .top-menu .icon.lang img {
    margin-top: 10px;
    }
.top-menu-left {
  float: left; }
.top-menu-right {
  float: right;
  margin-top: 14px;
  margin-right: 8px;
  text-align: right; }

.menu-wrapper {
  position: absolute;
  left: 100%;
  top: 55px;
  z-index: 990;
  width: 100%;
}
.mainmenu {
  background-color: #FFF8DF;
  background: -webkit-linear-gradient(left, #FFF8DF, #FFF);
  background: -o-linear-gradient(right, #FFF, #FFF8DF);
  background: -moz-linear-gradient(right, #FFF, #FFF8DF);
  background: linear-gradient(to right, #FFF8DF, #FFF);
  box-shadow: -3px 5px 5px #888888;
  position: relative;
  z-index: 888;
}
#menu-close img {
  box-shadow: -3px 5px 5px #888888;
  position: relative;
  z-index: 899;
}
.menu.submenu.vertical{
z-index: 999;
}

.menu li {
  background-image: url("../images/menu/sm_bg.png");
  background-position: right;
  margin-bottom: 8px;
  color: #997836;
  font-size: 15px;
  line-height: 1;
}
.menu li:last-child {
  margin-bottom: 0;
}
.menu li a {
  color: #997836;
  font-size: 15px;
  font-weight: bold;
  outline: none;
  padding: 8px 12px;
}
.menu .active>a {
  color: #997836;
  background: #FCE18B;
}
.is-accordion-submenu-parent > a::after {
  border-color: #997836 transparent transparent;
}
.submenu li {
  background-image: none;
  background-color: #FFF8DF;
  background: -webkit-linear-gradient(left, #FFF8DF, #FFF);
  background: -o-linear-gradient(right, #FFF, #FFF8DF);
  background: -moz-linear-gradient(right, #FFF, #FFF8DF);
  background: linear-gradient(to right, #FFF8DF, #FFF);
  margin-bottom: 0;
  font-size: 13px;
}
.submenu li a {
  color: #707070;
  font-size: 13px;
  font-weight: bold;
  padding-left: 43px;
}

.footer-wrapper{
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
}
.desktop {
	padding-top: 10px;
	height: 60px;
}
.footer{
  padding-top: 10px;
  height: 85px;
  background-color: #967737;
  font-size: 10px;
  color: #FFF;
  width: 100%;
}
.footer a {
  color: #FFF;
}
.agentlink {
  font-size:1.1em; 
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
}

/* Home Page Style */

.orbit ul {
  outline: none;
}
.orbit-previous::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  border-color: transparent #FFF transparent  transparent;
  border-right-style: solid;
  border-left-width: 0;
  margin-top: -2px;}
.orbit-next::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  border-color: transparent transparent  transparent #FFF;
  border-left-style: solid;
  border-right-width: 0;
  margin-top: -2px;}

.marquee {
  overflow: hidden;
  height: 20px;
  background: #CC5621;
  background: -webkit-linear-gradient(left, #EEC600, #CC5621);
  background: -o-linear-gradient(right, #EEC600, #CC5621);
  background: -moz-linear-gradient(right, #EEC600, #CC5621);
  background: linear-gradient(to right, #EEC600, #CC5621);
  font-size: 12px;
}
.marquee a {
  line-height: 20px;
  color: #FFF;
  text-shadow: 1px 1px #666;
}

.home-content-wrapper {
  background-color: #F5E7C7;
  background: -webkit-linear-gradient(top, #FDFBF1, #F5E7C7);
  background: -o-linear-gradient(top, #FDFBF1, #F5E7C7);
  background: -moz-linear-gradient(top, #FDFBF1, #F5E7C7);
  background: linear-gradient(to bottom, #FDFBF1, #F5E7C7);
  padding:10px 0 0;
  flex: auto;
  display: flex;
  flex-flow: column;
}
.home-content-wrapper > div{
	margin-left: unset;
	margin-right: unset;
}
.row.desktop{
	margin-top: auto;
}

.row.price {
  padding: 0 7px;
} 
.row.price .columns {
  padding-left: 3px;
  padding-right: 3px;
}

.symbol-box {
  position: relative;
  z-index: 100;
  margin-bottom: 10px;
}

.price-title1 {
  border-radius: 5px;
  background-color: #8A96A7;
  color: #FFF;
  position: relative;
  z-index: 999;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}
.price-title2 {
  border-radius: 5px;
  background-color: #61B0AA;
  color: #FFF;
  position: relative;
  z-index: 999;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}
.price-number {
  border-right: 1px solid #ACACAD;
  border-bottom: 1px solid #ACACAD;
  border-radius: 0 0 5px 5px;
  background-color: #FFF;
  position: relative;
  z-index: 101;
  margin-top: -10px;
  padding-top: 10px;
}
.price-number table {
  width: auto;
  margin:0 auto;
}
.price-number table tbody {
  border: 0;
}
.price-number td {
  border: 0;
  margin: 0;
  padding: 0 2px;
  color: #6E6E6E;
  font-size: 10px;
  white-space: nowrap;
}

.blue-bg-rd {
  background-color: #FFF;
  border-right: 1px solid #B4B4B5;
  border-bottom: 1px solid #B4B4B5;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0;
}


/* Page Style */

.page-title-wrapper {
  height: 30px;
  position: relative;
}
.page-title-wrapper.daily-comment,
.page-title-wrapper.topics {
	background: #DAC171;
}
.page-title-wrapper.feature-analysis {
	background: #977738;
}
.page-title-wrapper.company-news {
	background: #BB3B3D;
    background: -webkit-linear-gradient(left, #CF5553, #A31E24);
	background: -o-linear-gradient(left, #CF5553, #A31E24);
	background: -moz-linear-gradient(left, #CF5553, #A31E24);
	background: linear-gradient(to right, #CF5553, #A31E24);
}
.page-title-wrapper.latest-announcement{
    background: #EF7F32;
	background: -webkit-linear-gradient(left, #EF913D, #EA6525);
	background: -o-linear-gradient(left, #EF913D, #EA6525);
	background: -moz-linear-gradient(left, #EF913D, #EA6525);
	background: linear-gradient(to right, #EF913D, #EA6525);
}

.page-title-wrapper.form {
  background: #C47916;
}
.page-title-wrapper.page {
  background-size: cover;
  background-position: center;
  height: 170px;
  position: relative;
}
.page-title-wrapper.page.page-left {
  background-position: left;
}

.page-title-wrapper .btn-back {
	position: absolute;
	left: 10px;
	top:5px;
}
.page-title-wrapper .btn-back a {
	color: #FFF;
}
.page-title-wrapper .page-title {
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
}
.page-title-wrapper.page .page-title {
  background-image: url("../images/session/ttl_bg.png");
  background-repeat: no-repeat;
  height: 38px;
  line-height: 38px;
  position:absolute;
  bottom: 0;
  width: 100%;
  padding-left: 10px;
}
.page-title-wrapper.page .page-title.blue, .page-title-wrapper.page .page-title.account {
	background-image: url("../images/session/ttl_bg_blue.png");
}
.page-title-wrapper.page .page-title.brown, .page-title-wrapper.page .page-title.contact {
	background-image: url("../images/session/ttl_bg_brown.png");
}
.page-title-wrapper.page .page-title.gold {
	background-image: url("../images/session/ttl_bg_gold.png");
}
.page-title-wrapper.page .page-title.gold2 {
	background-image: url("../images/session/ttl_bg_gold2.png");
}
.page-title-wrapper.page .page-title.green {
	background-image: url("../images/session/ttl_bg_green.png");
}
.page-title-wrapper.page .page-title.green2 {
	background-image: url("../images/session/ttl_bg_green2.png");
}
.page-title-wrapper.page .page-title.orange {
	background-image: url("../images/session/ttl_bg_orange.png");
}
.page-title-wrapper.page .page-title.red {
	background-image: url("../images/session/ttl_bg_red.png");
}
.page-title-wrapper.page .page-title.red2 {
	background-image: url("../images/session/ttl_bg_red2.png");
}
.page-title-wrapper.page .page-title.purple {
	background-image: url("../images/session/ttl_bg_purple.png");
}

.title_blue,
.title_gold,
.title_green,
.title_orange,
.title_maz,
.title_red {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	padding: 4px;
}
.title_blue {
	background: #0061A5;
	background: -webkit-linear-gradient(left, #1E8DCD, #005194);
	background: -o-linear-gradient(right, #1E8DCD, #005194);
	background: -moz-linear-gradient(right, #1E8DCD, #005194);
	background: linear-gradient(to right, #1E8DCD, #005194);
}
.title_gold {
	background: #B79738;
	background: -webkit-linear-gradient(left, #D4B539, #967637);
	background: -o-linear-gradient(right, #D4B539, #967637);
	background: -moz-linear-gradient(right, #D4B539, #967637);
	background: linear-gradient(to right, #D4B539, #967637);
}
.title_green {
	background: #3A6762;
	background: -webkit-linear-gradient(left, #4F827C, #244C48);
	background: -o-linear-gradient(left, #4F827C, #244C48);
	background: -moz-linear-gradient(left, #4F827C, #244C48);
	background: linear-gradient(to right, #4F827C, #244C48);
}
.title_orange {
	background: #EF7F32;
	background: -webkit-linear-gradient(left, #EF913D, #EA6525);
	background: -o-linear-gradient(left, #EF913D, #EA6525);
	background: -moz-linear-gradient(left, #EF913D, #EA6525);
	background: linear-gradient(to right, #EF913D, #EA6525);
}
.title_red {
	background: #BB3B3D;
	background: -webkit-linear-gradient(left, #CF5553, #A31E24);
	background: -o-linear-gradient(left, #CF5553, #A31E24);
	background: -moz-linear-gradient(left, #CF5553, #A31E24);
	background: linear-gradient(to right, #CF5553, #A31E24);
}
.title_maz {
	background: #F49F00;
	background: -webkit-linear-gradient(left, #F49F00, #AE0002);
	background: -o-linear-gradient(left, #F49F00, #AE0002);
	background: -moz-linear-gradient(left, #F49F00, #AE0002);
	background: linear-gradient(to right, #F49F00, #AE0002);
}

.title_brown {
    color: #9A7937;
    border-bottom: #C9AD38 3px solid;
    margin-bottom: 2px;
}

.post-title {
    color: #997836;
	font-size: 19px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 8px;
}
.post-title a {
	color: #997836;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.post-date {
	line-height: 1;
}

.page-content h3 {
	color:#B81B25;
	font-size:15px;
	margin-top:10px;
}
.page-content p+h3, .page-content table+h3 {
	margin-top:20px;
}
.page-content p:first-child {
	margin-top: 10px;
}
.page-content th,  .page-content td {
	padding: 5px;
}

.txt_brown {
	color:#9A7937;
}
.txt_red {
	color:#C30D23;
}
.txt_grey {
    color: #BDBEC0;
}

.bg_header {
	background-color:#2F95B1;
	color: #FFF;
}
.bg_yellow {
	background-color:#F9EDB4;
}
.bg_blue_txt_blue {
	background-color:#B6DDF5;
	color:#12758F;
}

.blue-bg {
    background-color: #FFF9E0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0;
}

.table_border thead th, 
.table_border thead td, 
.table_border tbody th, 
.table_border tbody td {
	border-right:1px solid #9FA0A0;
}
.table_border thead th:last-child,
.table_border thead td:last-child,
.table_border tbody th:last-child,
.table_border tbody td:last-child {
	border-right:none;
}
.table_border td[colspan]:first-child {
	border-top:1px solid #9FA0A0;
}
.table_border thead th,
.table_border thead td,
.table_border tbody th {
	background-color: #2F95B1;
	color: #FFF;
}

table.data_table {
}
table.data_table thead,
table.data_table tbody,
table.data_table tfoot {
}
table.data_table thead,
table.data_table tfoot {
	background: transparent;
	color: #0a0a0a;
}
table.data_table thead tr,
table.data_table tfoot tr {
	background: transparent;
}
table.data_table tbody tr:nth-child(odd) {
	background: #F8ECB3;
}
table.data_table tbody th,
table.data_table tbody td {
	padding: 5px 10px;
}
table.data_table .post-title {
    line-height: 1.1;
    margin-bottom: 5px;
    color: #706F70;
}

/* -- Form -- */

.form-title {
  background-image: url("../images/session/ttl_bg.png");
  background-repeat: no-repeat;
  height: 38px;
  color: #FFF;
  font-size: 18px;
  line-height: 38px;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.form input[type="text"], 
.form input[type="text"]:focus,
.form textarea,
.form textarea:focus,
.form select, 
.form select:focus {
  border: 0;
  border-radius: 5px;
  outline: none;
  color: #717071;
  box-shadow: none;
}

.input-group > :first-child {
  border-radius: 5px 0 0 5px;
}
.input-group-label:last-child {
  border: 0;
  border-radius: 0 5px 5px 0;
}
.input-group-label {
  background:#F5E7A4;
  color: #717071;
}

.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px; }

.file-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.form-error {
  display: block;
}

a + div.form-error {
  margin-top: 0.5rem;
}

.form img {
  margin-right: 0.5rem;
}

.button-blue {
  background-color: transparent;
  background-image: url("../images/btn_bg_gold.png");
  background-size:contain;
  border: 0;
  width: 51px;
  height: 24px;
  color: #FFF;
  text-shadow: 1px 1px #333;
  font-size: 12px;
  margin-right: 5px;
}
.button-blue2 {
  background-color: transparent;
  background-image: url("../images/btn_bg_gold2.png");
  background-repeat: no-repeat;
  background-size:contain;
  border: 0;
  width: 80px;
  height: 24px;
  color: #FFF;
  text-shadow: 1px 1px #333;
  font-size: 12px;
  padding: 0;
  line-height: 24px;
  text-align: center;
  display: block;
}
.button-blue2:hover {
  color: #FFF;
}
.button-blue3 {
  background-color: transparent;
  background-image: url("../images/btn_bg_gold.png");
  background-size:contain;
  border: 0;
  width: 51px;
  height: 24px;
  color: #FFF;
  text-shadow: 1px 1px #333;
  font-size: 12px;
  padding: 0;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}
.button-blue3:hover {
  color: #FFF;
}
.button-blue4 {
  background-color: transparent;
  background-image: url("../images/btn_bg_gold3.png");
  background-size:contain;
  border: 0;
  width: 74px;
  height: 22px;
  color: #FFF;
  text-shadow: 1px 1px #333;
  font-size: 12px;
  padding: 0;
  line-height: 22px;
  text-align: center;
  display: inline-block;
}
.button-blue4:hover {
  color: #FFF;
}

.button-gray {
  background-color: transparent;
  background-image: url("../images/btn_bg_gray.png");
  background-size:contain;
  border: 0;
  width: 41px;
  height: 24px;
  color: #FFF;
  text-shadow: 1px 1px #333;
  font-size: 12px;
}

.orbit-slide {
  display:table-cell;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 2em 0 0 0;
  border: none;
  background-color: #fefefe;
  border-radius: 5px;
  position: relative;
  top: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
.reveal:focus {
  outline:0;
  }
  
.close-button {
  right: 0.5rem;
  top: 0;
  font-size: 1.5em;
}

.pager {
	margin-top: 20px;
    margin-bottom: 40px;
	text-align: center;
}
.pager ul {
  margin: 0;
}
.pager li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.pager li a {
    font-size: 18px;
    color: #BDBEC0;
}
.pager li.selected a {
    color: #977839;
}
.pager li.previous a,
.pager li.next a {
    color: #977839;
    margin: 0 8px;
}
.pager li.previous.hidden a,
.pager li.next.hidden a {
    color: #DDD;
}

.cont ul {
    margin-top: 24px;
    margin-left: 22px;
}
.cont ol {
    margin-top: 24px;
    margin-left: 20px;
}
.cont ul li {
    list-style: disc;
    margin-bottom: 24px;
}
.cont ol li {
    list-style: decimal;
    margin-bottom: 24px;
}
.cont ul li div.im {
    margin: 16px 0 30px -22px;
}
.cont ol li div.im {
    margin: 16px 0 30px -20px;
}
.cont table {
    margin-top: 24px;
    margin-bottom: 24px;
    border-spacing: 2px;
    border-collapse: separate;
    width: 100%;
}
.cont li table {
    margin-bottom: 30px;
}
.cont td {
    background-color: #E7F1E9;
    padding: 6px 10px;
    color: #727070;
}
.cont td.hd {
    background-color: #527C6C;
    text-align: center;
    color: #FFF;
}
.cont td.nu {
    background-color: #689985;
    text-align: center;
    color: #FFF;
}
.cont td.im {
    background-color: #9DC5B5;
    text-align: center;
}

.header-top-section marquee{
    overflow: hidden;
    height: 20px;
    background: #CC5621;
    background: -webkit-linear-gradient(left, #EEC600, #CC5621);
    background: -o-linear-gradient(right, #EEC600, #CC5621);
    background: -moz-linear-gradient(right, #EEC600, #CC5621);
    background: linear-gradient(to right, #EEC600, #CC5621);
    font-size: 12px;
}
.header-top-section marquee a {
    line-height: 20px;
    color: #FFF;
    text-shadow: 1px 1px #666;
}
.header-top-section marquee li {
    display: inline-block;
    margin: 0 10px;
}
.header-top-section{
    height: 20px;
}

.top-notice-container{
    width: 100%;
    background-color: #F4F4F5;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 200;
}

.top-notice-content{
    text-align: center;
}
