/* LESS Document */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700); */
.c1 .color {
  color: #D1021C !important;
}
.c2 .color {
  color: #4990E2 !important;
}
.c1 .bgcolor {
  background-color: #D1021C !important;
}
.c2 .bgcolor {
  background-color: #4990E2 !important;
}
.paper {
  background-color: #FFF;
  -webkit-box-shadow: -4px 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.copy {
  line-height: 150%;
}
.dotdotdot a.toggle {
  display: inline-block;
}
.dotdotdot.opened a.toggle {
  display: none;
}
iframe {
  max-width: 100%;
}
#pop_article {
  width: 90%;
  margin: 25px auto;
  border-radius: 10px;
}
#pop_article .title,
#pop_article .date,
#pop_article img,
#pop_article p {
  margin-bottom: 20px;
}
#pop_article .mfp-close {
  color: #333333 !important;
}
section:not(#video) a.pop-video,
section:not(#video) a.video-link {
  position: relative;
}
section:not(#video) a.pop-video:before,
section:not(#video) a.video-link:before {
  content: "\f144";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 5em;
}
section:not(#video) a.pop-video:hover:before,
section:not(#video) a.video-link:hover:before {
  color: #D1021C;
}
a.pop-quote {
  display: inline-block;
  position: fixed;
  right: 0;
  top: 48%;
  z-index: 99;
}
#pop_quote {
  max-width: 500px;
}
h1.sty1 {
  margin-bottom: 20px;
  text-indent: -25px;
  font-size: 1.8em;
  font-weight: bold;
}
h1.sty1:before {
  content: "";
  width: 8px;
  height: 30px;
  background-color: #D1021C;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  margin-top: -3px;
}
section {
  margin-bottom: 30px;
}
h1 {
  line-height: 120%;
}
section#topbg {
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center ;
  height: 47vh;
  margin-bottom: -40vh;
  background-size: cover;
  background-attachment: fixed;
}
section#top_news .head {
  padding-bottom: 10px;
  border-bottom: dotted 2px #CCC;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
section#top_news .head h1 {
  font-size: 2em;
  font-weight: bold;
}
section#top_news .head .share .label {
  color: #999;
}
section#top_news .head .share a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
section#top_news .body .pic {
  margin-left: -25px;
}
section#top_news .body .pic img {
  width: 100%;
}
section#top_news .body .pic .desc {
  background-color: #000;
  color: #FFF;
  padding: 20px;
  margin-top: -1px;
}
section#top_news .body .pic .desc .name {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
}
section#top_news .body .pic .desc .title {
  font-size: 0.92em;
}
section#top_news .body .wrap {
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
section#top_news .body .wrap .content {
  padding-top: 15px;
}
section#top_news .body .wrap .content h1 {
  font-size: 1.6em;
  font-weight: bold;
  margin: 5px 0;
}
section#top_news .body .wrap .content .copy {
  margin: 20px 0;
}
section#top_news .body .wrap .select.others {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}
.section-group .tab-nav .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-group .tab-nav .wrap a {
  display: block;
  padding: 15px;
  text-align: center;
  color: #000;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  font-size: 1.1em;
  background-color: #FFF;
}
.section-group .tab-nav .wrap a .ico {
  margin-right: 5px;
}
.section-group .tab-nav .wrap a .label {
  font-weight: bold;
}
.section-group .tab-nav .wrap a:last-child {
  background-color: #F9EFE2;
}
.section-group .tab-nav .wrap a.current:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #D1021C;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-group .tab-content-group.row {
  margin: 0 -5px;
}
.section-group .tab-content-group.row > .col {
  padding: 0 5px;
}
section#stock_news.paper {
  background-color: #F9EFE2;
}
section#stock_news.paper .part.comment a.btn.sty2 {
  padding: 15px 35px 15px 15px;
}
section#stock_news.paper .part.comment a.btn.sty2:after {
  color: #000;
}
section#stock_news.paper .part.comment a.btn.sty2 .label {
  font-size: 1.25em;
  margin-left: 5px;
}
section#forex_news .head,
section#stock_news .head {
  padding-bottom: 10px;
  border-bottom: dotted 2px #CCC;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section#forex_news .head .label,
