@charset "UTF-8";
@media screen and (min-width: 1024px) {
  .ads-leaderboard-mobile div[data-google-query-id] {
    height: 50px;
    overflow: hidden; } }

.headerHam .menuHam {
  display: block;
  width: 35px;
  height: 25px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .headerHam .menuHam span {
    display: block;
    position: absolute;
    height: 5px;
    width: 35px;
    opacity: 1;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    background-color: #515151; }
    .headerHam .menuHam span:nth-child(1) {
      top: 0px; }
    .headerHam .menuHam span:nth-child(2) {
      top: 10px; }
    .headerHam .menuHam span:nth-child(3) {
      top: 20px; }
  .headerHam .menuHam.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 7px; }
  .headerHam .menuHam.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .headerHam .menuHam.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: 7px; }
  @media screen and (max-width: 640px) {
    .headerHam .menuHam span {
      right: 0; } }

.logo-jakartapost > a {
  display: block;
  margin: .5em auto; }
.logo-jakartapost .thejakartapost {
  color: transparent;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  font-size: 0px; }
@media screen and (max-width: 1024px) {
  .logo-jakartapost > a {
    margin: 1em auto; }
  .logo-jakartapost img {
    height: 20px;
    width: auto;
    max-width: inherit; } }

.headerTop {
  background-color: #f7f7f7;
  clear: both;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .headerTop {
      margin-bottom: 0;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 88; } }

.headerNav {
  padding-top: .7em; }
  @media screen and (max-width: 1024px) {
    .headerNav {
      display: none; } }

.headerNavMobile {
  display: none; }
  @media screen and (max-width: 1024px) {
    .headerNavMobile {
      display: block; }
      .headerNavMobile .mobileBurger {
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        text-align: right; }
        .headerNavMobile .mobileBurger .headerHam, .headerNavMobile .mobileBurger .search {
          display: inline-block;
          vertical-align: middle;
          margin: 15px auto; }
        .headerNavMobile .mobileBurger a.search {
          font-size: 1.5em;
          color: #515151;
          margin-right: 15px; } }