section#stock_news .head .label {
  margin-left: 10px;
  font-size: 1.4em;
  font-weight: bold;
}
section#forex_news .body .part:not(:last-child),
section#stock_news .body .part:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: dotted 2px #CCC;
  margin-bottom: 20px;
}
section#forex_news .body .part.today .expect-bar,
section#stock_news .body .part.today .expect-bar {
  background-color: #000;
  color: #FFF;
  margin-left: -25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#forex_news .body .part.today .expect-bar > div,
section#stock_news .body .part.today .expect-bar > div {
  width: 50%;
  padding: 10px 25px;
}
section#forex_news .body .part.today .expect-bar > div:first-child,
section#stock_news .body .part.today .expect-bar > div:first-child {
  border-right: solid 1px #FFF;
}
section#forex_news .body .part.today .expect-bar > div.type .ico,
section#stock_news .body .part.today .expect-bar > div.type .ico {
  margin-left: 5px;
}
section#forex_news .body .part.today .expect-bar > div.expect h1.style1,
section#stock_news .body .part.today .expect-bar > div.expect h1.style1 {
  color: #5CF48E;
}
section#forex_news .body .part.today .expect-bar > div.expect h1.style2,
section#stock_news .body .part.today .expect-bar > div.expect h1.style2 {
  color: #d1021c;
}
section#forex_news .body .part.today .expect-bar > div .label,
section#stock_news .body .part.today .expect-bar > div .label {
  font-size: 0.85em;
  color: #CCC;
}
section#forex_news .body .part.today .expect-bar > div h1,
section#stock_news .body .part.today .expect-bar > div h1 {
  font-size: 1.8em;
  font-weight: bold;
}
section#forex_news .body .part.today .date_n_type,
section#stock_news .body .part.today .date_n_type {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 14px 0;
}
section#forex_news .body .part.star .desc,
section#stock_news .body .part.star .desc {
  background-color: #000;
  color: #FFF;
  padding: 20px;
}
section#forex_news .body .part.star .desc .name,
section#stock_news .body .part.star .desc .name {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
}
section#forex_news .body .part.star .desc .title,
section#stock_news .body .part.star .desc .title {
  font-size: 0.92em;
}
section#forex_news .body .part.promo .banner:not(:last-child),
section#stock_news .body .part.promo .banner:not(:last-child) {
  margin-bottom: 20px;
}
section#forex_news .body .part.comment .tab-wrap,
section#stock_news .body .part.comment .tab-wrap {
  background-color: #EEE;
}
section#forex_news .body .part.comment .tab-wrap .tab-nav,
section#stock_news .body .part.comment .tab-wrap .tab-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#forex_news .body .part.comment .tab-wrap .tab-nav a,
section#stock_news .body .part.comment .tab-wrap .tab-nav a {
  display: block;
  padding: 15px;
  text-align: center;
  color: #999;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  font-size: 1.1em;
}
section#forex_news .body .part.comment .tab-wrap .tab-nav a.current,
section#stock_news .body .part.comment .tab-wrap .tab-nav a.current {
  color: #C0965C;
}
section#forex_news .body .part.comment .tab-wrap .tab-nav a.current:after,
section#stock_news .body .part.comment .tab-wrap .tab-nav a.current:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #D1021C;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
section#forex_news .body .part.comment .tab-wrap .tab-content-group,
section#stock_news .body .part.comment .tab-wrap .tab-content-group {
  padding: 30px 20px;
}
section#forex_news .body .part.comment .tab-wrap .tab-content-group .tab-content:not(:last-child),
section#stock_news .body .part.comment .tab-wrap .tab-content-group .tab-content:not(:last-child) {
  margin-bottom: 25px;
}
section#forex_news .body .part.comment .tab-wrap .tab-content-group .tab-content h1,
section#stock_news .body .part.comment .tab-wrap .tab-content-group .tab-content h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #C0965C;
  margin-bottom: 8px;
}
section#analysis .body,
section#video .body {
  /*background-color: #EEE;
  padding: 16px;*/
}
section#analysis .label {
  font-size: 1.4em;
  font-weight: bold;
  color: #C0965C;
  margin-top: 8px;
}
section#links {
  background-color: #000;
  position: relative;
}
section#links .swiper-slide {
  height: auto;
}
section#links .slide {
  padding: 40px;
  color: #FFF;
  min-height: 100%;
  background-position: center center;
}
section#links .slide > .row {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section#links .slide h1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
section#links .slide h1 .label {
  font-size: 1.8em;
  margin-left: 10px;
  line-height: 120%;
}
section#links .slide .text-block {
  margin-bottom: 10px;
}
section#links .slide .btn {
  margin-bottom: 20px;
}
section#links .slide .btns {
  margin-bottom: 15px;
}
section#links .slide .btns a {
  margin-right: 5px;
}
section#forex .input-prepend {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 5px;
}
section#forex .input-prepend > .select {
  margin-left: -1px;
  width: 70%;
}
section#forex .conversionContainer {
  font-weight: bold;
  margin: 20px 0;
}
section#forex .mid-market-text {
  font-weight: bold;
  margin-bottom: 20px;
}
section#stockquote .remark {
  font-size: 1rem;
  color: #F90;
  font-weight: normal;
}
section#stockquote h1 {
  font-size: 1.85em;
  font-weight: bold;
  margin-bottom: 10px;
}
section#stockquote .input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
section#stockquote .input input[type="submit"] {
  background-color: #D1021C;
  color: #FFF;
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 80%;
}
section#stockquote table:first-of-type {
  margin-top: 15px;
  border: solid 1px #D1021C;
  width: 100%;
}
section#stockquote table:first-of-type tr:first-child {
  background-color: #D1021C;
  color: #fff;
  font-weight: bold;
}
section#stockquote table:first-of-type tr:nth-child(even) {
  background-color: #FFF9F5;
}
section#stockquote table:first-of-type td {
  padding: 8px 10px;
}
section#stockquote table:first-of-type td:nth-child(odd) {
  border: solid 1px #FDD5C3;
}
section#stockquote table:nth-of-type(2) {
  margin-top: 15px;
  border: solid 1px #FDD5C3;
  width: 100%;
}
section#stockquote table:nth-of-type(2) tr {
  background-color: #FFF1EB;
  border-bottom: solid 1px #FDD5C3;
}
section#stockquote table:nth-of-type(2) tr:nth-child(even) {
  background-color: #FFF9F5;
}
section#stockquote table:nth-of-type(2) td {
  padding: 8px 10px;
}
section#stockquote table:nth-of-type(2) td:nth-child(even) {
  text-align: right;
  border-left: solid 1px #FDD5C3;
  width: 40%;
}
section#stockquote > .remark {
  margin-top: 10px;
  font-size: 0.85em;
  text-align: right;
  line-height: 200%;
}
section#stockquote > .remark .delay {
  color: #000;
  text-align: left;
  margin: 5px 0 10px 0;
}
section#stockquote > .remark img {
  max-height: 26px;
}
section#stockquote > .remark a {
  text-decoration: underline;
  margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  #pop_quote .paper {
    padding: 15px;
  }
  #pop_quote h1.sty1 {
    text-indent: -15px;
  }
  #pop_quote h1.sty1:before {
    margin-right: 3px;
  }
  #pop_quote h1.sty1 img {
    width: 40px;
  }
}
@media (max-width: 991px) {
  section#topbg {
    background-attachment: scroll;
  }
}
@media (max-width: 567px) {
  section#links {
    margin-left: -10px;
    margin-right: -10px;
  }
}