.special {
  display: inline-block;
  color: #DD1E26;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  margin-left: .3em;
  padding: 0.5em .75em;
  line-height: 0.9375em;
  overflow: hidden;
  vertical-align: middle; }
  .special.btn-subscriber {
    border: 1px solid;
    text-transform: uppercase;
    border-radius: 5px;
    z-index: 1;
    position: relative; }
    .special.btn-subscriber:before {
      content: "";
      background-color: rgba(255, 255, 255, 0.5);
      height: 100%;
      width: 3em;
      display: block;
      position: absolute;
      top: 0;
      left: -4.5em;
      transform: skewX(-45deg) translateX(0);
      transition: none; }
    .special.btn-subscriber:hover {
      box-shadow: 0px 3px 12px -3px #000; }
      .special.btn-subscriber:hover:before {
        transform: skewX(-45deg) translateX(20em);
        transition: all 1s ease-in-out; }
    @media screen and (max-width: 1024px) {
      .special.btn-subscriber {
        box-shadow: 0px 3px 3px -2px #676060;
        color: #fff; }
        .special.btn-subscriber:before {
          -webkit-animation: skw 2s infinite;
          animation: skw 2s infinite; } }
    @media screen and (max-width: 768px) {
      .special.btn-subscriber {
        font-size: 16px;
        padding: .3em 0;
        line-height: 20px; } }
    .special.btn-subscriber:hover {
      background-color: #DD1E26;
      color: #fff; }
  .special:hover {
    color: #DD1E26;
    text-decoration: none; }
  .special.boxActive {
    font-size: 10px;
    padding: 0 10px;
    line-height: 1.3;
    vertical-align: top;
    border-radius: 3px;
    margin: 0 5px 0 0;
    background-color: #dd1e26;
    color: #fff !important; }

.action-user {
  padding: 0;
  text-align: right;
  float: right; }
  .action-user .search {
    float: none;
    color: transparent;
    font-size: 1.625em;
    position: relative;
    top: 4px; }
  .action-user .welcomeAccount {
    display: none; }
    @media screen and (max-width: 768px) {
      .action-user .welcomeAccount {
        display: inline-block; } }
  @media screen and (max-width: 768px) {
    .action-user a.fa.fa-user.login {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .action-user {
      margin: 1em 0 0;
      display: inline-block;
      text-align: center;
      width: 100%; }
      .action-user a.login {
        display: none; } }

.upgrade-package-btn {
  background: #fff;
  border-color: #dd1e26; }
  .upgrade-package-btn i {
    margin-left: 3px; }
  @media screen and (max-width: 1024px) {
    .upgrade-package-btn {
      font-size: .92857143em !important; } }

.tjp-header {
  padding: 1.5em 0 0; }
  .tjp-header ul.tjp-menu {
    padding: 0 40px; }
    .tjp-header ul.tjp-menu > li {
      float: left; }
      .tjp-header ul.tjp-menu > li:first-child {
        display: none; }
      .tjp-header ul.tjp-menu > li:nth-of-type(1) {
        width: 8%; }
      .tjp-header ul.tjp-menu > li:nth-of-type(2) {
        display: none; }
      .tjp-header ul.tjp-menu > li:nth-of-type(3) {
        display: none; }
      .tjp-header ul.tjp-menu > li:nth-of-type(4) {
        display: none; }
      .tjp-header ul.tjp-menu > li:nth-of-type(5) {
        display: none; }
      .tjp-header ul.tjp-menu > li:nth-of-type(6) {
        width: 7.5%; }
      .tjp-header ul.tjp-menu > li:nth-of-type(7) {
        width: 11%; }
      .tjp-header ul.tjp-menu > li:nth-of-type(8) {
        width: 9%; }
      .tjp-header ul.tjp-menu > li:nth-of-type(9) {
        width: 10%; }
      .tjp-header ul.tjp-menu > li:nth-of-type(10) {
        width: 10%; }
      .tjp-header ul.tjp-menu > li:nth-of-type(11) {
        width: 8.5%; }
      .tjp-header ul.tjp-menu > li:nth-of-type(12) {
        width: 12%; }
      .tjp-header ul.tjp-menu > li:nth-of-type(13) {
        width: 11.3%; }
      .tjp-header ul.tjp-menu > li:nth-of-type(14) {
        width: 12.7%; }
      .tjp-header ul.tjp-menu > li:nth-of-type(15) {
        width: 8%; }
      .tjp-header ul.tjp-menu > li > a {
        overflow: hidden; }
  .tjp-header li {
    position: relative; }
    .tjp-header li a {
      display: inline-block;
      text-transform: uppercase;
      padding: 18px 0;
      color: #333;
      position: relative;
      font-family: "Lato", sans-serif;
      font-weight: normal;
      font-size: 12px;
      letter-spacing: 0.1em;
      vertical-align: middle; }
      @media screen and (min-width: 1025px) {
        .tjp-header li a:before {
          content: "";
          position: absolute;
          left: -100%;
          bottom: 0px;
          display: block;
          width: 100%;
          height: 2px;
          border-radius: 10px;
          background-color: #bbc5ca;
          -webkit-transition: all .2s;
          -moz-transition: all .2s;
          -ms-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; } }
      .tjp-header li a.current:before {
        left: 0;
        display: none; }
      .tjp-header li a:hover {
        color: #DD1E26;
        transform: all .1s; }
    .tjp-header li li a:before {
      display: none; }
    .tjp-header li.paper-arrow ul, .tjp-header li.more-arrow ul {
      left: inherit;
      right: 0; }
    .tjp-header li.more-arrow > a {
      padding-right: 25px; }
      @media screen and (min-width: 1025px) {
        .tjp-header li.more-arrow > a:after {
          content: "";
          display: block;
          position: absolute;
          clear: both;
          background-image: url(../img/arrow-sprite.png);
          background-repeat: no-repeat;
          overflow: hidden;
          width: 20px;
          height: 20px;
          top: -5px;
          bottom: 0;
          right: -5px;
          margin: auto 0;
          background-position: -72px -88px;
          opacity: .5;
          display: none; } }
      .tjp-header li.more-arrow > a > span {
        position: relative;
        display: inline-block; }
    .tjp-header li.logoutUser {
      color: #949494; }
      @media screen and (min-width: 1025px) {
        .tjp-header li.logoutUser {
          display: none; } }
    @media screen and (min-width: 1025px) {
      .tjp-header li:hover a:before {
        left: 0;
        display: none; }
      .tjp-header li:hover ul {
        display: block; }
        .tjp-header li:hover ul li .title-current-page {
          display: none; } }
    .tjp-header li.lifeNav a span {
      display: none; }
      .tjp-header li.lifeNav a span.chnl {
        display: block; }
    .tjp-header li.lifeNav ul {
      display: none; }
    .tjp-header li.tjp-li-6:hover a:before {
      background-color: #DD1E26; }
    .tjp-header li.tjp-li-6 .current {
      color: #DD1E26; }
      .tjp-header li.tjp-li-6 .current:before {
        background-color: #DD1E26; }
    .tjp-header li.tjp-li-7:hover a:before {
      background-color: #DD1E26; }
    .tjp-header li.tjp-li-7 .current {
      color: #DD1E26; }
      .tjp-header li.tjp-li-7 .current:before {
        background-color: #DD1E26; }
    .tjp-header li.tjp-li-8:hover a:before {
      background-color: #DD1E26; }
    .tjp-header li.tjp-li-8 .current {
      color: #DD1E26; }
      .tjp-header li.tjp-li-8 .current:before {
        background-color: #DD1E26; }
    .tjp-header li.tjp-li-9:hover a:before {
      background-color: #DD1E26; }
    .tjp-header li.tjp-li-9 .current {
      color: #DD1E26; }
      .tjp-header li.tjp-li-9 .current:before {
        background-color: #DD1E26; }
    .tjp-header li.tjp-li-10:hover a:before {
      background-color: #662482; }
    .tjp-header li.tjp-li-10 .current {
      color: #662482; }
      .tjp-header li.tjp-li-10 .current:before {
        background-color: #662482; }
    .tjp-header li.tjp-li-11:hover a:before {
      background-color: #6FB01E; }
    .tjp-header li.tjp-li-11 .current {
      color: #6FB01E; }
      .tjp-header li.tjp-li-11 .current:before {
        background-color: #6FB01E; }
    .tjp-header li.tjp-li-12:hover a:before {
      background-color: #009e97; }
    .tjp-header li.tjp-li-12 .current {
      color: #009e97; }
      .tjp-header li.tjp-li-12 .current:before {
        background-color: #009e97; }
    .tjp-header li.tjp-li-13:hover a:before {
      background-color: #009e97; }
    .tjp-header li.tjp-li-13 .current {
      color: #009e97; }
      .tjp-header li.tjp-li-13 .current:before {
        background-color: #009e97; }
    .tjp-header li.tjp-li-14:hover a:before {
      background-color: #DD1E26; }
    .tjp-header li.tjp-li-14 .current {
      color: #DD1E26; }
      .tjp-header li.tjp-li-14 .current:before {
        background-color: #DD1E26; }
    .tjp-header li.tjp-li-15:hover a:before {
      background-color: #DD1E26; }
    .tjp-header li.tjp-li-15 .current {
      color: #DD1E26; }
      .tjp-header li.tjp-li-15 .current:before {
        background-color: #DD1E26; }
    .tjp-header li.specialMenu {
      background-color: #DD2B26; }
      .tjp-header li.specialMenu a {
        color: #fff; }
      .tjp-header li.specialMenu:hover {
        border-color: #DD2B26 !important; }
    .tjp-header li ul {
      padding: 1em;
      z-index: 9;
      left: 0;
      background-color: #fff;
      border: solid 1px #e5e5e5; }
      @media screen and (min-width: 1025px) {
        .tjp-header li ul {
          position: absolute;
          display: none;
          width: 200px;
          -moz-column-count: 1;
          -moz-column-gap: 5px;
          -webkit-column-count: 1;
          -webkit-column-gap: 5px;
          padding: 0;
          border-radius: 10px;
          border: 1px solid #F2F2F2;
          left: -25px; } }
      .tjp-header li ul li {
        display: block;
        padding: 0 25px;
        border-bottom: 1px solid #E5E5E5; }
        .tjp-header li ul li:last-child {
          border-bottom: none; }
        .tjp-header li ul li a {
          padding: 13px 0;
          font-size: 12px;
          line-height: 14px;
          letter-spacing: 0.1em;
          text-transform: capitalize;
          color: #000; }
  .tjp-header .logInUser {
    display: none; }
  .tjp-header .loginMobile {
    display: none; }
  @media screen and (max-width: 1024px) {
    .tjp-header {
      width: 260px;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      overflow: hidden;
      -webkit-transform: translate3d(260px, 0px, 0px);
      -moz-transform: translate3d(260px, 0px, 0px);
      -o-transform: translate3d(260px, 0px, 0px);
      -ms-transform: translate3d(260px, 0px, 0px);
      transform: translate3d(260px, 0px, 0px);
      -webkit-transition: all 600ms ease;
      -moz-transition: all 600ms ease;
      -o-transition: all 600ms ease;
      transition: all 600ms ease;
      visibility: hidden;
      padding: 0;
      z-index: 2; }
      .tjp-header .loginWidget {
        display: none; }
      .tjp-header .loginMobile {
        display: block; }
      .tjp-header .tjp-page {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        overflow-y: auto;
        background-color: #f2f2f2; }
      .tjp-header .logInUser {
        display: block;
        margin: 0 -15px 2em;
        background-color: #fff;
        padding: 2em 1em; }
        .tjp-header .logInUser a {
          font-size: 1.1428571429em;
          display: block; }
        .tjp-header .logInUser .myaccTitle {
          text-align: left;
          display: block;
          font-family: "Lato", sans-serif;
          font-size: 13px;
          text-transform: capitalize;
          color: rgba(0, 0, 0, 0.38);
          padding-bottom: 1em; }
        .tjp-header .logInUser .profileName, .tjp-header .logInUser .emailUser {
          display: block; }
          .tjp-header .logInUser .profileName a, .tjp-header .logInUser .emailUser a {
            color: #000;
            text-align: left;
            font-size: 1.2142857143em; }
        .tjp-header .logInUser .profileName a {
          font-family: "Lato", sans-serif;
          text-transform: uppercase; }
        .tjp-header .logInUser .emailUser a {
          font-family: "Lato", sans-serif;
          display: block;
          font-weight: 300;
          margin: 0; }
      .tjp-header.channelHeader ul.tjp-menu > li {
        width: 100%;
        border-bottom: solid 1px #d4d4d4; }
        .tjp-header.channelHeader ul.tjp-menu > li > a {
          padding: .7em 0 .3em;
          line-height: 2; }
        .tjp-header.channelHeader ul.tjp-menu > li.tjp-dhide {
          display: block;
          border: 0; }
      .tjp-header.channelHeader ul li .tjp-btn-enter {
        position: absolute;
        top: 4px;
        right: 0px;
        left: inherit;
        width: 100%;
        height: 38px;
        margin: 0;
        font-family: 'Font Awesome 5 Free';
        font-size: 28px;
        font-weight: 900;
        padding-right: 5px;
        text-align: right; }
        .tjp-header.channelHeader ul li .tjp-btn-enter:after {
          content: "\f107"; }
      .tjp-header.channelHeader ul li ul {
        display: none;
        border: 0;
        background-color: rgba(0, 0, 0, 0.05); }
        .tjp-header.channelHeader ul li ul li a {
          font-family: "BrandonGrotesqueWeb-Regular", sans-serif; } }

.channelHeader {
  padding: 0 0 0;
  top: 0;
  background-color: #f7f7f7;
  z-index: 8; }
  .channelHeader.fix-head {
    position: fixed;
    box-shadow: 0px -5px 20px -2px #000;
    z-index: 9; }
    .channelHeader.fix-head .logoStcky, .channelHeader.fix-head .srcStcky {
      opacity: 1; }
  @media screen and (max-width: 1024px) {
    .channelHeader ul.tjp-menu {
      background-color: #f2f2f2;
      padding: .5em 1em; }
      .channelHeader ul.tjp-menu li ul {
        margin: 0 -1em; } }

.channelJakpost .logo-jakartapost {
  padding: 0; }
  .channelJakpost .logo-jakartapost > a {
    margin: 0 0;
    display: inline-block;
    max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .channelJakpost .logo-jakartapost > a {
        margin: 1em auto;
        max-width: inherit; } }
.channelJakpost .leftProfile {
  padding: 0px 10px 10px;
  position: relative; }
  .channelJakpost .leftProfile .fas {
    border-radius: 100%;
    border: solid 3px #9c9c9c;
    color: #9c9c9c;
    padding: 0;
    position: relative;
    bottom: -5px;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer; }
    .channelJakpost .leftProfile .fas:before {
      display: table-cell;
      vertical-align: middle;
      width: 35px;
      height: 30px; }
    .channelJakpost .leftProfile .fas.fa-caret-down {
      width: 20px;
      border: 0;
      bottom: -8px; }
  .channelJakpost .leftProfile:hover .boxUser {
    -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    -moz-transform: rotate3d(0, 0, 0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    -o-transform: rotate3d(0, 0, 0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    -ms-transform: rotate3d(0, 0, 0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    visibility: visible; }
  .channelJakpost .leftProfile .boxUser {
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 150px;
    left: -80px;
    padding: 1em;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    visibility: hidden;
    -webkit-transform: rotate3d(1, 0, 0, 0deg) translate3d(0px, 0px, 0px) scale3d(1, 0, 1);
    -moz-transform: rotate3d(1, 0, 0, 0deg) translate3d(0px, 0px, 0px) scale3d(1, 0, 1);
    -o-transform: rotate3d(1, 0, 0, 0deg) translate3d(0px, 0px, 0px) scale3d(1, 0, 1);
    -ms-transform: rotate3d(1, 0, 0, 0deg) translate3d(0px, 0px, 0px) scale3d(1, 0, 1);
    transform: rotate3d(1, 0, 0, 0deg) translate3d(0px, 0px, 0px) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: 500ms;
    border: solid 1px #e5e5e5;
    box-shadow: 0px 3px 20px -10px #000; }
  .channelJakpost .leftProfile.active .fas {
    color: #DD1E26;
    border-color: #DD1E26; }
  .channelJakpost .leftProfile.active .boxUser {
    -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    -moz-transform: rotate3d(0, 0, 0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    -o-transform: rotate3d(0, 0, 0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    -ms-transform: rotate3d(0, 0, 0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    visibility: visible; }
  .channelJakpost .leftProfile .welcomeAccount, .channelJakpost .leftProfile .profileName, .channelJakpost .leftProfile .dashAccount, .channelJakpost .leftProfile .logoutAccount {
    color: #000;
    text-align: left;
    display: block;
    font-size: 12px; }
  .channelJakpost .leftProfile .user-profile {
    padding: 0em 0 .5em;
    display: block;
    border-bottom: solid 1px #ddd; }
    .channelJakpost .leftProfile .user-profile:hover .profileName {
      color: #DD1E26; }
  .channelJakpost .leftProfile .profileName {
    font-weight: 700;
    font-size: 13px; }
  .channelJakpost .leftProfile .welcomeAccount {
    font-size: 11px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.38);
    padding-bottom: 0; }
  .channelJakpost .leftProfile .logoutAccount {
    padding: .5em 0 0; }
.channelJakpost .action-user .search {
  top: 6px; }

.action-search {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 91;
  top: 0;
  left: 0;
  right: 0;
  border: 0; }
  .action-search ::-webkit-input-placeholder {
    color: #fff; }
  .action-search ::-moz-placeholder {
    color: #fff; }
  .action-search :-ms-input-placeholder {
    color: #fff; }
  .action-search :-moz-placeholder {
    color: #fff; }
  .action-search .mobile-only {
    display: none; }
  .action-search span {
    font-family: "BrandonGrotesqueWeb-Regular", sans-serif;
    font-size: 1.2857142857em;
    color: #fff;
    padding-top: .5em;
    display: block; }
  .action-search form {
    left: 50%;
    top: 0;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 70%;
    height: 100%;
    background-color: transparent;
    border-radius: 10px;
    z-index: 91;
    outline: 0;
    padding-top: 80px;
    position: relative; }
  .action-search input {
    font-family: "Acta-Medium", sans-serif;
    color: #fff;
    border: 0;
    padding: 5px 0;
    width: 100%;
    outline: 0;
    font-size: 2.1428571429em;
    background-color: transparent;
    border-bottom: 1px solid #fff; }
    .action-search input[type="submit"] {
      background-color: transparent;
      position: absolute;
      top: 0;
      bottom: 0;
      position: absolute;
      top: 85px;
      right: 0;
      color: #fff;
      background-color: transparent;
      border: 0;
      font-size: 21px;
      display: none; }
      @media screen and (max-width: 768px) {
        .action-search input[type="submit"] {
          display: block; } }
  .action-search .search-close {
    background-image: url(../img/arrow-sprite.png);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: -100px 0px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 2.5em; }
    .action-search .search-close img {
      width: 62px;
      max-width: inherit; }
  @media screen and (max-width: 1024px) {
    .action-search .search-close img {
      width: 100%; } }

.tjp-Head {
  position: relative;
  z-index: 9; }
  .tjp-Head.fix-head {
    position: fixed;
    top: 0;
    left: 0; }
  .tjp-Head .jpHd {
    display: flex;
    align-items: center; }
    .tjp-Head .jpHd .login-jakpost {
      text-align: right; }
      .tjp-Head .jpHd .login-jakpost .login {
        font-family: "Lato", sans-serif;
        font-size: .875em;
        font-weight: bold;
        padding: 0 16px;
        overflow: hidden;
        vertical-align: middle;
        display: inline-block; }
      .tjp-Head .jpHd .login-jakpost a {
        color: #515151; }
        .tjp-Head .jpHd .login-jakpost a:hover {
          color: #DD1E26; }
    .tjp-Head .jpHd .subscribe-jakpost .btn-subscriber {
      background: #FFFFFF;
      border-radius: 10px; }
  @media screen and (max-width: 1024px) {
    .tjp-Head {
      -webkit-transition: all 600ms ease;
      -moz-transition: all 600ms ease;
      -o-transition: all 600ms ease;
      transition: all 600ms ease; } }

.p-0 {
  padding: 0; }

.p-5 {
  padding: 5px; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-25 {
  padding: 25px; }

.m-0 {
  margin: 0; }

.mt-0 {
  margin-top: 0; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mb-0 {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.sprt-partner {
  background-image: url(../img/partner-sprite.png);
  background-repeat: no-repeat;
  width: 106px;
  height: 55px;
  display: block; }
  @media screen and (min-width: 1025px) {
    .sprt-partner {
      margin: 15px 0; } }
  .sprt-partner.p-kompas {
    background-position: 0px center; }
  .sprt-partner.p-tribun {
    background-position: -106px center; }
  .sprt-partner.p-kontan {
    background-position: -212px center; }
  .sprt-partner.p-ann {
    background-position: -318px center; }

.footer {
  background-color: #f7f7f7; }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .footer .container {
      width: 1000px; } }
  .footer * {
    transition: all 300ms; }
  .footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .footer .icon-soscmed {
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
    .footer .icon-soscmed li {
      float: left; }
      @media screen and (min-width: 1025px) {
        .footer .icon-soscmed li {
          width: 12%; } }
      .footer .icon-soscmed li a {
        color: #6B6B6A;
        background: none;
        font-size: 20px;
        width: auto;
        height: auto;
        text-shadow: none; }
        .footer .icon-soscmed li a:hover {
          background: none !important; }
          .footer .icon-soscmed li a:hover.fa-linkedin-in {
            color: #0077B5; }
          .footer .icon-soscmed li a:hover.fa-instagram {
            color: #d6249f; }
          .footer .icon-soscmed li a:hover.fa-flipboard {
            color: #e12828; }
          .footer .icon-soscmed li a:hover.fa-facebook-f {
            color: #3B5998; }
          .footer .icon-soscmed li a:hover.fa-twitter {
            color: #1da1f2; }
          .footer .icon-soscmed li a:hover.fa-google-plus-g {
            color: #dd4b39; }
          .footer .icon-soscmed li a:hover.fa-pinterest-p {
            color: #bd081c; }
  .footer .ftmlb {
    display: block; }
  .footer .ftdesk {
    display: none; }
  .footer .footer-top {
    padding-top: 3em;
    padding-bottom: 2em; }
  @media screen and (min-width: 1025px) {
    .footer .channel-footer ul.newstravel {
      min-height: 150px; }
    .footer .channel-footer ul.paperedt {
      min-height: 60px; }
    .footer .channel-footer ul.jobs-footer {
      min-height: 45px; }
    .footer .channel-footer ul.tjpimg {
      min-height: 45px; }
    .footer .channel-footer ul.community {
      min-height: 60px; }
    .footer .channel-footer .paperedt ul {
      min-height: 60px; } }
  @media screen and (min-width: 992px) {
    .footer .ftmlb {
      display: none; }
    .footer .ftdesk {
      display: block; } }
  .footer .suscribe ::-webkit-input-placeholder {
    font-family: 'BrandonGrotesqueWeb-Italic';
    font-size: 17px;
    text-align: center; }
  .footer .suscribe ::-moz-placeholder {
    font-family: 'BrandonGrotesqueWeb-Italic';
    font-size: 17px;
    text-align: center; }
  .footer .suscribe :-ms-input-placeholder {
    font-family: 'BrandonGrotesqueWeb-Italic';
    font-size: 17px;
    text-align: center; }
  .footer .suscribe :-moz-placeholder {
    font-family: 'BrandonGrotesqueWeb-Italic';
    font-size: 17px;
    text-align: center; }
  .footer .suscribe input.email {
    font-family: "BrandonGrotesqueWeb-Medium", sans-serif;
    font-size: 1.0625em;
    border: solid 1px #d9d9d9;
    border-radius: 0;
    padding: 5px 15px;
    width: 100%;
    min-height: 42px; }
    .footer .suscribe input.email:focus {
      outline: none;
      box-shadow: inset 0px -7px 18px -10px #717171; }
  .footer .suscribe input[type="submit"] {
    background-color: #DD1E26;
    color: #fff;
    display: block;
    cursor: pointer;
    width: 100%;
    font-size: 1em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    padding: .7em 0;
    margin: .5em 0;
    border: 0; }
    .footer .suscribe input[type="submit"]:hover {
      box-shadow: 0px 3px 4px -2px #7b7b7b; }
  .footer .channel-footer ul li:first-child a {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #6B6B6A; }
    .footer .channel-footer ul li:first-child a:hover {
      color: #000; }
  .footer .channel-footer ul li a {
    font-family: "Lato", sans-serif;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    padding: 3px 0; }
    .footer .channel-footer ul li a:hover {
      color: #DD1E26; }
  .footer .channel-footer-mobile {
    display: none; }
    .footer .channel-footer-mobile ul li a {
      font-family: "Lato", sans-serif;
      display: inline-block;
      text-transform: capitalize;
      padding: 3px 0;
      margin-bottom: 10px;
      font-weight: 600;
      font-size: 15px;
      color: #6B6B6A; }
      .footer .channel-footer-mobile ul li a:hover {
        color: #DD1E26; }
  .footer .title-partner {
    font-family: "Lato", sans-serif;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;
    margin-top: .4em;
    font-weight: 600;
    font-size: 15px;
    color: #6B6B6A; }
  .footer .partner-footer li {
    margin-bottom: .5em; }
  .footer .partner-footer .partItem {
    padding: 0;
    text-align: left; }
  .footer .partner-footer .slidePartner {
    padding: 0; }
  .footer .partner-footer .appsTjp a {
    width: 130px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    background-image: url(../img/appstore.png);
    background-repeat: no-repeat; }
  .footer .partner-footer .appsTjp .googleplay {
    background-position: 0px -36px; }
  .footer .partner-footer .appsTjp .appstore {
    background-position: 0px 2px; }
  .footer .bg-main {
    background-color: #DD1E26;
    padding: 1em 0; }
  .footer .bg-ftr {
    background-color: #f7f7f7;
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
    padding: 1.2em 0; }
  .footer .newsletterBoxSide {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: .5em; }
    .footer .newsletterBoxSide label {
      font-size: 15px;
      color: #6B6B6A;
      margin-bottom: 10px;
      font-family: "Lato",sans-serif;
      font-weight: bold; }
    .footer .newsletterBoxSide .input-subscribe {
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #6B6B6A;
      margin-bottom: 15px;
      outline: 0;
      padding: 10px 0;
      background: transparent; }
    .footer .newsletterBoxSide input[type="email"]::placeholder {
      /* Firefox, Chrome, Opera */
      text-align: left; }
    .footer .newsletterBoxSide input[type="email"]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      text-align: left; }
  .footer .suscribe input[type="submit"], .footer .button-subscribe {
    width: 200px;
    border-radius: 5px; }
  .footer .fotter-bottom {
    padding: 1em 0; }
    .footer .fotter-bottom p, .footer .fotter-bottom a {
      font-family: "Lato", sans-serif;
      font-size: 1.125em;
      color: #868686;
      margin: 0; }
    .footer .fotter-bottom .link-footer {
      float: right;
      padding: 0; }
      .footer .fotter-bottom .link-footer ul li {
        padding: 0 1em;
        margin: 0 0;
        position: relative;
        display: inline-block; }
        .footer .fotter-bottom .link-footer ul li a {
          color: rgba(0, 0, 0, 0.65); }
      .footer .fotter-bottom .link-footer a {
        overflow: hidden;
        display: block;
        position: relative; }
        .footer .fotter-bottom .link-footer a:last-child {
          border-right: 0; }
        .footer .fotter-bottom .link-footer a:before {
          content: "";
          position: absolute;
          bottom: 0px;
          display: block;
          left: -150%;
          width: 100%;
          height: 2px;
          border-radius: 10px;
          background-color: rgba(0, 0, 0, 0.3);
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          -ms-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
        .footer .fotter-bottom .link-footer a:hover:before {
          left: 0; }
    .footer .fotter-bottom .copy-footer {
      float: left; }
  @media screen and (max-width: 1024px) {
    .footer {
      overflow: hidden; }
      .footer .container {
        padding: 0 30px; }
      .footer .fotter-bottom {
        padding: 1em 30px; }
      .footer .fotter-bottom p, .footer .fotter-bottom a {
        font-size: 1.0714285714em; }
      .footer .icon-soscmed li {
        margin-right: .5em;
        display: inline-block;
        float: none; }
      .footer .subscBtm {
        margin-bottom: 16px; }
      .footer .partner-footer li {
        display: inline-block;
        vertical-align: middle; } }
  @media screen and (max-width: 992px) {
    .footer .partner-footer {
      text-align: left; }
    .footer .fotter-bottom .copy-footer, .footer .fotter-bottom .link-footer {
      padding: 0;
      float: left;
      text-align: left; }
    .footer .fotter-bottom .link-footer ul {
      -moz-column-count: 2;
      -moz-column-gap: 30px;
      -webkit-column-count: 2;
      -webkit-column-gap: 5px; }
      .footer .fotter-bottom .link-footer ul li {
        margin: 1.2em 0;
        display: block;
        border-left: 0;
        padding: 0; }
        .footer .fotter-bottom .link-footer ul li:first-child {
          margin-top: 0; }
        .footer .fotter-bottom .link-footer ul li a {
          display: inline-block;
          vertical-align: middle; }
    .footer .fotter-bottom a, .footer .fotter-bottom p {
      font-size: 1.0714285714em; } }
  @media screen and (max-width: 991px) {
    .footer .channel-footer {
      clear: left;
      display: none; }
    .footer .channel-footer-mobile {
      display: block;
      padding: 0 40px; }
      .footer .channel-footer-mobile .colM:last-child {
        padding-left: 45px;
        border-left: 1px solid #C9C9C9; }
    .footer .tjp-sosmed {
      text-align: center;
      border-bottom: 1px solid #C9C9C9;
      margin-bottom: 25px; }
    .footer .icon-soscmed li {
      margin-right: 1.3em; }
    .footer .partner-footer {
      border-bottom: 1px solid #C9C9C9;
      margin-bottom: 25px;
      padding: 0 40px;
      padding-bottom: 20px; }
      .footer .partner-footer .partItem {
        text-align: center; }
      .footer .partner-footer .title-partner {
        margin-bottom: 15px;
        margin-top: 0; }
    .footer .subscBtm {
      display: none; }
    .footer .fotter-bottom.bg-ftr {
      border-top: 1px solid #C9C9C9; }
    .footer .fotter-bottom .link-footer {
      padding-left: 10px;
      padding-right: 10px; }
      .footer .fotter-bottom .link-footer ul {
        -moz-column-count: 2;
        -moz-column-gap: 85px;
        -webkit-column-count: 2;
        -webkit-column-gap: 85px; }
    .footer .fotter-bottom a {
      font-size: 13px; }
    .footer .fotter-bottom .copy-footer {
      margin: 0 -10px; }
      .footer .fotter-bottom .copy-footer p {
        font-size: 13px; } }

@-webkit-keyframes blinker {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate; }

.mainNews .liveStream .imageNews {
  position: relative; }
  .mainNews .liveStream .imageNews iframe {
    width: 100%; }
.mainNews .liveStream .newsWord {
  padding-top: 0; }
.mainNews .liveStream .btnPlay {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 32px;
  line-height: 1;
  border: solid 2px #000;
  border-radius: 100%;
  text-align: center; }
  .mainNews .liveStream .btnPlay .fas {
    position: relative;
    top: 2px;
    left: 2px; }

.iconLive {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 8px;
  text-transform: uppercase;
  border: solid 1px #000;
  padding: 3px 12px;
  width: 70px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: #DD1E26;
  border-radius: 5px; }
  .iconLive .blink {
    position: relative;
    margin-right: 8px; }
    .iconLive .blink:before {
      content: '';
      width: 8px;
      height: 8px;
      background-color: #DD1E26;
      border-radius: 100%;
      display: inline-block;
      line-height: 18px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -5px;
      margin: auto; }
  .iconLive.disableLive {
    opacity: .3;
    color: #000; }
    .iconLive.disableLive .blink {
      -webkit-animation-iteration-count: inherit; }
      .iconLive.disableLive .blink:before {
        background-color: #000; }

.layerPlayer {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #000;
  background-position: center;
  position: relative; }
  .layerPlayer.bgBlk {
    background-color: #000;
    background-image: none !important; }
    .layerPlayer.bgBlk .fb_iframe_widget {
      position: initial; }
      .layerPlayer.bgBlk .fb_iframe_widget > span {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.dt-multimedia {
  color: #009e97; }

.dt-life {
  color: #662482; }

.dt-news {
  color: #DD1E26; }

.dt-travel {
  color: #6FB01E; }

.dt-community {
  color: #662482; }

.dt-paper {
  color: #DD1E26; }

.dt-bussiness {
  color: #DD1E26; }

.dt-se-asia {
  color: #DD1E26; }

.dt-opinion {
  color: #DD1E26; }

.dt-academia {
  color: #DD1E26; }

.dt-video {
  color: #009E97; }

.dt-jobs {
  color: #00788A; }

.dt-youth {
  color: #662482; }

.news-arrow .tjp-btn-enter {
  color: #DD1E26; }

.bussiness-arrow .tjp-btn-enter {
  color: #DD1E26; }

.seasia-arrow .tjp-btn-enter {
  color: #DD1E26; }

.academia-arrow .tjp-btn-enter {
  color: #DD1E26; }

.travel-arrow .tjp-btn-enter {
  color: #6FB01E; }

.multimedia-arrow .tjp-btn-enter {
  color: #009e97; }

.paper-arrow .tjp-btn-enter {
  color: #DD1E26; }

.more-arrow .tjp-btn-enter {
  color: #DD1E26; }

.wd-at {
  width: auto !important; }

.t-center {
  text-align: center; }

@media screen and (min-width: 1024px) {
  .tjp-dhide {
    display: none; }

  .showin-mobile-version {
    display: none; }

  .hideDesktop {
    display: none; } }
@media screen and (max-width: 1024px) {
  .tjp-dhide {
    display: block; }

  .showin-mobile-version {
    display: block; }

  .hide-mobile {
    display: none; } }
@media screen and (max-width: 1023px) {
  .hideMobile {
    display: none; } }
img {
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100%;
  height: auto; }

body {
  color: #000;
  overflow-anchor: none;
  font-family: "Lato", sans-serif; }
  @media screen and (max-width: 1071px) {
    body .main-adver-lr {
      display: none; } }
  @media screen and (max-width: 1024px) {
    body {
      padding-top: 48px; } }
  body.showNav {
    overflow-y: hidden; }
    @media screen and (max-width: 1024px) {
      body.showNav .tjpcontainer {
        -webkit-transform: translate3d(-260px, 0px, 0px);
        -moz-transform: translate3d(-260px, 0px, 0px);
        -o-transform: translate3d(-260px, 0px, 0px);
        -ms-transform: translate3d(-260px, 0px, 0px);
        transform: translate3d(-260px, 0px, 0px); }
      body.showNav .tjp-header.channelHeader {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        visibility: visible; }
      body.showNav .tjp-Head {
        -webkit-transform: translate3d(-260px, 0px, 0px);
        -moz-transform: translate3d(-260px, 0px, 0px);
        -o-transform: translate3d(-260px, 0px, 0px);
        -ms-transform: translate3d(-260px, 0px, 0px);
        transform: translate3d(-260px, 0px, 0px); }
        body.showNav .tjp-Head .jpIcMbl .search {
          visibility: hidden;
          opacity: 0; } }

.hidden_div {
  overflow: hidden; }

.hide {
  display: none; }

.show {
  display: block; }

.hidden_div:before {
  position: fixed;
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  background-image: url(../img/loading-bar.gif);
  background-position: center center;
  overflow: hidden;
  background-repeat: no-repeat;
  z-index: 99; }

.on-ie-underversion9 {
  display: none;
  text-align: center;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.on-ie-underversion9 .article-ie {
  margin: auto;
  margin-top: 100px;
  float: none; }

.on-ie-underversion9 .article-ie p {
  font-family: 'Acta-Book', sans-serif; }

.on-ie-underversion9 .article-ie h1 {
  font-family: 'Acta-Bold', sans-serif; }

.on-ie-underversion9 img {
  display: block;
  margin: 0 auto; }

.no-touch.no-svg.no-inlinesvg.no-svgclippaths.no-ie8compat .on-ie-underversion9 {
  display: block; }

a, a:active, a:focus, a:hover, area:active, area:focus, area:hover, input[type="submit"], button {
  outline: none;
  text-decoration: none; }

a, input[type="submit"], button {
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.p-0 {
  padding: 0; }

.p-5 {
  padding: 5px; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-25 {
  padding: 25px; }

.m-0 {
  margin: 0; }

.mt-0 {
  margin-top: 0; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mb-0 {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

@media screen and (max-width: 1023px) {
  .m-mt-1 {
    margin-top: 1em; } }
@media screen and (max-width: 1024px) {
  .show-desktop {
    display: none; } }

.show-mobile {
  display: none; }
  @media screen and (max-width: 1024px) {
    .show-mobile {
      display: block; } }

.no-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.imgThumb {
  position: relative;
  display: block;
  overflow: hidden; }
  .imgThumb .duration {
    position: absolute;
    left: 1em;
    bottom: 1em; }

.btn-main {
  color: #DD1E26;
  font-family: "Lato", sans-serif;
  font-size: 1.2857142857em;
  padding: 10px 30px;
  border-radius: 5px;
  border: solid 2px #DD1E26;
  display: inline-block;
  position: relative;
  top: 0; }
  .btn-main:hover, .btn-main:active, .btn-main:focus {
    box-shadow: 0px 10px 10px -10px #000;
    border-radius: 5px;
    color: #DD1E26;
    border: solid 2px #DD1E26;
    top: -2px; }

.btn-primary {
  font-family: "BrandonGrotesqueWeb-Regular";
  color: #fff !important;
  text-transform: uppercase;
  padding-top: 10px;
  background-color: #dc2027;
  border-color: #a01116;
  border-radius: 2px;
  display: none; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #a01116;
    border: 1px solid #a01116; }

.clearL {
  clear: left; }

.columns {
  display: block;
  position: relative; }
  .columns:before, .columns:after {
    content: " ";
    display: table; }
  .columns:after {
    clear: both; }

.jpIcMbl {
  display: none; }
  @media screen and (max-width: 1024px) {
    .jpIcMbl {
      display: block;
      text-align: right;
      padding-right: 0; }
      .jpIcMbl .search, .jpIcMbl .headerHam {
        display: inline-block;
        vertical-align: middle; }
      .jpIcMbl .search {
        font-size: 1.5em;
        color: #DD1E26;
        margin-right: 15px; } }

.checklist li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
  font-family: "Acta-Medium", sans-serif;
  color: #6b6b6a;
  margin: 0 0 5px;
  font-size: 1.125em; }
  .checklist li:before {
    content: '';
    background-image: url(../img/arrow-sprite.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: -155px -1px;
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 0; }

.leftProfile {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px 10px;
  text-align: right; }
  .leftProfile span {
    display: inline-block; }
  .leftProfile .fas {
    font-size: 23px;
    vertical-align: middle; }
  .leftProfile .welcomeAccount, .leftProfile .profileName, .leftProfile .dashAccount, .leftProfile .logoutAccount {
    text-transform: uppercase;
    margin-right: 5px;
    font-family: "Lato", sans-serif;
    font-size: 0.8571428571em; }
  .leftProfile .profileName, .leftProfile .logoutAccount {
    color: #DD1E26; }
  .leftProfile .profileName a {
    font-family: "Lato", sans-serif;
    color: #DD1E26; }

.textLogin {
  display: none; }
  @media screen and (max-width: 768px) {
    .textLogin {
      display: inline-block; } }

.with-border {
  padding-left: 15px;
  position: relative; }
  .with-border:before {
    content: "";
    background: #000;
    width: 1px;
    top: 0px;
    bottom: 2px;
    left: 7px;
    position: absolute; }

.select {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  overflow: hidden;
  border: 0; }
  .select:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    right: 15%; }
  .select:after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    width: 22px;
    height: 11px;
    pointer-events: none;
    background-image: url(../img/arrow-up-down.png);
    background-repeat: no-repeat;
    background-position: 3px -10px;
    background-size: 15px; }
  .select select {
    width: 110%;
    border: none;
    font-size: 1em;
    padding: 0.293em 1em;
    outline: none;
    margin: 0;
    background-color: rgba(255, 255, 255, 0); }
  .select option {
    background-color: #fff;
    color: #555; }

.checkboxCustom {
  position: relative;
  display: inline-block; }
  .checkboxCustom input[type="checkbox"] + label {
    position: relative;
    font-size: 1em;
    line-height: 19px;
    cursor: pointer;
    padding-left: 2em;
    display: block; }
    .checkboxCustom input[type="checkbox"] + label:before, .checkboxCustom input[type="checkbox"] + label:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .checkboxCustom input[type="checkbox"] + label:before {
      display: block;
      background-color: rgba(255, 255, 255, 0.77);
      width: 17px;
      height: 17px;
      left: 0;
      border: 2px solid #d2d2d2; }
    .checkboxCustom input[type="checkbox"] + label:after {
      content: "\f00c";
      font-family: 'Font Awesome 5 Free';
      top: 0;
      height: 17px;
      left: 0.1em;
      font-size: 1.6em;
      line-height: 0.8;
      color: #DD1E26;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
  .checkboxCustom input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .checkboxCustom input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .checkboxCustom input[type="checkbox"]:not(:checked), .checkboxCustom input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }

.video-header a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-family: brandongrotesqueweb-regular;
  padding-left: 19px;
  position: relative; }
  .video-header a:before {
    content: "";
    background-image: url(../img/header-information/tjp-icon-video-.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0px;
    top: 1px; }

.duration {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.75);
  padding: .3em .5em;
  border-radius: 5px;
  margin-right: 8px;
  text-align: center;
  color: #fff;
  width: 75px;
  font-family: "Lato", sans-serif;
  font-size: 0.9285714286em; }
  .duration .fa-play {
    margin-right: 5px; }
  .duration .fa-camera {
    margin-left: 5px;
    font-size: 16px; }

.main-center {
  width: 1072px;
  padding: 0 0px 32px; }
  .main-center:before, .main-center:after {
    content: " ";
    display: table; }
  .main-center:after {
    clear: both; }

.bgNav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none; }
  .bgNav.open {
    display: block; }

.iconUserMobile {
  display: none;
  font-family: "BrandonGrotesqueWeb-Regular"; }
  .iconUserMobile a {
    font-size: 13px;
    color: #DC2027; }
    .iconUserMobile a span {
      vertical-align: middle;
      margin-top: 10px; }
      .iconUserMobile a span.fa:before {
        color: #fff; }
    .iconUserMobile a.myAccount {
      color: #000; }
  @media screen and (max-width: 1024px) {
    .iconUserMobile {
      width: 100%;
      font-size: 13px;
      display: inline-block;
      margin: 20px 0 0;
      text-align: center; }
      .iconUserMobile a {
        font-size: 16px;
        display: block; } }

.indexJP, .channelJakpost {
  padding: 1.5em 0; }
  .indexJP .headerNav, .channelJakpost .headerNav {
    padding: 0; }
  @media screen and (max-width: 1024px) {
    .indexJP, .channelJakpost {
      padding: 0 1em;
      clear: left;
      display: table; } }

.userlogin .indexJP .special {
  margin-right: 10px; }

.userSubscribe.special {
  padding: 0em 2em;
  line-height: 30px;
  height: 30px;
  position: relative;
  border-radius: 0 !important;
  border: 0; }
  .userSubscribe.special.btn-subscriber {
    color: #fff;
    box-shadow: none;
    background-color: #DD1E26 !important; }
    .userSubscribe.special.btn-subscriber:before, .userSubscribe.special.btn-subscriber:after {
      content: '';
      position: absolute;
      top: 0;
      width: 0px;
      height: 0px; }
    .userSubscribe.special.btn-subscriber:before {
      left: 0;
      border-top: 15px solid transparent;
      border-left: 8px solid #f7f7f7;
      border-bottom: 15px solid transparent;
      background-color: transparent;
      height: auto;
      width: auto;
      transform: none; }
    .userSubscribe.special.btn-subscriber:after {
      right: 0;
      border-top: 15px solid transparent;
      border-right: 8px solid #f7f7f7;
      border-bottom: 15px solid transparent; }
  @media screen and (max-width: 1024px) {
    .userSubscribe.special {
      padding: 0 15px; }
      .userSubscribe.special.btn-subscriber {
        min-width: 170px;
        margin: auto;
        font-size: 0.9285714286em; }
        .userSubscribe.special.btn-subscriber:before {
          -webkit-animation: none;
          animation: none; } }
.userSubscribe.npp {
  font-size: 0.6em; }
.userSubscribe.epp {
  font-size: 0.7em; }
.userSubscribe .tjp-header .logInUser {
  margin: 0 0 1em; }
.userSubscribe .indexJP .action-user .search {
  margin-left: 15px; }
.userSubscribe .channelJakpost .leftProfile {
  padding: 0px 15px 10px; }

.indexJP {
  padding-bottom: 0; }
  .indexJP .logo-jakartapost {
    text-align: center; }
    .indexJP .logo-jakartapost > a {
      display: inline-block; }
  @media screen and (max-width: 1024px) {
    .indexJP .logo-jakartapost {
      text-align: left;
      padding: 0; } }
  @media screen and (max-width: 1200px) and (min-width: 1025px) {
    .indexJP .logo-jakartapost {
      width: 100%; } }

.logoStcky, .srcStcky {
  position: absolute;
  bottom: 18px;
  opacity: 0; }
  @media screen and (max-width: 1170px) {
    .logoStcky, .srcStcky {
      display: none; } }

@media screen and (min-width: 1170px) {
  .logoStcky {
    left: 20px; }

  .srcStcky {
    right: 20px; }
    .srcStcky.action-user a {
      font-size: 1.4285714286em; } }
.tjp-mobile-menu-container {
  display: none; }

.tjp-sosmed .socialyoutube {
  font-family: "Acta-Bold", sans-serif;
  color: #000;
  display: inline-block; }
  .tjp-sosmed .socialyoutube i {
    color: #d42023;
    float: left;
    font-size: 2.5625em; }
  .tjp-sosmed .socialyoutube span {
    float: left;
    font-size: 1.3125em;
    line-height: 1.9375em;
    padding-left: .5em;
    text-transform: capitalize; }
.tjp-sosmed .icon-soscmed.showColor li a {
  border-radius: 10px; }
  .tjp-sosmed .icon-soscmed.showColor li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0px 4px 5px -3px #000; }

.icon-soscmed {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .icon-soscmed li a {
    border: 0;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    display: block;
    text-align: center;
    margin: auto;
    background: #b2b2b2;
    font-size: 1.8125em;
    width: 43px;
    height: 43px;
    color: #fff;
    line-height: 43px;
    border-radius: 50px; }
    .icon-soscmed li a.linked {
      line-height: 37px; }
    .icon-soscmed li a:hover.fa-linkedin-in {
      background: #0077B5; }
    .icon-soscmed li a:hover.fa-instagram {
      background: #d6249f;
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
    .icon-soscmed li a:hover.fa-flipboard {
      background: #e12828; }
    .icon-soscmed li a:hover.fa-facebook-f {
      background: #3B5998; }
    .icon-soscmed li a:hover.fa-twitter {
      background: #1da1f2; }
    .icon-soscmed li a:hover.fa-google-plus-g {
      background: #dd4b39; }
    .icon-soscmed li a:hover.fa-pinterest-p {
      background-color: #bd081c; }
  .icon-soscmed.showColor li a.fa-linkedin-in {
    background: #0077B5; }
  .icon-soscmed.showColor li a.fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
  .icon-soscmed.showColor li a.fa-flipboard {
    background: #e12828; }
  .icon-soscmed.showColor li a.fa-facebook-f {
    background: #3B5998; }
  .icon-soscmed.showColor li a.fa-twitter {
    background: #1da1f2; }
  .icon-soscmed.showColor li a.fa-google-plus-g {
    background: #dd4b39; }
  .icon-soscmed.showColor li a.fa-pinterest-p {
    background-color: #bd081c; }

.navigation-page {
  text-align: center;
  position: relative;
  padding: 1em 0;
  clear: left; }
  .navigation-page a {
    font-family: "Lato", sans-serif;
    font-size: 1.2857142857em;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    padding: 0.3em;
    margin: 0 .2em;
    width: auto; }
    .navigation-page a:not(.jp-last):not(.jp-first) {
      width: 34px; }
    .navigation-page a.jp-first, .navigation-page a.jp-last {
      text-transform: capitalize;
      font-size: 1.9285714286em;
      padding: 0;
      margin: 0;
      color: #009e97;
      vertical-align: bottom; }
    .navigation-page a.jp-current, .navigation-page a:hover:not(.jp-last):not(.jp-first) {
      background-color: #DD1E26;
      color: #fff; }
  .navigation-page em {
    font-style: normal; }

.date {
  display: block;
  margin-bottom: .5em;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5); }
  .date span {
    text-transform: capitalize;
    margin-right: 8px;
    font-family: "Lato", sans-serif; }

.seeall {
  text-align: right;
  border: 0;
  text-transform: uppercase;
  display: block;
  margin: 1em 0;
  font-family: "Lato", sans-serif; }

.seeChannel .seeall {
  margin: 16px 0; }

.changePhoto {
  display: block;
  width: 100%;
  margin: 0 0 2em; }
  .changePhoto .inlinePhoto, .changePhoto .inlineButton {
    display: inline-block; }
  .changePhoto .inlinePhoto {
    margin-right: 2em; }
    .changePhoto .inlinePhoto img {
      border-radius: 100%; }
  .changePhoto .inlineButton {
    position: relative;
    overflow: hidden;
    vertical-align: middle; }
    .changePhoto .inlineButton .btnupload {
      border: 1px solid #d0d0d0;
      cursor: pointer;
      background-color: #fff;
      padding: 8px 20px;
      border-radius: 3px;
      font-weight: bold;
      font-family: "Acta-Book", sans-serif;
      font-size: 1.1428571429em;
      color: #000;
      cursor: pointer; }
    .changePhoto .inlineButton input[type=file] {
      font-size: 100px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      opacity: 0;
      cursor: pointer; }
  @media screen and (max-width: 640px) {
    .changePhoto {
      text-align: center; }
      .changePhoto .inlinePhoto, .changePhoto .inlineButton {
        display: block; }
      .changePhoto .inlinePhoto {
        margin: 1em 0; } }

.news-color .navigation-page a.jp-first, .news-color .navigation-page a.jp-last, .home-color .navigation-page a.jp-first, .home-color .navigation-page a.jp-last, .sea-color .navigation-page a.jp-first, .sea-color .navigation-page a.jp-last {
  color: #DD1E26; }

.news-color .special, .home-color .special {
  color: #DD1E26; }
  .news-color .special.btn-subscriber, .home-color .special.btn-subscriber {
    border-color: #DD1E26; }
    .news-color .special.btn-subscriber:hover, .home-color .special.btn-subscriber:hover {
      border-color: #DD1E26;
      background-color: #DD1E26; }
  @media screen and (max-width: 1024px) {
    .news-color .special.btn-subscriber, .home-color .special.btn-subscriber {
      color: #fff;
      background-color: #DD1E26; } }
.news-color .special,
.news-color .action-user .search,
.news-color .tjp-header ul.tjp-menu > li > a.news-arrow,
.news-color .jpIcMbl .search,
.news-color .channelJakpost .leftProfile .fas, .home-color .special,
.home-color .action-user .search,
.home-color .tjp-header ul.tjp-menu > li > a.news-arrow,
.home-color .jpIcMbl .search,
.home-color .channelJakpost .leftProfile .fas {
  color: #DD1E26; }
.news-color .userSubscribe.special.btn-subscriber, .home-color .userSubscribe.special.btn-subscriber {
  background-color: #DD1E26; }
.news-color .tjp-header ul.tjp-menu > li > a.news-arrow:before, .home-color .tjp-header ul.tjp-menu > li > a.news-arrow:before {
  left: 0; }
.news-color .channelJakpost .leftProfile .fas, .home-color .channelJakpost .leftProfile .fas {
  border-color: #DD1E26; }

.multimedia-color .special {
  color: #009e97; }
  .multimedia-color .special.btn-subscriber {
    border-color: #009e97; }
    .multimedia-color .special.btn-subscriber:hover {
      border-color: #009e97;
      background-color: #009e97; }
  @media screen and (max-width: 1024px) {
    .multimedia-color .special.btn-subscriber {
      color: #fff;
      background-color: #009e97; } }
.multimedia-color .special,
.multimedia-color .action-user .search,
.multimedia-color .tjp-header ul.tjp-menu > li > a.news-arrow,
.multimedia-color .jpIcMbl .search,
.multimedia-color .channelJakpost .leftProfile .fas {
  color: #009e97; }
.multimedia-color .jpIcMbl .menuHam span,
.multimedia-color .userSubscribe.special.btn-subscriber {
  background-color: #009e97; }
.multimedia-color .tjp-header ul.tjp-menu > li > a.news-arrow:before {
  left: 0; }
.multimedia-color .channelJakpost .leftProfile .fas {
  border-color: #009e97; }
.multimedia-color .navigation-page .jp-current, .multimedia-color .navigation-page a:hover:not(.jp-last):not(.jp-first) {
  background-color: #009e97; }

.community-color .special {
  color: #662482; }
  .community-color .special.btn-subscriber {
    border-color: #662482; }
    .community-color .special.btn-subscriber:hover {
      border-color: #662482;
      background-color: #662482; }
  @media screen and (max-width: 1024px) {
    .community-color .special.btn-subscriber {
      color: #fff;
      background-color: #662482; } }
.community-color .special,
.community-color .action-user .search,
.community-color .tjp-header ul.tjp-menu > li > a.news-arrow,
.community-color .jpIcMbl .search,
.community-color .channelJakpost .leftProfile .fas {
  color: #662482; }
.community-color .jpIcMbl .menuHam span,
.community-color .userSubscribe.special.btn-subscriber {
  background-color: #662482; }
.community-color .tjp-header ul.tjp-menu > li > a.news-arrow:before {
  left: 0; }
.community-color .channelJakpost .leftProfile .fas {
  border-color: #662482; }
.community-color .navigation-page .jp-current, .community-color .navigation-page a:hover:not(.jp-last):not(.jp-first) {
  background-color: #662482; }

.academia-color .special {
  color: #DD1E26; }
  .academia-color .special.btn-subscriber {
    border-color: #DD1E26; }
    .academia-color .special.btn-subscriber:hover {
      border-color: #DD1E26;
      background-color: #DD1E26; }
  @media screen and (max-width: 1024px) {
    .academia-color .special.btn-subscriber {
      color: #fff;
      background-color: #DD1E26; } }
.academia-color .special,
.academia-color .action-user .search,
.academia-color .tjp-header ul.tjp-menu > li > a.news-arrow,
.academia-color .jpIcMbl .search,
.academia-color .channelJakpost .leftProfile .fas {
  color: #DD1E26; }
.academia-color .jpIcMbl .menuHam span,
.academia-color .userSubscribe.special.btn-subscriber {
  background-color: #DD1E26; }
.academia-color .tjp-header ul.tjp-menu > li > a.news-arrow:before {
  left: 0; }
.academia-color .channelJakpost .leftProfile .fas {
  border-color: #DD1E26; }
.academia-color .navigation-page .jp-current, .academia-color .navigation-page a:hover:not(.jp-last):not(.jp-first) {
  background-color: #DD1E26; }

.sea-color .special {
  color: #DD1E26; }
  .sea-color .special.btn-subscriber {
    border-color: #DD1E26; }
    .sea-color .special.btn-subscriber:hover {
      border-color: #DD1E26;
      background-color: #DD1E26; }
  @media screen and (max-width: 1024px) {
    .sea-color .special.btn-subscriber {
      color: #fff;
      background-color: #DD1E26; } }
.sea-color .special,
.sea-color .action-user .search,
.sea-color .tjp-header ul.tjp-menu > li > a.news-arrow,
.sea-color .jpIcMbl .search,
.sea-color .channelJakpost .leftProfile .fas {
  color: #DD1E26; }
.sea-color .jpIcMbl .menuHam span,
.sea-color .userSubscribe.special.btn-subscriber {
  background-color: #DD1E26; }
.sea-color .tjp-header ul.tjp-menu > li > a.news-arrow:before {
  left: 0; }
.sea-color .channelJakpost .leftProfile .fas {
  border-color: #DD1E26; }
.sea-color .navigation-page .jp-current, .sea-color .navigation-page a:hover:not(.jp-last):not(.jp-first) {
  background-color: #DD1E26; }

@-webkit-keyframes skw {
  0% {
    transform: skewX(-45deg) translateX(0); }
  100% {
    transform: skewX(-45deg) translateX(30em); } }
@keyframes skw {
  0% {
    transform: skewX(-45deg) translateX(0); }
  100% {
    transform: skewX(-45deg) translateX(30em); } }
.skw {
  -webkit-animation: skw infinite alternate;
  animation: skw infinite alternate; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("awesome/fa-brands-400.eot");
  src: url("awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("awesome/fa-brands-400.woff2") format("woff2"), url("awesome/fa-brands-400.woff") format("woff"), url("awesome/fa-brands-400.ttf") format("truetype"), url("awesome/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("awesome/fa-regular-400.eot");
  src: url("awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("awesome/fa-regular-400.woff2") format("woff2"), url("awesome/fa-regular-400.woff") format("woff"), url("awesome/fa-regular-400.ttf") format("truetype"), url("awesome/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("awesome/fa-solid-900.eot");
  src: url("awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("awesome/fa-solid-900.woff2") format("woff2"), url("awesome/fa-solid-900.woff") format("woff"), url("awesome/fa-solid-900.ttf") format("truetype"), url("awesome/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/**
 * @license
 * MyFonts Webfont Build ID 3250256, 2016-07-15T00:14:38-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Acta-BoldItalic by DSType
 * URL: http://www.myfonts.com/fonts/dstype/acta/bold-italic/
 * 
 * Webfont: Acta-MediumItalic by DSType
 * URL: http://www.myfonts.com/fonts/dstype/acta/medium-italic/
 * 
 * Webfont: Acta-Bold by DSType
 * URL: http://www.myfonts.com/fonts/dstype/acta/bold/
 * 
 * Webfont: Acta-Book by DSType
 * URL: http://www.myfonts.com/fonts/dstype/acta/book/
 * 
 * Webfont: Acta-BookItalic by DSType
 * URL: http://www.myfonts.com/fonts/dstype/acta/book-italic/
 * 
 * Webfont: Acta-LightItalic by DSType
 * URL: http://www.myfonts.com/fonts/dstype/acta/light-italic/
 * 
 * Webfont: Acta-Black by DSType
 * URL: http://www.myfonts.com/fonts/dstype/acta/black/
 * 
 * Webfont: Acta-Light by DSType
 * URL: http://www.myfonts.com/fonts/dstype/acta/light/
 * 
 * Webfont: Acta-ExtraBold by DSType
 * URL: http://www.myfonts.com/fonts/dstype/acta/extrabold/
 * 
 * Webfont: Acta-Medium by DSType
 * URL: http://www.myfonts.com/fonts/dstype/acta/medium/
 * 
 * Webfont: Acta-ExtraBoldItalic by DSType
 * URL: http://www.myfonts.com/fonts/dstype/acta/extrabold-italic/
 * 
 * Webfont: Acta-BlackItalic by DSType
 * URL: http://www.myfonts.com/fonts/dstype/acta/black-italic/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3250256
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2010 by Dino dos Santos _DSType. All rights reserved.
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/319850");*/
@font-face {
  font-family: 'Acta-BoldItalic';
  src: url("webfonts/319850_0_0.eot");
  src: url("webfonts/319850_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/319850_0_0.woff2") format("woff2"), url("webfonts/319850_0_0.woff") format("woff"), url("webfonts/319850_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Acta-MediumItalic';
  src: url("webfonts/319850_1_0.eot");
  src: url("webfonts/319850_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/319850_1_0.woff2") format("woff2"), url("webfonts/319850_1_0.woff") format("woff"), url("webfonts/319850_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Acta-Bold';
  src: url("webfonts/319850_2_0.eot");
  src: url("webfonts/319850_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/319850_2_0.woff2") format("woff2"), url("webfonts/319850_2_0.woff") format("woff"), url("webfonts/319850_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Acta-Book';
  src: url("webfonts/319850_3_0.eot");
  src: url("webfonts/319850_3_0.eot?#iefix") format("embedded-opentype"), url("webfonts/319850_3_0.woff2") format("woff2"), url("webfonts/319850_3_0.woff") format("woff"), url("webfonts/319850_3_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Acta-BookItalic';
  src: url("webfonts/319850_4_0.eot");
  src: url("webfonts/319850_4_0.eot?#iefix") format("embedded-opentype"), url("webfonts/319850_4_0.woff2") format("woff2"), url("webfonts/319850_4_0.woff") format("woff"), url("webfonts/319850_4_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Acta-LightItalic';
  src: url("webfonts/319850_5_0.eot");
  src: url("webfonts/319850_5_0.eot?#iefix") format("embedded-opentype"), url("webfonts/319850_5_0.woff2") format("woff2"), url("webfonts/319850_5_0.woff") format("woff"), url("webfonts/319850_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Acta-Black';
  src: url("webfonts/319850_6_0.eot");
  src: url("webfonts/319850_6_0.eot?#iefix") format("embedded-opentype"), url("webfonts/319850_6_0.woff2") format("woff2"), url("webfonts/319850_6_0.woff") format("woff"), url("webfonts/319850_6_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Acta-Light';
  src: url("webfonts/319850_7_0.eot");
  src: url("webfonts/319850_7_0.eot?#iefix") format("embedded-opentype"), url("webfonts/319850_7_0.woff2") format("woff2"), url("webfonts/319850_7_0.woff") format("woff"), url("webfonts/319850_7_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Acta-ExtraBold';
  src: url("webfonts/319850_8_0.eot");
  src: url("webfonts/319850_8_0.eot?#iefix") format("embedded-opentype"), url("webfonts/319850_8_0.woff2") format("woff2"), url("webfonts/319850_8_0.woff") format("woff"), url("webfonts/319850_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Acta-Medium';
  src: url("webfonts/319850_9_0.eot");
  src: url("webfonts/319850_9_0.eot?#iefix") format("embedded-opentype"), url("webfonts/319850_9_0.woff2") format("woff2"), url("webfonts/319850_9_0.woff") format("woff"), url("webfonts/319850_9_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Acta-ExtraBoldItalic';
  src: url("webfonts/319850_A_0.eot");
  src: url("webfonts/319850_A_0.eot?#iefix") format("embedded-opentype"), url("webfonts/319850_A_0.woff2") format("woff2"), url("webfonts/319850_A_0.woff") format("woff"), url("webfonts/319850_A_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Acta-BlackItalic';
  src: url("webfonts/319850_B_0.eot");
  src: url("webfonts/319850_B_0.eot?#iefix") format("embedded-opentype"), url("webfonts/319850_B_0.woff2") format("woff2"), url("webfonts/319850_B_0.woff") format("woff"), url("webfonts/319850_B_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BrandonGrotesqueWeb-BoldItalic';
  src: url("webfonts/305A70_C_0.eot");
  src: url("webfonts/305A70_C_0.eot?#iefix") format("embedded-opentype"), url("webfonts/305A70_C_0.woff2") format("woff2"), url("webfonts/305A70_C_0.woff") format("woff"), url("webfonts/305A70_C_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BrandonGrotesqueWeb-Light';
  src: url("webfonts/305A70_D_0.eot");
  src: url("webfonts/305A70_D_0.eot?#iefix") format("embedded-opentype"), url("webfonts/305A70_D_0.woff2") format("woff2"), url("webfonts/305A70_D_0.woff") format("woff"), url("webfonts/305A70_D_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BrandonGrotesqueWeb-LightItalic';
  src: url("webfonts/305A70_E_0.eot");
  src: url("webfonts/305A70_E_0.eot?#iefix") format("embedded-opentype"), url("webfonts/305A70_E_0.woff2") format("woff2"), url("webfonts/305A70_E_0.woff") format("woff"), url("webfonts/305A70_E_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BrandonGrotesqueWeb-Bold';
  src: url("webfonts/305A70_F_0.eot");
  src: url("webfonts/305A70_F_0.eot?#iefix") format("embedded-opentype"), url("webfonts/305A70_F_0.woff2") format("woff2"), url("webfonts/305A70_F_0.woff") format("woff"), url("webfonts/305A70_F_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BrandonGrotesqueWeb-Black';
  src: url("webfonts/305A70_10_0.eot");
  src: url("webfonts/305A70_10_0.eot?#iefix") format("embedded-opentype"), url("webfonts/305A70_10_0.woff2") format("woff2"), url("webfonts/305A70_10_0.woff") format("woff"), url("webfonts/305A70_10_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BrandonGrotesqueWeb-BlackItalic';
  src: url("webfonts/305A70_11_0.eot");
  src: url("webfonts/305A70_11_0.eot?#iefix") format("embedded-opentype"), url("webfonts/305A70_11_0.woff2") format("woff2"), url("webfonts/305A70_11_0.woff") format("woff"), url("webfonts/305A70_11_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BrandonGrotesqueWeb-MediumItalic';
  src: url("webfonts/305A70_12_0.eot");
  src: url("webfonts/305A70_12_0.eot?#iefix") format("embedded-opentype"), url("webfonts/305A70_12_0.woff2") format("woff2"), url("webfonts/305A70_12_0.woff") format("woff"), url("webfonts/305A70_12_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BrandonGrotesqueWeb-Regular';
  src: url("webfonts/305A70_13_0.eot");
  src: url("webfonts/305A70_13_0.eot?#iefix") format("embedded-opentype"), url("webfonts/305A70_13_0.woff2") format("woff2"), url("webfonts/305A70_13_0.woff") format("woff"), url("webfonts/305A70_13_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BrandonGrotesqueWeb-Italic';
  src: url("webfonts/305A70_14_0.eot");
  src: url("webfonts/305A70_14_0.eot?#iefix") format("embedded-opentype"), url("webfonts/305A70_14_0.woff2") format("woff2"), url("webfonts/305A70_14_0.woff") format("woff"), url("webfonts/305A70_14_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BrandonGrotesqueWeb-Medium';
  src: url("webfonts/305A70_15_0.eot");
  src: url("webfonts/305A70_15_0.eot?#iefix") format("embedded-opentype"), url("webfonts/305A70_15_0.woff2") format("woff2"), url("webfonts/305A70_15_0.woff") format("woff"), url("webfonts/305A70_15_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BrandonGrotesqueWeb-ThinItalic';
  src: url("webfonts/305A70_16_0.eot");
  src: url("webfonts/305A70_16_0.eot?#iefix") format("embedded-opentype"), url("webfonts/305A70_16_0.woff2") format("woff2"), url("webfonts/305A70_16_0.woff") format("woff"), url("webfonts/305A70_16_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BrandonGrotesqueWeb-Thin';
  src: url("webfonts/305A70_17_0.eot");
  src: url("webfonts/305A70_17_0.eot?#iefix") format("embedded-opentype"), url("webfonts/305A70_17_0.woff2") format("woff2"), url("webfonts/305A70_17_0.woff") format("woff"), url("webfonts/305A70_17_0.ttf") format("truetype"); }
.d-block {
  display: block; }

.d-flex {
  display: flex; }

.paperSubs {
  padding: 0;
  box-shadow: 0px -70px 210px 140px rgba(255, 255, 255, 0.97); }

.titleLt {
  line-height: 1;
  padding: .3em 0 0;
  margin: 0;
  font-size: 1.3125em;
  text-transform: inherit;
  font-family: "Lato", sans-serif;
  clear: left;
  color: #000;
  text-transform: uppercase; }

.signin {
  margin-bottom: 3em; }
  .signin .bg-warn {
    padding: 1.2em 2em;
    margin: 50px 15px 0;
    color: #DD1E26;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #DD1E26;
    border-radius: 5px;
    line-height: 1.8em; }
  .signin.tc {
    text-align: center; }
  .signin.whtbox {
    margin-top: -8px; }
    .signin.whtbox::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      transform: translateX(-30%);
      width: 300vw;
      margin: 0 auto;
      height: 200vh;
      background-color: #f7f7f7;
      z-index: -1; }
  .signin .bgW {
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    margin: 40px 0;
    padding: 0 6em; }
    @media screen and (max-width: 768px) {
      .signin .bgW {
        padding: 15px;
        margin: 0; } }
  .signin .bgWid {
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    margin: 20px 0;
    padding: 0 2em; }
    @media screen and (max-width: 768px) {
      .signin .bgWid {
        padding: 15px;
        margin: 0; } }
  .signin .btn-emergency {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
    opacity: .5; }
  .signin .jp-maintenance {
    background-color: #DD1E26;
    color: #fff;
    clear: left;
    padding: 1em;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px -3px #000; }
    .signin .jp-maintenance p {
      font-size: 1.1428571429em;
      text-align: center;
      margin: 0;
      letter-spacing: 0.05em;
      font-family: "Lato", sans-serif;
      text-transform: uppercase; }
  .signin .titleSign {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center; }
  .signin .titleSmall {
    font-family: "Acta-Medium", sans-serif;
    color: #000;
    margin: 0 0 8px;
    font-size: 1.25em; }
  .signin .titleSec {
    font-family: "Acta-Medium", sans-serif;
    color: #000;
    font-size: 18px; }
  .signin * {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .signin .titleLt {
    font-size: 1.9375em; }
  .signin .loginTitle {
    margin: 30px 0 1.5em;
    padding: 0; }
    .signin .loginTitle a, .signin .loginTitle p {
      font-family: "Acta-Medium", sans-serif;
      color: #6b6b6a;
      display: inline-block;
      margin: .75em 0 0;
      font-size: 1.125em; }
      .signin .loginTitle a u, .signin .loginTitle p u {
        color: #DD1E26; }
      .signin .loginTitle a.btn-emergency, .signin .loginTitle p.btn-emergency {
        opacity: 1; }
        .signin .loginTitle a.btn-emergency u, .signin .loginTitle p.btn-emergency u {
          opacity: .5; }
    .signin .loginTitle hr {
      border-color: #cecece; }
    .signin .loginTitle p {
      margin: 0;
      font-size: 1.1875em; }
  .signin .regisTitle {
    margin: 30px 0 40px;
    padding: 0; }
    .signin .regisTitle.normal {
      margin-bottom: 0px;
      padding: 0 15px; }
    .signin .regisTitle a, .signin .regisTitle p {
      font-family: "Lato", sans-serif;
      color: #6B6B6A;
      font-size: 16px;
      display: block; }
      .signin .regisTitle a u, .signin .regisTitle p u {
        color: #DD1E26;
        font-weight: 600; }
      .signin .regisTitle a.btn-emergency, .signin .regisTitle p.btn-emergency {
        opacity: 1; }
        .signin .regisTitle a.btn-emergency u, .signin .regisTitle p.btn-emergency u {
          opacity: .5; }
    .signin .regisTitle .checklist li {
      padding-left: 28px;
      color: #6B6B6A;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      margin: 0 0 11px; }
    .signin .regisTitle .checklist li:before {
      background-position: -155px -41px; }
  .signin .formRegister {
    background-color: #fff;
    padding: 2em;
    margin-bottom: 2em; }
    .signin .formRegister .fieldLogin {
      float: left;
      width: 100%;
      position: relative; }
    .signin .formRegister form input:not([type="checkbox"]) {
      width: 100%;
      border: 0;
      border-bottom: solid 1px #d2d2d2;
      margin-bottom: 1em;
      padding: 0.5em 2.4em;
      font-size: 1.14em; }
    .signin .formRegister form input[type="text"], .signin .formRegister form input[type="email"], .signin .formRegister form input[type="password"] {
      height: 35px;
      font-family: "Lato", sans-serif;
      font-size: 1.2857142857em;
      color: #6b6b6a; }
      .signin .formRegister form input[type="text"]:active, .signin .formRegister form input[type="text"]:focus, .signin .formRegister form input[type="email"]:active, .signin .formRegister form input[type="email"]:focus, .signin .formRegister form input[type="password"]:active, .signin .formRegister form input[type="password"]:focus {
        border-color: #DD1E26;
        outline: none; }
    .signin .formRegister form input[type="submit"] {
      background-color: #DD1E26;
      color: #fff;
      font-family: "Lato", sans-serif;
      text-transform: uppercase;
      font-size: 1.2857142857em;
      padding: .6em 0 .3em 0;
      border: 0; }
      .signin .formRegister form input[type="submit"]:hover, .signin .formRegister form input[type="submit"]:active, .signin .formRegister form input[type="submit"]:focus {
        box-shadow: 0px 0px 10px -2px #000;
        border-radius: 5px; }
    .signin .formRegister form input:-webkit-autofill,
    .signin .formRegister form input:-webkit-autofill:hover,
    .signin .formRegister form input:-webkit-autofill:focus
    textarea:-webkit-autofill,
    .signin .formRegister form textarea:-webkit-autofill:hover
    textarea:-webkit-autofill:focus,
    .signin .formRegister form select:-webkit-autofill,
    .signin .formRegister form select:-webkit-autofill:hover,
    .signin .formRegister form select:-webkit-autofill:focus {
      border-color: #DD1E26; }
    .signin .formRegister form .iconSign {
      width: 17px;
      height: 17px;
      position: absolute;
      top: 3px;
      bottom: 0;
      left: 10px;
      font-size: 1.2857142857em; }
    .signin .formRegister .checkArea {
      display: inline-block; }
    .signin .formRegister .forgotPass {
      display: inline-block;
      float: right; }
      .signin .formRegister .forgotPass a {
        font-family: "Lato", sans-serif;
        font-size: 1.125em;
        color: #DD1E26; }
        .signin .formRegister .forgotPass a:hover {
          box-shadow: 0px 3px 4px -4px #000; }
    .signin .formRegister .agreement p {
      font-family: "Acta-Medium", sans-serif;
      color: #6b6b6a;
      display: inline-block;
      margin: .75em 0 0;
      font-size: 1.125em; }
      .signin .formRegister .agreement p a {
        color: #DD1E26;
        text-decoration: underline; }
      .signin .formRegister .agreement p i {
        font-family: "Acta-MediumItalic",sans-serif;
        font-style: normal; }
  .signin .formSigned {
    background-color: #fff;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .signin .formSigned {
        margin-bottom: 60px; } }
    .signin .formSigned .fieldLogin {
      float: left;
      width: 100%;
      position: relative;
      text-align: left; }
      .signin .formSigned .fieldLogin .toggle-password, .signin .formSigned .fieldLogin .toggle-password-confirm {
        position: absolute;
        top: 39px;
        right: 15px;
        color: #ADADAD;
        cursor: pointer; }
      .signin .formSigned .fieldLogin .select2-selection.select2-selection--single {
        height: 42px;
        line-height: 42px; }
      .signin .formSigned .fieldLogin .select2-selection__rendered {
        line-height: 42px;
        padding-left: 20px;
        color: #868686;
        font-size: 14px;
        font-family: "Lato", sans-serif; }
      .signin .formSigned .fieldLogin .select2-selection__arrow {
        width: 42px;
        height: 42px; }
      .signin .formSigned .fieldLogin .selectInst {
        height: 42px;
        line-height: 42px;
        height: 42px;
        line-height: 42px;
        padding: 0 16px;
        color: #6B6B6A;
        font-size: 15px;
        -webkit-appearance: none;
        background: url(../img/arrow-select.jpg) no-repeat center right 10px #fff;
        background-size: 24px; }
        .signin .formSigned .fieldLogin .selectInst:focus, .signin .formSigned .fieldLogin .selectInst:hover {
          border-color: #DD1E26;
          outline: 0;
          -webkit-box-shadow: 0;
          box-shadow: none; }
    .signin .formSigned label {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #ADADAD;
      padding-left: 20px; }
    .signin .formSigned form input:not([type="checkbox"]) {
      width: 100%;
      border: 0;
      border-bottom: solid 1px #d2d2d2;
      margin-bottom: 20px;
      padding: 0.5em 2.4em;
      font-size: 1.14em; }
    .signin .formSigned form input[type="text"], .signin .formSigned form input[type="email"], .signin .formSigned form input[type="password"] {
      height: 40px;
      font-family: "Lato", sans-serif;
      font-size: 15px;
      color: #6B6B6A;
      border: 1px solid #C4C4C4;
      border-radius: 5px;
      padding: 20px; }
      .signin .formSigned form input[type="text"]:active, .signin .formSigned form input[type="text"]:focus, .signin .formSigned form input[type="email"]:active, .signin .formSigned form input[type="email"]:focus, .signin .formSigned form input[type="password"]:active, .signin .formSigned form input[type="password"]:focus {
        border-color: #DD1E26;
        outline: none; }
    .signin .formSigned form input[type="submit"] {
      background-color: #DD1E26;
      color: #fff;
      font-family: "Lato", sans-serif;
      text-transform: uppercase;
      padding: 15px 0;
      border: 0;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      letter-spacing: 0.1em;
      border-radius: 5px;
      margin-top: 15px;
      margin-bottom: 10px; }
      .signin .formSigned form input[type="submit"]:hover, .signin .formSigned form input[type="submit"]:active, .signin .formSigned form input[type="submit"]:focus {
        background-color: #c71b22;
        border-radius: 5px; }
    .signin .formSigned form input:-webkit-autofill,
    .signin .formSigned form input:-webkit-autofill:hover,
    .signin .formSigned form input:-webkit-autofill:focus
    textarea:-webkit-autofill,
    .signin .formSigned form textarea:-webkit-autofill:hover
    textarea:-webkit-autofill:focus,
    .signin .formSigned form select:-webkit-autofill,
    .signin .formSigned form select:-webkit-autofill:hover,
    .signin .formSigned form select:-webkit-autofill:focus {
      border-color: #DD1E26; }
    .signin .formSigned form .iconSign {
      width: 17px;
      height: 17px;
      position: absolute;
      top: 3px;
      bottom: 0;
      left: 10px;
      font-size: 1.2857142857em; }
    .signin .formSigned form input.customUpldFile {
      height: 0;
      overflow: hidden;
      width: 0;
      border: none;
      box-shadow: none;
      margin: 0;
      padding: 0; }
    .signin .formSigned form input.customUpldFile + label {
      background: #4A90E2;
      border: none;
      border-radius: 5px;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      margin-bottom: 1rem;
      outline: none;
      padding: 1rem 32px;
      position: relative;
      transition: all 0.3s;
      vertical-align: middle; }
      .signin .formSigned form input.customUpldFile + label:hover {
        background-color: #2275d7; }
    .signin .formSigned .uploadFileIns {
      margin: 40px 0 10px; }
      .signin .formSigned .uploadFileIns span.label {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 15px;
        color: #868686;
        display: block; }
      .signin .formSigned .uploadFileIns .ftxtinput {
        font-family: "Lato", sans-serif;
        font-size: 15px;
        color: #868686;
        padding: 10px 20px; }
        .signin .formSigned .uploadFileIns .ftxtinput:hover, .signin .formSigned .uploadFileIns .ftxtinput:focus, .signin .formSigned .uploadFileIns .ftxtinput:active, .signin .formSigned .uploadFileIns .ftxtinput :focus-visible {
          outline: 0;
          cursor: default; }
      .signin .formSigned .uploadFileIns .absBtnBlue {
        position: absolute;
        top: -10px;
        right: 20px; }
    .signin .formSigned .checkArea {
      display: inline-block; }
    .signin .formSigned .forgotPass {
      display: inline-block;
      float: left;
      padding-left: 20px; }
      .signin .formSigned .forgotPass a {
        font-family: "Lato", sans-serif;
        font-size: 14px;
        color: #DD1E26; }
        .signin .formSigned .forgotPass a:hover {
          border-bottom: 1px solid; }
    .signin .formSigned .agreement p {
      font-family: "Lato", sans-serif;
      color: #000;
      display: block;
      text-align: center;
      margin: .75em 0 0;
      font-size: 16px; }
      .signin .formSigned .agreement p a {
        color: #DD1E26;
        text-decoration: underline; }
      .signin .formSigned .agreement p i {
        font-style: normal; }
  .signin .social-login {
    margin: 0 0 2em 0;
    background-color: #fff; }
    .signin .social-login .info {
      font-family: "Acta-Medium", sans-serif;
      color: #6b6b6a;
      font-size: 1.3125em; }
    .signin .social-login .infosocial {
      font-family: "Lato", sans-serif;
      font-size: 15px;
      line-height: 20px;
      color: #ADADAD;
      position: relative;
      margin-bottom: 35px; }
      .signin .social-login .infosocial::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 9px;
        width: 40%;
        border-bottom: 1px solid #ADADAD; }
      .signin .social-login .infosocial::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 9px;
        width: 40%;
        border-bottom: 1px solid #ADADAD; }
      .signin .social-login .infosocial span {
        background-color: #fff;
        position: relative;
        z-index: 2;
        padding: 0 22px; }
    .signin .social-login ul {
      list-style: none;
      padding: 0;
      margin: 0 auto; }
    .signin .social-login .socialBtn {
      float: left;
      justify-content: space-between;
      display: flex;
      width: 100%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .signin .social-login .socialBtn {
          display: block; } }
    .signin .social-login li {
      width: 32%;
      float: left;
      margin: 10px 0px 10px; }
      @media screen and (max-width: 768px) {
        .signin .social-login li {
          margin: 10px 0;
          width: 100%; } }
    .signin .social-login .abcRioButton, .signin .social-login .abcRioButtonBlue {
      width: 100% !important; }
    .signin .social-login a {
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      display: block;
      border: none;
      border-radius: 3px;
      box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
      padding: 12px 16px 12px 16px;
      transition: background-color .3s, box-shadow .3s;
      width: 100%;
      text-transform: none !important; }
      @media screen and (max-width: 768px) {
        .signin .social-login a {
          width: 100%; } }
      .signin .social-login a i {
        font-size: 18px;
        position: relative; }
      .signin .social-login a span {
        margin-left: 15px; }
      .signin .social-login a.btn-fb {
        background-color: #374E9E; }
        .signin .social-login a.btn-fb i {
          top: 1px; }
      .signin .social-login a.btn-g-plus {
        background-color: #ea624f; }
        .signin .social-login a.btn-g-plus i {
          top: 1px; }
      .signin .social-login a.btn-google {
        background-color: #FFFFFF;
        color: rgba(0, 0, 0, 0.54); }
      .signin .social-login a.btn-linkedln {
        background-color: #0080b2; }
      .signin .social-login a:hover {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25); }
      .signin .social-login a:active {
        background-color: #eeeeee; }
      .signin .social-login a:focus {
        outline: none;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc; }
      .signin .social-login a:disabled {
        filter: grayscale(100%);
        background-color: #ebebeb;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
        cursor: not-allowed; }
    .signin .social-login .brand-btn {
      padding: 12px 16px 12px 42px; }
    .signin .social-login .customSignInGoogle {
      background-color: #FFFFFF;
      color: rgba(0, 0, 0, 0.54);
      background-image: url(../img/logo/google.svg);
      background-repeat: no-repeat;
      background-position: 55px 13px; }
      @media screen and (max-width: 768px) {
        .signin .social-login .customSignInGoogle {
          background-position: 45% 13px; } }
      @media screen and (max-width: 680px) {
        .signin .social-login .customSignInGoogle {
          background-position: 40% 13px; } }
  .signin .notetick {
    clear: left;
    padding: 0em 0 1em; }
    .signin .notetick .checkArea label {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      color: #000;
      padding-left: 26px;
      padding-bottom: 3px; }
      .signin .notetick .checkArea label i {
        font-style: normal; }
    .signin .notetick .checkArea .checkboxCustom input[type="checkbox"] + label:after {
      font-size: 1.2em; }
  .signin .chx {
    float: left;
    display: block;
    margin: 40px 0 6px; }
    .signin .chx .checkboxCustom input[type="checkbox"] + label:before {
      border-radius: 50%; }
    .signin .chx .checkboxCustom input[type="checkbox"] + label:after {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      left: 3px;
      content: '';
      background-color: #6B6B6A; }
  @media screen and (max-width: 1024px) {
    .signin .loginTitle {
      padding: 1em 1em 0; }
      .signin .loginTitle .titleLt {
        font-size: 1.5em; } }

.signup {
  margin-bottom: 16px; }
  .signup .pageAlert {
    background-color: #fff; }
  .signup .containerSignup {
    display: table;
    padding: 0; }
    .signup .containerSignup .boxSignUp {
      text-align: center;
      padding: 0;
      height: 360px;
      display: table-cell;
      vertical-align: middle;
      float: none; }
    .signup .containerSignup .altitle {
      font-family: "Acta-Bold", sans-serif;
      font-size: 1.5em;
      font-weight: normal; }
      .signup .containerSignup .altitle i {
        font-family: "Acta-BoldItalic",sans-serif;
        font-style: normal; }
    .signup .containerSignup p {
      font-family: "Acta-Book", sans-serif;
      font-size: 1.1428571429em; }

body div.stick-trialUser {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: solid 1px #ddd;
  background-color: #fff;
  z-index: 2;
  padding: 0;
  box-shadow: 0px 5px 15px 2px #808080;
  -webkit-transform: translate(0px, 200px);
  -moz-transform: translate(0px, 200px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  body div.stick-trialUser.stickPackage .vMb {
    display: none; }
  body div.stick-trialUser.stickPackage .boxMobile {
    display: inline-block; }
  @media screen and (max-width: 768px) {
    body div.stick-trialUser.stickPackage .vDs {
      display: none; }
    body div.stick-trialUser.stickPackage .vMb {
      display: inline-block;
      display: flex;
      align-items: center; }
    body div.stick-trialUser.stickPackage .logo {
      padding-left: 0;
      max-width: 35%; } }
  body div.stick-trialUser div p {
    margin: 0;
    line-height: 1;
    font-size: 1.1428571429em;
    font-family: "Lato", sans-serif;
    float: none;
    width: auto; }
  body div.stick-trialUser .headTrial {
    padding: 13px 0; }
    body div.stick-trialUser .headTrial p {
      color: rgba(0, 0, 0, 0.6);
      font-size: 1.2857142857em; }
      body div.stick-trialUser .headTrial p strong {
        font-family: inherit;
        font-weight: 700; }
    @media screen and (max-width: 768px) {
      body div.stick-trialUser .headTrial {
        padding: 13px 15px; }
        body div.stick-trialUser .headTrial p {
          width: 75%;
          text-align: left;
          font-size: 15px; }
        body div.stick-trialUser .headTrial .collapse {
          right: 15px; } }
  body div.stick-trialUser .boxColumns {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    text-align: left; }
  body div.stick-trialUser .descTrial {
    background-color: #fff;
    padding: 1em 0;
    border-top: solid 1px rgba(0, 0, 0, 0.25); }
    body div.stick-trialUser .descTrial h5 {
      font-family: 'Fjalla One', sans-serif;
      font-size: 22px;
      margin: 0 0 5px;
      font-weight: normal;
      color: #000;
      line-height: 1.2; }
      body div.stick-trialUser .descTrial h5 span {
        display: block; }
    body div.stick-trialUser .descTrial .logo img {
      width: auto;
      margin: 0; }
    body div.stick-trialUser .descTrial .goPremium .btn-subscriber {
      color: #fff;
      background-color: #DD1E26;
      padding: 13px 20px;
      border-width: 2px;
      font-family: 'Fjalla One', sans-serif;
      font-size: 1.1428571429em;
      text-transform: inherit;
      letter-spacing: 0.03em; }
    body div.stick-trialUser .descTrial .articleSubs p {
      color: #000; }
    @media screen and (max-width: 768px) {
      body div.stick-trialUser .descTrial .t-center {
        text-align: left; }
      body div.stick-trialUser .descTrial .logo {
        display: none; }
      body div.stick-trialUser .descTrial .boxColumns {
        padding: 0; }
      body div.stick-trialUser .descTrial .goPremium {
        display: block; }
        body div.stick-trialUser .descTrial .goPremium .btn-subscriber {
          display: inline-block;
          padding: 5px 15px;
          margin-top: 15px;
          margin-left: 0; }
      body div.stick-trialUser .descTrial .articleSubs h5 {
        font-size: 1.5em; }
      body div.stick-trialUser .descTrial .articleSubs p {
        font-size: 1em; } }
  body div.stick-trialUser .collapse {
    position: absolute;
    right: 0;
    top: 12px;
    color: #DD1E26;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    cursor: pointer; }
  body div.stick-trialUser.shown {
    -webkit-transform: translate(0px, 75px);
    -moz-transform: translate(0px, 75px);
    -o-transform: translate(0px, 75px);
    -ms-transform: translate(0px, 75px);
    transform: translate(0px, 75px); }
    @media screen and (max-width: 768px) {
      body div.stick-trialUser.shown {
        -webkit-transform: translate(0px, 120px);
        -moz-transform: translate(0px, 120px);
        -o-transform: translate(0px, 120px);
        -ms-transform: translate(0px, 120px);
        transform: translate(0px, 120px); } }
  body div.stick-trialUser.open, body div.stick-trialUser.firstopen {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }

.info-covid {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: solid 1px #ddd;
  background-color: #fff;
  z-index: 2;
  padding: 0;
  box-shadow: 0px 5px 15px 2px #808080;
  padding: 7px 0 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .info-covid hr {
    margin-top: 7px;
    margin-bottom: 7px; }
  .info-covid .headTrial p {
    font-family: "Acta-Medium", sans-serif;
    font-size: 1.2142857143em;
    margin-bottom: 0;
    line-height: 1;
    padding: 7px 0; }
  @media screen and (max-width: 768px) {
    .info-covid .headTrial {
      text-align: left; } }
  .info-covid .boxColumns {
    flex: 1 1 auto; }
    .info-covid .boxColumns span {
      font-weight: 500;
      font-size: 1.0714285714em;
      font-family: "Lato", sans-serif; }
      @media screen and (max-width: 390px) {
        .info-covid .boxColumns span {
          font-size: 0.9285714286em;
          display: block;
          line-height: 1; } }
    .info-covid .boxColumns h4 {
      color: #DD1E26;
      font-family: 'Fjalla One', sans-serif;
      margin: 5px 0 0;
      font-size: 1.5714285714em; }
  .info-covid .source-covid {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px; }
    .info-covid .source-covid .boxColumns span {
      color: rgba(0, 0, 0, 0.4);
      font-weight: 400;
      font-size: 1em; }
      @media screen and (max-width: 390px) {
        .info-covid .source-covid .boxColumns span {
          font-size: 0.8571428571em; } }
    .info-covid .source-covid .boxColumns:last-child {
      justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .info-covid .source-covid {
        padding: 0;
        text-align: left; }
        .info-covid .source-covid .boxColumns:last-child {
          text-align: right; } }
  .info-covid .info-infect {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 7px; }
  .info-covid .collapse {
    position: absolute;
    color: #DD1E26;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    cursor: pointer;
    right: 15px;
    top: 7px;
    line-height: 1; }
  .info-covid.open, .info-covid.firstopen {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }

.source-bg {
  background-color: #f2f2f2; }

.signWidget {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: none;
  align-items: center; }
  .signWidget .lyrWidget {
    height: 100%;
    display: flex;
    align-items: center; }
  .signWidget .mainWidgetSign {
    width: 680px; }
  .signWidget.openWidget .signin {
    transition-delay: .3s;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
    opacity: 1; }
  .signWidget.openWidget .widgetScroll {
    height: 600px;
    overflow-y: scroll; }
    @media screen and (max-width: 767.98px) {
      .signWidget.openWidget .widgetScroll {
        height: 450px; } }
  .signWidget .bgPopup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .signWidget .signin {
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 12px -3px #fff;
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; }
    .signWidget .signin .loginTitle, .signWidget .signin .formRegister {
      padding: .5em 2em; }
    @media screen and (max-width: 767.98px) {
      .signWidget .signin .formRegister {
        padding: .5em 2em 2em; } }
    .signWidget .signin .loginTitle {
      margin: .5em 0 1em; }
    .signWidget .signin .social-login li {
      margin-bottom: 0; }

.shd-content {
  box-shadow: 0px -50px 45px 50px #fff; }
  .shd-content.hide-readmore {
    display: none; }

.resize-article {
  overflow: hidden;
  height: 500px; }

.main-adver-lr {
  display: block;
  width: calc((100% - 1095px) / 2);
  position: fixed;
  top: 15px;
  z-index: 8; }
  .main-adver-lr.to-left {
    left: 0px; }
    .main-adver-lr.to-left .adver-fixed {
      right: 0; }
  .main-adver-lr.to-right {
    right: 0px; }
    .main-adver-lr.to-right .adver-fixed {
      left: 0; }
  .main-adver-lr .adver-fixed {
    position: absolute; }

.spaceMultiple {
  padding: 1em 0; }

.bkg-likePopup .bkg-inner {
  position: fixed;
  background-color: black;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  transition: 1s; }

.flying-carpet {
  display: none; }

@media (max-width: 414px) {
  .flying-carpet {
    left: -16px; }
    .flying-carpet div[data-google-query-id] {
      position: relative;
      height: 300px; }
      .flying-carpet div[data-google-query-id] div {
        cursor: pointer;
        position: absolute;
        left: 0px;
        top: 0px;
        margin: auto;
        z-index: initial;
        bottom: 0px;
        right: 0px;
        clip: rect(0px, auto, auto, 0px);
        height: 300px !important; }
      .flying-carpet div[data-google-query-id] iframe {
        vertical-align: bottom;
        border: 0px;
        margin: auto;
        top: 0px;
        bottom: 0;
        left: 0px;
        right: 0;
        position: fixed;
        transform: matrix(1, 0, 0, 1, 0, 0); } }
      @media (max-width: 414px) and (min-width: 1024px) {
        .flying-carpet div[data-google-query-id] iframe {
          left: -70px; } }

@media (max-width: 1023px) {
  .bkg-likePopup .bkg-inner {
    display: none !important; } }
@media screen and (min-width: 1024px) {
  .containerLeft {
    width: 68.8%;
    padding-left: 0;
    padding-right: 18px; }

  .container-right {
    width: 31.2%;
    padding: 0;
    overflow: hidden; }
    .container-right .sideAd div[data-google-query-id] {
      margin-bottom: 20px; }
    .container-right .ads-showcase1 div[data-google-query-id] {
      padding-bottom: 20px;
      border-bottom: solid 1px #ddd;
      margin-bottom: 20px; }

  .channel-Left {
    width: 21.4%;
    padding: 0; }

  .channel-Right {
    width: 78.6%;
    float: right;
    padding-right: 0;
    padding-left: 16px; }

  .stickyBannerMobileMultiple {
    display: none; } }
@media only screen and (min-width: 1440px) and (min-resolution: 96dpi) {
  .containerLeft {
    width: 70.9%; }

  .container-right {
    width: 29.1%; } }
@media only screen and (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1441px) and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-width: 1441px) and (min-resolution: 120dpi) {
  .containerLeft {
    width: 70.9%; }

  .container-right {
    width: 29.1%; } }
@media screen and (max-width: 1100px) and (min-width: 1041px) {
  .containerLeft {
    width: 67.8%; }

  .container-right {
    width: 32.2%; } }
@media screen and (max-width: 1040px) and (min-width: 1024px) {
  .containerLeft {
    width: 66.8%; }

  .container-right {
    width: 33.2%; } }
@media screen and (max-width: 1023px) {
  .stickyBannerMobileMultiple {
    display: block; }

  .containerLeft, .container-right {
    width: 100%;
    padding: 0; }

  .containerLeft {
    margin-bottom: 30px; }

  .container-right .sideAd {
    margin-bottom: 30px; }
    .container-right .sideAd div[data-google-query-id] {
      background-color: #f2f2f2;
      padding: 40px;
      margin: 0 -30px; } }
.JPAdsMobile {
  display: none; }

.JPSinglePageAds {
  margin: 10px 0 50px;
  display: block;
  text-align: center;
  position: relative;
  float: left; }

@media screen and (max-width: 640px) {
  .JPAdsMobile {
    display: block;
    margin: 0px -16px 30px;
    float: left;
    position: relative;
    text-align: center;
    background: #F2F2F2;
    padding: 50px; } }
.container {
  max-width: 100%; }

/* 
 ##Device = Desktops
 ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  .container {
    width: 1071px; }

  .main-adver-lr {
    width: calc((100% - 1095px) / 2); } }
/* 
	##Device = Laptops, Desktops
	##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  .container {
    width: 1000px; }

  .main-adver-lr {
    width: calc((100% - 1024px) / 2); }

  .footer .fotter-bottom .link-footer ul li {
    padding: 0 0.8em !important; } }
.borderGrid {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2; }

.borderL {
  border-left: 1px solid #ddd; }

.borderR {
  border-right: 1px solid #ddd; }

.borderBottom {
  border-bottom: solid 1px #ddd; }

.borderTop {
  border-top: solid 1px #ddd; }

.px-18 {
  padding: 0 18px; }
  @media screen and (max-width: 640px) {
    .px-18 {
      padding: 0 16px; } }

.pr-25 {
  padding-right: 25px; }
  @media screen and (max-width: 1023px) {
    .pr-25 {
      padding: 0; } }

.pr-35 {
  padding-right: 35px; }
  @media screen and (max-width: 1023px) {
    .pr-35 {
      padding: 0; } }

.pt-20 {
  padding-top: 20px; }

.jpRow {
  position: relative;
  display: block;
  float: left;
  width: 100%; }

.titleHlg {
  line-height: 1.2;
  padding: .3em 0 0;
  margin: 0;
  font-size: 2em;
  text-transform: inherit;
  font-family: "Acta-Medium", sans-serif;
  clear: left;
  color: #000; }

.titleSide {
  font-family: "BrandonGrotesqueWeb-Bold", sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0; }

.titleSubSide {
  font-family: "Acta-Medium", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  margin: 0; }

.headerTitle .titleLatest {
  display: inline-block;
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 21px;
  text-transform: capitalize;
  margin: 0;
  letter-spacing: 0.1em; }
.headerTitle .seeall {
  display: inline-block;
  float: right;
  margin: 0;
  color: rgba(0, 0, 0, 0.5); }
.headerTitle .titleMain {
  display: inline-block;
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 21px;
  text-transform: capitalize;
  margin: 0;
  letter-spacing: 0.1em; }
  .headerTitle .titleMain:hover {
    color: #DD1E26; }
.headerTitle .bordered {
  border-top: 2px solid #000000;
  border-bottom: 1px solid #ddd;
  padding: 8px 0; }
.headerTitle.premium .titleMain {
  color: #DD1E26; }
.headerTitle.premium .bordered {
  border-top: 2px solid #DD1E26; }
.headerTitle.lifestyle .titleMain {
  color: #662482; }
.headerTitle.lifestyle .bordered {
  border-top: 2px solid #662482; }
.headerTitle.multimedia .titleMain {
  color: #009e97; }
.headerTitle.multimedia .bordered {
  border-top: 2px solid #009e97; }
.headerTitle.paper .titleMain, .headerTitle.opinion .titleMain {
  color: #868686; }
.headerTitle.paper .bordered, .headerTitle.opinion .bordered {
  border-top: 2px solid #868686; }

.tjpcontainer {
  clear: left;
  padding: 0;
  left: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  overflow: hidden; }

.tjp-viewLatest {
  text-align: right;
  padding: 10px; }
  .tjp-viewLatest a {
    font-weight: bold;
    letter-spacing: 0.1em; }
    .tjp-viewLatest a:hover {
      color: #DD1E26; }

.tjp-newsPagination {
  position: relative;
  text-align: center;
  padding: 50px 0; }
  @media screen and (max-width: 640px) {
    .tjp-newsPagination {
      padding: 20px 0; } }
  .tjp-newsPagination .pageNum, .tjp-newsPagination .pageBtn {
    display: inline-block;
    margin: 0 10px; }
    @media screen and (max-width: 640px) {
      .tjp-newsPagination .pageNum, .tjp-newsPagination .pageBtn {
        margin: 0; } }
  .tjp-newsPagination .paginationStyle {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 14.0153px;
    color: #666666; }
    @media screen and (max-width: 640px) {
      .tjp-newsPagination .paginationStyle {
        width: 45%; } }
  .tjp-newsPagination .currentPagi {
    text-align: center;
    margin-right: 15px;
    display: inline-block; }
  .tjp-newsPagination .pagination__input {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    width: 60px;
    height: 45px;
    text-align: center;
    padding-left: 10px; }
  .tjp-newsPagination .totalPagi {
    margin-left: 5px; }
  .tjp-newsPagination .pageBtn {
    background-color: #DD1E26;
    border-radius: 5px;
    padding: 15px;
    width: 120px;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
    color: #FFFFFF; }
    .tjp-newsPagination .pageBtn:hover {
      background-color: #DD1E26; }
    @media screen and (max-width: 640px) {
      .tjp-newsPagination .pageBtn {
        width: 25%; } }
  .tjp-newsPagination button[disabled] {
    background-color: #C4C4C4; }
    .tjp-newsPagination button[disabled]:hover {
      background-color: #C4C4C4;
      cursor: no-drop; }

.linespceTop {
  margin-top: 8px; }

.linespceBot {
  margin-bottom: 8px; }

.lineTop {
  padding-top: 8px; }

.lineBot {
  padding-bottom: 8px; }

.lineSection {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 40px; }

.centered {
  display: block;
  position: relative;
  margin: 0 auto;
  float: none; }
  .centered:before, .centered:after {
    content: "";
    display: table; }
  .centered:after {
    clear: both; }

.listNews * {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease; }
.listNews .titleNews .special {
  display: inline-block;
  font-size: 10px;
  font-family: "Lato", sans-serif;
  padding: 0px 10px;
  line-height: 1.3;
  vertical-align: top;
  border-radius: 3px;
  margin: 2px 5px 0 0;
  background-color: #DD1E26;
  color: #fff; }
.listNews .imageNews {
  width: 126px;
  float: left;
  opacity: .9;
  max-height: 83px;
  overflow: hidden; }
.listNews .newsWord {
  float: right;
  width: 340px;
  padding-left: 1.5em; }
.listNews .columnsNews {
  border-bottom: solid 1px #ddd;
  padding: 20px 0; }
.listNews .imgNews {
  opacity: .9;
  max-height: 128px;
  overflow: hidden;
  margin-bottom: 1em; }
  .listNews .imgNews img {
    width: 100%; }
.listNews .descNews {
  padding: 0 0 .5em; }
.listNews .imageLatest {
  width: 150px;
  opacity: .9;
  max-height: 100px;
  overflow: hidden; }
.listNews .latestDetail {
  padding-left: 22px;
  width: 100%; }
  .listNews .latestDetail .date, .listNews .latestDetail .premiumBadge {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 640px) {
      .listNews .latestDetail .date, .listNews .latestDetail .premiumBadge {
        margin-top: 0;
        margin-bottom: 0; }
        .listNews .latestDetail .date span, .listNews .latestDetail .premiumBadge span {
          width: auto;
          margin-bottom: 0px; } }
  .listNews .latestDetail .date, .listNews .latestDetail .premiumBadge {
    margin-bottom: .7em; }
  .listNews .latestDetail .titleNews {
    margin-bottom: .5em; }
.listNews.noline:nth-of-type(4) .columnsNews {
  border-bottom: 0; }
.listNews:last-child .columnsNews {
  border-bottom: 0; }
.listNews:hover .imageNews, .listNews:hover .imgNews {
  -webkit-transition: 0.3s,filter;
  -moz-transition: 0.3s,filter;
  transition: 0.3s,filter;
  -webkit-transition: 0.3s -webkit-filter linear;
  opacity: 1; }
.listNews:hover .newsWord p {
  color: rgba(0, 0, 0, 0.6); }
@media screen and (max-width: 1100px) {
  .listNews .imageNews {
    width: 30%; }
  .listNews .newsWord {
    width: 70%; } }
.listNews .premiumBadge {
  background: #fff;
  border: 1px solid #DD1E26;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 3.5px 13px;
  display: inline-block;
  transition: all 0.1s ease-in-out;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .listNews .premiumBadge {
      padding: 0px 5px 2px;
      margin: 10px 0 15px;
      display: block;
      text-align: center; } }
  .listNews .premiumBadge span {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #DD1E26; }
    @media screen and (max-width: 640px) {
      .listNews .premiumBadge span {
        font-size: 8px;
        line-height: 10px; } }
  .listNews .premiumBadge:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none; }
  .listNews .premiumBadge:hover {
    background-color: #DD1E26; }
    .listNews .premiumBadge:hover span {
      color: #fff; }
    .listNews .premiumBadge:hover:before {
      transform: skewX(-45deg) translateX(13.5em);
      transition: all 0.5s ease-in-out; }

@media screen and (max-width: 640px) {
  .channelTopLatest {
    margin-bottom: 0; } }
.channelTopLatest .theLatest .tjp-newsListing {
  padding-right: 18px;
  border-right: 1px solid #ddd; }
  @media screen and (max-width: 1023px) {
    .channelTopLatest .theLatest .tjp-newsListing {
      padding: 0;
      border: none;
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd; } }
  @media screen and (max-width: 640px) {
    .channelTopLatest .theLatest .tjp-newsListing {
      margin: 0 -16px;
      border: 0;
      padding: 0; }
      .channelTopLatest .theLatest .tjp-newsListing .listNews .d-flex {
        display: block;
        border: none;
        padding: 10px 0; }
      .channelTopLatest .theLatest .tjp-newsListing .listNews .imageLatest {
        margin-bottom: 15px;
        width: 100%;
        max-height: none;
        display: none; }
        .channelTopLatest .theLatest .tjp-newsListing .listNews .imageLatest img {
          width: 100%; }
      .channelTopLatest .theLatest .tjp-newsListing .listNews .latestDetail {
        padding: 0 16px;
        position: relative;
        padding-bottom: 10px; }
        .channelTopLatest .theLatest .tjp-newsListing .listNews .latestDetail::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 1px;
          width: 91%;
          background-color: #ddd; }
        .channelTopLatest .theLatest .tjp-newsListing .listNews .latestDetail p {
          display: none; }
      .channelTopLatest .theLatest .tjp-newsListing .listNews:first-child .imageLatest {
        display: block; }
      .channelTopLatest .theLatest .tjp-newsListing .listNews:last-child .latestDetail::after {
        display: none; } }
.channelTopLatest .theLatest .listNews:first-child .columnsNews {
  padding-top: 0; }
.channelTopLatest .theLatest .listNews:last-child .columnsNews {
  padding-bottom: 0; }

.headLineChannel {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  margin-top: 10px; }

@media screen and (max-width: 1023px) {
  .channelTwoSided {
    border: none;
    margin-bottom: 0; } }
.channelTwoSided .theLatest .tjp-newsListing {
  padding-right: 0;
  border-right: none; }
  @media screen and (max-width: 640px) {
    .channelTwoSided .theLatest .tjp-newsListing .latestDetail p {
      display: none; } }
.channelTwoSided .containerLeft .rowAll {
  padding-right: 18px;
  border-right: 1px solid #ddd;
  position: relative;
  float: left; }
  @media screen and (max-width: 1023px) {
    .channelTwoSided .containerLeft .rowAll {
      padding: 0;
      border: none; } }
.channelTwoSided .containerLeft .sectionNews {
  position: relative;
  float: left; }
  @media screen and (max-width: 640px) {
    .channelTwoSided .containerLeft .sectionNews {
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 20px; } }
  .channelTwoSided .containerLeft .sectionNews .subNews {
    position: relative;
    float: left;
    margin-bottom: 50px; }
    @media screen and (max-width: 640px) {
      .channelTwoSided .containerLeft .sectionNews .subNews {
        margin-bottom: 30px; }
        .channelTwoSided .containerLeft .sectionNews .subNews .gridRight {
          order: 2; }
          .channelTwoSided .containerLeft .sectionNews .subNews .gridRight .listNews:first-child .imgNews {
            display: block; }
          .channelTwoSided .containerLeft .sectionNews .subNews .gridRight .listNews:first-child .titleNews {
            font-size: 18px; }
          .channelTwoSided .containerLeft .sectionNews .subNews .gridRight .listNews:last-child {
            border-bottom: solid 1px #ddd;
            margin-bottom: 20px;
            padding-bottom: .5em; }
        .channelTwoSided .containerLeft .sectionNews .subNews .gridLeft {
          order: 3; }
          .channelTwoSided .containerLeft .sectionNews .subNews .gridLeft .listNews:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0; } }
@media screen and (max-width: 1023px) {
  .channelTwoSided .containerLeft {
    margin-bottom: 0; } }
.channelTwoSided .container-right .sideSec {
  margin-bottom: 30px;
  position: relative;
  float: left; }
  .channelTwoSided .container-right .sideSec .homeJVideo.listNews {
    border-bottom: none; }
  @media screen and (max-width: 1023px) {
    .channelTwoSided .container-right .sideSec.mostViewedSide {
      display: none; } }

.containerGridNews .listNews {
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  padding-bottom: .5em;
  position: relative; }
  @media screen and (max-width: 640px) {
    .containerGridNews .listNews {
      display: grid; } }
  .containerGridNews .listNews .imgNews {
    max-height: 150px; }
    @media screen and (max-width: 640px) {
      .containerGridNews .listNews .imgNews {
        order: 1;
        display: none; } }
  .containerGridNews .listNews .descNews {
    padding: 0; }
    .containerGridNews .listNews .descNews .date span {
      display: none; }
    @media screen and (max-width: 640px) {
      .containerGridNews .listNews .descNews {
        order: 2; }
        .containerGridNews .listNews .descNews .date span {
          display: block;
          font-weight: bold;
          letter-spacing: 0.1em; }
        .containerGridNews .listNews .descNews p {
          display: none; } }
  @media screen and (max-width: 640px) {
    .containerGridNews .listNews .premiumBadge {
      order: 3;
      display: none; } }
  .containerGridNews .listNews .premiumBadge.mbl {
    display: none; }
    @media screen and (max-width: 640px) {
      .containerGridNews .listNews .premiumBadge.mbl {
        display: inline-block; } }
  .containerGridNews .listNews.top .titleNews {
    font-size: 24px; }
    @media screen and (max-width: 640px) {
      .containerGridNews .listNews.top .titleNews {
        font-size: 16px; } }
  .containerGridNews .listNews.oneBigNews .imgNews {
    max-height: 295px; }
    @media screen and (max-width: 640px) {
      .containerGridNews .listNews.oneBigNews .imgNews {
        display: block; } }
  @media screen and (max-width: 640px) {
    .containerGridNews .listNews.oneBigNews .titleNews {
      font-size: 18px; } }
  @media screen and (max-width: 640px) {
    .containerGridNews .listNews.premium .descNews .date, .containerGridNews .listNews.premium .descNews .premiumBadge.mbl {
      display: inline-block;
      vertical-align: middle;
      margin-top: 0;
      margin-bottom: 13px; }
      .containerGridNews .listNews.premium .descNews .date span, .containerGridNews .listNews.premium .descNews .premiumBadge.mbl span {
        width: auto;
        margin-bottom: 0px; } }
.containerGridNews .gridLine {
  display: flex; }
  .containerGridNews .gridLine .colGridLR, .containerGridNews .gridLine .colGridMid {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  @media (min-width: 992px) {
    .containerGridNews .gridLine .colGridLR {
      width: 27%; } }
  @media (min-width: 992px) {
    .containerGridNews .gridLine .colGridMid {
      width: 46%; } }
  .containerGridNews .gridLine .gridLeft .listNews:last-child, .containerGridNews .gridLine .gridMid .listNews:last-child, .containerGridNews .gridLine .gridRight .listNews:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  @media screen and (max-width: 640px) {
    .containerGridNews .gridLine .gridLeft .listNews:last-child, .containerGridNews .gridLine .gridMid .listNews:last-child {
      border-bottom: solid 1px #ddd;
      margin-bottom: 20px;
      padding-bottom: .5em; } }
  .containerGridNews .gridLine .gridMid {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    @media screen and (max-width: 640px) {
      .containerGridNews .gridLine .gridMid {
        border: 0; } }
  @media (min-width: 992px) {
    .containerGridNews .gridLine.twoCol .colGridLR {
      width: 50%; } }
  .containerGridNews .gridLine.twoCol .gridLeft {
    border-right: 1px solid #ddd; }
    @media screen and (max-width: 640px) {
      .containerGridNews .gridLine.twoCol .gridLeft {
        border: 0; } }
  @media screen and (max-width: 640px) {
    .containerGridNews .gridLine {
      display: grid; }
      .containerGridNews .gridLine .colGridMid {
        order: 1; }
      .containerGridNews .gridLine .colGridLR {
        order: 2; } }

.flexColumn {
  display: flex; }
  .flexColumn .imgNews {
    margin-right: 15px;
    flex: 0 0 90px;
    overflow: hidden;
    height: 90px; }
    .flexColumn .imgNews img {
      width: auto;
      display: inline-block;
      max-width: 130px; }
  .flexColumn .descNews {
    padding: 0; }

.headlinePremi {
  margin: 0 -8px; }
  .headlinePremi .listNews {
    width: 33.33333%;
    float: left;
    padding: 8px; }
    .headlinePremi .listNews .columnsNews {
      padding: 0;
      height: 100px;
      overflow: hidden;
      display: flex;
      background-color: #fff;
      padding: 10px;
      border: 0; }
    .headlinePremi .listNews .imageNews {
      width: 100px;
      opacity: 1;
      position: relative;
      display: flex;
      justify-content: center; }
      .headlinePremi .listNews .imageNews img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: auto;
        max-width: 120px; }
    .headlinePremi .listNews .newsWord {
      height: 100%; }
      .headlinePremi .listNews .newsWord .titleNews {
        height: 100%; }

.adsHd[data-google-query-id] {
  margin: 20px 0; }
  @media screen and (max-width: 1024px) {
    .adsHd[data-google-query-id] {
      display: none; } }

@media screen and (max-width: 1024px) {
  .home-color .adsHd[data-google-query-id] {
    display: block; } }

div[data-google-query-id] {
  text-align: center; }
  @media screen and (max-width: 1024px) {
    div[data-google-query-id] {
      overflow: hidden; } }

.adse[data-google-query-id] {
  padding: 8px 0;
  width: 100%;
  overflow: hidden; }

.titleNews {
  font-family: "Acta-Book", sans-serif;
  font-size: 18px;
  margin: 0 0 0.4em;
  color: #000;
  line-height: 1.3; }
  @media screen and (max-width: 640px) {
    .titleNews {
      font-size: 16px; } }

.bigHeadline {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 640px) {
    .bigHeadline {
      padding-bottom: 15px;
      margin-bottom: 20px; } }
  .bigHeadline .titleNews {
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .bigHeadline .titleNews {
        font-size: 21px; } }
    @media screen and (max-width: 640px) {
      .bigHeadline .titleNews {
        font-size: 21px;
        font-family: "Acta-Bold", sans-serif; } }
  .bigHeadline .imgNews {
    max-height: none;
    padding: 0 11px; }
    @media screen and (max-width: 640px) {
      .bigHeadline .imgNews {
        order: 1;
        padding: 0;
        margin: 0 -17px; } }
  .bigHeadline .descNews {
    padding: 0 11px;
    border-right: 1px solid #ddd; }
    @media screen and (max-width: 640px) {
      .bigHeadline .descNews {
        border-right: none;
        order: 2;
        padding: 20px 0 0; } }
    .bigHeadline .descNews .date, .bigHeadline .descNews .premiumBadge {
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 640px) {
        .bigHeadline .descNews .date span, .bigHeadline .descNews .premiumBadge span {
          width: auto;
          margin-bottom: 0px; } }
  .bigHeadline figcaption {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.3;
    margin: 10px 0 12px; }
    @media screen and (max-width: 640px) {
      .bigHeadline figcaption {
        padding: 0 16px;
        display: none; } }
  @media screen and (max-width: 640px) {
    .bigHeadline.channel {
      padding-bottom: 10px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    .bigHeadline.channel {
      border-bottom: none;
      padding: 0; } }
  .bigHeadline.channel .descNews, .bigHeadline.channel .imgNews {
    padding: 0;
    border: none; }
  .bigHeadline.channel .imgNews {
    margin-bottom: 15px; }
  .bigHeadline.channel .titleNews {
    font-family: "Acta-Bold", sans-serif; }

.smallHeadline .titleNews {
  font-size: 21px; }
  @media screen and (max-width: 767px) {
    .smallHeadline .titleNews {
      font-size: 18px; } }
.smallHeadline .descNews {
  padding: 0px; }
  .smallHeadline .descNews .date, .smallHeadline .descNews .premiumBadge {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 640px) {
      .smallHeadline .descNews .date span, .smallHeadline .descNews .premiumBadge span {
        width: auto;
        margin-bottom: 0px; } }
.smallHeadline.channel .listNews {
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  padding-bottom: .5em; }
  .smallHeadline.channel .listNews:last-child {
    border: 0;
    padding: 0; }

.borderbtm {
  border-bottom: solid 1px #ddd;
  padding-bottom: .6em; }

.listBlockNews .listNews {
  border-bottom: solid 1px #ddd;
  border-left: none;
  border-right: none;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: .5em; }
  .listBlockNews .listNews:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

@media screen and (max-width: 640px) {
  .sectionPremium, .sectionMost, .sectionSponsored {
    margin-bottom: 0; } }

@media screen and (max-width: 640px) {
  .sectionPremium .listNews {
    display: flex; }
    .sectionPremium .listNews .imgNews {
      width: 150px;
      opacity: .9;
      max-height: 100px;
      overflow: hidden; }
    .sectionPremium .listNews .descNews {
      padding-left: 22px;
      width: 100%; }
      .sectionPremium .listNews .descNews .date span, .sectionPremium .listNews .descNews p {
        display: none; } }

.boxGridFX {
  display: flex;
  margin: 0 -11px; }
  .boxGridFX .listCard {
    padding: 0 11px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; }
    .boxGridFX .listCard:nth-child(2) {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }
    @media screen and (max-width: 640px) {
      .boxGridFX .listCard {
        padding: 0;
        border-left: none;
        border-right: none;
        border-bottom: solid 1px #ddd;
        padding-bottom: 15px;
        margin-bottom: 20px; }
        .boxGridFX .listCard:last-child {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        .boxGridFX .listCard:nth-child(2) {
          border-left: none;
          border-right: none; } }
  .boxGridFX .listBlock {
    padding: 0 11px; }
    .boxGridFX .listBlock .listNews {
      border-bottom: solid 1px #ddd;
      border-left: none;
      border-right: none;
      padding: 0;
      margin-bottom: 20px;
      padding-bottom: .5em; }
      .boxGridFX .listBlock .listNews:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .boxGridFX .listBlock .listNews:nth-child(2) {
        border-left: none;
        border-right: none; }
    @media screen and (max-width: 640px) {
      .boxGridFX .listBlock {
        padding: 0;
        border: none;
        border-bottom: solid 1px #ddd;
        margin-bottom: 20px;
        padding-bottom: .5em; } }
  .boxGridFX .flexColumn {
    display: flex; }
    .boxGridFX .flexColumn .imgNews {
      margin-right: 15px;
      flex: 0 0 75px;
      overflow: hidden;
      height: 75px; }
      .boxGridFX .flexColumn .imgNews img {
        width: auto;
        display: inline-block;
        max-width: 130px; }
    .boxGridFX .flexColumn .descNews {
      padding: 0; }
    .boxGridFX .flexColumn .titleNews {
      font-size: 1.14285714em; }
  .boxGridFX.withBgCrd .listNews {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07); }
    .boxGridFX.withBgCrd .listNews .descNews {
      padding: 20px 18px 13px; }
    .boxGridFX.withBgCrd .listNews:hover {
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
  .boxGridFX.Blocked {
    display: grid;
    margin: 0; }
    .boxGridFX.Blocked .listNews .imgNews {
      max-height: 100px; }
    .boxGridFX.Blocked .listCard {
      margin-bottom: 20px;
      padding: 0;
      border: none; }
      .boxGridFX.Blocked .listCard:nth-child(2) {
        border-left: none;
        border-right: none; }
  @media screen and (max-width: 640px) {
    .boxGridFX {
      display: grid;
      margin: 0; } }

.mainNews {
  padding: 0; }
  .mainNews p {
    font-family: "Lato", sans-serif;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1.3; }
  .mainNews .date span {
    width: 80px; }
    @media screen and (max-width: 640px) {
      .mainNews .date span {
        font-size: 13px;
        display: block;
        margin-bottom: 14px; } }
  .mainNews .channelLatest .headerTitle {
    padding: 1em 1.5em 0; }
  .mainNews .whtPD {
    background-color: #fff;
    padding: 0 1.5em; }
  .mainNews .highlight {
    overflow: hidden;
    margin: 1em 0 16px; }
    .mainNews .highlight .titleLatest {
      margin-bottom: 16px; }
    .mainNews .highlight .listNews {
      width: 50%;
      float: left; }
      .mainNews .highlight .listNews .imageNews {
        width: 100%;
        max-height: 300px; }
        .mainNews .highlight .listNews .imageNews img {
          width: 100%; }
      .mainNews .highlight .listNews .newsWord {
        width: 100%;
        padding: 1em 0 .5em; }
    .mainNews .highlight .fullNews {
      width: 100%; }
    .mainNews .highlight .boxColumnsHG {
      clear: left; }
      .mainNews .highlight .boxColumnsHG .imageNews {
        max-height: 110px; }
      @media screen and (min-width: 1024px) {
        .mainNews .highlight .boxColumnsHG {
          margin: 0 -1.5rem;
          padding: 0 1.5rem;
          display: table; }
          .mainNews .highlight .boxColumnsHG .whtPD {
            padding: 0 1.5rem;
            display: table-cell;
            float: none; } }
      .mainNews .highlight .boxColumnsHG .columnsNews {
        border: 0;
        padding: 0; }
    @media screen and (max-width: 1023px) {
      .mainNews .highlight .boxColumnsHG {
        padding: 0 1em;
        background-color: #fff; }
        .mainNews .highlight .boxColumnsHG .listNews {
          padding: 0;
          border-top: solid 1px #ddd; } }
  .mainNews .fullNews {
    width: 100%; }
    .mainNews .fullNews .imageNews {
      width: 100%;
      overflow: hidden;
      max-height: 300px; }
      .mainNews .fullNews .imageNews img {
        width: 100%;
        opacity: 1; }
    .mainNews .fullNews .newsWord {
      width: 100%;
      padding: 1em 0 0; }
    .mainNews .fullNews:hover .imageNews img {
      -webkit-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -o-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }
  .mainNews .liveStream .imageNews {
    width: 100%;
    overflow: hidden;
    max-height: 185px;
    margin-bottom: 11px; }
  .mainNews .liveStream .layerPlayer {
    height: 185px;
    background-size: contain; }
  .mainNews .liveStream .indicatorLive {
    font-size: 18px;
    font-family: "Acta-Book", sans-serif;
    text-transform: capitalize;
    text-align: center;
    color: #DD1E26; }
    .mainNews .liveStream .indicatorLive .blink {
      position: relative;
      margin-right: 8px;
      margin-left: 8px; }
      .mainNews .liveStream .indicatorLive .blink:before {
        content: '';
        width: 8px;
        height: 8px;
        background-color: #DD1E26;
        border-radius: 100%;
        display: inline-block;
        line-height: 18px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -5px;
        margin: auto; }
    .mainNews .liveStream .indicatorLive.disableLive {
      opacity: .3;
      color: #000; }
      .mainNews .liveStream .indicatorLive.disableLive .blink {
        -webkit-animation-iteration-count: inherit; }
        .mainNews .liveStream .indicatorLive.disableLive .blink:before {
          background-color: #000; }
  .mainNews .adsNewsMobile .columnsNews {
    padding: 0;
    border: 0; }
    .mainNews .adsNewsMobile .columnsNews div[data-google-query-id] {
      border-bottom: solid 1px #ddd;
      padding: 1.5em 0; }
  @media screen and (min-width: 1024px) {
    .mainNews .channelLatest {
      width: 524px;
      float: right;
      padding-right: 0;
      padding-left: 16px; }
    .mainNews .channelLeft {
      width: 228px;
      float: left; } }
  .mainNews .tjp-newsListing li {
    background-color: #fff; }
  @media screen and (min-width: 1024px) and (max-width: 1100px) {
    .mainNews .channelLatest {
      width: 70%; }
    .mainNews .channelLeft {
      width: 30%; } }
  @media screen and (max-width: 1023px) {
    .mainNews .channelLatest .headerTitle {
      padding: 1em 1em .6em; }
    .mainNews .channelLatest {
      padding: 0; }
    .mainNews .seeall {
      padding: 0 1em; }
    .mainNews .highlight .listNews .newsWord {
      height: auto; }
    .mainNews .highlight .listNews:not(.fullNews) {
      width: 100%; }
      .mainNews .highlight .listNews:not(.fullNews) .imageNews {
        display: none; }
      .mainNews .highlight .listNews:not(.fullNews) .columnsNews {
        border-top: solid 1px #ddd; } }
  @media screen and (max-width: 640px) {
    .mainNews .whtPD {
      padding: 0 1em; }
    .mainNews .date {
      font-size: 0.8571428571em; } }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .mainNews .channelLeft {
      width: 30%; }
    .mainNews .channelLatest {
      width: 70%; }
      .mainNews .channelLatest .listNews .imageNews {
        width: 29%; }
      .mainNews .channelLatest .listNews .newsWord {
        width: 70%; }
      .mainNews .channelLatest .fullNews .imageNews {
        width: 100%; }
      .mainNews .channelLatest .fullNews .newsWord {
        width: 100%; }
      .mainNews .channelLatest .highlight .listNews .imageNews {
        width: 100%; }
      .mainNews .channelLatest .highlight .listNews .newsWord {
        width: 100%; } }

.channelLeft * {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
.channelLeft .boxPodcast .lazy[data-src] {
  position: absolute;
  left: -25%;
  right: 25%; }
.channelLeft .chinalDaily .thumbs {
  display: block;
  border-bottom: solid 1px #ddd;
  margin: 1em 0; }
.channelLeft .spaceMBot {
  margin-bottom: 2em; }
  @media screen and (max-width: 1024px) {
    .channelLeft .spaceMBot {
      margin-bottom: 0; } }
.channelLeft .spacePBot {
  padding-bottom: 2em; }
.channelLeft .spaceLine {
  padding: 1em 0 .5em 0;
  border-bottom: solid 1px #ddd;
  display: inline-block;
  width: 100%; }
.channelLeft .titleNews {
  font-family: "Acta-Medium", sans-serif;
  line-height: 1.2; }
.channelLeft .imgFix {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
  overflow: hidden; }
  .channelLeft .imgFix img {
    width: 100%; }
.channelLeft .sideInforial .boxInforial {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #ddd;
  padding: 1em 0; }
.channelLeft .todays-paper .titleSide {
  padding-top: 10px;
  border-top: solid 3px #DD1E26;
  color: #DD1E26; }
.channelLeft .todays-paper a.seeall {
  color: #DD1E26; }
.channelLeft .todays-paper a:hover .titleNews {
  color: #DD1E26; }
.channelLeft .headerLogo {
  margin-bottom: 1em; }
  .channelLeft .headerLogo img {
    width: 150px; }
.channelLeft .descPost .no-list {
  margin: 1em 0; }
.channelLeft .descPost li {
  background-color: #fff;
  margin-bottom: 16px;
  padding-bottom: 1em; }
  .channelLeft .descPost li:hover {
    box-shadow: 0px 0px 15px -5px #3e3e3e; }
  .channelLeft .descPost li:last-child {
    margin-bottom: 0; }
.channelLeft .descPost .imgRel img {
  width: 100%; }
.channelLeft .descPost .imgProfile {
  display: table-cell;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  position: relative; }
  .channelLeft .descPost .imgProfile img {
    position: absolute;
    left: -45%;
    right: -50%;
    max-width: inherit;
    height: 100%;
    margin: auto; }
  @media screen and (max-width: 640px) {
    .channelLeft .descPost .imgProfile {
      width: 25px;
      height: 25px; } }
.channelLeft .descPost .desc-photo {
  position: relative;
  padding: 0 1em; }
  .channelLeft .descPost .desc-photo .boxBr {
    display: table;
    width: 100%;
    border-top: solid 1px #ddd;
    padding-top: 1em; }
  .channelLeft .descPost .desc-photo span {
    font-size: 1em;
    color: #000; }
  .channelLeft .descPost .desc-photo .name-profile {
    font-family: "Acta-Book", sans-serif;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
    padding: 0 1em; }
    .channelLeft .descPost .desc-photo .name-profile.inPhoto {
      padding-left: 10px; }
  .channelLeft .descPost .desc-photo .talent {
    font-family: "Acta-Medium", sans-serif;
    color: rgba(0, 0, 0, 0.5); }
.channelLeft .descPost .titleNews {
  padding: .5em 1em;
  margin-bottom: 0; }
.channelLeft .tjp-widgetImg {
  margin-bottom: 1em; }
.channelLeft .lineBrd {
  border-bottom: solid 1px #ddd;
  margin: 1em 0;
  padding: 0 0 1em; }
.channelLeft .imgRel {
  position: relative; }
.channelLeft .homeCommunity {
  clear: left; }
  .channelLeft .homeCommunity .titleSide, .channelLeft .homeCommunity .seeall {
    color: #662482; }
.channelLeft .homePodCast {
  padding: 0;
  margin-bottom: 2em;
  background-color: transparent; }
  .channelLeft .homePodCast .seeall {
    font-size: 1em; }
  .channelLeft .homePodCast .mainListing ul {
    margin: 1em 0; }
    .channelLeft .homePodCast .mainListing ul li {
      width: 100%;
      padding: 0; }
      .channelLeft .homePodCast .mainListing ul li .imgThumb .category {
        width: 40px;
        height: 40px;
        line-height: 40px; }
      @media screen and (min-width: 1024px) {
        .channelLeft .homePodCast .mainListing ul li .imgThumb img {
          width: auto;
          max-width: inherit;
          max-height: 225px; } }
      .channelLeft .homePodCast .mainListing ul li .titleHlg {
        font-size: 1.25em; }
      .channelLeft .homePodCast .mainListing ul li .captionDetail {
        padding: 1em; }
        .channelLeft .homePodCast .mainListing ul li .captionDetail .category {
          font-size: 13px; }
          .channelLeft .homePodCast .mainListing ul li .captionDetail .category .fas {
            margin-right: 5px; }
  @media screen and (max-width: 1023px) {
    .channelLeft .homePodCast .titleSide {
      padding: 0 13px; } }
  @media screen and (max-width: 767px) {
    .channelLeft .homePodCast .mainListing ul li .boxPodcast {
      border-radius: 0;
      display: flex; }
      .channelLeft .homePodCast .mainListing ul li .boxPodcast .captionDetail, .channelLeft .homePodCast .mainListing ul li .boxPodcast .imgThumb {
        flex-direction: column;
        width: auto;
        display: flex; }
      .channelLeft .homePodCast .mainListing ul li .boxPodcast .captionDetail {
        flex: 0 0 69%;
        height: auto; }
      .channelLeft .homePodCast .mainListing ul li .boxPodcast .imgThumb {
        height: auto;
        padding: 0;
        flex: 1 1 auto; }
        .channelLeft .homePodCast .mainListing ul li .boxPodcast .imgThumb img {
          width: 100%;
          max-height: inherit; } }
.channelLeft .homeOpinion .titleSide, .channelLeft .homeOpinion .seeall {
  color: #DD1E26; }
@media screen and (min-width: 1024px) {
  .channelLeft .imgFix {
    height: 140px; }
  .channelLeft .homePodCast .mainListing ul li .imgThumb {
    height: 225px; }
  .channelLeft .homePodCast .mainListing ul li .captionDetail {
    height: auto;
    min-height: 105px; } }
@media screen and (max-width: 1023px) {
  .channelLeft .spaceMBot:not(.homeCommunity) {
    padding: 0 30px;
    clear: left; }
  .channelLeft .imgFix {
    height: 200px; }
  .channelLeft .descPost .titleNews {
    padding: 1em; }
  .channelLeft .descPost .no-list {
    padding: 0 1em; }
  .channelLeft .imgRel .layImg {
    height: 200px;
    overflow: hidden; }
  .channelLeft .imgRel img {
    width: 100%; }
  .channelLeft .homeCommunity .titleSide, .channelLeft .homeCommunity .titleSubSide {
    padding: 0 15px; }
  .channelLeft .homePodCast .mainListing ul li .imgThumb {
    height: 350px; }
  .channelLeft .homePodCast .mainListing ul li .captionDetail {
    height: 120px; }
  .channelLeft .homeOpinion .titleSide {
    padding: 0 15px; } }
@media screen and (max-width: 992px) {
  .channelLeft .homePodCast .mainListing ul li .imgThumb {
    height: auto; } }

.beltBnnr img {
  width: 100%; }

.channelSecLatest .lMbl {
  display: none; }
@media screen and (max-width: 1023px) {
  .channelSecLatest .lMbl {
    padding: 2em 0;
    display: block; }
  .channelSecLatest .containerLeft .channelLeft {
    display: none; } }

.homeJPodcast .imgNews {
  max-height: 210px;
  position: relative;
  display: block;
  height: 210px; }
  .homeJPodcast .imgNews .imgThumb {
    height: 100%; }
.homeJPodcast .category {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: rgba(0, 158, 151, 0.8);
  padding: 8px 12px; }

.homeJVideo.listNews {
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  padding-bottom: .5em; }
.homeJVideo .imgNews {
  max-height: 210px;
  position: relative;
  display: block;
  height: 210px; }
  .homeJVideo .imgNews .imgThumb {
    height: 100%; }
.homeJVideo .label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  color: #fff;
  background: #C4C4C4;
  text-align: center;
  padding: 5px 18px; }
.homeJVideo .category {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  line-height: 45px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%; }

.homeJGallery .imgThumb {
  height: 100%; }
.homeJGallery .category {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 35px;
  font-size: 25px;
  color: #009e97;
  background: rgba(255, 255, 255, 0.9);
  line-height: 35px;
  text-align: center; }

.homeJDeeplook .imgNews {
  max-height: 145px; }

.communitySide .boxGridFX.Blocked .listCard {
  padding: 0 5px; }
  .communitySide .boxGridFX.Blocked .listCard .listNews {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

.mostViewOnChannelMobile {
  display: none;
  position: relative;
  float: left; }
  @media screen and (max-width: 1023px) {
    .mostViewOnChannelMobile {
      display: block; } }

.homeJMostView .jpmvcontainer ul {
  font-family: "Acta-Book", sans-serif;
  padding: 0;
  margin: 0; }
  .homeJMostView .jpmvcontainer ul li {
    padding-left: 50px;
    margin-top: 10px;
    margin-bottom: 13px;
    list-style-type: none;
    counter-increment: item;
    position: relative;
    clear: left; }
    .homeJMostView .jpmvcontainer ul li:before {
      display: inline-block;
      width: 1em;
      position: absolute;
      left: 0;
      content: counter(item,decimal-leading-zero);
      font-style: bold;
      font-weight: 500;
      font-size: 28px;
      line-height: 28px; }
    .homeJMostView .jpmvcontainer ul li a {
      font-size: 16px; }
    .homeJMostView .jpmvcontainer ul li:hover {
      color: #DD1E26; }
      .homeJMostView .jpmvcontainer ul li:hover a {
        color: #DD1E26; }
    @media screen and (max-width: 640px) {
      .homeJMostView .jpmvcontainer ul li {
        display: none;
        margin: 20px 0;
        padding-left: 65px; }
        .homeJMostView .jpmvcontainer ul li:nth-child(1), .homeJMostView .jpmvcontainer ul li:nth-child(2), .homeJMostView .jpmvcontainer ul li:nth-child(3), .homeJMostView .jpmvcontainer ul li:nth-child(4), .homeJMostView .jpmvcontainer ul li:nth-child(5) {
          display: block; }
        .homeJMostView .jpmvcontainer ul li:before {
          left: 10px;
          font-size: 25x;
          line-height: 25px; } }
.homeJMostView .jpmvcontainer .listArticleGrid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  grid-gap: 1px 50px; }
  .homeJMostView .jpmvcontainer .listArticleGrid .big {
    grid-column: 1 / span 2;
    padding-left: 7em;
    margin-bottom: 25px; }
    .homeJMostView .jpmvcontainer .listArticleGrid .big a {
      font-size: 24px; }
    .homeJMostView .jpmvcontainer .listArticleGrid .big::before {
      font-size: 65px;
      line-height: 65px; }
    @media screen and (max-width: 640px) {
      .homeJMostView .jpmvcontainer .listArticleGrid .big {
        padding-left: 65px;
        margin-top: 0; }
        .homeJMostView .jpmvcontainer .listArticleGrid .big a {
          font-size: 22px; }
        .homeJMostView .jpmvcontainer .listArticleGrid .big::before {
          font-size: 50px;
          line-height: 50px;
          left: 0px; } }
  @media screen and (max-width: 640px) {
    .homeJMostView .jpmvcontainer .listArticleGrid {
      display: block; } }
.homeJMostView .jpmvcontainer .listArticleBlock {
  padding-bottom: 5px; }
  .homeJMostView .jpmvcontainer .listArticleBlock li {
    margin-bottom: 20px; }

.homeJPaper .paperDate {
  display: block;
  font-family: "Acta-Book", sans-serif;
  font-weight: 500;
  font-size: 16px; }
.homeJPaper .flexColumn .imgNews {
  height: auto;
  max-height: none; }
  .homeJPaper .flexColumn .imgNews img {
    max-width: 90px; }
.homeJPaper .ctaSubs {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-decoration-line: underline;
  color: #DD1E26;
  position: relative;
  display: block;
  margin-top: 8px; }

.homeJOpinion.listNews {
  border-bottom: solid 1px #ddd;
  border-left: none;
  border-right: none;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: .5em; }
  .homeJOpinion.listNews:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.homeGallery {
  padding: 0 0 1em; }
  .homeGallery * {
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease; }
  @media screen and (min-width: 1024px) {
    .homeGallery.slideGallery {
      margin: 16px -8px;
      width: auto;
      float: none;
      padding-bottom: 0; }
      .homeGallery.slideGallery .owl-item {
        padding: 0 8px; }
    .homeGallery .imgThumb {
      height: 170px; }
      .homeGallery .imgThumb img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
    .homeGallery .captionDetail {
      height: 130px; } }
  .homeGallery .imgThumb {
    display: block;
    overflow: hidden;
    position: relative; }
  .homeGallery .captionDetail {
    background-color: #fff;
    padding: 1em;
    overflow: hidden; }
  .homeGallery .titleHlg {
    font-size: 1.375em;
    padding: 0; }
  .homeGallery .owl-item {
    padding: 8px; }
  @media screen and (min-width: 1024px) and (max-width: 1100px) {
    .homeGallery .captionDetail {
      height: 130px; } }
  @media screen and (max-width: 1023px) {
    .homeGallery {
      margin: 0;
      padding: 1em 0; }
      .homeGallery .owl-item {
        padding: 0; }
      .homeGallery .boxGallery {
        padding: 0em; }
      .homeGallery .imgThumb {
        height: 170px; }
      .homeGallery .captionDetail {
        height: 130px; } }
  @media screen and (max-width: 460px) {
    .homeGallery {
      margin: 0; }
      .homeGallery .owl-item {
        padding: 0; }
      .homeGallery .imgThumb {
        height: 200px; } }

.jak-post-issue .titleSide {
  padding: .5em 0; }
  .jak-post-issue .titleSide:before {
    font-family: "Acta-Book", sans-serif;
    font-size: 28px;
    top: 7px;
    background-color: #DD1E26;
    width: 31px;
    height: 31px;
    display: inline-block;
    line-height: 33px;
    border-radius: 100%;
    text-align: center;
    content: '#';
    color: #fff;
    margin-right: 5px; }
.jak-post-issue li {
  padding: 10px 0px;
  border-bottom: solid 1px #cacaca; }
  .jak-post-issue li a {
    font-family: "Acta-Book", sans-serif;
    color: #000;
    font-size: 1.5em; }
@media screen and (max-width: 1023px) {
  .jak-post-issue {
    display: none; } }

.homeStories .titleSide {
  margin: 1em 0;
  padding: .3em .5em 0 0;
  background-color: #f2f2f2;
  display: inline-block; }
.homeStories .newsStories {
  width: auto;
  overflow: hidden;
  clear: left;
  margin: 0 -8px; }
@media screen and (min-width: 1025px) {
  .homeStories .headerStories {
    padding: 0; }
    .homeStories .headerStories:after {
      content: '';
      position: absolute;
      height: 1px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto 0;
      background-color: #ddd;
      z-index: -1; }
  .homeStories .imgThumb {
    height: 139px; }
  .homeStories .captionDetail {
    height: 120px; } }
@media screen and (max-width: 1024px) {
  .homeStories .titleSide {
    padding: 0 1em; }
  .homeStories .newsStories {
    margin: 0; } }
@media screen and (max-width: 768px) {
  .homeStories {
    margin: 1em 0; }
    .homeStories .titleSide {
      padding: 0;
      margin: 0 0 16px; } }

.newsStories {
  padding: 0;
  width: auto; }
  .newsStories .owl-stage-outer {
    display: inline-block; }
  @media screen and (max-width: 1024px) {
    .newsStories {
      margin: 0; } }

.mainChannel {
  padding: 0;
  margin-top: 8px; }
  .mainChannel .mainHighlight {
    margin-bottom: 8px; }
    .mainChannel .mainHighlight .tjpThumbs {
      position: relative; }
  .mainChannel .breadcrumbs {
    padding: 15px 0 10px; }
    @media screen and (max-width: 768px) {
      .mainChannel .breadcrumbs {
        display: flex;
        justify-content: center; } }
  .mainChannel .mainSlide {
    padding: 0;
    overflow: hidden; }
    .mainChannel .mainSlide .banner-top img {
      width: 100%; }
    .mainChannel .mainSlide .tjp-direction-nav a {
      top: 35%; }
  .mainChannel .highlightChannel {
    padding: 0; }
    .mainChannel .highlightChannel .titleHlg {
      padding: 0; }
    .mainChannel .highlightChannel .tjp-mainImage {
      overflow: hidden; }
      .mainChannel .highlightChannel .tjp-mainImage img {
        width: 100%; }
    .mainChannel .highlightChannel .tjp-mainCaption {
      background-color: #fff;
      padding: 1em 2em; }
      .mainChannel .highlightChannel .tjp-mainCaption .label {
        font-family: "BrandonGrotesqueWeb-Medium", sans-serif;
        font-size: 1.125em;
        display: block;
        text-transform: uppercase; }
        .mainChannel .highlightChannel .tjp-mainCaption .label span.channel-news {
          color: #DD1E26; }
        .mainChannel .highlightChannel .tjp-mainCaption .label span.date {
          font-family: "BrandonGrotesqueWeb-Regular", sans-serif;
          color: #000;
          margin-left: .5em;
          text-transform: initial; }
      .mainChannel .highlightChannel .tjp-mainCaption .title {
        line-height: 1;
        padding: .3em 0 0;
        margin: 0;
        font-size: 2em;
        text-transform: inherit;
        font-family: "Acta-Bold", sans-serif;
        clear: left;
        color: #000; }
    .mainChannel .highlightChannel .detail-slide-caption {
      margin: .5em 0 0;
      clear: left; }
      .mainChannel .highlightChannel .detail-slide-caption .profile {
        width: 39px;
        height: 39px;
        overflow: hidden;
        border-radius: 100%;
        text-align: center;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        margin-right: 15px; }
        .mainChannel .highlightChannel .detail-slide-caption .profile img {
          display: block;
          position: absolute;
          max-width: inherit;
          height: 100%;
          top: 0;
          bottom: 0;
          left: -45%;
          right: -50%;
          margin: auto;
          text-align: center; }
      .mainChannel .highlightChannel .detail-slide-caption p {
        display: inline-block;
        vertical-align: middle;
        margin: 0; }
        .mainChannel .highlightChannel .detail-slide-caption p span {
          font-family: "Acta-Medium", sans-serif;
          color: rgba(0, 0, 0, 0.5);
          display: inline-block;
          font-size: 1em; }
  @media screen and (min-width: 1024px) {
    .mainChannel .mainSlide.shw {
      height: 520px;
      overflow: hidden; }
    .mainChannel .mainSlide .tjp-control-nav {
      bottom: 140px;
      top: inherit;
      text-align: right;
      padding-right: 1em; }
    .mainChannel .highlightChannel .tjp-mainImage {
      height: 378px; }
    .mainChannel .highlightChannel .tjp-mainCaption {
      height: 142px; } }
  @media screen and (max-width: 1023px) {
    .mainChannel {
      margin-top: 0; }
      .mainChannel .highlightChannel .tjp-mainImage {
        height: 371px; }
      .mainChannel .mainHighlight .tjpThumbs .tjp-category {
        width: 115px;
        font-size: 12px; }
      .mainChannel .mainHighlight .ads-showcase1 div[data-google-query-id] {
        display: none; }
      .mainChannel .mainHighlight .container-right {
        margin: 1em 0 0; }
      .mainChannel .mainHighlight .tjpThumbs .imageLatest, .mainChannel .mainHighlight .tjpThumbs .caption {
        position: relative;
        display: table-cell;
        vertical-align: top; }
      .mainChannel .highlightChannel .tjp-mainCaption {
        padding: 1em; } }
  @media screen and (max-width: 640px) {
    .mainChannel .highlightChannel .tjp-mainCaption .label {
      font-size: 0.8571428571em; }
    .mainChannel .highlightChannel .tjp-mainCaption .titleHlg {
      font-size: 1.2857142857em; }
    .mainChannel .highlightChannel .tjp-mainImage {
      height: 230px; }
    .mainChannel .highlightChannel .tjp-mainCaption {
      height: 125px; } }
  @media screen and (max-width: 410px) {
    .mainChannel .highlightChannel .tjp-mainImage img {
      max-width: inherit;
      width: 410px; } }

@media screen and (max-width: 1024px) {
  .ads-large-leaderboard {
    display: none; } }

.loginAds {
  margin: 0 0 1.35em; }

.tjpThumbs {
  position: relative;
  display: block;
  overflow: hidden; }
  .tjpThumbs * {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .tjpThumbs .tjp-category {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "BrandonGrotesqueWeb-Medium", sans-serif;
    font-size: 1em;
    padding: .3em 1.3em 0;
    text-transform: uppercase;
    color: #fff;
    z-index: 2; }
    .tjpThumbs .tjp-category.labelMultimedia {
      background-color: rgba(0, 158, 151, 0.8); }
  .tjpThumbs .imageLatest {
    position: relative; }
  .tjpThumbs .duration {
    position: absolute; }
  .tjpThumbs .caption {
    font-size: 1.3125em;
    line-height: 1.3125em;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    color: #000;
    background-color: #fff;
    font-family: "Acta-Medium", sans-serif; }
    .tjpThumbs .caption .duration {
      padding: 0 .5em;
      top: -30px;
      font-size: 13px; }
  .tjpThumbs:hover .imageLatest img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    -moz-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1); }
  .tjpThumbs:hover .duration {
    background-color: rgba(0, 158, 151, 0.8); }
  @media screen and (min-width: 1024px) {
    .tjpThumbs .imageLatest {
      height: 140px;
      overflow: hidden; }
    .tjpThumbs .caption {
      height: 110px; } }
  @media screen and (max-width: 1023px) {
    .tjpThumbs {
      background-color: #fff; }
      .tjpThumbs .imageLatest .duration {
        display: inline-block;
        bottom: 1em;
        left: 1em; }
      .tjpThumbs .tjp-category {
        left: 100%;
        z-index: 2;
        font-size: 1em; }
      .tjpThumbs .caption {
        width: 64%;
        background-color: #fff;
        padding-top: 2em;
        color: #000; }
        .tjpThumbs .caption .duration {
          display: none; } }
  @media screen and (max-width: 640px) {
    .tjpThumbs .caption {
      font-size: 1.125em; } }

.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media screen and (max-width: 768px) {
    .breadcrumbs {
      display: flex;
      justify-content: center; } }
  .breadcrumbs li {
    position: relative;
    display: inline-block;
    float: left; }
    .breadcrumbs li a {
      display: inline-block;
      padding-right: 22px;
      font-family: "Lato", sans-serif;
      text-transform: uppercase;
      font-size: 24px;
      letter-spacing: 0.1em; }
      .breadcrumbs li a h1 {
        font-size: 17px;
        display: initial;
        letter-spacing: 0.1em;
        font-family: "Acta-Book", sans-serif; }
    .breadcrumbs li:before {
      display: inline-block;
      color: #000000;
      background-color: #000000;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      content: "";
      float: left;
      top: 50%;
      left: -10px;
      position: absolute;
      transform: translateY(-50%); }
    .breadcrumbs li:first-child:before {
      display: none; }
    @media screen and (max-width: 640px) {
      .breadcrumbs li a, .breadcrumbs li:before {
        font-size: 1em; } }
  .breadcrumbs.secBread li a {
    font-size: 14px; }
  .breadcrumbs.secBread li::before {
    left: -13px; }
  .breadcrumbs.secBread li:first-child a {
    color: #6c757d; }
  @media screen and (max-width: 1024px) {
    .breadcrumbs {
      margin: 8px 0 0px; } }

.main-single-page .main-single > img, .main-single-page .main-multiple > img, .main-multiple-page .main-single > img, .main-multiple-page .main-multiple > img {
  width: 100%; }

.main-single-page .main-single img, .main-single-page .main-multiple img, .main-multiple-page .main-single img, .main-multiple-page .main-multiple img {
  width: 100%; }

.main-single-page .main-single img.imgPS {
  width: auto;
  max-width: 100%; }

.post-like {
  margin-bottom: 1em;
  display: table;
  width: 100%; }
  .post-like .posting {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #ADADAD;
    display: block; }
    .post-like .posting .hiddendl {
      visibility: hidden;
      opacity: 0;
      display: none; }
    .post-like .posting .btn-subscriber {
      background-color: #DD1E26;
      color: #fff;
      font-size: 12px;
      padding: 5px 10px;
      border: 0;
      margin-left: 0;
      margin-right: 5px; }
      .post-like .posting .btn-subscriber:before, .post-like .posting .btn-subscriber:after {
        display: none; }
      .post-like .posting .btn-subscriber:hover {
        box-shadow: none; }
  .post-like .fb-likes {
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (max-width: 1024px) {
    .post-like .posting {
      font-size: 1em;
      line-height: 1.5; }
      .post-like .posting .btn-subscriber {
        padding: 0 10px;
        font-size: 11px;
        box-shadow: 0px 3px 1px -2px #676060; }
    .post-like .fb-likes {
      padding-top: 1em;
      margin-bottom: -2.5em; } }

.cpwriter {
  padding-left: 80px;
  position: relative;
  margin: .5em 0 0; }
  .cpwriter a:hover {
    color: inherit; }
  .cpwriter .prof-pict {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 62px;
    height: 62px;
    overflow: hidden;
    border-radius: 100%; }
    .cpwriter .prof-pict img {
      display: block;
      position: absolute;
      max-width: inherit;
      height: 100%;
      top: 0;
      bottom: 0;
      left: -45%;
      right: -50%;
      margin: auto;
      text-align: center; }

.single-page {
  clear: left;
  margin-top: 50px;
  margin-bottom: 1em; }
  @media screen and (min-width: 1024px) {
    .single-page .main-single-page {
      width: 71.9%;
      padding-left: 0;
      padding-right: 30px;
      margin-bottom: 50px; }
    .single-page .container-right {
      width: 28.1%;
      padding: 0; } }
  .single-page .detailNews {
    overflow: hidden; }
  .single-page .container-right .ads-box div[data-google-query-id], .single-page .container-right .ad-v-box div[data-google-query-id] {
    margin-bottom: 16px; }
  .single-page .title-large {
    line-height: 1.1;
    padding: .2em 0 0;
    margin: 7px 0 18px;
    color: #000;
    font-size: 2.875em;
    text-transform: inherit;
    font-family: "Acta-Bold", sans-serif;
    clear: left; }
  .single-page .indexPage .title-large {
    font-size: 2.1875em; }
  .single-page .ic-hashtag {
    font-size: 1.7142857143em; }
    .single-page .ic-hashtag i {
      background-color: #000;
      top: -2px;
      margin-right: 5px;
      width: 25px;
      height: 25px;
      color: #fff;
      border-radius: 25px;
      text-align: center;
      font-size: 0.5714285714em;
      position: relative;
      vertical-align: middle; }
      .single-page .ic-hashtag i:before {
        height: 25px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 1%; }
  .single-page .areaTitle {
    margin-bottom: .5em; }
    .single-page .areaTitle .list-single-page {
      border-bottom: solid 1px #e5e5e5;
      padding: .3em 0; }
    .single-page .areaTitle .name-post {
      font-family: "Acta-Medium", sans-serif;
      font-weight: 400;
      font-size: 1.2857142857em;
      color: #e31b23;
      line-height: 30px; }
    .single-page .areaTitle p {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-size: 1.2857142857em;
      color: #000000; }
  .single-page .created {
    display: block;
    font-size: 14px;
    padding: 1.2em 0;
    color: #828282;
    font-family: "Acta-Book", sans-serif;
    margin-bottom: 1.2em; }
  .single-page .titleName {
    font-family: "Acta-Medium", sans-serif;
    font-weight: 400;
    font-size: 1.4375em;
    color: #e31b23;
    line-height: 30px; }
  @media screen and (max-width: 1023px) {
    .single-page .indexPage .title-large {
      font-size: 1.7142857143em; }
    .single-page .title-large {
      font-size: 21px;
      line-height: 1.2;
      margin: 8px 0 10px;
      text-align: center; }
    .single-page .ic-hashtag {
      font-size: 1.7142857143em; }
    .single-page .channelPopular {
      display: none; }
    .single-page .bgSingle .breadcrumbs {
      padding: 0; } }

.headerTags {
  padding: 0 0 1em; }
  .headerTags * {
    padding: 0; }
  .headerTags .filterTag {
    text-align: right;
    padding: .7em 0;
    height: 44px;
    overflow: hidden; }
    .headerTags .filterTag span, .headerTags .filterTag select {
      font-size: 1.125em;
      font-family: "Lato", sans-serif;
      vertical-align: top;
      text-transform: uppercase; }
    .headerTags .filterTag span {
      display: inline-block; }
    .headerTags .filterTag .select {
      width: 40%;
      float: none;
      display: inline-block;
      color: #DD1E26; }
      .headerTags .filterTag .select select {
        width: 130%; }
  @media screen and (max-width: 1100px) {
    .headerTags {
      padding: 0; } }
  @media screen and (max-width: 1023px) {
    .headerTags {
      background-color: #fff;
      padding: 1em 1em 0;
      margin-bottom: -1em;
      z-index: 2; } }

.main-single-page .bgSingle {
  background-color: #fff;
  padding: 1em 2em; }
.main-single-page .paperSingle {
  background-color: #fff;
  padding: 1.2em 3em; }
  .main-single-page .paperSingle .created {
    padding-top: 0; }
.main-single-page .signin {
  margin-bottom: 0; }
  .main-single-page .signin .formRegister, .main-single-page .signin .social-login {
    padding: 0 0 2em; }
@media screen and (max-width: 1024px) {
  .main-single-page .bgSingle {
    padding: 1em; } }
.main-single-page .breadcrumbs li a {
  font-size: 14px; }
.main-single-page .breadcrumbs li::before {
  left: -13px; }
.main-single-page .breadcrumbs li:first-child a {
  color: #6c757d; }

.multiSingle .single-share {
  margin: 0 0 1em; }

.single-share {
  padding: 0;
  position: inherit; }
  @media screen and (min-width: 1024px) {
    .single-share {
      width: 22%; } }
  @media screen and (max-width: 1023px) {
    .single-share {
      display: none; } }
  .single-share.shareMobileOnly {
    display: none; }
    @media screen and (max-width: 1023px) {
      .single-share.shareMobileOnly {
        display: block; } }
  .single-share .sideShare {
    padding-left: 0;
    padding-right: 25px; }
  .single-share .countShare {
    border: solid 1px #ddd;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px; }
    .single-share .countShare .show-share {
      margin: 0;
      font-size: 1.75em;
      font-family: "BrandonGrotesqueWeb-Medium", sans-serif; }
    .single-share .countShare .share-article {
      display: block;
      font-size: 0.75em;
      line-height: 1;
      font-family: "BrandonGrotesqueWeb-Medium", sans-serif;
      text-transform: uppercase; }
  .single-share .headShare {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px; }
    .single-share .headShare span {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      color: #ADADAD; }
    @media screen and (max-width: 1023px) {
      .single-share .headShare {
        display: none; } }
  .single-share .socialShare {
    list-style: none;
    padding: 0;
    margin: 0; }
    .single-share .socialShare li {
      margin-bottom: 20px; }
      .single-share .socialShare li a {
        font-size: 18px;
        text-align: center;
        color: #6B6B6A; }
        @media screen and (max-width: 1023px) {
          .single-share .socialShare li a {
            color: #000; } }
        .single-share .socialShare li a span {
          font-family: "Lato", sans-serif;
          font-size: 14px; }
        .single-share .socialShare li a i {
          margin-right: 15px;
          width: 15px; }
        .single-share .socialShare li a:hover {
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.07); }
      .single-share .socialShare li.share-bookmark a:hover {
        color: #DD1E26; }
      .single-share .socialShare li.share-bookmark[bookmark="true"] a {
        color: #DD1E26; }
      .single-share .socialShare li.share-fb a:hover {
        color: #1072ba; }
      .single-share .socialShare li.share-tw a:hover {
        color: #30a8df; }
      .single-share .socialShare li.share-flipboard a:hover {
        color: #db1f27; }
      .single-share .socialShare li.share-linkedin a:hover {
        color: #2672ae; }
      .single-share .socialShare li.share-wa a:hover {
        color: #1ebea5; }
      .single-share .socialShare li.shwMb {
        display: none; }
      .single-share .socialShare li.share-gp a:hover {
        color: #db4437; }
      .single-share .socialShare li.share-mt {
        display: none; }
        .single-share .socialShare li.share-mt a:hover {
          color: #f47622; }
      .single-share .socialShare li.print a {
        background-color: transparent;
        border: solid 1px #9e9e9e;
        color: #9e9e9e;
        margin-bottom: 0;
        cursor: pointer; }
        .single-share .socialShare li.print a i {
          text-shadow: none; }
      .single-share .socialShare li.print .print {
        cursor: pointer;
        display: block;
        height: auto;
        line-height: 1.5;
        color: #9e9e9e;
        text-align: center;
        font-size: 15px;
        width: 50px;
        text-transform: capitalize;
        font-family: lato; }
      .single-share .socialShare li.shwMb {
        display: none; }
      .single-share .socialShare li.btn-sharepopup {
        display: none; }
        .single-share .socialShare li.btn-sharepopup img {
          width: auto;
          margin-bottom: 7px;
          margin-right: 1.5px; }
  @media screen and (max-width: 991px) {
    .single-share {
      z-index: 2; }
      .single-share .hdmshare {
        display: none; }
      .single-share .socialShare li {
        text-align: center;
        float: left; }
        .single-share .socialShare li.btn-sharepopup {
          display: block; }
          .single-share .socialShare li.btn-sharepopup a i {
            margin: 0; }
          .single-share .socialShare li.btn-sharepopup span {
            font-family: "Lato", sans-serif;
            font-size: 12px;
            color: #ADADAD;
            display: block; }
        .single-share .socialShare li a {
          width: 100%;
          margin-bottom: 0; }
        .single-share .socialShare li.print {
          display: none; }
      .single-share .sideShare {
        padding: 0; }
      .single-share.hideShare .sideShare {
        bottom: -60px; } }
  @media screen and (max-width: 1023px) {
    .single-share .socialShare li.shwMb {
      display: inherit; }
    .single-share .socialShare li.shwDs {
      display: none; } }

.popupshare {
  position: fixed;
  width: 100%;
  left: 0%;
  right: 0;
  top: 0%;
  bottom: 0;
  z-index: 21;
  display: none; }
  .popupshare .bg-trans {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    right: 0; }
  .popupshare .fix-header {
    background-color: #fff;
    position: absolute;
    width: 480px;
    max-width: 90%;
    margin: auto;
    bottom: 15%;
    left: 0;
    right: 0;
    overflow: hidden; }
  .popupshare .headpopupshare {
    background-color: #b3160f;
    padding: 15px;
    display: block; }
    .popupshare .headpopupshare .header-title {
      line-height: 1;
      text-transform: capitalize;
      font-family: "Lato", sans-serif;
      font-size: 24px;
      color: #fff;
      margin: 0;
      display: inline-block; }
  .popupshare .closeshare {
    font-size: 29px;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    opacity: 1;
    float: right;
    line-height: 1px; }
  .popupshare .shared-comment {
    list-style: none;
    border: 0;
    padding: 0 12px;
    margin: 0;
    clear: both; }
    .popupshare .shared-comment li {
      display: block;
      width: 100%;
      padding: 10px 20px;
      clear: both;
      border-bottom: solid 1px #e5e5e5; }
      .popupshare .shared-comment li a {
        color: #6b6b6b;
        font-size: 21px;
        text-transform: capitalize;
        display: inline-block;
        cursor: pointer;
        padding: 0px 0;
        text-align: center;
        position: relative;
        background: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .popupshare .shared-comment li a i {
          padding: 0;
          display: inline-block;
          width: 30px;
          text-align: left; }
        .popupshare .shared-comment li a span {
          font-size: 16px;
          display: inline-block;
          font-family: "Acta-Book", sans-serif; }
      .popupshare .shared-comment li.share-bookmark a:hover {
        color: #DD1E26; }
      .popupshare .shared-comment li.share-fb a:hover {
        color: #3B5998; }
      .popupshare .shared-comment li.share-tw a:hover {
        color: #1da1f2; }
      .popupshare .shared-comment li.share-gp a:hover {
        color: #dd4b39; }
      .popupshare .shared-comment li.share-linkedin a:hover {
        color: #0077B5; }
      .popupshare .shared-comment li.share-wa a:hover {
        color: #25D366; }
      .popupshare .shared-comment li.share-mt a:hover {
        color: #32007f; }

[class*="ads-infinite"] div[data-google-query-id] {
  text-align: left;
  margin-bottom: 25px; }

.detailNews {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .detailNews {
      width: 77.5%; } }
  .detailNews p {
    margin-bottom: 20px; }
    .detailNews p a {
      color: #DD1E26; }
  .detailNews p, .detailNews li, .detailNews td {
    font-family: "Acta-Book", sans-serif;
    font-size: 1.2142857143em;
    line-height: 1.6; }
  .detailNews p strong, .detailNews h1, .detailNews h2, .detailNews h3, .detailNews h4, .detailNews h5, .detailNews h6 {
    font-family: "Acta-Bold", sans-serif;
    font-weight: normal; }
  .detailNews div[data-google-query-id] {
    text-align: left;
    margin-bottom: 20px; }
  @media screen and (max-width: 1023px) {
    .detailNews div[data-google-query-id] {
      text-align: center;
      max-width: 100%;
      overflow: hidden; }
    .detailNews p {
      font-size: 1.2857142857em; }
    .detailNews iframe {
      width: 100%; }
    .detailNews .setMDetail {
      display: flex; }
      .detailNews .setMDetail .shareMobileOnly {
        margin-right: 15px; } }

.detailArticleCreate .writerName {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: .5em; }

.readalso {
  border-top: 2px solid #d2d0d0;
  border-bottom: 2px solid #d2d0d0;
  padding: 10px 0;
  display: block;
  margin: 18px 0;
  font-size: 16px;
  font-family: "Acta-Bold", sans-serif; }

.captionPaperSingle {
  padding: 0; }

.mainPaper .areaTitle .list-single-page {
  border-bottom: 0; }
.mainPaper .areaTitle .subtitle {
  font-size: 1.4285714286em;
  font-weight: normal;
  font-family: 'Acta-MediumItalic', sans-serif;
  margin: 5px 0;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2); }
.mainPaper .nextarticle {
  padding: 2em 0;
  overflow: hidden; }
  .mainPaper .nextarticle .titleLt {
    margin-bottom: 1em; }
  .mainPaper .nextarticle .paperList {
    padding: 0; }
    .mainPaper .nextarticle .paperList .title {
      font-size: 1.1428571429em; }
  .mainPaper .nextarticle ul {
    margin: 0 -1em; }
  .mainPaper .nextarticle li {
    width: 25%;
    float: left;
    border-right: solid 1px #ddd;
    min-height: 130px;
    padding: 1em; }
  @media screen and (max-width: 768px) {
    .mainPaper .nextarticle {
      padding: 2em 1em; }
      .mainPaper .nextarticle ul {
        margin: 0; }
      .mainPaper .nextarticle li {
        width: 100%;
        min-height: auto;
        border: 0;
        padding: 0;
        margin-bottom: 1em;
        border-bottom: solid 1px #ddd; } }
.mainPaper .topicRelated {
  clear: left;
  padding: 1.5em 0em; }
@media screen and (max-width: 1023px) {
  .mainPaper .boxSinglePaper {
    padding: 0; }
  .mainPaper .areaTitle, .mainPaper .paperSingle {
    padding: 1em 2em 0; }
  .mainPaper .areaTitle .subtitle {
    margin-top: 10px; } }

.multi-load {
  transition: all 0.5s ease;
  opacity: 1;
  margin: 1.5em 0; }
  .multi-load.hide-load {
    transform: translate(0px, -50px);
    opacity: 0; }
  .multi-load:last-child {
    margin-bottom: 2em; }

.loop .multiSingleLoad .tjp-mostRecent {
  display: none; }
.loop .multiSingleLoad .tjp-follow-sosmed {
  display: none; }
.loop .multiSingleLoad .single-hide {
  display: none; }

.topicRelated {
  margin-bottom: 0;
  visibility: visible; }
  .topicRelated .title {
    font-family: "Lato", sans-serif;
    font-size: 1.1875em;
    display: block;
    margin: 0 0 .5em;
    text-transform: uppercase; }
  .topicRelated ul {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none; }
    .topicRelated ul li {
      display: inline-block; }
      .topicRelated ul li a {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 0.9375em;
        background-color: #DD1E26;
        color: #fff;
        padding: 0em 1em .2em;
        border-radius: 5px;
        margin: .3em .3em .3em 0;
        display: inline-block; }
        .topicRelated ul li a:hover {
          box-shadow: 0px 0px 3px 1px #afafaf; }
        @media screen and (max-width: 640px) {
          .topicRelated ul li a {
            font-size: 0.8571428571em; } }

.titleTag {
  background-color: #DD1E26;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: .3em 1em .3em;
  border-radius: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.2857142857em; }

.tjp-comment-tab- {
  width: 100%; }

.singleread {
  margin: 1.5em 0 0;
  padding: 0;
  width: 470px;
  max-width: 100%; }
  .singleread .titleLt {
    font-size: 1.25em;
    margin-bottom: 1em;
    margin-top: 1.5em;
    color: #DD1E26;
    font-family: "BrandonGrotesqueWeb-Bold", sans-serif; }
  .singleread .titleNews {
    font-family: "Acta-Bold", sans-serif;
    margin: 0 0 0.4em;
    color: #000;
    line-height: 1.2; }
  .singleread .whtPD {
    background-color: #fff; }
  .singleread .columnsNews {
    padding: 1em 0;
    border-top: 0;
    border-bottom: solid 1px #ddd; }
  .singleread .listNews:last-child .columnsNews {
    border: 0; }
  .singleread .listNews:hover .titleNews {
    color: #DD1E26; }
  .singleread ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .singleread ul li {
      border-bottom: solid 1px #ddd;
      padding: .8em 0 .5em; }
      .singleread ul li:last-child {
        border-bottom: 0; }
      .singleread ul li a {
        padding: .2em 0 .5em;
        font-family: "Acta-Medium", sans-serif;
        font-size: 0.9375em;
        color: #000;
        display: block;
        line-height: 1.2; }
        .singleread ul li a:hover {
          color: #DD1E26;
          padding-left: .5em; }

.tjp-mostRecent {
  margin-bottom: .5em; }
  .tjp-mostRecent .navTab {
    float: left;
    width: 100%;
    margin: 0em 0 1em; }
    .tjp-mostRecent .navTab li {
      float: left;
      width: 50%;
      overflow: hidden; }
      .tjp-mostRecent .navTab li:first-child a {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px; }
      .tjp-mostRecent .navTab li:last-child a {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px; }
      .tjp-mostRecent .navTab li a {
        font-family: "BrandonGrotesqueWeb-Medium", sans-serif;
        cursor: pointer;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: .03em;
        font-size: 1.0625em;
        display: block;
        line-height: 26px;
        border: solid 1px #ddd;
        padding: .2em 0 0; }
        .tjp-mostRecent .navTab li a:hover {
          background-color: #bf1a21;
          color: #fff;
          border-color: #DD1E26; }
        .tjp-mostRecent .navTab li a.thumbsCurrent {
          background-color: #DD1E26;
          color: #fff;
          border-color: #DD1E26; }
  .tjp-mostRecent .tjp-detailTab ul {
    font-family: "Acta-Bold", sans-serif; }
    .tjp-mostRecent .tjp-detailTab ul li {
      border-bottom: solid 1px #ddd;
      padding-left: 25px;
      padding-bottom: 10px;
      margin: 10px 0;
      list-style-type: none;
      counter-increment: item;
      position: relative;
      clear: left; }
      .tjp-mostRecent .tjp-detailTab ul li:before {
        display: inline-block;
        width: 1em;
        position: absolute;
        left: .2em;
        content: counter(item) "."; }
      .tjp-mostRecent .tjp-detailTab ul li a {
        font-size: 1.0625em;
        font-family: "Acta-Medium", sans-serif; }
      .tjp-mostRecent .tjp-detailTab ul li:hover {
        color: #DD1E26; }
        .tjp-mostRecent .tjp-detailTab ul li:hover a {
          color: #DD1E26; }
  @media screen and (max-width: 1024px) {
    .tjp-mostRecent {
      padding: 0 30px;
      display: none; } }

.container-right .linespceBot {
  margin: 0; }
  .container-right .linespceBot div[data-google-query-id] {
    display: inline-block; }
  .container-right .linespceBot .lineBot {
    padding-bottom: 0; }
    .container-right .linespceBot .lineBot div[data-google-query-id] {
      margin: 0 0 16px; }
  .container-right .linespceBot .lineTop {
    padding-top: 0; }
    .container-right .linespceBot .lineTop div[data-google-query-id] {
      margin: 8px 0 20px; }
.container-right .tjp-follow-sosmed {
  padding: 0;
  margin-top: .5em; }
  .container-right .tjp-follow-sosmed .titleLt {
    font-family: "Lato", sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0; }
  .container-right .tjp-follow-sosmed .icon-soscmed {
    margin-top: 1em;
    margin-bottom: 1em; }
.container-right .icon-soscmed li {
  float: left; }
  .container-right .icon-soscmed li a {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    margin-right: .2em;
    line-height: 41px;
    font-size: 25px; }
    .container-right .icon-soscmed li a.fa-linkedin-in, .container-right .icon-soscmed li a.fa-instagram {
      font-size: 29px;
      line-height: 39px; }
    .container-right .icon-soscmed li a.fa-flipboard {
      font-size: 26px;
      line-height: 41px; }
    .container-right .icon-soscmed li a.fa-twitter {
      line-height: 41px;
      font-size: 25px; }
.container-right .sideLongform {
  padding: 1.5em 0 0; }
  @media screen and (min-width: 992px) {
    .container-right .sideLongform .imageNews {
      height: 150px;
      overflow: hidden; } }
  .container-right .sideLongform .columnsNews {
    padding: 1.5em 0 1em 0;
    border-bottom: solid 1px #ddd; }
    .container-right .sideLongform .columnsNews:nth-of-type(1) {
      padding-top: 0em; }
  .container-right .sideLongform .newsWord {
    padding: .5em 0 0; }
  .container-right .sideLongform .titleSide {
    margin: 0 0 16px; }
  .container-right .sideLongform .seeall {
    color: #009e97; }
.container-right .tjp-IG {
  padding: .9em 0; }
  .container-right .tjp-IG .titleLt {
    font-size: 1.125em; }
  .container-right .tjp-IG .headerTitle {
    margin: 0 0 .5em; }
  .container-right .tjp-IG .iconIG {
    width: 25px;
    height: 25px;
    line-height: 30px;
    border-radius: 25px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
  .container-right .tjp-IG .owl-nav button.owl-next {
    right: 0; }
  .container-right .tjp-IG .owl-nav button.owl-prev {
    left: 0; }
.container-right .tjp-suscribe {
  padding: .9em 0; }
@media screen and (max-width: 1023px) {
  .container-right .line-1 .ads-box, .container-right .line-1 .ad-v-box {
    text-align: center;
    display: none; }
  .container-right .tjp-suscribe, .container-right .tjp-follow-sosmed {
    display: none; }
  .container-right .sideLongform {
    margin-bottom: 1.5em;
    padding: .5em 1em; }
    .container-right .sideLongform .columnsNews {
      display: table;
      width: 100%;
      border-bottom: solid 1px #ddd; }
    .container-right .sideLongform .newsWord, .container-right .sideLongform .imageNews {
      display: table-cell;
      vertical-align: top; }
    .container-right .sideLongform .imageNews {
      width: 30%; }
    .container-right .sideLongform .newsWord {
      width: 70%;
      padding: 0 0 0 1em; }
    .container-right .sideLongform .titleSide {
      margin-bottom: 16px; }
  .container-right .tjp-IG .headerTitle {
    padding: 0 1em; } }
@media screen and (max-width: 768px) {
  .container-right a.tjp-suscribe {
    padding: 0 1em;
    display: block; }
    .container-right a.tjp-suscribe img {
      width: 100%; }
  .container-right .tjp-follow-sosmed {
    padding: 0 1em; }
  .container-right .sideLongform .newsWord, .container-right .sideLongform .imageNews {
    display: block;
    float: left; }
  .container-right .sideLongform .imageNews {
    max-height: 86px;
    overflow: hidden; } }

.corpCorner {
  background-color: #fff;
  padding: 0.5em 1.5em 0;
  margin-bottom: 0; }
  .corpCorner .titleImg {
    margin-top: 10px; }
    .corpCorner .titleImg img {
      margin-left: -5px; }
  .corpCorner .corpTitle {
    font-size: 1.1428571429em;
    margin-bottom: 12px;
    color: #DD1E26;
    font-family: "Lato", sans-serif;
    font-weight: 700; }
  .corpCorner .corpContent {
    padding: 1em 0 0; }
    .corpCorner .corpContent .corpNews {
      display: flex;
      padding-bottom: 10px;
      border-bottom: solid 1px #ddd;
      margin-bottom: 15px; }
      .corpCorner .corpContent .corpNews:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
    .corpCorner .corpContent .imageNews {
      margin-right: 15px;
      flex: 0 0 60px;
      overflow: hidden;
      height: 60px; }
      .corpCorner .corpContent .imageNews img {
        display: inline-block;
        max-width: inherit;
        max-width: 120px; }
    .corpCorner .corpContent .titleNews {
      font-size: 1.0714285714em; }
    .corpCorner .corpContent .listNews {
      padding: 0; }
      .corpCorner .corpContent .listNews .columnsNews {
        padding-top: 0; }
      .corpCorner .corpContent .listNews .imageNews {
        width: 50px; }
      .corpCorner .corpContent .listNews .newsWord {
        width: 205px; }
  @media screen and (max-width: 1024px) {
    .corpCorner {
      margin-bottom: 1.5em; } }

.sideCorpCorner {
  margin-bottom: 0; }
  .sideCorpCorner .titleImg {
    margin-top: 10px; }
    .sideCorpCorner .titleImg img {
      margin-left: -5px; }
  .sideCorpCorner .corpTitle {
    font-size: 1em;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 700; }
  .sideCorpCorner .corpContent .corpNews {
    display: flex;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px; }
    .sideCorpCorner .corpContent .corpNews:last-child {
      border-bottom: 0;
      margin-bottom: 0; }
  .sideCorpCorner .corpContent .imageNews {
    margin-right: 15px;
    flex: 0 0 90px;
    overflow: hidden;
    height: 90px; }
    .sideCorpCorner .corpContent .imageNews img {
      display: inline-block;
      max-width: inherit;
      max-width: 130px; }
  .sideCorpCorner .corpContent .titleNews {
    font-size: 1.1428571429em; }
  .sideCorpCorner .corpContent .listNews {
    padding: 0; }
    .sideCorpCorner .corpContent .listNews .columnsNews {
      padding-top: 0; }
    .sideCorpCorner .corpContent .listNews .imageNews {
      width: 50px; }
    .sideCorpCorner .corpContent .listNews .newsWord {
      width: 205px; }
  @media screen and (max-width: 1024px) {
    .sideCorpCorner {
      margin-bottom: 1.5em; } }

.fullSlide {
  padding: 0; }
  .fullSlide.shw {
    height: 520px;
    overflow: hidden; }
  .fullSlide .duration {
    background-color: #000; }
  .fullSlide .captionBanner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2em; }
    .fullSlide .captionBanner a {
      color: #fff; }
  .fullSlide .headlineImg img {
    width: 100%; }
  .fullSlide .headlineImg .categoryBanner {
    display: none;
    position: absolute;
    bottom: 16px;
    left: 1em; }
  @media screen and (min-width: 1024px) {
    .fullSlide .headlineImg {
      height: 520px;
      overflow: hidden; } }
  .fullSlide .titleHlg {
    color: #fff; }
  .fullSlide .categoryBanner .duration {
    padding: .3em .5em; }
  .fullSlide .categoryBanner span {
    font-family: "Lato", sans-serif;
    font-size: 1em;
    color: #fff; }
    .fullSlide .categoryBanner span span {
      color: #fff; }
  .fullSlide .showTbl {
    display: none; }
  .fullSlide .boxSlide {
    border-radius: 5px;
    position: relative;
    overflow: hidden; }
  .fullSlide .date {
    display: inline-block; }
  @media screen and (max-width: 1023px) {
    .fullSlide .captionBanner {
      padding: 2em 1em; }
      .fullSlide .captionBanner .duration {
        display: none; }
      .fullSlide .captionBanner .categoryBanner span {
        color: #000; }
    .fullSlide .headlineImg .categoryBanner {
      display: block; }
    .fullSlide .headlineImg {
      position: relative; }
    .fullSlide .showTbl {
      display: block; }
      .fullSlide .showTbl.duration {
        background-color: rgba(0, 0, 0, 0.72);
        position: absolute;
        bottom: 1em;
        left: 1.5em; }
    .fullSlide .duration {
      padding: .5em 0 .3em; }
      .fullSlide .duration .fas {
        margin: 0; }
    .fullSlide .showDesk {
      display: none; }
    .fullSlide .captionBanner {
      position: relative;
      background-color: #fff; }
      .fullSlide .captionBanner a, .fullSlide .captionBanner .titleHlg {
        color: #000; }
    .fullSlide .tjp-direction-nav a {
      top: 25%;
      background-color: rgba(0, 0, 0, 0.72); }
    .fullSlide .tjp-direction-nav a {
      top: 120px; } }
  @media screen and (max-width: 992px) {
    .fullSlide {
      background-color: #fff; }
      .fullSlide .captionBanner {
        padding: 1em; }
        .fullSlide .captionBanner .categoryBanner span span {
          color: #009e97;
          font-family: "BrandonGrotesqueWeb-Bold", sans-serif; }
      .fullSlide .headlineImg {
        overflow: hidden;
        height: 210px; }
      .fullSlide .tjp-direction-nav a {
        top: 105px; } }
  @media screen and (max-width: 640px) {
    .fullSlide .titleHlg {
      font-size: 1.2857142857em; } }
  @media screen and (max-width: 410px) {
    .fullSlide .headlineImg img {
      max-width: inherit;
      width: 410px; } }

.gallery .captionDetail {
  background-color: #fff;
  padding: 1em;
  overflow: hidden; }
.gallery .titleHlg {
  padding: 0;
  font-size: 1.375em; }
.gallery ul {
  margin: 0 -8px; }
  .gallery ul * {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .gallery ul li {
    float: left;
    padding: 8px;
    overflow: hidden; }
    .gallery ul li .boxGallery {
      overflow: hidden;
      border-radius: 5px;
      width: 100%;
      float: left; }
@media screen and (min-width: 1024px) {
  .gallery ul li {
    width: 33.33333%; }
    .gallery ul li .imgThumb {
      height: 172px;
      position: relative; }
      .gallery ul li .imgThumb img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
    .gallery ul li .captionDetail {
      height: 135px; }
    .gallery ul li.listAdsMultimedia {
      height: 331.77px;
      display: none; } }
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .gallery ul li {
    width: 50%; }
    .gallery ul li .imgThumb {
      height: 203px; }
      .gallery ul li .imgThumb img {
        width: 410px;
        max-width: inherit; }
    .gallery ul li .captionDetail {
      height: 150px; } }
@media screen and (max-width: 750px) {
  .gallery {
    padding: 0 1em; }
    .gallery ul {
      margin: 0; }
      .gallery ul li {
        padding: 0 0 16px; }
        .gallery ul li .imgThumb {
          height: 172px; }
          .gallery ul li .imgThumb img {
            width: 100%; }
        .gallery ul li:last-child {
          padding-bottom: 0; } }

.boxGallery {
  transition: all 0.3s cubic-bezier(0.535, 0, 0, 1) 0s;
  overflow: hidden;
  border-radius: 5px; }
  .boxGallery:hover {
    box-shadow: 0px 0px 15px -3px #a9a9a9; }
    .boxGallery:hover .duration {
      background-color: #009e97; }
    .boxGallery:hover .imgThumb img {
      -webkit-transform: scale3d(1.05, 1.05, 1);
      -moz-transform: scale3d(1.05, 1.05, 1);
      -o-transform: scale3d(1.05, 1.05, 1);
      -ms-transform: scale3d(1.05, 1.05, 1);
      transform: scale3d(1.05, 1.05, 1); }

.mainListMulti .latestLongform .titleLatest {
  font-size: 1.75em;
  margin: 0; }
.mainListMulti .latestLongform .seeall {
  color: #009e97;
  font-size: 1.1875em; }
@media screen and (min-width: 1024px) {
  .mainListMulti .latestLongform ul li {
    width: 25%; }
    .mainListMulti .latestLongform ul li .captionDetail {
      height: 120px; }
    .mainListMulti .latestLongform ul li .imgThumb {
      height: 139px; } }
@media screen and (max-width: 760px) {
  .mainListMulti .latestLongform .headerTitle {
    padding: 0 0 1em; } }
@media screen and (max-width: 640px) {
  .mainListMulti .latestLongform {
    margin: 1em 0; }
    .mainListMulti .latestLongform .seeall {
      font-size: 1em; }
    .mainListMulti .latestLongform .titleLatest {
      font-size: 1.2142857143em; } }

.color-national span {
  color: #DD1E26; }

.color-entertaiment span {
  color: #662482; }

.podcast {
  padding: 2em; }
  @media screen and (min-width: 1024px) {
    .podcast .mainListing ul li {
      width: 25%; }
      .podcast .mainListing ul li.firstHeadline .captionDetail {
        padding-left: 0;
        height: auto; }
      .podcast .mainListing ul li .imgThumb {
        height: 245px; }
      .podcast .mainListing ul li .captionDetail {
        height: 135px; } }
  .podcast .seeall {
    color: #009e97;
    font-size: 1.1875em; }
  .podcast .titleLatest {
    font-size: 1.4375em;
    color: #009e97; }
  .podcast .mainListing {
    padding: 0; }
    .podcast .mainListing ul {
      margin: 0 -1.5rem; }
      .podcast .mainListing ul * {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
      .podcast .mainListing ul li {
        float: left;
        padding: 1.5rem;
        overflow: hidden;
        position: relative; }
        .podcast .mainListing ul li.firstHeadline {
          width: 100%; }
          .podcast .mainListing ul li.firstHeadline .titleHlg {
            font-size: 2.25em;
            margin-bottom: .3em;
            opacity: 1; }
          .podcast .mainListing ul li.firstHeadline .boxPodcast {
            display: flex;
            background-color: #fff;
            float: none; }
          .podcast .mainListing ul li.firstHeadline p {
            font-family: "Acta-Light", sans-serif;
            font-size: 1.125em;
            opacity: .8; }
          .podcast .mainListing ul li.firstHeadline .captionDetail, .podcast .mainListing ul li.firstHeadline .imgThumb {
            flex-direction: column;
            width: auto;
            display: flex; }
          .podcast .mainListing ul li.firstHeadline .captionDetail {
            flex: 0 0 69%; }
            @media screen and (min-width: 1024px) {
              .podcast .mainListing ul li.firstHeadline .captionDetail {
                padding: 1em 1em 1em 0; } }
          .podcast .mainListing ul li.firstHeadline .imgThumb {
            height: auto;
            padding: 0 3em 0 0;
            flex: 1 1 auto; }
            .podcast .mainListing ul li.firstHeadline .imgThumb img {
              width: 100%;
              max-height: inherit; }
        .podcast .mainListing ul li .boxPodcast {
          overflow: hidden;
          position: relative;
          border-radius: 5px;
          width: 100%;
          float: left; }
        .podcast .mainListing ul li .imgThumb {
          display: block;
          overflow: hidden; }
          .podcast .mainListing ul li .imgThumb img {
            width: 100%; }
          .podcast .mainListing ul li .imgThumb .category {
            position: absolute;
            top: 0;
            left: 0;
            width: 55px;
            height: 55px;
            font-size: 1.2857142857em;
            color: #fff;
            background-color: rgba(0, 158, 151, 0.75);
            line-height: 55px;
            text-align: center; }
        .podcast .mainListing ul li .titleHlg {
          font-size: 1.4375em;
          font-family: "Acta-Medium", sans-serif;
          line-height: 1.2;
          opacity: .8; }
        .podcast .mainListing ul li .titleHlg, .podcast .mainListing ul li p {
          color: #000; }
        .podcast .mainListing ul li .captionDetail {
          background-color: #fff;
          padding: 1em;
          overflow: hidden; }
        .podcast .mainListing ul li .timepod {
          position: absolute;
          bottom: 1em;
          left: .9em;
          display: inline-block;
          background-color: rgba(0, 0, 0, 0.75);
          padding: .3em .5em;
          border-radius: 5px;
          margin-right: 8px;
          text-align: center;
          color: #fff;
          width: 75px;
          font-family: "Lato", sans-serif;
          font-size: 0.9285714286em; }
          .podcast .mainListing ul li .timepod i {
            margin-right: 5px; }
        .podcast .mainListing ul li:hover .titleHlg, .podcast .mainListing ul li:hover .imgThumb, .podcast .mainListing ul li:hover p {
          opacity: 1; }
        .podcast .mainListing ul li:hover .imgThumb .timepod {
          background-color: #009e97; }
  @media screen and (max-width: 1024px) {
    .podcast {
      padding: 2em 1em; }
      .podcast .mainListing ul {
        margin: 0 -8px; }
        .podcast .mainListing ul li {
          padding: 1.5em 8px 0; }
          .podcast .mainListing ul li .imgThumb {
            height: 215px; } }
  @media screen and (max-width: 1023px) {
    .podcast .mainListing ul li {
      width: 100%; }
      .podcast .mainListing ul li .titleHlg {
        font-size: 1.7142857143em; }
      .podcast .mainListing ul li .boxPodcast {
        display: flex;
        background-color: #fff;
        float: none; }
      .podcast .mainListing ul li .boxPodcast {
        width: 100%;
        background-color: #fff;
        border-radius: 0; }
        .podcast .mainListing ul li .boxPodcast .captionDetail, .podcast .mainListing ul li .boxPodcast .imgThumb {
          flex-direction: column;
          width: auto;
          display: flex; }
        .podcast .mainListing ul li .boxPodcast .captionDetail {
          flex: 0 0 69%; }
        .podcast .mainListing ul li .boxPodcast .imgThumb {
          height: auto;
          padding: 0 3em 0 0;
          flex: 1 1 auto; }
          .podcast .mainListing ul li .boxPodcast .imgThumb img {
            width: 100%;
            max-height: inherit; }
        .podcast .mainListing ul li .boxPodcast .imgThumb {
          width: 40%;
          float: left;
          padding: 0; }
        .podcast .mainListing ul li .boxPodcast .captionDetail {
          width: 60%;
          position: initial; }
      .podcast .mainListing ul li.firstHeadline .titleHlg {
        font-size: 1.7142857143em; }
      .podcast .mainListing ul li p {
        display: none; } }
  @media screen and (max-width: 640px) {
    .podcast .seeall {
      font-size: 1em; }
    .podcast .titleLatest {
      font-size: 1.2142857143em; }
    .podcast .mainListing ul li .titleHlg {
      font-size: 1.1428571429em; }
    .podcast .mainListing ul li .timepod {
      left: .8em;
      font-size: 13px; }
    .podcast .mainListing ul li .boxPodcast .captionDetail .category {
      font-size: 12px; }
    .podcast .mainListing ul li.firstHeadline .titleHlg {
      font-size: 1.1428571429em; }
    .podcast .mainListing ul li.firstHeadline .timepod {
      left: .8em; }
    .podcast .mainListing ul li .imgThumb {
      height: auto; }
      .podcast .mainListing ul li .imgThumb .category {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px; } }

.channelPodcast {
  margin-top: -.9em; }
  .channelPodcast .mainListing ul li .titleHlg, .channelPodcast .mainListing ul li p, .channelPodcast .mainListing ul li .imgThumb {
    opacity: 1; }
  .channelPodcast .mainListing ul li.firstHeadline .timepod {
    left: 0em; }
  @media screen and (max-width: 1023px) {
    .channelPodcast {
      padding-left: 0;
      padding-right: 0; }
      .channelPodcast .menu-active-breadcrumbs .row {
        margin: 0; }
      .channelPodcast .mainListing ul {
        margin: 0; }
        .channelPodcast .mainListing ul li {
          padding-left: 0;
          padding-right: 0; }
          .channelPodcast .mainListing ul li .imgThumb {
            height: auto; } }

.multimediapage {
  padding: 0; }
  .multimediapage .breadcrumbs li:last-child a, .multimediapage .titleName {
    color: #009e97; }
  .multimediapage .single-page {
    margin-bottom: 0; }
    .multimediapage .single-page .title-large {
      padding: .2em 0; }
    .multimediapage .single-page .gallery {
      margin: 1em 0; }
      .multimediapage .single-page .gallery .date span {
        color: #009e97; }
  .multimediapage .detailNews {
    width: 100%; }
  @media screen and (max-width: 1023px) {
    .multimediapage .headerSingle {
      padding: 0 1em; }
      .multimediapage .headerSingle .breadcrumbs {
        padding: 0; }
    .multimediapage .single-page .title-large, .multimediapage .single-page .post-like .posting {
      color: #000; }
    .multimediapage .single-page .gallery ul li .boxGallery {
      background-color: #fff; }
      .multimediapage .single-page .gallery ul li .boxGallery .imgThumb img {
        width: 100%; }
    .multimediapage .detailNews {
      padding: 0 1em; }
    .multimediapage .detailNews .share-horizontal {
      margin: 0;
      padding-top: 1em;
      border-top: solid 1px #ddd; } }
  @media screen and (max-width: 640px) {
    .multimediapage .single-page .gallery ul li .boxGallery .captionDetail .titleHlg {
      font-size: 1.1428571429em; } }

.channelMultimendia .breadcrumbs {
  margin-bottom: 8px; }

.photoSlide {
  margin-bottom: 16px; }
  .photoSlide .slides .imgLayer {
    width: 71.9%;
    float: left;
    padding: 0;
    position: relative; }
  .photoSlide .slides .item {
    display: block; }
    .photoSlide .slides .item img {
      width: 100%; }
  .photoSlide .slides .caption-detail {
    float: left;
    padding: 40px 16px 0; }
  .photoSlide .slides .caption-inner {
    position: relative; }
    .photoSlide .slides .caption-inner p {
      font-family: "Acta-Book", sans-serif;
      font-size: 1.125em; }
  .photoSlide .slides .popupSlide {
    height: auto;
    bottom: 75px;
    color: #009e97;
    font-size: 1.125em;
    text-transform: uppercase;
    font-family: "BrandonGrotesqueWeb-Medium", sans-serif; }
    @media screen and (max-width: 1023px) {
      .photoSlide .slides .popupSlide {
        display: none; } }
  .photoSlide .slideDetail .tjp-direction-nav {
    padding: 0 1.5em;
    list-style: none; }
    .photoSlide .slideDetail .tjp-direction-nav a {
      position: absolute;
      top: 50%;
      z-index: 3;
      text-indent: -99em; }
  .photoSlide .thumbSlide {
    overflow: hidden;
    padding: 0 1em; }
  .photoSlide .navSlide {
    padding: 0em;
    overflow: hidden; }
    .photoSlide .navSlide .tjp-viewport {
      overflow: inherit !important;
      padding: 0em 5em; }
    .photoSlide .navSlide .slides * {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .photoSlide .navSlide .slides li {
      opacity: .5; }
      .photoSlide .navSlide .slides li a {
        padding: 0 .5em;
        display: block; }
        .photoSlide .navSlide .slides li a img {
          width: 100%; }
      .photoSlide .navSlide .slides li.slick-current {
        opacity: 1; }
      .photoSlide .navSlide .slides li:hover, .photoSlide .navSlide .slides li.tjp-active-slide {
        opacity: 1; }
    .photoSlide .navSlide .tjp-direction-nav a {
      width: 30px;
      height: 30px; }
  .photoSlide .slide-count-wrap {
    display: inline-block;
    background-color: #009e97;
    color: #fff;
    padding: .3em .5em;
    border-radius: 6px; }
    .photoSlide .slide-count-wrap span {
      font-family: "BrandonGrotesqueWeb-Medium", sans-serif;
      font-size: 1.1428571429em;
      line-height: 1; }
  @media screen and (min-width: 1024px) {
    .photoSlide .slick-arrow.slick-next {
      right: inherit;
      left: 67.2%; }
    .photoSlide .slide-count-wrap {
      position: absolute;
      top: 0;
      left: 16px; }
    .photoSlide .slides .item {
      height: 500px;
      position: relative; }
      .photoSlide .slides .item img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .photoSlide .slides .popupSlide {
      position: absolute;
      height: auto;
      right: 0;
      z-index: 3;
      margin-right: -19%; }
    .photoSlide .slides .caption-detail {
      width: 28.1%;
      position: absolute;
      bottom: 0;
      top: 0;
      right: 0;
      height: 500px; }
    .photoSlide .thumbSlide {
      width: 28.1%;
      position: absolute;
      right: 0;
      bottom: 0em;
      z-index: 2; } }
  @media screen and (max-width: 1023px) {
    .photoSlide .slides .imgLayer {
      width: 100%;
      overflow: hidden; }
    .photoSlide .slides .item {
      overflow: hidden; }
    .photoSlide .slides .caption-detail {
      width: 100%;
      position: relative;
      padding: 16px; }
    .photoSlide .slides .caption-inner {
      padding: 0.5em 0; }
    .photoSlide .thumbSlide {
      display: none; }
    .photoSlide .navSlide .tjp-viewport {
      overflow: inherit !important;
      padding: 0em 5em; } }
  @media screen and (max-width: 992px) {
    .photoSlide .slideDetail {
      padding: 0 2em; }
    .photoSlide .slides .caption-detail {
      padding: 16px 0; } }
  @media screen and (max-width: 750px) {
    .photoSlide .slides .imgLayer {
      height: 250px; } }
  @media screen and (max-width: 370px) {
    .photoSlide .slides .imgLayer {
      height: 220px; } }

.share-horizontal {
  margin: 1em 0 0; }
  .share-horizontal .icon-soscmed li {
    float: left;
    display: inline-block;
    padding-right: .5em; }
    .share-horizontal .icon-soscmed li a {
      font-family: 'Font Awesome 5 Brands';
      font-size: 21px;
      width: 40px;
      height: 40px;
      line-height: 40px; }
      .share-horizontal .icon-soscmed li a.faF {
        font-family: "Font Awesome 5 Free"; }
  @media screen and (max-width: 1024px) {
    .share-horizontal .icon-soscmed {
      width: auto;
      display: inline-block;
      float: none; } }

.tjp-discus {
  margin: 2em 0; }
  .tjp-discus .fb-comments iframe {
    min-width: 100%; }

.titleDiscus {
  width: 40%;
  margin: 0 auto;
  padding: 1em 0 3em; }
  .titleDiscus .title {
    text-align: center;
    color: #DD1E26;
    margin: 0;
    border: solid 1px #DD1E26;
    font-size: 1.1875em;
    font-family: "BrandonGrotesqueWeb-Regular", sans-serif;
    cursor: pointer;
    padding: .5em 0 .2em;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .titleDiscus .title:hover {
      box-shadow: 0 15px 5px -10px rgba(0, 0, 0, 0.4);
      transform: translateY(-1px); }
  @media screen and (max-width: 680px) {
    .titleDiscus {
      width: 230px; }
      .titleDiscus .title {
        font-size: 1.2857142857em;
        padding: 0.7em 0 .5em; } }
  @media screen and (max-width: 680px) {
    .titleDiscus .title {
      font-size: 1em; } }

@keyframes tjp-panelIn {
  0% {
    -webkit-transform: translate3d(280px, 0px, 0px);
    -moz-transform: translate3d(280px, 0px, 0px);
    -o-transform: translate3d(280px, 0px, 0px);
    -ms-transform: translate3d(280px, 0px, 0px);
    transform: translate3d(280px, 0px, 0px); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }
@keyframes tjp-panelOut {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
.video-preview {
  background-color: #282b30;
  padding: 1em 0; }
  .video-preview .container {
    padding: 0; }
  .video-preview .videoPlayer, .video-preview .videoScroll {
    padding: 0;
    height: 660px; }
  .video-preview .videoScroll {
    height: 630px; }
  .video-preview .headerSingle {
    padding: 0; }
  .video-preview .videoPlayer .headerSingle {
    margin-top: 16px; }
  .video-preview .videoPlayer .frameVideo {
    animation: tjp-panelOut .25s ease forwards; }
    .video-preview .videoPlayer .frameVideo.stuck {
      position: fixed;
      bottom: 20px;
      right: 20px;
      transform: translateY(100%);
      width: 400px;
      z-index: 11;
      height: 250px;
      animation: tjp-panelIn .25s ease forwards; }
    @media screen and (max-width: 600px) {
      .video-preview .videoPlayer .frameVideo.stuck {
        width: 200px; } }
  .video-preview .title-large {
    color: #fff;
    font-family: "Acta-Medium", sans-serif; }
  @media screen and (min-width: 1024px) {
    .video-preview .post-like .posting {
      color: rgba(255, 255, 255, 0.7); }
    .video-preview .breadcrumbs li:first-child a {
      color: rgba(255, 255, 255, 0.7); }
    .video-preview .videoPlayer {
      display: flex;
      flex-direction: column;
      align-content: stretch; }
      .video-preview .videoPlayer .containerVideo {
        flex-grow: 1; }
      .video-preview .videoPlayer .frameVideo {
        height: 100%; } }
  .video-preview .videoScroll {
    padding-left: 16px;
    overflow-y: scroll; }
    .video-preview .videoScroll * {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .video-preview .videoScroll .imgThumb {
      max-height: 140px; }
    .video-preview .videoScroll li {
      margin-bottom: 1.7em; }
      .video-preview .videoScroll li:last-child {
        margin-bottom: 0; }
      .video-preview .videoScroll li:hover .duration {
        background-color: #009e97; }
      .video-preview .videoScroll li:hover p {
        color: #009e97; }
    .video-preview .videoScroll .videoCaption {
      margin: .5em 0; }
    .video-preview .videoScroll .duration {
      width: 85px;
      font-size: 14px; }
    .video-preview .videoScroll p {
      line-height: 1.3;
      font-family: "Acta-Medium", sans-serif;
      font-size: 1.125em;
      color: #fff;
      margin-botto: 0; }
  @media screen and (max-width: 1023px) {
    .video-preview {
      background-color: transparent;
      padding: 0; }
      .video-preview .headerSingle {
        padding: 0 1em; }
      .video-preview .breadcrumbs {
        margin-top: 16px; }
      .video-preview .videoPlayer {
        padding-right: 0;
        height: auto;
        width: 100%; }
      .video-preview .videoScroll {
        display: none;
        min-height: 160px;
        height: auto;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden; }
        .video-preview .videoScroll li {
          width: 300px;
          padding: 0 1em;
          display: inline-block;
          margin: 1em 0 0; }
          .video-preview .videoScroll li .videoCaption {
            white-space: normal; }
        .video-preview .videoScroll .tjp-gallery .owl-nav button {
          top: 45%;
          bottom: inherit;
          width: 60px; } }

.longformChannel {
  padding: 0;
  margin: 8px -8px 2rem; }
  .longformChannel .boxLongform {
    width: 25%;
    float: left;
    padding: 0 8px;
    margin-bottom: 1em; }
    .longformChannel .boxLongform * {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .longformChannel .boxLongform .sizeBox {
      float: left;
      width: 100%;
      overflow: hidden;
      border-radius: 5px; }
    .longformChannel .boxLongform:first-child {
      width: 100%;
      margin-bottom: 16px; }
      .longformChannel .boxLongform:first-child .imgBanner-longform {
        height: 350px; }
        .longformChannel .boxLongform:first-child .imgBanner-longform img {
          position: inherit; }
      .longformChannel .boxLongform:first-child .caption_overlay {
        height: auto; }
        @media screen and (min-width: 769px) {
          .longformChannel .boxLongform:first-child .caption_overlay .titleHlg {
            padding: 0;
            font-size: 2em; } }
        .longformChannel .boxLongform:first-child .caption_overlay p {
          display: block; }
    .longformChannel .boxLongform .imgBanner-longform {
      float: left;
      width: 100%;
      height: 125px;
      overflow: hidden;
      position: relative; }
      .longformChannel .boxLongform .imgBanner-longform img {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
    .longformChannel .boxLongform .caption_overlay {
      width: 100%;
      float: left;
      background-color: #fff;
      padding: 1em;
      height: 120px; }
      .longformChannel .boxLongform .caption_overlay .date {
        margin: 0; }
      .longformChannel .boxLongform .caption_overlay .titleHlg {
        margin-bottom: .5em;
        font-size: 1.25em;
        line-height: 1.2; }
      .longformChannel .boxLongform .caption_overlay p {
        display: none;
        font-family: "Acta-Medium", sans-serif;
        font-size: 1.0625em;
        color: #6c757d; }
    .longformChannel .boxLongform:not(:first-child):hover .sizeBox {
      box-shadow: 0px 0px 30px -10px #000;
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -o-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03); }
  @media screen and (max-width: 1024px) {
    .longformChannel {
      margin: 16px 0 0; }
      .longformChannel .boxLongform {
        width: 33.33333%; }
        .longformChannel .boxLongform .sizeBox .caption_overlay .sizeCaption {
          width: 100%; }
        .longformChannel .boxLongform .sizeBox .caption_overlay p {
          display: none; } }
  @media screen and (max-width: 768px) {
    .longformChannel .boxLongform {
      width: 50%; }
      .longformChannel .boxLongform:first-child .imgBanner-longform {
        height: 210px; }
      .longformChannel .boxLongform .imgBanner-longform {
        height: 175px; } }
  @media screen and (max-width: 480px) {
    .longformChannel .boxLongform {
      width: 100%; }
      .longformChannel .boxLongform:first-child .imgBanner-longform {
        height: 170px; } }

.adscontent[data-google-query-id] {
  margin-bottom: 1em; }
  @media screen and (max-width: 1023px) {
    .adscontent[data-google-query-id] {
      overflow: hidden; } }

.channelSearch .tjp-suscribe {
  padding-top: 0; }
.channelSearch .listNews {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top: solid 1px #ddd;
  padding: 1em 0; }
  .channelSearch .listNews:first-child {
    border: 0; }
  .channelSearch .listNews .imageNews {
    width: 25%;
    height: 125px;
    overflow: hidden; }
    .channelSearch .listNews .imageNews a {
      display: table-cell;
      vertical-align: middle;
      height: 125px; }
  .channelSearch .listNews .newsWord {
    width: 75%; }
    .channelSearch .listNews .newsWord.full {
      padding-left: 0;
      width: 100%; }
  .channelSearch .listNews p {
    font-family: "Acta-Medium", sans-serif;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.0625em;
    line-height: 1.3; }
  .channelSearch .listNews .columnsNews {
    border: 0;
    padding: 0; }
.channelSearch .listing {
  padding-left: 2.3em;
  list-style: none; }
  .channelSearch .listing li {
    counter-increment: item; }
    .channelSearch .listing li:before {
      display: inline-block;
      width: 1em;
      font-family: "Acta-Medium", sans-serif;
      font-size: 1.25em;
      position: absolute;
      left: .2em;
      content: counter(item) "."; }
@media screen and (max-width: 1024px) {
  .channelSearch {
    padding: 0; }
    .channelSearch .headerTags {
      background-color: #fff; }
      .channelSearch .headerTags .title-large {
        margin-top: .5em;
        font-size: 1.7142857143em; }
    .channelSearch .listNews .imageNews {
      height: auto; }
      .channelSearch .listNews .imageNews a {
        display: block;
        vertical-align: middle;
        height: auto; } }
@media screen and (max-width: 860px) {
  .channelSearch .headerTags {
    padding: 0 1em; } }

.whtBox {
  background-color: #fff;
  padding: 0; }

@media screen and (min-width: 1024px) {
  .paperLeft {
    width: 22.7%;
    padding: 0;
    float: left; } }
@media screen and (max-width: 992px) {
  .paperLeft .todaysHeadline {
    display: none; } }

@media screen and (min-width: 1023px) {
  .paperRight {
    width: 77.3%;
    padding: 0 0 0 1em;
    float: right; } }

.epaperMobileShow {
  position: relative;
  float: left; }

.headerPaper {
  padding: 0 0 1.5em; }
  .headerPaper .titleHlg {
    font-family: "BrandonGrotesqueWeb-Medium", sans-serif;
    clear: left;
    text-transform: uppercase;
    height: 45px; }
  .headerPaper .mobilePaper {
    display: none; }
  .headerPaper .input-group {
    display: table;
    padding: 0 .6em; }
    .headerPaper .input-group .datepicker {
      border: 0;
      height: 45px;
      padding: .8em 1em .5em;
      display: table-cell;
      font-size: 1.5em;
      font-family: "BrandonGrotesqueWeb-Regular", sans-serif; }
      .headerPaper .input-group .datepicker:focus {
        outline: none;
        border-color: #ce5651;
        outline: 0;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .headerPaper .input-group .iconDown {
      height: 45px;
      width: 45px;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      background-color: #DD1E26;
      color: #fff;
      font-size: 2em;
      cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .headerPaper {
      padding: 16px 0 1.5em; }
      .headerPaper .paperRight {
        padding-left: 1em; }
        .headerPaper .paperRight .input-group {
          padding: 0; }
      .headerPaper .titleHlg {
        font-size: 1.5em;
        height: auto;
        margin-bottom: .1em; } }
  @media screen and (max-width: 992px) {
    .headerPaper .input-group .datepicker {
      width: 100%; }
    .headerPaper .mobilePaper {
      display: block;
      margin: 1em 0 0; }
    .headerPaper .todaysHeadline img {
      width: 100%; } }

.paperList .image-latest {
  height: 115px;
  overflow: hidden; }
  .paperList .image-latest img {
    width: 100%; }
.paperList .date {
  display: block;
  margin-bottom: .3em;
  font-family: "BrandonGrotesqueWeb-Medium", sans-serif;
  font-size: 1em;
  color: #DD1E26;
  text-transform: uppercase; }
.paperList .title {
  font-family: "Acta-Medium", sans-serif;
  font-size: 1.2857142857em;
  color: #000;
  margin: 0 0 .8em; }
.paperList p {
  font-family: "Acta-Book", sans-serif;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
  margin: .8em 0 0; }
.paperList .detail-latest {
  display: block; }
@media screen and (max-width: 1024px) {
  .paperList p {
    display: none; } }
@media screen and (max-width: 460px) {
  .paperList .image-latest {
    height: 70px; }
  .paperList .date {
    font-size: 0.8571428571em; }
  .paperList .title {
    font-size: 1.1428571429em; } }

.containerPaper {
  padding: 0; }
  .containerPaper * {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .containerPaper .boxPaper {
    position: absolute; }
  .containerPaper .boxPaper, .containerPaper .paperList {
    width: 31.1%;
    margin: 0 1% 20px 1%; }
  .containerPaper .paperList {
    padding: 1.5em; }
    .containerPaper .paperList.headlinePaper {
      width: 64.2%;
      padding: 1em 2em; }
      .containerPaper .paperList.headlinePaper .title {
        font-size: 1.7142857143em; }
      .containerPaper .paperList.headlinePaper .image-latest {
        height: 200px; }
    .containerPaper .paperList:hover {
      transform: translateY(-3px);
      box-shadow: 0px 8px 5px -4px #b5b5b5;
      border-radius: 5px; }
      .containerPaper .paperList:hover p {
        color: #000; }
  @media screen and (max-width: 1024px) {
    .containerPaper {
      margin: 0; }
      .containerPaper .boxPaper, .containerPaper .paperList {
        width: 49%;
        margin: 0.5%; }
      .containerPaper .paperList {
        padding: 1.5em .7em; }
        .containerPaper .paperList.headlinePaper {
          width: 99%; } }

.specialReport .paperList {
  display: inline-block;
  margin: 1em 0 0;
  width: 100%;
  border-bottom: solid 1px #ddd; }
  .specialReport .paperList.headline {
    padding: 0 0 1.2em; }
    .specialReport .paperList.headline .image-latest {
      width: 100%;
      height: 150px;
      overflow: hidden;
      padding: 0;
      display: block; }
    .specialReport .paperList.headline .title {
      font-size: 1.2857142857em; }
  .specialReport .paperList.olcaption .captionList {
    width: 100%; }
  .specialReport .paperList .title {
    font-size: 1.1428571429em; }
  .specialReport .paperList .image-latest, .specialReport .paperList .captionList {
    vertical-align: top;
    display: table-cell; }
  .specialReport .paperList .image-latest {
    width: 115px;
    padding-right: 1em;
    padding-bottom: .8em;
    height: auto; }
  .specialReport .paperList .captionList {
    width: 166px; }

.channelContact .mainChannel {
  margin: 0; }
.channelContact a, .channelContact h5, .channelContact p {
  font-family: "Acta-Book", sans-serif;
  font-size: 1.2857142857em;
  color: #000;
  line-height: 1.6; }
  .channelContact a i, .channelContact h5 i, .channelContact p i {
    font-family: "BrandonGrotesqueWeb-MediumItalic", sans-serif;
    font-size: 1.2857142857em; }
.channelContact p a {
  font-size: inherit; }
.channelContact h5 {
  font-size: 1.2857142857em;
  color: #DD1E26;
  margin: 1em 0 0; }
.channelContact .alamat {
  padding: 1em 0; }
.channelContact .single-page .title-large {
  padding: 0 0 .3em;
  font-family: 'BrandonGrotesqueWeb-Medium';
  color: #000;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0; }
.channelContact .fieldForm {
  margin: 2.5em 0; }
.channelContact .title {
  font-family: "Acta-Bold", sans-serif;
  font-size: 1.7142857143em;
  line-height: 1.2;
  margin-bottom: .3em; }
.channelContact .main-single-page .bgSingle {
  padding: 1em 0;
  background-color: transparent; }
  .channelContact .main-single-page .bgSingle iframe {
    width: 100%; }
.channelContact .right-contact {
  float: right; }
@media screen and (max-width: 1023px) {
  .channelContact .right-contact {
    float: left; }
  .channelContact .right-contact {
    padding: 0 1em; }
  .channelContact .single-page .title-large {
    padding: .3em 15px .3em;
    font-size: 21px; } }

.bg-danger {
  padding: 1em 2em;
  margin: 0 0 1em;
  color: #000;
  font-family: "Acta-Book", sans-serif;
  font-size: 1.4em;
  line-height: 1;
  background-color: rgba(220, 32, 39, 0.3); }
  .bg-danger strong {
    font-weight: normal; }

.singlePodcast {
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .singlePodcast {
      padding: 0;
      margin-top: -.9em;
      margin-bottom: -.9em; }
      .singlePodcast .containerLeft {
        padding-right: 3em; }
        .singlePodcast .containerLeft.hideNextListen {
          padding-right: 0;
          width: 100%; }
      .singlePodcast .containerLeft, .singlePodcast .mainListing {
        padding-top: 2em;
        padding-bottom: 2em; }
      .singlePodcast .mainListing {
        padding-right: 0; }
        .singlePodcast .mainListing:before, .singlePodcast .mainListing:after {
          content: '';
          position: absolute; }
        .singlePodcast .mainListing:after {
          top: 0;
          bottom: 0;
          right: -100%;
          left: 0; }
      .singlePodcast .listen .imgThumb, .singlePodcast .listen .audio {
        display: table-cell; } }
  .singlePodcast .single-page {
    margin-top: 0;
    padding: 0; }
    .singlePodcast .single-page .title-large {
      font-family: "Acta-Bold", sans-serif;
      font-size: 2.5714285714em;
      line-height: 1.2;
      margin-bottom: .3em; }
  .singlePodcast .mainPodcast {
    padding: 0; }
    .singlePodcast .mainPodcast .listen {
      padding: 1.5em 0;
      clear: left; }
  .singlePodcast .share-horizontal {
    padding: 0 0 1.5em; }
  .singlePodcast .listen .imgThumb {
    width: 40%;
    padding: 0;
    height: auto; }
  .singlePodcast .listen .audio {
    width: 60%;
    vertical-align: middle;
    padding: 0; }
    .singlePodcast .listen .audio audio {
      display: none; }
  .singlePodcast .share-horizontal {
    clear: left; }
  .singlePodcast .mainListing .linespceBot {
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      .singlePodcast .mainListing .linespceBot {
        padding: 0; } }
  .singlePodcast .mainListing .titleSide {
    font-family: "Lato", sans-serif;
    font-size: 1.2857142857em;
    font-weight: 700;
    margin: 0 0 .5em; }
  .singlePodcast .mainListing ul {
    margin: 0; }
    .singlePodcast .mainListing ul li {
      width: 100%;
      border-bottom: solid 1px #575556;
      padding: 1.5rem 0; }
      .singlePodcast .mainListing ul li .boxPodcast {
        width: 100%;
        background-color: transparent;
        border-radius: 0; }
        .singlePodcast .mainListing ul li .boxPodcast .imgThumb {
          width: 40%;
          float: left;
          padding: 0;
          height: auto; }
        .singlePodcast .mainListing ul li .boxPodcast .captionDetail {
          width: 60%;
          float: left;
          padding: 0 0 0 1em;
          background-color: transparent;
          height: auto; }
        .singlePodcast .mainListing ul li .boxPodcast .titleHlg {
          font-size: 1.2857142857em; }
  .singlePodcast .container-right ul li .boxPodcast {
    display: flex; }
    .singlePodcast .container-right ul li .boxPodcast .captionDetail, .singlePodcast .container-right ul li .boxPodcast .imgThumb {
      flex-direction: column;
      width: auto;
      display: flex; }
    .singlePodcast .container-right ul li .boxPodcast .captionDetail {
      flex: 0 0 69%; }
      @media screen and (min-width: 1024px) {
        .singlePodcast .container-right ul li .boxPodcast .captionDetail {
          padding: 0 1em; } }
    .singlePodcast .container-right ul li .boxPodcast .imgThumb {
      height: auto;
      padding: 0;
      flex: 1 1 auto; }
      .singlePodcast .container-right ul li .boxPodcast .imgThumb img {
        width: 100%;
        max-height: inherit; }
  @media screen and (max-width: 1023px) {
    .singlePodcast {
      padding: 2em 0; }
      .singlePodcast .mainListing {
        padding: 1.5em 0; }
      .singlePodcast .containerLeft {
        padding: 0 2em 2em; }
      .singlePodcast .listen .imgThumb, .singlePodcast .listen .audio {
        width: 100%; }
      .singlePodcast .listen .imgThumb {
        text-align: center; } }
  @media screen and (max-width: 992px) {
    .singlePodcast .containerLeft {
      padding: 0 1em 2em; }
    .singlePodcast .detailNews {
      padding: 0; } }

@media screen and (min-width: 1072px) {
  .wdsk {
    padding: 0; } }
@media screen and (max-width: 1100px) and (min-width: 1024px) {
  .channelSingle {
    background-color: #fff;
    padding: 0 1em; }
    .channelSingle .single-page .container-right .icon-soscmed li a {
      width: 35px;
      height: 35px;
      font-size: 24px;
      line-height: 35px; }
    .channelSingle .container-right .icon-soscmed li a.fa-linkedin-in, .channelSingle .container-right .icon-soscmed li a.fa-instagram {
      font-size: 24px;
      line-height: 35px; }
    .channelSingle .main-single-page .bgSingle {
      padding: 0; }

  .photoSlide {
    padding-left: 2em; }
    .photoSlide .slick-arrow {
      top: 50%; }

  .wtbl {
    padding-left: 1em;
    padding-right: 1em; }

  .hdtbl {
    padding-left: 0;
    padding-right: 0; } }
.writerProfile {
  margin-bottom: 2em; }
  .writerProfile .userWriterProfile {
    padding: 0 16px 0 0;
    text-align: center;
    margin: 0 0 2em; }
  .writerProfile .titleHlg {
    margin: 0 0 8px;
    padding: 0; }
  .writerProfile .photoProfile {
    width: 120px;
    height: 120px;
    margin: 0 auto 1em;
    overflow: hidden;
    border-radius: 120px; }
    .writerProfile .photoProfile img {
      width: 120px; }
  .writerProfile .activityProfile span {
    display: block; }
  .writerProfile .activityProfile .name {
    color: #000;
    font-family: "Acta-Bold", sans-serif;
    font-size: 1.5em;
    line-height: 1.3;
    margin: 0 0 .5em; }
  .writerProfile .activityProfile .contributor {
    font-family: "Acta-Medium", sans-serif;
    font-size: 1.0714285714em;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: solid 1px #ddd;
    margin-bottom: 1em;
    padding-bottom: 1em;
    display: inline-block;
    clear: left; }
  .writerProfile .activityProfile p {
    font-family: "Acta-Medium", sans-serif;
    font-size: 0.9285714286em;
    color: rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 992px) {
    .writerProfile {
      margin: 2em 0; }
      .writerProfile .userWriterProfile {
        padding: 0 1em; }
      .writerProfile .titleHlg {
        background-color: #fff;
        padding: 16px 12px 0;
        margin: 0;
        font-size: 1.7142857143em; } }

.partners {
  margin: 0;
  padding: 2em 1em;
  height: 100%; }
  .partners .formRegister {
    width: 100%;
    margin-bottom: 0;
    padding: 0; }
    .partners .formRegister .button-group {
      padding-top: 1em;
      clear: left; }
  .partners .pagePartners {
    background-color: #fff;
    text-align: center;
    width: 600px;
    max-width: 100%;
    margin: 0px auto;
    padding: 2em 0; }
    @media (min-width: 768px) {
      .partners .pagePartners {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; } }
    @media (min-width: 1024px) {
      .partners .pagePartners {
        min-height: 330px;
        padding: 2em; } }
    .partners .pagePartners .headline {
      font-family: "Acta-Book", sans-serif;
      font-size: 1.2857142857em;
      line-height: 26px;
      max-width: 100%;
      margin: 1.2em auto;
      transition: 0s; }
      .partners .pagePartners .headline.alertFail {
        color: #DD1E26; }
      .partners .pagePartners .headline .social_media {
        font-family: "Lato", sans-serif;
        font-weight: 700;
        color: #DD1E26; }
    .partners .pagePartners .titleH {
      font-size: 24px;
      margin: 0;
      margin-bottom: 2em;
      line-height: 1.5em; }
      @media (max-width: 768px) {
        .partners .pagePartners .titleH {
          font-size: 20px; } }
    .partners .pagePartners .titleHead {
      font-size: 24px;
      margin: 0;
      margin-bottom: .35em;
      line-height: 1.5em; }
      @media (max-width: 768px) {
        .partners .pagePartners .titleHead {
          font-size: 20px; } }
    .partners .pagePartners h1 {
      font-family: "Acta-Bold", sans-serif;
      font-size: 1.2857142857em;
      font-weight: normal;
      display: inline-block;
      letter-spacing: -0.06em;
      margin: 0; }
    .partners .pagePartners span {
      color: rgba(0, 0, 0, 0.7); }
    .partners .pagePartners p {
      font-family: "Acta-Medium", sans-serif;
      font-size: 16px;
      margin: 0;
      color: #717171; }
    .partners .pagePartners p.voucher-code-text {
      margin-bottom: 1em;
      color: #DD1E26; }
    .partners .pagePartners hr {
      border-width: 2px;
      border-color: #717171;
      width: 190px; }
    .partners .pagePartners .processLoad {
      background: url(../img/loading.gif) no-repeat scroll center center transparent;
      background-size: 100px;
      display: inline-block;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      transition: 1s;
      background-color: rgba(255, 255, 255, 0.7);
      display: none; }
    .partners .pagePartners img {
      position: relative;
      z-index: 1; }
    @media (max-width: 768px) {
      .partners .pagePartners img {
        width: 150px; } }
  .partners .boxOn {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin: 30px 0 20px; }
    @media (min-width: 1024px) {
      .partners .boxOn {
        max-width: 450px; } }
    .partners .boxOn form input[type="submit"] {
      font-family: "Lato", sans-serif;
      border-radius: 10px;
      font-size: 16px;
      padding: 16px; }
      @media (max-width: 768px) {
        .partners .boxOn form input[type="submit"] {
          font-size: 14px; } }
  .partners .step-btn {
    background-color: #DD1E26;
    color: #fff;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 1.28571429em;
    padding: 10px;
    border: 0;
    width: 100%; }
    .partners .step-btn:hover, .partners .step-btn:focus, .partners .step-btn:active {
      box-shadow: 0px 0px 10px -2px #000;
      border-radius: 5px; }
  .partners .newButtonGroup {
    border-bottom: 1px solid #ADADAD;
    margin-bottom: 1em;
    padding-bottom: 30px; }
    .partners .newButtonGroup:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .partners .newButtonGroup label {
      margin-bottom: 15px;
      font-family: "Acta-Book", sans-serif;
      font-size: 16px;
      line-height: 24px; }
      @media (max-width: 768px) {
        .partners .newButtonGroup label {
          font-size: 14px; } }
    .partners .newButtonGroup .step-btn {
      border-radius: 10px;
      font-size: 16px;
      padding: 16px; }
      .partners .newButtonGroup .step-btn.white {
        border: 1px solid #DB2027;
        background-color: #FFFFFF;
        color: #DB2027; }
      @media (max-width: 768px) {
        .partners .newButtonGroup .step-btn {
          font-size: 14px; } }

.partnerJPST {
  background-image: url(../img/partners/redeem-bg.png);
  background-size: cover;
  display: flex;
  height: 100vh; }
  .partnerJPST .pagePartners {
    background-color: transparent; }
  .partnerJPST .formRegister {
    width: 80%;
    padding: 60px 2em 0;
    margin-top: -60px; }
  @media screen and (max-width: 768px) {
    .partnerJPST .pagePartners img {
      width: 100%; }
    .partnerJPST .pagePartners .logoJP img {
      width: auto; } }
  @media screen and (max-width: 767px) {
    .partnerJPST .bnrST {
      margin-bottom: -10%;
      margin-left: -20px;
      margin-right: -20px;
      display: block; }
    .partnerJPST .formRegister {
      width: 100%;
      padding: 30px 15px 0;
      margin-top: 0; } }

.unavailablePage {
  margin-top: -8px;
  padding: 5em 1em; }

.unavailablePage, .tjp-maintenance-html, .pageMaintenance {
  height: 100%;
  background-color: #fff; }

.pageMaintenance {
  text-align: center;
  width: 500px;
  max-width: 100%;
  margin: 0px auto 0; }
  @media (min-width: 768px) {
    .pageMaintenance {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; } }
  @media (min-width: 1024px) {
    .pageMaintenance {
      height: 470px; } }
  .pageMaintenance .headline {
    font-family: "Acta-Medium", sans-serif;
    font-size: 1.2857142857em;
    line-height: 20px;
    width: 370px;
    max-width: 100%;
    margin: 1.2em auto 0; }
  .pageMaintenance h1 {
    font-family: "Acta-Bold", sans-serif;
    font-size: 1.2857142857em;
    font-weight: normal;
    display: inline-block;
    letter-spacing: -0.06em;
    margin: 0; }
  .pageMaintenance span {
    color: #DD1E26; }
  .pageMaintenance p {
    font-family: "Acta-Medium", sans-serif;
    font-size: 16px;
    margin: 0;
    color: #717171; }
  .pageMaintenance hr {
    border-width: 2px;
    border-color: #717171;
    width: 190px; }

.flying-bottom-closed-ads {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 999999999999;
  left: 0;
  background: white; }
  .flying-bottom-closed-ads .ads-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    width: 100%;
    height: 50px;
    box-shadow: -1px -1px 5px 0 rgba(0, 0, 0, 0.2); }
  .flying-bottom-closed-ads .btnclose {
    position: fixed;
    width: 29px;
    height: 29px;
    right: 0;
    bottom: 49px;
    z-index: 1;
    background-size: 13px 13px;
    background-position: 9px;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: -1px -2px 5px 0px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 12px 0 0 0;
    font-size: 16px;
    line-height: 32px; }

.new-podcast {
  /* Pcast Player */ }
  .new-podcast .widget {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100px 60px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    overflow: hidden; }
  .new-podcast .g-text-shadow {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); }
  .new-podcast .g-shadow-inset {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); }
  .new-podcast .g-background-default {
    background-color: #f5f5f5; }
  .new-podcast .g-box-full {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
  .new-podcast .g-transition-opacity {
    transition: opacity .2s ease-out; }
  .new-podcast .singleSound {
    border-radius: 3px;
    overflow: hidden; }
  .new-podcast .compactSound {
    padding: 7px; }
  .new-podcast .sc-media, .new-podcast .sc-media-body, .new-podcast .sc-media-content {
    overflow: hidden; }
  .new-podcast .sc-media-image, .new-podcast .sc-media-left {
    float: left;
    margin-right: 10px; }
  .new-podcast .sc-artwork {
    background-size: cover;
    background-position: 50% 50%;
    display: inline-block; }
  .new-podcast .compactSound__artwork {
    margin-right: 15px;
    width: 100px; }
  .new-podcast .compactSound__artwork, .new-podcast .compactSound__content {
    height: 100px;
    position: relative; }
  .new-podcast .artwork, .new-podcast .artwork__img, .new-podcast .artwork__link {
    display: block;
    position: relative;
    height: 100%;
    width: 100%; }
  .new-podcast .artwork__wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  .new-podcast .image {
    position: relative;
    width: 100%;
    height: 100%; }
  .new-podcast .image__full, .new-podcast .image__placeholder {
    background-size: cover;
    background-position: 50% 50%;
    width: 100px;
    height: 100px; }
  .new-podcast .image__full {
    position: relative;
    opacity: 1; }
  .new-podcast .compactSound__header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 55px; }
  .new-podcast .soundHeader {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .new-podcast .soundHeader__playButton {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 2px 10px 1px 1px; }
  .new-podcast .playButton {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
    background: transparent; }
  .new-podcast svg:not(:root) {
    overflow: hidden; }
  .new-podcast .soundHeader__title {
    overflow: hidden;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 5px; }
  .new-podcast .sc-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal; }
  .new-podcast .title {
    font-size: 12px;
    line-height: 16px; }
  .new-podcast a.sc-link-medium {
    color: #666; }
  .new-podcast .title__h1, .new-podcast .title__h2 {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    outline-offset: -1px;
    font-weight: 100;
    font-family: "Acta-Book",sans-serif; }
  .new-podcast .title__h1 {
    margin-bottom: 3px;
    text-decoration: underline; }
  .new-podcast .title__h2 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0; }
  .new-podcast .compactSound__waveform {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    height: 45px; }
  .new-podcast .pcast-player button {
    background: #009e97;
    border-radius: 50%;
    color: #fff;
    border: 0;
    -webkit-appreance: none;
    text-align: center;
    width: 42px;
    height: 42px;
    font-size: 16px; }
    .new-podcast .pcast-player button:hover {
      background: #027570; }
  .new-podcast .pcast-player .pcast-pause {
    display: none; }
  .new-podcast .pcast-player progress {
    height: 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .new-podcast .pcast-player progress:hover {
      cursor: pointer; }
  .new-podcast .pcast-player progress[value]::-webkit-progress-bar {
    background-color: #727272;
    border-radius: 0; }
  .new-podcast .pcast-player progress[value]::-webkit-progress-value {
    background: #009e97; }
  .new-podcast .pcast-player .pcast-time {
    display: block;
    padding: 0px;
    text-align: center;
    color: #000;
    font-family: "Acta-Book",sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: 8px; }
    .new-podcast .pcast-player .pcast-time.pcast-currenttime {
      left: 0;
      display: none; }
    .new-podcast .pcast-player .pcast-time.pcast-duration {
      right: 0; }
  .new-podcast .pcast-player .pcast-download {
    font-size: 12px;
    margin-top: 0.5em;
    display: inline-block;
    color: black; }
    .new-podcast .pcast-player .pcast-download:hover, .new-podcast .pcast-player .pcast-download:focus {
      color: #666; }

.adsHome div:first-child, .adsDynamicParent div:first-child {
  height: 1px; }
.adsHome #aniBox div:first-child, .adsDynamicParent #aniBox div:first-child {
  height: auto; }

.newsletterBoxSide {
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  padding-bottom: .5em; }
  @media (max-width: 1023px) {
    .newsletterBoxSide {
      display: none; } }
  .newsletterBoxSide label {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 22px; }
  .newsletterBoxSide input {
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    border-radius: 5px;
    padding: 11px 15px;
    width: 200px;
    margin-bottom: 12px; }
  .newsletterBoxSide .input-subscribe {
    background: transparent;
    border: 1px solid #E5E5E5;
    color: #868686; }
  .newsletterBoxSide .button-subscribe {
    background: #DD1E26;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF; }
    .newsletterBoxSide .button-subscribe:hover {
      background: #b0181e; }

@media (min-width: 768px) {
  .singlePagePremiumGate {
    padding: 0 30px; } }
.singlePagePremiumGate h4 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 21px;
  text-align: center; }
.singlePagePremiumGate .subsBox {
  margin: 40px 0 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 30px; }
  .singlePagePremiumGate .subsBox .redInfo {
    background: #DD1E26;
    border-radius: 5px;
    padding: 13px 25px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px; }
    .singlePagePremiumGate .subsBox .redInfo h4 {
      margin: 0;
      margin-bottom: 10px;
      color: #FFFFFF;
      float: none; }
    .singlePagePremiumGate .subsBox .redInfo p {
      margin: 0;
      color: #FFFFFF;
      float: none; }
.singlePagePremiumGate .checklist li {
  padding-left: 32px; }
.singlePagePremiumGate .checklist li:before {
  background-position: -155px -40px; }
.singlePagePremiumGate .paym h4 {
  font-size: 18px;
  letter-spacing: 0.1em; }
.singlePagePremiumGate .paym .row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 48px; }
  .singlePagePremiumGate .paym .row .colImg {
    margin: 0 10px; }
    .singlePagePremiumGate .paym .row .colImg img {
      height: 20px;
      width: auto; }
    .singlePagePremiumGate .paym .row .colImg.mc img {
      height: 33px; }
.singlePagePremiumGate .logReg {
  text-align: center;
  margin-bottom: 25px; }
  .singlePagePremiumGate .logReg h4 {
    color: #6B6B6A;
    font-size: 18px;
    font-weight: 500; }
    .singlePagePremiumGate .logReg h4 u {
      color: #DD1E26;
      text-decoration: none; }
  .singlePagePremiumGate .logReg .regis {
    margin: 20px 0 35px;
    display: block; }
  .singlePagePremiumGate .logReg .btn-login {
    background: #FFFFFF;
    border: 2px solid #DB2027;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px 50px;
    text-transform: uppercase;
    margin: 6px 0;
    display: inline-block; }
    .singlePagePremiumGate .logReg .btn-login:hover {
      background: #DD1E26;
      color: #fff; }

.newMenuWithIcon {
  position: relative; }
  .newMenuWithIcon span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  .newMenuWithIcon i {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    width: 25%;
    height: 100%;
    transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -moz-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    animation: move 1.5s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-15deg, 0deg);
    -moz-animation: move 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-15deg, 0deg);
    -ms-animation: move 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-15deg, 0deg);
    -o-animation: move 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s; }
@keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  5% {
    opacity: 0; }
  48% {
    opacity: 0.6; }
  80% {
    opacity: 0; }
  100% {
    left: 82%; } }
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  5% {
    opacity: 0; }
  48% {
    opacity: 0.6; }
  80% {
    opacity: 0; }
  100% {
    left: 82%; } }
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  5% {
    opacity: 0; }
  48% {
    opacity: 0.6; }
  80% {
    opacity: 0; }
  100% {
    left: 82%; } }
#newAnim {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 20px;
  font-size: 9px;
  width: 48px;
  height: 18px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  background: #dc2027;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out; }

/*# sourceMappingURL=apps.css.map */
