/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fade-in-new {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }

.fade-in-new.one {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.fade-in-new.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.fade-in-new.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s; }

body {
  font-family: 'Raleway', Tahoma, Arial, sans-serif;
  position: relative;
  padding-top: 92px !important;
  background-color: white; }
  body.page-template-template-collaborations {
    padding-top: 109px; }
  body.single-character {
    padding-top: 139px; }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 135px; }
      body.home {
        padding-top: 145px; }
      body.page-template-template-all-characters {
        padding-top: 205px; }
      body.bg-characters {
        padding-top: 185px; }
      body.single-news {
        padding-top: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
      padding-top: 107px; } }

@media only screen and (max-width: 767px) {
  body.body-nav-small {
    padding-top: 25px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.body-nav-small {
    padding-top: 75px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.body-nav-small {
    padding-top: 109px; } }

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  body.body-nav-small {
    padding-top: 108px; } }
@media only screen and (min-width: 1461px) {
  body.body-nav-small {
    padding-top: 104px; } }
.container-fluid.grey {
  background-color: #e5e5e5; }

.news-gallery .item {
  overflow: hidden; }

.item .big-news-text .wrapper-color img {
  width: auto;
  height: auto; }

h1 {
  font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  font-style: italic; }

p {
  font-family: 'Raleway', Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px; }

.clear {
  clear: both; }

.space {
  height: 10px; }

.space-double {
  height: 50px; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.masonry {
  margin: 0 auto;
  max-width: 1391px;
  margin-top: 30px; }
  .masonry .item img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

@media (min-width: 1200px) {
  .container {
    width: 1391px;
  }
}  

.wrapper-characters {
  margin: 0 auto;
  max-width: 1370px; }

.container-standard {
  margin: 0 auto;
  max-width: 1000px; }

.block-wrapper {
  background-color: white;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.wrapper-passport .masonry {
  width: 1090px; }
  .wrapper-passport .masonry .item {
    width: 260px;
    height: 262px;
    padding: 0 7px 7px 0; }
    .wrapper-passport .masonry .item img {
      width: 100%; }
    .wrapper-passport .masonry .item.grid-size {
      width: 260px; }
  .wrapper-passport .masonry .item.w3 {
    width: 520px; }
  .wrapper-passport .masonry .item.h3 {
    margin-top: 0;
    height: 524px; }

.masonry .item.grid-size {
  height: 1px; }

@media only screen and (min-width: 1461px) {
  .masonry {
    margin-top: 30px; }

  .masonry .item, .masonry .grid-size {
    width: 347px;
    height: 270.5px;
    padding: 0 7px 7px 0;
    overflow: hidden; }
    .masonry .item img, .masonry .grid-size img {
      width: 100%; }

  .item.w2 {
    width: 694px; }
    .item.w2 img {
      height: auto;
      width: 100%; }

  .item.h2 {
    height: 541px;
    margin-top: 0; }

  .wrapper-passport .masonry {
    width: 1340px; }
    .wrapper-passport .masonry .item {
      width: 260px;
      height: 262px; }
      .wrapper-passport .masonry .item img {
        width: 100%; }
      .wrapper-passport .masonry .item.grid-size {
        width: 260px; }
    .wrapper-passport .masonry .item.w3 {
      width: 520px; }
    .wrapper-passport .masonry .item.h3 {
      margin-top: 0;
      height: 524px; }
  .wrapper-passport .news-gallery .item img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; } }
@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  .masonry {
    margin: 0 auto;
    max-width: 1112px;
    margin-top: 30px; }

  .wrapper-characters {
    margin: 0 auto;
    max-width: 1120px; }

  .container-standard {
    margin: 0 auto;
    max-width: 1120px; }

  .masonry .item, .masonry .grid-size {
    width: 278px;
    height: 216px;
    float: left;
    overflow: hidden;
    padding: 0 7px 7px 0; }
    .masonry .item img, .masonry .grid-size img {
      width: 100%; }

  .news-gallery .item img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

  .item.w2 {
    width: 556px;
    height: 216px; }
    .item.w2 img {
      width: 100%; }

  .wrapper-passport .masonry .item.w3 {
    width: 545px;
    height: 256px; }
  .wrapper-passport .masonry .item {
    width: 272.5px; }
    .wrapper-passport .masonry .item.grid-size {
      width: 272.5px; }
  .wrapper-passport .masonry .item.h3 {
    height: 512px; }

  .item.h2 {
    height: 432px;
    margin-top: 0; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .masonry {
    max-width: 816px;
    margin-top: 30px; }

  .wrapper-characters {
    margin: 0 auto;
    max-width: 826px; }

  .container-standard {
    margin: 0 auto;
    max-width: 840px; }

  .masonry .item, .masonry .grid-size {
    width: 272px;
    height: 211.5px;
    float: left;
    padding: 0 7px 7px 0; }
    .masonry .item img, .masonry .grid-size img {
      width: 100%; }

  .item.w2 {
    width: 544px; }

  .item.h2 {
    height: 423px;
    margin-top: 0; }

  .wrapper-passport .masonry {
    width: 800px; }

  .wrapper-passport .masonry .item {
    padding: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .masonry {
    max-width: 690px; }

  .wrapper-characters {
    margin: 0 auto;
    max-width: 720px; }

  .container-standard {
    margin: 0 auto;
    max-width: 700px; }

  .item.h2 {
    height: 538px; }

  .h2 {
    margin-top: 0; }

  .item.w2 {
    width: 690px;
    margin-bottom: 10px; }

  .item {
    width: 345px;
    height: 269px;
    float: left;
    padding: 0 7px 7px 0; }
    .item img {
      width: 100%; }

  .wrapper-passport .masonry .item {
    width: 100%;
    padding: 0;
    padding-bottom: 7px; }
  .wrapper-passport .masonry .item.w3 {
    width: 100%;
    height: 320px; }
  .wrapper-passport .masonry .item.h3 {
    margin-top: 0;
    height: 300px; }
    .wrapper-passport .masonry .item.h3 .wrapper-img {
      margin: 10px 0;
      text-align: center; }
      .wrapper-passport .masonry .item.h3 .wrapper-img img {
        width: 95%;
        margin: 0 auto; }
  .wrapper-passport .masonry .wrapper-img {
    margin: 10px 0; } }
@media only screen and (max-width: 767px) {
  .masonry .h2 {
    margin-top: 0 !important; }
  .masonry .item {
    width: 100%;
    float: left;
    margin-bottom: 7px; }
    .masonry .item img {
      width: 100%; }

  .wrapper-passport .masonry {
    width: 100%; }
    .wrapper-passport .masonry .item {
      width: 100%;
      height: auto; }
    .wrapper-passport .masonry .item.w3 {
      width: 100%;
      height: auto; }
    .wrapper-passport .masonry .item.h3 {
      margin-top: 0;
      height: auto; } }
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 14,2%; }

@media (min-width: 768px) {
  .col-sm-17 {
    width: 14,2%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-17 {
    width: 14,2%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-17 {
    width: 14,2%;
    float: left; } }
#sanrio-profile .navbar {
  margin-bottom: 0; }

.navbar {
  min-height: 110px; }

.navbar-header {
  position: relative; }
  .navbar-header .navbar-brand {
    height: auto;
    width: 240px;
    padding-top: 15px;
    position: relative;
    margin-left: 0px !important; }
    .navbar-header .navbar-brand img {
      width: 100%; }
  .navbar-header .hk-logo {
    width: 140px;
    position: absolute;
    top: 10px; }
    .navbar-header .hk-logo img {
      width: 100%; }
  .navbar-header .hk-03 {
    position: absolute;
    top: 0;
    left: -120px;
    width: 105px; }
    .navbar-header .hk-03 img {
      width: 100%; }

.caret {
  border: none;
  background-image: url("../img/caret.gif");
  background-repeat: no-repeat;
  width: 14px;
  height: 9px; }

.navbar-default {
  box-shadow: none;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border-bottom: none;
  border-left: 0;
  border-right: 0;
  border-top: solid 8px #e9e7e8;
  background: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  @media only screen and (max-width: 767px) {
    .navbar-default {
      border-top: none; } }
  .navbar-default .container-fluid {
    max-width: 1390px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  .navbar-default .hk-02 {
    position: absolute;
    top: 30px;
    right: 90px;
    width: 105px; }
    .navbar-default .hk-02 img {
      width: 100%; }
  .navbar-default .hk-04 {
    position: absolute;
    top: 0;
    right: 130px;
    width: 105px; }
    .navbar-default .hk-04 img {
      width: 100%; }
  .navbar-default .hk-05 {
    position: absolute;
    top: 0;
    right: 0px;
    width: 85px; }
    .navbar-default .hk-05 img {
      width: 100%; }
  .navbar-default .navbar-nav {
    margin: 35px 0 0 0; }
    .navbar-default .navbar-nav .open > a:focus {
      background: transparent;
      box-shadow: none;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
    .navbar-default .navbar-nav > li > a {
      text-transform: uppercase;
      color: black;
      padding: 10px 15px 35px 15px;
      font-size: 14px;
      font-weight: 700;
      text-shadow: none; }
      .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #ec1c23; }
    .navbar-default .navbar-nav > li.dropdown .dropdown-menu {
      top: 40px;
      border: none;
      left: -5px;
      background-color: white;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
      .navbar-default .navbar-nav > li.dropdown .dropdown-menu > li > a {
        text-align: center;
        font-family: 'Raleway', Tahoma, Arial, sans-serif;
        padding: 10px 0;
        font-size: 15px; }
        .navbar-default .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
          color: #ec1c23;
          background: transparent; }
    .navbar-default .navbar-nav > li.dropdown .dropdown-menu {
      left: -20px;
      box-shadow: none;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      border-left: solid 1px #e4e2e2;
      border-right: solid 1px #e4e2e2;
      border-bottom: solid 1px #e4e2e2; }
      .navbar-default .navbar-nav > li.dropdown .dropdown-menu > li > a {
        font-size: 13px; }

@media only screen and (min-width: 768px) {
  .navbar-default .navbar-nav > li.dropdown:hover .dropdown-menu {
    display: block; } }
@media only screen and (max-width: 767px) {
  body {
    border-top: solid 4px #e9e7e8; }

  .navbar {
    min-height: 50px; }

  .navbar-default .navbar-header .navbar-brand {
    width: 120px;
    margin-left: 15px !important; }
  .navbar-default .navbar-header .hk-logo {
    width: 80px;
    left: 20px;
    top: 5px;
    z-index: 900; }
  .navbar-default .navbar-header .navbar-toggle {
    border: none;
    margin-top: 13px; }
    .navbar-default .navbar-header .navbar-toggle .icon-bar {
      background-color: #ec1c23;
      width: 28px; }
    .navbar-default .navbar-header .navbar-toggle:hover, .navbar-default .navbar-header .navbar-toggle:focus {
      background: transparent; }
      .navbar-default .navbar-header .navbar-toggle:hover .icon-bar, .navbar-default .navbar-header .navbar-toggle:focus .icon-bar {
        background-color: black; }
  .navbar-default .navbar-nav {
    margin: 0; }
    .navbar-default .navbar-nav > li > a {
      padding: 10px; }
    .navbar-default .navbar-nav > li.dropdown .dropdown-menu {
      border: none; }
      .navbar-default .navbar-nav > li.dropdown .dropdown-menu > li > a {
        text-align: left;
        font-size: 14px;
        padding: 10px; }
    .navbar-default .navbar-nav > .open > a {
      background: transparent;
      box-shadow: none;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
  .navbar-default .hk-02 {
    display: none; }
  .navbar-default .hk-05 {
    display: none; }
  .navbar-default .hk-04 {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    min-height: 70px; }

  .navbar-header .navbar-brand {
    width: 130px;
    margin-left: 0px !important;
    padding-top: 20px; }
  .navbar-header .hk-logo {
    width: 60px; }

  .navbar-default .hk-02 {
    display: none; }
  .navbar-default .hk-04 {
    top: 0;
    right: 30px;
    width: 85px; }
  .navbar-default .hk-05 {
    display: none; }
  .navbar-default .navbar-nav {
    margin: 15px 0 0 0; }
    .navbar-default .navbar-nav > li > a {
      padding: 10px 8px 20px 8px;
      font-size: 12px; } }
@media only screen and (min-width: 1200px) and (max-width: 1461px) {
  .navbar-default .hk-02 {
    right: 60px; }
  .navbar-default .hk-05 {
    right: -30px; } }
@media only screen and (min-width: 992px) and (max-width: 1461px) {
  .navbar {
    min-height: 100px; }

  .navbar-header .hk-logo {
    width: 85px;
    position: absolute;
    top: 10px; }
    .navbar-header .hk-logo img {
      width: 100%; }
  .navbar-header .navbar-brand {
    height: auto;
    width: 160px;
    padding: 18px 15px 15px 15px;
    margin-left: 0px !important; }

  .navbar-default .container-fluid {
    max-width: 1120px; }
  .navbar-default .navbar-nav {
    margin: 25px 0 0 0; }
    .navbar-default .navbar-nav > li > a {
      padding: 10px 12px 30px 12px;
      font-size: 13px; }
  .navbar-default .hk-02 {
    right: 40px; }
  .navbar-default .hk-05 {
    top: -10px; }
  .navbar-default .hk-04 {
    right: 90px; } }
.wrapper-empty {
  background-color: #e3e2e2;
  margin: -4px 0 0px 0;
  width: 100%;
  height: 20px; }

.wrapper-tags.wrapper-submenu .container-fluid .navbar-nav > li > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .wrapper-tags.wrapper-submenu .container-fluid .navbar-nav > li > a:hover, .wrapper-tags.wrapper-submenu .container-fluid .navbar-nav > li > a:focus {
    color: #000000;
    background-color: transparent;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .wrapper-tags.wrapper-submenu .container-fluid .navbar-nav > li > a.bt-tag-active {
    color: red;
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100); }
.wrapper-tags.wrapper-submenu .container-fluid .navbar-nav:hover > li > a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .wrapper-tags.wrapper-submenu .container-fluid .navbar-nav:hover > li > a:hover, .wrapper-tags.wrapper-submenu .container-fluid .navbar-nav:hover > li > a:focus {
    color: #000000;
    background-color: transparent;
    opacity: 0.7;
    filter: alpha(opacity=70); }

.wrapper-tags {
  background-color: #e3e2e2;
  margin: -4px 0 0px 0; }
  .wrapper-tags .container-fluid {
    max-width: 1390px; }
    .wrapper-tags .container-fluid .navbar-nav {
      margin: 0 160px 0 0;
      padding: 8px 0;
      min-width: 450px !important;
      opacity: 1;
      filter: alpha(opacity=100);
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .wrapper-tags .container-fluid .navbar-nav > li > a {
        text-transform: none;
        font-weight: 700;
        cursor: pointer;
        padding: 5px 8px;
        margin: 0 10px;
        font-size: 12px;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .wrapper-tags .container-fluid .navbar-nav > li > a:hover, .wrapper-tags .container-fluid .navbar-nav > li > a:focus {
          color: white;
          background-color: #ec1c23; }
        .wrapper-tags .container-fluid .navbar-nav > li > a.bt-tag-active {
          color: white;
          background-color: #ec1c23;
          opacity: 1;
          filter: alpha(opacity=100); }
      .wrapper-tags .container-fluid .navbar-nav:hover {
        z-index: -1; }
        .wrapper-tags .container-fluid .navbar-nav:hover > li > a {
          text-transform: none;
          font-weight: 700;
          cursor: pointer;
          padding: 5px 8px;
          margin: 0 10px;
          font-size: 12px;
          opacity: 0.4;
          filter: alpha(opacity=40);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .wrapper-tags .container-fluid .navbar-nav:hover > li > a:hover, .wrapper-tags .container-fluid .navbar-nav:hover > li > a:focus {
            color: white;
            background-color: #ec1c23;
            opacity: 1;
            filter: alpha(opacity=100); }

.tags {
  margin-top: 10px; }
  .tags a {
    background-color: #403f3f;
    padding: 5px;
    color: white;
    font-size: 10px;
    margin-right: 5px;
    white-space: nowrap;
    text-decoration: none; }

.tags.magazine-hn {
  clear: none;
  margin-top: 0px; }

.big-news .big-news-text {
  z-index: 120; }
  .big-news .big-news-text .wrapper-color .tags a {
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .big-news .big-news-text .wrapper-color .tags a:hover {
      background-color: #ec1c23;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

@media only screen and (max-width: 767px) {
  .wrapper-tags .container-fluid .navbar-nav {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 96%;
    min-width: 0 !important; }
    .wrapper-tags .container-fluid .navbar-nav > li {
      display: inline;
      float: left;
      list-style: none;
      padding: 0 2px;
      width: 33%;
      text-align: center;
      overflow: hidden;
      height: 35px; }
      .wrapper-tags .container-fluid .navbar-nav > li > a {
        font-size: 12px;
        line-height: 13px;
        padding: 5px 8px;
        overflow: hidden;
        text-overflow: ellipsis; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-tags {
    margin: -8px 0 0px 0; }
    .wrapper-tags .container-fluid .navbar-nav {
      margin: 0 15px; }
      .wrapper-tags .container-fluid .navbar-nav > li > a {
        cursor: pointer; } }
@media only screen and (min-width: 992px) and (max-width: 1461px) {
  .wrapper-tags .container-fluid {
    max-width: 1120px; }
    .wrapper-tags .container-fluid .navbar-nav {
      margin: 0 110px 0 0; } }
.pagination-centered {
  text-align: center;
  margin: 30px 0 0 0; }
  .pagination-centered .pagination {
    display: inline-block; }
    .pagination-centered .pagination > li > a, .pagination-centered .pagination > li span.page-numbers {
      background-color: #ec1c23;
      border: none;
      width: 36px;
      height: 36px;
      -webkit-border-radius: 36px;
      -moz-border-radius: 36px;
      -ms-border-radius: 36px;
      -o-border-radius: 36px;
      border-radius: 36px;
      color: white;
      display: inline-block;
      margin: 5px 2px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .pagination-centered .pagination > li > a:hover, .pagination-centered .pagination > li > a:focus, .pagination-centered .pagination > li span.page-numbers:hover, .pagination-centered .pagination > li span.page-numbers:focus {
        text-decoration: none;
        background-color: #403f3f; }

.wrapper-slider {
  background-color: white;
  padding: 30px 0 35px 0;
  margin: 30px auto;
  width: 90%;
  position: relative; }
  .wrapper-slider .topic {
    position: absolute;
    top: 0;
    z-index: 100;
    text-align: center;
    width: 400px;
    display: block;
    left: 50%;
    margin-left: -200px; }
    .wrapper-slider .topic a {
      border-bottom: #ec1c23 solid 6px !important; }

.slick-next {
  top: 50%;
  width: 13px !important;
  height: 44px !important;
  margin-top: -10px;
  background: url("../img/arrow-dx-small.png") !important;
  right: -20px !important; }
  .slick-next::before {
    content: '';
    display: none; }

.slick-prev {
  top: 50%;
  width: 13px !important;
  height: 44px !important;
  margin-top: -10px;
  background: url("../img/arrow-sx-small.png") !important;
  left: -20px !important; }
  .slick-prev::before {
    content: '';
    display: none; }

.slick-slider {
  width: 85% !important;
  margin: 30px auto 10px auto !important; }

.slick-slide {
  width: 70%;
  margin: 0 auto;
  height: 100%;
  overflow: hidden; }
  .slick-slide .topic {
    text-align: center; }
    .slick-slide .topic a {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      margin: 20px 0;
      border-bottom: #c1c1c1 solid 6px;
      padding: 10px;
      color: #403f3f; }
  .slick-slide .news-vertical-magazine {
    margin: 0 5px 0 5px; }
    .slick-slide .news-vertical-magazine .wrapper-img {
      width: 100%;
      position: relative; }
      .slick-slide .news-vertical-magazine .wrapper-img img {
        width: 100%; }
    .slick-slide .news-vertical-magazine .news-vertical-text .news-vertical-title {
      font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
      font-weight: 900;
      font-style: italic;
      margin: 15px 0; }
      .slick-slide .news-vertical-magazine .news-vertical-text .news-vertical-title span, .slick-slide .news-vertical-magazine .news-vertical-text .news-vertical-title a {
        color: #403f3f;
        font-size: 26px;
        line-height: 30px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .slick-slide .news-vertical-magazine .news-vertical-text .news-vertical-title span:hover, .slick-slide .news-vertical-magazine .news-vertical-text .news-vertical-title span:focus, .slick-slide .news-vertical-magazine .news-vertical-text .news-vertical-title a:hover, .slick-slide .news-vertical-magazine .news-vertical-text .news-vertical-title a:focus {
          text-decoration: none;
          color: rgba(64, 63, 63, 0.7); }
    .slick-slide .news-vertical-magazine .news-vertical-text .data-news {
      font-size: 14px; }
      .slick-slide .news-vertical-magazine .news-vertical-text .data-news span {
        font-weight: 700;
        text-transform: uppercase; }
    .slick-slide .news-vertical-magazine .news-vertical-text .line {
      height: 2px;
      border-bottom: 2px solid #ec1c23;
      width: 60px;
      margin: 15px 0; }
    .slick-slide .news-vertical-magazine .news-vertical-text .tags a {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .slick-slide .news-vertical-magazine .news-vertical-text .tags a:hover, .slick-slide .news-vertical-magazine .news-vertical-text .tags a:focus {
        background-color: #ec1c23;
        text-decoration: none; }
    .slick-slide .news-vertical-magazine .news-vertical-text p {
      font-size: 14px;
      line-height: 22px; }

@media only screen and (max-width: 767px) {
  .wrapper-slider {
    width: 96%;
    margin: 0 auto; }
    .wrapper-slider .topic {
      position: absolute;
      top: 0;
      z-index: 100;
      text-align: center;
      width: 300px;
      display: block;
      left: 50%;
      margin-left: -150px; }
      .wrapper-slider .topic a {
        border-bottom: #ec1c23 solid 6px !important; }

  .slick-slider {
    width: 80%;
    margin: 0 auto; }
    .slick-slider .news-vertical-magazine {
      margin: 10px auto 10px auto;
      width: 90%; }

  .slick-next {
    right: -25px !important; }

  .slick-prev {
    left: -25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-slider {
    margin: 0 auto; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-slider {
    margin: 0 auto; } }
@media only screen and (min-width: 1461px) {
  .slick-slider {
    margin: 0 auto; } }
.footer-content {
  font-size: 10px;
  color: #DDDDDD;
  line-height: 13px;
  margin: 20px 0 10px 0;
  font-weight: normal; }

.footer-title {
  margin-bottom: 5px; }

.footer-white {
  background-color: white; }

.footer-company {
  background-color: #f0f0f0; }

footer {
  padding: 0px 0 0 0; }
  footer img {
    width: 100%; }
  footer .social img {
    filter: invert(1); }
  footer .info-footer-wrapper {
    position: relative; }
    footer .info-footer-wrapper .info-footer {
      background-color: #e9e7e8;
      padding: 20px 0;
      margin: 50px 0 0 0; }
      footer .info-footer-wrapper .info-footer ul {
        text-align: center;
        padding: 0;
        margin: 0; }
        footer .info-footer-wrapper .info-footer ul li {
          display: inline-block;
          list-style: none;
          position: relative; }
          @media only screen and (max-width: 767px) {
            footer .info-footer-wrapper .info-footer ul li {
              display: block; } }
          footer .info-footer-wrapper .info-footer ul li a {
            padding: 10px 20px;
            color: white;
            text-transform: uppercase; }
      footer .info-footer-wrapper .info-footer a.social {
        width: 32px;
        height: 32px;
        display: inline-block; }
        footer .info-footer-wrapper .info-footer a.social img {
          width: 100%;
          max-width: 100%; }
      footer .info-footer-wrapper .info-footer p {
        text-align: center;
        margin: 30px 0 20px 0;
        font-size: 12px;
        line-height: 16px;
        color: black; }
        footer .info-footer-wrapper .info-footer p a {
          color: #ec1c23; }
      footer .info-footer-wrapper .info-footer small {
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        text-align: center;
        display: block;
        color: black; }
    footer .info-footer-wrapper .top-footer {
      width: 100%;
      overflow: hidden;
      position: absolute;
      z-index: 100;
      bottom: 225px;
      text-align: center; }
      footer .info-footer-wrapper .top-footer img {
        width: auto;
        max-width: 2600px; }
    footer .info-footer-wrapper .top-footer-desktop {
      width: 100%;
      overflow: hidden;
      position: absolute;
      z-index: 100;
      bottom: 230px;
      text-align: center; }
      footer .info-footer-wrapper .top-footer-desktop img {
        width: auto;
        max-width: 2600px; }
    footer .info-footer-wrapper .wrapper-img-footer {
      width: 100%;
      max-width: 1200px;
      text-align: center;
      margin: 0 auto;
      margin-bottom: -55px;
      position: relative;
      clear: both;
      z-index: 100; }

@media only screen and (max-width: 479px) {
  footer .info-footer-wrapper .top-footer {
    bottom: -5px; }
    footer .info-footer-wrapper .top-footer img {
      max-width: 750px; }
  footer .info-footer-wrapper .info-footer p {
    font-size: 11px;
    padding: 0 25px; }
  footer .info-footer-wrapper .wrapper-img-footer {
    max-width: 100%;
    margin-bottom: -50px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer .info-footer-wrapper .top-footer {
    bottom: -20px; }
    footer .info-footer-wrapper .top-footer img {
      max-width: 1400px; }
  footer .info-footer-wrapper .wrapper-img-footer {
    max-width: 100%;
    margin-bottom: -50px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .info-footer-wrapper .top-footer-desktop {
    bottom: 0; }
    footer .info-footer-wrapper .top-footer-desktop img {
      max-width: 1200px; }
  footer .info-footer-wrapper .top-footer {
    bottom: 0; }
    footer .info-footer-wrapper .top-footer img {
      max-width: 1600px; }
  footer .info-footer-wrapper .wrapper-img-footer {
    max-width: 100%;
    height: 360px;
    margin-bottom: -70px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .info-footer-wrapper .top-footer {
    bottom: -10px; }
    footer .info-footer-wrapper .top-footer img {
      max-width: 1540px; }
  footer .info-footer-wrapper .wrapper-img-footer {
    max-width: 100%;
    margin-bottom: -45px; } }
@media only screen and (min-width: 1200px) and (max-width: 1461px) {
  footer .info-footer-wrapper .top-footer {
    bottom: 235px; }
    footer .info-footer-wrapper .top-footer img {
      max-width: 1870px; }
  footer .info-footer-wrapper .wrapper-img-footer {
    max-width: 1100px; } }
.current-menu-ancestor,
.btn-active {
  background-image: url("../img/bt-active.png");
  background-repeat: no-repeat;
  text-align: center;
  background-position: center bottom;
  position: absolute; }

#menu-characters .current-menu-ancestor, #menu-characters .btn-active {
  background-image: none;
  color: white;
  background-color: #ec1c23; }
  #menu-characters .current-menu-ancestor a, #menu-characters .btn-active a {
    color: white;
    text-shadow: none; }

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav .current-menu-ancestor,
  .navbar-default .navbar-nav .btn-active {
    text-align: left;
    background-image: none;
    background-color: #ec1c23;
    color: white; } }
.big-news {
  position: relative; }
  .big-news .big-news-text {
    position: absolute;
    bottom: 20px;
    width: 320px; }
    .big-news .big-news-text .line {
      height: 2px;
      border-bottom: 2px solid #ec1c23;
      width: 60px;
      margin: 20px 0; }
    .big-news .big-news-text .data-news {
      font-size: 14px; }
      .big-news .big-news-text .data-news span {
        font-weight: 700;
        text-transform: uppercase; }
    .big-news .big-news-text .wrapper-color {
      background-color: white;
      padding: 15px 30px 15px 30px;
      margin: 15px 0 0 0; }
      .big-news .big-news-text .wrapper-color a {
        color: #ec1c23;
        font-weight: 700; }
    .big-news .big-news-text .big-news-title {
      line-height: 44px;
      padding-left: 35px; }
      .big-news .big-news-text .big-news-title span.title {
        background-color: rgba(255, 255, 255, 0.8);
        color: #222222;
        font-size: 40px;
        position: relative;
        text-decoration: none;
        padding: 0 10px 0 0px;
        font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
        font-weight: 900;
        font-style: italic;
        box-shadow: 5px 0 0 rgba(255, 255, 255, 0.8), -35px 0 0 rgba(255, 255, 255, 0.8); }
      .big-news .big-news-text .big-news-title a {
        color: #222222;
        box-shadow: none;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
        .big-news .big-news-text .big-news-title a:hover {
          text-decoration: none; }
      .big-news .big-news-text .big-news-title span {
        font-size: 40px;
        position: relative;
        text-decoration: none;
        padding: 0 10px 0 0px;
        font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
        font-weight: 900;
        font-style: italic; }
  .big-news.small-news {
    overflow: hidden; }

.big-news.big-news-right .big-news-text {
  right: 0;
  padding: 10px 0px; }
  .big-news.big-news-right .big-news-text .big-news-title {
    text-align: right; }

.news-preview-readmore {
  display: none; }

.home-page .big-news .wrapper-color .news-preview-readmore {
  display: block; }
.home-page .big-news .wrapper-color .news-preview-text {
  display: none; }

.h2 {
  font-size: 14px; }

.news-vertical .big-news-text {
  bottom: 0px; }
  .news-vertical .big-news-text .big-news-title {
    line-height: 38px;
    padding-left: 30px; }
    .news-vertical .big-news-text .big-news-title a {
      background-color: transparent !important;
      box-shadow: none;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
    .news-vertical .big-news-text .big-news-title h2 {
      margin: 10px 0;
      color: #ec1c23;
      font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
      font-size: 17px;
      font-weight: 900;
      font-style: italic; }
  .news-vertical .big-news-text .wrapper-color {
    position: relative;
    background-color: transparent;
    padding: 0px 30px 15px 30px;
    box-shadow: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    margin: 0; }
    .news-vertical .big-news-text .wrapper-color p {
      font-weight: 700; }
    .news-vertical .big-news-text .wrapper-color .coccarda {
      position: absolute;
      right: 20px;
      top: -120px; }

@media only screen and (min-width: 1461px) {
  .big-news .big-news-text .wrapper-color p {
    font-size: 14px;
    line-height: 24px; }

  .big-news.big-news-right .big-news-text {
    right: 0;
    padding: 10px 0px; }
    .big-news.big-news-right .big-news-text .big-news-title {
      text-align: right;
      padding-left: 10px;
      padding-right: 10px; }
      .big-news.big-news-right .big-news-text .big-news-title span.title {
        box-shadow: 25px 0 0 rgba(255, 255, 255, 0.8), -25px 0 0 rgba(255, 255, 255, 0.8); } }
@media only screen and (min-width: 992px) and (max-width: 1461px) {
  .big-news .big-news-text {
    padding: 10px 20px 10px 0px;
    width: 280px;
    bottom: 10px; }
    .big-news .big-news-text .wrapper-color {
      padding: 10px 20px; }
      .big-news .big-news-text .wrapper-color p {
        font-size: 13px;
        line-height: 18px; }
      .big-news .big-news-text .wrapper-color .coccarda {
        width: 100px;
        top: 0;
        right: 0; }
    .big-news .big-news-text .line {
      margin: 15px 0; }
    .big-news .big-news-text span {
      font-size: 13px; }
    .big-news .big-news-text .big-news-title {
      line-height: 34px;
      max-width: 270px;
      padding-left: 20px; }
      .big-news .big-news-text .big-news-title span.title {
        font-size: 28px;
        box-shadow: 15px 0 0 rgba(255, 255, 255, 0.8), -20px 0 0 rgba(255, 255, 255, 0.8); }
      .big-news .big-news-text .big-news-title span {
        font-size: 28px; }

  .news-vertical .big-news-text .big-news-title {
    line-height: 28px; }
    .news-vertical .big-news-text .big-news-title a {
      background-color: transparent !important; }
  .news-vertical .big-news-text .wrapper-color {
    background-color: transparent;
    padding-top: 0;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    margin: 0; }
    .news-vertical .big-news-text .wrapper-color p {
      font-weight: 700; }
    .news-vertical .big-news-text .wrapper-color .coccarda {
      position: absolute;
      width: 80px;
      right: 0px;
      top: -80px; }
      .news-vertical .big-news-text .wrapper-color .coccarda img {
        width: 100%; }

  .home-page .big-news .big-news-text .big-news-title {
    line-height: 30px; }
    .home-page .big-news .big-news-text .big-news-title span.title {
      font-size: 28px; }

  .home-page .big-news.w2 .big-news-text .big-news-title {
    line-height: 38px; }
    .home-page .big-news.w2 .big-news-text .big-news-title span.title {
      font-size: 32px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .big-news.big-news-right .big-news-text {
    right: 0;
    padding: 10px 0px; }
    .big-news.big-news-right .big-news-text .big-news-title {
      text-align: right;
      padding-left: 10px;
      padding-right: 10px; }
      .big-news.big-news-right .big-news-text .big-news-title a {
        box-shadow: 25px 0 0 rgba(255, 255, 255, 0.8), -25px 0 0 rgba(255, 255, 255, 0.8); }
    .big-news.big-news-right .big-news-text .wrapper-color p {
      font-size: 14px;
      line-height: 24px; }

  .big-news .big-news-text .wrapper-color p {
    font-size: 14px;
    line-height: 24px; } }
@media only screen and (max-width: 767px) {
  .big-news {
    position: relative; }
    .big-news .big-news-text {
      position: relative;
      bottom: 0;
      width: 100%; }
      .big-news .big-news-text span {
        font-size: 14px; }
      .big-news .big-news-text .big-news-title {
        line-height: 30px;
        max-width: 90%;
        margin-top: 10px;
        padding-left: 15px; }
        .big-news .big-news-text .big-news-title a {
          font-size: 30px; }
        .big-news .big-news-text .big-news-title span.title {
          font-size: 30px; }
      .big-news .big-news-text .wrapper-color {
        padding-bottom: 0;
        margin: 0;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px; }
        .big-news .big-news-text .wrapper-color p {
          font-size: 14px;
          line-height: 22px; }

  .big-news.big-news-right .big-news-text .big-news-title {
    text-align: left; }
  .big-news.big-news-right .big-news-text .wrapper-color {
    padding: 15px 30px 15px 30px; }

  .news-vertical .wrapper-color .coccarda {
    right: 0 !important;
    top: -100px !important; }

  .home-page .big-news .big-news-text .big-news-title span.title {
    font-size: 28px; }

  .home-page .big-news.w2 .big-news-text .big-news-title {
    padding-left: 15px;
    line-height: 30px; }
    .home-page .big-news.w2 .big-news-text .big-news-title span.title {
      font-size: 30px; }
  .home-page .big-news.w2 .big-news-text .wrapper-color {
    padding-left: 15px;
    padding-right: 15px; } }
.big-news.big-news-w2 .big-news-text .wrapper-color {
  padding: 10px 10px 5px 20px;
  margin: 5px 0 0 0; }
.big-news.big-news-w2 .big-news-text .line {
  display: none; }

.big-news-w2.big-news-right .big-news-text {
  padding: 0; }

@media only screen and (min-width: 992px) and (max-width: 1461px) {
  .big-news.big-news-w2 .big-news-text {
    padding: 0px; }
    .big-news.big-news-w2 .big-news-text .wrapper-color {
      padding: 5px 10px 1px 20px;
      margin: 0; }
      .big-news.big-news-w2 .big-news-text .wrapper-color p {
        margin: 0 0 5px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .big-news.big-news-w2 .big-news-text {
    padding: 0px; }
    .big-news.big-news-w2 .big-news-text .wrapper-color {
      padding: 5px 10px 1px 20px;
      margin: 0; }
      .big-news.big-news-w2 .big-news-text .wrapper-color p {
        margin: 0 0 5px; }
        .big-news.big-news-w2 .big-news-text .wrapper-color p p {
          font-size: 14px;
          line-height: 24px; } }
@media only screen and (max-width: 767px) {
  .big-news-w2.big-news-right .big-news-text .wrapper-color {
    padding: 15px 30px 15px 30px; }

  .big-news.big-news-w2 .big-news-text .wrapper-color {
    padding: 15px 30px 15px 30px; } }
.big-news.big-news-h2 .big-news-text {
  width: 100%;
  position: relative;
  padding: 25px 0 0 0;
  bottom: 0; }
  .big-news.big-news-h2 .big-news-text .big-news-title {
    width: 100%; }
    .big-news.big-news-h2 .big-news-text .big-news-title a {
      box-shadow: none;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      background-color: transparent; }
  .big-news.big-news-h2 .big-news-text .wrapper-color {
    background-color: transparent; }

.big-news.big-news-h2-negative {
  background-color: #000000; }
  .big-news.big-news-h2-negative .big-news-text .big-news-title a {
    color: white; }
  .big-news.big-news-h2-negative .big-news-text .wrapper-color {
    color: white; }

@media only screen and (min-width: 992px) and (max-width: 1461px) {
  .big-news.big-news-h2 .big-news-text {
    padding: 10px 0px 10px 0px; }
    .big-news.big-news-h2 .big-news-text .wrapper-color {
      padding: 0 12px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .big-news.big-news-h2 .big-news-text .wrapper-color p {
    font-size: 14px;
    line-height: 24px; } }
@media only screen and (max-width: 767px) {
  .big-news-w2.big-news-right .big-news-text .wrapper-color {
    padding: 15px 30px 15px 30px; }

  .big-news.big-news-w2 .big-news-text .wrapper-color {
    padding: 15px 30px 15px 30px; } }
.big-video {
  position: relative; }
  .big-video .bg-black {
    position: absolute;
    width: 690px;
    height: 534px;
    background-color: rgba(0, 0, 0, 0.6); }
  .big-video .bt-player {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    margin: auto; }
  .big-video .big-video-title {
    position: absolute;
    bottom: 0px;
    z-index: 11;
    padding: 30px; }
    .big-video .big-video-title a {
      color: black;
      font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
      font-weight: 900;
      font-style: italic;
      font-size: 44px; }
      .big-video .big-video-title a:hover {
        text-decoration: none; }
    .big-video .big-video-title span {
      font-family: 'Raleway', Tahoma, Arial, sans-serif;
      font-size: 14px;
      margin: 15px 0 0 0;
      color: black;
      display: block; }

@media only screen and (min-width: 992px) and (max-width: 1461px) {
  .big-video .bg-black {
    width: 552px;
    height: 427px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .big-video {
    background-color: #000000;
    height: auto;
    overflow: hidden; }
    .big-video .bg-black {
      width: 100%;
      height: 390px; }
    .big-video .bt-player {
      width: 80px;
      height: 80px; }
      .big-video .bt-player img {
        width: 100%; } }
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .big-video .bt-player {
    width: 80px;
    height: 80px; }
    .big-video .bt-player img {
      width: 100%; } }
@media only screen and (max-width: 479px) {
  .big-video {
    background-color: #000000;
    height: auto;
    overflow: hidden; }
    .big-video .bt-player {
      width: 60px;
      height: 60px; }
    .big-video .big-video-title {
      padding: 0 0 10px 30px; }
      .big-video .big-video-title a {
        font-size: 28px;
        line-height: 20px; }
        .big-video .big-video-title a:hover {
          text-decoration: none; }
      .big-video .big-video-title span {
        font-size: 12px;
        margin: 10px 0 0 0; } }
.bg-characters {
  background-color: #e5e5e5; }

.box-character-hk {
  padding: 20px;
  background-color: white;
  margin: 40px 0 0 0;
  width: 100%;
  min-height: 390px;
  float: left; }
  .box-character-hk .wrapper-img {
    width: 40%;
    display: block;
    float: left;
    margin: 20px; }
    .box-character-hk .wrapper-img img {
      width: 100%; }
  .box-character-hk .box-character-text {
    width: 300px;
    float: left;
    margin: 10px 0 0 0; }
    .box-character-hk .box-character-text .wrapper-img-logo {
      margin: 30px 0 45px; }
      .box-character-hk .box-character-text .wrapper-img-logo img {
        width: 80%; }
    .box-character-hk .box-character-text .wrapper-img-logo-small {
      margin: 20px 0; }
      .box-character-hk .box-character-text .wrapper-img-logo-small img {
        width: 60%; }
    .box-character-hk .box-character-text .line-dashed {
      width: 100%;
      height: 2px;
      border-bottom: dashed 1px #b1cfe9;
      margin: 4px 0;
      float: left; }
    .box-character-hk .box-character-text .passport {
      line-height: 20px;
      font-size: 14px;
      float: left; }
      .box-character-hk .box-character-text .passport .label-passport {
        font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
        font-weight: 900;
        font-style: italic;
        font-size: 14px; }

.info-characters {
  padding: 20px 60px 20px 30px; }
  .info-characters h1 {
    font-size: 55px;
    line-height: 60px; }
  .info-characters p {
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0 0 0; }

@media only screen and (min-width: 992px) and (max-width: 1461px) {
  .box-character-hk {
    padding: 20px;
    background-color: white;
    margin: 40px 0 0 0;
    width: 100%;
    min-height: 390px; }
    .box-character-hk .wrapper-img {
      width: 30%;
      display: block;
      float: left;
      margin: 20px 10px; }
      .box-character-hk .wrapper-img img {
        width: 100%; }
    .box-character-hk .box-character-text {
      width: 300px;
      float: left;
      margin: 10px 0 0 0; }
      .box-character-hk .box-character-text .wrapper-img-logo {
        margin: 30px 0 45px; }
        .box-character-hk .box-character-text .wrapper-img-logo img {
          width: 80%; }
      .box-character-hk .box-character-text .wrapper-img-logo-small {
        margin: 20px 0; }
        .box-character-hk .box-character-text .wrapper-img-logo-small img {
          width: 60%; }
      .box-character-hk .box-character-text .line-dashed {
        width: 100%;
        height: 2px;
        border-bottom: dashed 1px #b1cfe9;
        margin: 4px 0;
        float: left; }
      .box-character-hk .box-character-text .passport {
        line-height: 20px;
        font-size: 14px;
        float: left; }
        .box-character-hk .box-character-text .passport .label-passport {
          font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
          font-weight: 900;
          font-style: italic;
          font-size: 14px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-character-hk {
    width: 100%;
    margin: 0 auto;
    float: none;
    height: auto; }
    .box-character-hk .wrapper-img {
      float: none;
      width: 60%;
      margin: 0 auto; }
    .box-character-hk .box-character-text {
      float: none;
      width: 70%;
      margin: 0 auto; }
      .box-character-hk .box-character-text .wrapper-img-logo {
        margin: 20px auto;
        width: 90%; }
        .box-character-hk .box-character-text .wrapper-img-logo img {
          width: 100%; }
      .box-character-hk .box-character-text .passport {
        float: none; }
      .box-character-hk .box-character-text .line-dashed {
        float: none; }

  .info-characters p {
    font-size: 14px;
    line-height: 24px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-characters {
    padding: 0px 10px 0px 10px; }
    .info-characters h1 {
      font-size: 46px;
      line-height: 44px; }
      .info-characters h1 br {
        display: none; }
    .info-characters p {
      font-size: 14px;
      line-height: 24px;
      margin-top: 20px; }

  .box-character-hk .wrapper-img {
    width: 30%;
    margin: 20px 25px; }
    .box-character-hk .wrapper-img img {
      width: 100%; }
  .box-character-hk .box-character-text {
    width: 55%; } }
@media only screen and (max-width: 767px) {
  .box-character-hk {
    width: 100%;
    margin: 0 auto;
    float: none;
    height: auto; }
    .box-character-hk .wrapper-img {
      float: none;
      width: 60%;
      margin: 0 auto; }
    .box-character-hk .box-character-text {
      float: none;
      width: 70%;
      margin: 0 auto; }
      .box-character-hk .box-character-text .wrapper-img-logo {
        margin: 20px auto;
        width: 90%; }
        .box-character-hk .box-character-text .wrapper-img-logo img {
          width: 100%; }
      .box-character-hk .box-character-text .passport {
        float: none; }
      .box-character-hk .box-character-text .line-dashed {
        float: none; }

  .info-characters {
    padding: 10px; }
    .info-characters h1 {
      font-size: 36px;
      line-height: 34px;
      width: 90%;
      margin: 0 auto; }
      .info-characters h1 br {
        display: none; }
    .info-characters p {
      width: 90%;
      margin: 0 auto;
      font-size: 14px;
      line-height: 24px;
      margin-top: 20px; } }
.item-facebook {
  position: relative; }
  .item-facebook .wrapper-img {
    width: 100%;
    float: left; }
  .item-facebook .hk-icon {
    position: absolute;
    width: 120px;
    height: 84px;
    bottom: 14px;
    left: 14px;
    border: none;
    z-index: 100; }
  .item-facebook .item-facebook-text {
    position: relative;
    width: 100%;
    float: left;
    height: 269px; }
    .item-facebook .item-facebook-text .icon-facebook {
      position: absolute;
      right: 5px;
      top: 5px; }
    .item-facebook .item-facebook-text .data-news {
      font-size: 13px;
      color: #9197a3;
      margin: 25px 0 10px 25px; }
    .item-facebook .item-facebook-text .content-facebook {
      overflow: hidden;
      margin: 0px 25px 15px 25px;
      font-size: 16px;
      color: #403f3f; }
      .item-facebook .item-facebook-text .content-facebook a {
        color: #2b61aa;
        font-weight: 700; }
  .item-facebook .bottom-text {
    background-color: #f0f0f0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right; }
    .item-facebook .bottom-text .text-ilike {
      width: 80%;
      float: right;
      border-bottom: solid 1px #e4e2e2;
      padding: 10px; }
    .item-facebook .bottom-text .hashtag {
      font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
      font-weight: 900;
      font-style: italic;
      padding: 10px;
      width: 80%;
      float: right;
      font-size: 17px;
      color: #2b61aa; }
      .item-facebook .bottom-text .hashtag a {
        color: #2b61aa; }

@media only screen and (min-width: 992px) and (max-width: 1461px) {
  .item-facebook {
    position: relative; }
    .item-facebook .hk-icon {
      width: 80px;
      height: 70px;
      bottom: 0; }
    .item-facebook .item-facebook-text {
      height: 221px; }
      .item-facebook .item-facebook-text .data-news {
        margin: 15px 10px 10px 15px; }
      .item-facebook .item-facebook-text .content-facebook {
        margin: 0px 15px 15px 15px; }
        .item-facebook .item-facebook-text .content-facebook p {
          margin: 0;
          font-size: 14px;
          line-height: 20px; }
      .item-facebook .item-facebook-text .bottom-text .text-ilike {
        padding: 5px 10px; }
      .item-facebook .item-facebook-text .bottom-text .hashtag {
        padding: 5px 10px;
        font-size: 17px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .item-facebook .item-facebook-text {
    height: 213px; } }
@media only screen and (max-width: 767px) {
  .item-facebook .wrapper-img {
    width: 100%;
    float: none; }
  .item-facebook .hk-icon {
    left: 14px;
    bottom: 30px;
    margin-left: 0;
    height: 64px; }
  .item-facebook .fb-slide .wrapper-img {
    width: 100%;
    height: auto; }
    .item-facebook .fb-slide .wrapper-img img {
      width: 100%;
      height: auto; }
  .item-facebook .item-facebook-text {
    border-top: none;
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 0 0 0; }
    .item-facebook .item-facebook-text .data-news {
      margin: 0px 0 15px 25px; } }
@media only screen and (max-width: 479px) {
  .item-facebook .item-facebook-text {
    min-height: 200px; }
    .item-facebook .item-facebook-text .bottom-text .hashtag {
      font-size: 17px; } }
/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto; }

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

.cd-timeline-block {
  position: relative; }
  .cd-timeline-block:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 40%;
    margin-left: -2px;
    height: 4px;
    width: 20%;
    background: #d7e4ed; }

.cd-date {
  background-color: #f4636d;
  color: white;
  font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  padding-top: 30px; }

.cd-timeline-content h2 {
  margin: 0;
  padding: 0;
  font-style: italic;
  font-weight: 900;
  font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 5px; }
.cd-timeline-content p {
  font-size: 14px;
  display: inline; }

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em; }

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed; }

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em; }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px; } }
.cd-timeline-block {
  position: relative;
  margin: 2em 0; }

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-block:first-child {
  margin-top: 0; }

.cd-timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0; }

  .cd-timeline-block:first-child {
    margin-top: 0; }

  .cd-timeline-block:last-child {
    margin-bottom: 0; } }
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px; }

.cd-timeline-img.cd-picture {
  background: #75ce66; }

.cd-timeline-img.cd-movie {
  background: #c03b44; }

.cd-timeline-img.cd-location {
  background: #f0ca45; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden; }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; } }
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }

  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }

  100% {
    -moz-transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed; }

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-content h2 {
  color: #303e49; }

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block; }

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6; }

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white; }

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb; }

.cd-timeline-content .cd-date {
  float: left; }

@media only screen and (max-width: 767px) {
  #cd-timeline::before {
    left: 40px;
    display: none; }

  .cd-date {
    background-color: transparent;
    color: black;
    font-size: 18px;
    border-radius: 0;
    width: auto;
    height: 50px;
    padding-top: 0px;
    position: absolute;
    left: -20%;
    top: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  .cd-date {
    background-color: transparent;
    color: black;
    font-size: 21px;
    border-radius: 0;
    width: auto;
    height: 50px;
    padding-top: 0px;
    position: absolute;
    left: -20%;
    top: 0; } }
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 20px;
    width: 45%; }

  .cd-timeline-content .cd-date {
    position: absolute;
    left: 122%;
    top: 0; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%; }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden; }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; } }
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }

  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }

  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }

  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }

  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

#sanrio-hello-kitty .big-news .big-news-text {
  width: 330px; }
  #sanrio-hello-kitty .big-news .big-news-text .wrapper-color {
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 8px 30px 1px 30px; }
#sanrio-hello-kitty .big-red {
  background-color: #ff0033;
  color: white;
  padding: 40px 0 0 0; }
  #sanrio-hello-kitty .big-red .big-news-text {
    position: relative;
    top: 0;
    width: 100%; }
  #sanrio-hello-kitty .big-red .wrapper-color {
    background-color: transparent !important;
    padding: 20px; }
    #sanrio-hello-kitty .big-red .wrapper-color p {
      font-size: 14px;
      margin: 0 auto; }
  #sanrio-hello-kitty .big-red .big-news-title {
    max-width: 300px;
    margin-top: 20px; }
    #sanrio-hello-kitty .big-red .big-news-title a {
      background: none;
      box-shadow: none;
      color: white; }

@media only screen and (min-width: 992px) and (max-width: 1461px) {
  #sanrio-hello-kitty .big-news.big-red {
    padding: 10px 0 0 0; }
    #sanrio-hello-kitty .big-news.big-red .wrapper-color {
      padding: 8px 15px 1px 15px !important; }
      #sanrio-hello-kitty .big-news.big-red .wrapper-color p {
        font-size: 12px; }
    #sanrio-hello-kitty .big-news.big-red .big-news-title {
      margin-top: 0px; }
  #sanrio-hello-kitty .big-news .big-news-text {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  #sanrio-hello-kitty .big-news.big-red {
    padding: 10px; }
    #sanrio-hello-kitty .big-news.big-red .big-news-title {
      margin-top: 0px; }
  #sanrio-hello-kitty .big-news .big-news-text {
    width: 100%; }
  #sanrio-hello-kitty .big-news.big-red {
    padding: 20px 0 10px 0; } }
.big-news-title.long-title {
  max-width: 300px  !important; }

.big-news.small-news .big-news-title {
  line-height: 160% !important; }

.big-news.small-news .big-news-title a {
  background: none !important;
  box-shadow: none !important; }

.big-news.small-news .big-news-text .wrapper-color {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.bt-full {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .bt-full:hover, .bt-full:focus {
    -webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.75); }
  .bt-full.no-hover:hover, .bt-full.no-hover:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.bt-sanrio {
  background-color: #ec1c23;
  color: white;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700; }
  .bt-sanrio:hover, .bt-sanrio:focus {
    text-decoration: none;
    background-color: #403f3f;
    color: white; }

.bt-sanrio-simple {
  font-weight: 700;
  color: #ec1c23; }
  .bt-sanrio-simple:hover, .bt-sanrio-simple:focus {
    color: black;
    text-decoration: none; }

.bt-load-more {
  text-align: center; }
  .bt-load-more .bt-sanrio {
    display: inline-block;
    padding: 15px 30px;
    margin: 50px 0; }

.button-toggle {
  background-image: url("../img/hk-arrow-bottom.png");
  height: 61px;
  width: 61px;
  cursor: pointer;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.button-toggle.opened {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.button-toggle2 {
  background-image: url("../img/hk-arrow-red.png");
  height: 61px;
  width: 61px;
  cursor: pointer; }
  .button-toggle2::before {
    content: 'discover all collaboration';
    display: block;
    width: 180px;
    text-align: right;
    position: absolute;
    left: -190px;
    top: 20px;
    text-decoration: underline;
    color: #ec1c23;
    font-weight: 700; }

.button-toggle2.opened {
  background-image: url("../img/hk-close.png"); }
  .button-toggle2.opened::before {
    content: 'close';
    display: block;
    width: 180px;
    text-align: right;
    position: absolute;
    left: -190px;
    top: 20px;
    text-decoration: underline;
    color: #403f3f;
    font-weight: 700; }

.hidden-toggle {
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button-toggle {
    background-image: url("../img/hk-arrow-bottom-small.png");
    height: 30px;
    width: 30px; }

  .button-toggle2 {
    background-image: url("../img/hk-arrow-red-small.png");
    height: 30px;
    width: 30px; }
    .button-toggle2::before {
      width: 100px;
      left: -110px;
      top: 0px;
      font-size: 12px; }

  .button-toggle2.opened {
    background-image: url("../img/hk-close-small.png"); }
    .button-toggle2.opened::before {
      width: 100px;
      left: -110px;
      top: 0px;
      font-size: 12px;
      margin: 7px 0 0 0; } }
@media only screen and (max-width: 767px) {
  .button-toggle {
    background-image: url("../img/hk-arrow-bottom-small.png");
    height: 30px;
    width: 30px; }

  .button-toggle2 {
    background-image: url("../img/hk-arrow-red-small.png");
    height: 30px;
    width: 30px; }

  .button-toggle2.opened {
    background-image: url("../img/hk-close-small.png"); } }
.sub-nav {
  width: 100%;
  height: 50px;
  background-color: #f0f0f0;
  border-bottom: solid 1px rgba(205, 205, 205, 0.6);
  padding: 15px 0 0 0;
  position: fixed;
  z-index: 100;
  top: 113px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sub-nav {
      top: 108px; } }
  @media only screen and (min-width: 1600px) {
    .sub-nav {
      top: 113px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-nav {
      top: 82px; } }
  @media only screen and (max-width: 767px) {
    .sub-nav {
      top: 60px; } }
  .sub-nav .container-fluid {
    max-width: 1390px;
    margin: 0 auto;
    position: relative; }
  .sub-nav ul {
    position: absolute;
    right: 5px;
    list-style: none;
    padding-left: 0px;
    padding-right: 55px; }
    .sub-nav ul li {
      display: inline-block; }
      .sub-nav ul li > a {
        color: #000000;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 10px;
        font-size: 12px;
        cursor: pointer; }
    .sub-nav ul .last {
      padding: 10px 0 10px 0; }

.wrapper-img-new {
  margin-top: 15px; }

@media only screen and (min-width: 1200px) and (max-width: 1461px) {
  .sub-nav {
    top: 102px; } }
.abstract {
  width: 85%;
  margin: 30px auto 50px auto;
  font-weight: 700;
  text-align: center; }
  .abstract a {
    text-decoration: underline;
    color: #403f3f;
    font-weight: 700;
    cursor: pointer; }

.company-profile-01 p.abstract {
  font-size: 19px; }

.subtitle-section {
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #403f3f;
  font-size: 19px;
  font-weight: 700;
  position: relative; }
  .subtitle-section a {
    color: #403f3f; }
  .subtitle-section:before {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 10px;
    border-bottom: double 4px #403f3f;
    top: 2px;
    left: 0;
    margin-left: -60px; }
  .subtitle-section:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 10px;
    border-bottom: double 4px #403f3f;
    top: 2px;
    right: 0;
    margin-right: -60px; }
  @media only screen and (max-width: 767px) {
    .subtitle-section {
      font-size: 14px; }
      .subtitle-section:before {
        width: 30px;
        border-bottom: double 4px #403f3f;
        top: 0px;
        left: 0;
        margin-left: -45px; }
      .subtitle-section:after {
        width: 30px;
        border-bottom: double 4px #403f3f;
        top: 0px;
        right: 0;
        margin-right: -45px; } }

.subtitle-section-white {
  color: white; }
  .subtitle-section-white:before {
    border-bottom: double 4px white;
    top: 2px;
    left: 0;
    margin-left: -60px; }
  .subtitle-section-white:after {
    border-bottom: double 4px white; }

.title {
  text-align: center;
  font-size: 60px; }

.big-news .big-news-text .big-news-title span.xtitle,
.xtitle {
  font-family: 'Raleway', Tahoma, Arial, sans-serif;
  font-size: 80%;
  font-weight: 300; }

.subtitle {
  text-align: center;
  font-size: 38px;
  font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 900; }

.subtitle-section-wrapper {
  text-align: center; }

.company-profile-01.standard-news {
  padding: 0 0 30px 0; }

.company-profile-01 {
  padding: 20px 0 30px 0; }
  .company-profile-01 .subtitle-section-wrapper {
    text-align: center; }
  .company-profile-01 .wrapper-img img {
    width: 100%; }
  .company-profile-01 p {
    font-size: 15px;
    padding: 10px 0px 0 0; }

.company-profile-02 {
  background-color: #f0f0f0;
  padding: 20px 0; }
  .company-profile-02 .wrapper-img img {
    width: 100%; }
  .company-profile-02 p {
    font-size: 15px; }
  .company-profile-02 a {
    color: #000000;
    text-decoration: underline;
    font-weight: 700; }
    .company-profile-02 a:hover {
      color: rgba(0, 0, 0, 0.8); }
  .company-profile-02 .box-adress p {
    font-size: 12px;
    line-height: 20px; }

.company-profile-03 {
  background-color: #e4e2e2;
  text-align: center;
  padding: 20px 0; }
  .company-profile-03 .wrapper-countries {
    width: 80%;
    margin: 30px auto 50px auto; }
    .company-profile-03 .wrapper-countries img {
      width: 100%; }
  .company-profile-03 a {
    font-weight: 700;
    color: black;
    text-decoration: underline;
    padding: 10px 20px;
    margin: 30px 0 0 0;
    display: inline-block; }

.our-philosophy {
  background-color: #ec1c23;
  color: white;
  padding: 0px 0 80px 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .our-philosophy {
      padding: 0px 0 60px 0; } }
  .our-philosophy .bg-grey {
    width: 100%;
    height: 80px;
    background-color: #e4e2e2;
    margin-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      .our-philosophy .bg-grey {
        margin-bottom: 30px; } }
  .our-philosophy h1 {
    font-size: 50px;
    text-align: center;
    margin: 20px 0 0 0px; }
  .our-philosophy .philosophy-text {
    margin: 20px 0; }
    .our-philosophy .philosophy-text p {
      font-size: 16px; }
  .our-philosophy .hk-philosophy {
    position: absolute;
    width: 200px;
    bottom: -20px;
    left: 0%; }
    .our-philosophy .hk-philosophy img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .our-philosophy .hk-philosophy {
        width: 150px;
        left: 50%;
        margin-left: -75px; } }

.company-profile-04 {
  background-color: #f0f0f0;
  padding: 30px 0; }

@media only screen and (max-width: 767px) {
  .sub-nav {
    height: auto; }
    .sub-nav ul {
      position: relative;
      padding: 0; }
      .sub-nav ul li {
        display: inline;
        position: relative; }
        .sub-nav ul li:after {
          content: '/';
          color: #ec1c23;
          display: block;
          position: absolute;
          top: -2px;
          left: 0; }
        .sub-nav ul li .last {
          padding: 10px; }

  .title {
    font-size: 36px; }

  .subtitle {
    font-size: 36px; }

  .company-profile-01 {
    padding: 40px 0 30px 0; }
    .company-profile-01 .wrapper-img {
      width: 90%;
      margin: 20px auto; }
      .company-profile-01 .wrapper-img img {
        width: 100%; }
    .company-profile-01 p {
      width: 90%;
      margin: 0 auto;
      font-size: 14px; }

  .company-profile-02 a {
    text-align: center;
    margin: 0;
    padding: 0; }

  .abstract {
    width: 80%;
    margin: 20px auto; }

  .box-adress {
    width: 80%;
    margin: 0 auto;
    text-align: center; }

  .company-profile-03 a {
    margin: 0px 0 0 0;
    padding: 5px 0;
    display: block; }
  .company-profile-03 .wrapper-countries {
    width: 90%;
    margin: 20px auto; }

  .our-philosophy h1 {
    font-size: 36px; }
  .our-philosophy .philosophy-text p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-nav {
    top: 81px; }
    .sub-nav ul {
      padding-right: 0;
      right: 50px; } }
@media only screen and (min-width: 992px) and (max-width: 1461px) {
  .sub-nav {
    top: 102px; }
    .sub-nav ul {
      padding-right: 55px; }
    .sub-nav .container-fluid {
      max-width: 1120px; } }
@media only screen and (min-width: 1461px) {
  .company-profile-01 {
    padding: 40px 0 20px 0; }

  .company-profile-01.standard-news {
    padding: 10px 0 20px 0; } }
.bg-characters {
  background-color: #e5e5e5; }

.box-character-horizontal .wrapper-img {
  margin: 0 auto;
  width: 180px;
  display: block;
  padding-top: 20px; }
.box-character-horizontal .box-character-text {
  width: 90%;
  margin: 0 auto; }
  .box-character-horizontal .box-character-text .wrapper-img-logo {
    margin: 20px auto 20px auto;
    text-align: center; }
    .box-character-horizontal .box-character-text .wrapper-img-logo img {
      width: 80%; }
  .box-character-horizontal .box-character-text .wrapper-img-logo-small {
    margin: 20px 0; }
    .box-character-horizontal .box-character-text .wrapper-img-logo-small img {
      width: 60%; }
  .box-character-horizontal .box-character-text .line-dashed {
    width: 100%;
    height: 2px;
    border-bottom: dashed 1px #b1cfe9;
    margin: 4px 0;
    float: left; }
  .box-character-horizontal .box-character-text .passport {
    line-height: 20px;
    font-size: 14px;
    float: left; }
    .box-character-horizontal .box-character-text .passport .label-passport {
      font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
      font-weight: 900;
      font-style: italic;
      font-size: 14px; }

.box-character .wrapper-img {
  width: 180px;
  display: block;
  float: left;
  margin: 20px 10px; }
  .box-character .wrapper-img img {
    width: 100%; }
.box-character .wrapper-img-big {
  width: 200px;
  display: block;
  float: left;
  margin: 40px 10px 0 10px; }
  .box-character .wrapper-img-big img {
    width: 100%; }
.box-character .box-character-text-big {
  width: 290px;
  float: left;
  margin: 75px 20px 0 0; }
.box-character .box-character-text {
  width: 300px;
  float: left;
  margin: 10px 0 0 0; }
  .box-character .box-character-text .wrapper-img-logo {
    margin: 20px 0 15px 0; }
    .box-character .box-character-text .wrapper-img-logo img {
      width: 80%; }
  .box-character .box-character-text .wrapper-img-logo-small {
    margin: 20px 0; }
    .box-character .box-character-text .wrapper-img-logo-small img {
      width: 60%; }
  .box-character .box-character-text .line-dashed {
    width: 100%;
    height: 2px;
    border-bottom: dashed 1px #b1cfe9;
    margin: 4px 0;
    float: left; }
  .box-character .box-character-text .passport {
    line-height: 20px;
    font-size: 14px;
    float: left; }
    .box-character .box-character-text .passport .label-passport {
      font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
      font-weight: 900;
      font-style: italic;
      font-size: 14px; }

@media only screen and (max-width: 767px) {
  .box-character .wrapper-img {
    width: 50%;
    float: none;
    margin: 20px auto; }
  .box-character .wrapper-img-big {
    width: 50%;
    float: none;
    margin: 20px auto; }
  .box-character .box-character-text-big {
    width: 90%;
    float: none;
    margin: 20px auto; }
  .box-character .box-character-text {
    width: 70%;
    float: none;
    margin: 20px auto; }
    .box-character .box-character-text .wrapper-img-logo {
      margin: 20px auto;
      text-align: center;
      width: 80%; }
      .box-character .box-character-text .wrapper-img-logo img {
        width: 100%; }
    .box-character .box-character-text .wrapper-img-logo-small {
      margin: 20px auto;
      text-align: center;
      width: 80%; }
      .box-character .box-character-text .wrapper-img-logo-small img {
        width: 100%; }
    .box-character .box-character-text .passport {
      float: none; }
    .box-character .box-character-text .line-dashed {
      float: none; }

  .box-character-horizontal .wrapper-img {
    margin: 20px auto;
    width: 50%;
    display: block;
    float: none; }
  .box-character-horizontal .box-character-text {
    width: 70%;
    float: none;
    margin: 20px auto; }
    .box-character-horizontal .box-character-text .wrapper-img-logo {
      margin: 20px auto;
      text-align: center;
      width: 80%; }
      .box-character-horizontal .box-character-text .wrapper-img-logo img {
        width: 100%; }
    .box-character-horizontal .box-character-text .passport {
      float: none; }
    .box-character-horizontal .box-character-text .line-dashed {
      float: none; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-character .wrapper-img {
    width: 35%; }
  .box-character .wrapper-img-big {
    width: 35%;
    margin: 20px 10px 0 15px; }
  .box-character .box-character-text {
    width: 55%; }

  .box-character-horizontal .wrapper-img {
    margin: 10px 0;
    width: 35%;
    float: left;
    padding: 0; }
  .box-character-horizontal .box-character-text {
    width: 55%;
    float: left;
    margin: 10px 0 0 0; }
    .box-character-horizontal .box-character-text .wrapper-img-logo {
      margin: 20px 0;
      text-align: left; }
      .box-character-horizontal .box-character-text .wrapper-img-logo img {
        width: 65%; } }
#loader {
  width: 20px;
  display: none; }

.wrapper-related-characters {
  background-color: #d9d7d7;
  padding: 30px 0 60px 0; }
  .wrapper-related-characters .container-fluid {
    max-width: 1120px;
    margin-top: 30px;
    margin: 0 auto; }
  .wrapper-related-characters .title {
    font-size: 48px; }
  .wrapper-related-characters .wrapper-character {
    margin: 30px 0; }
    .wrapper-related-characters .wrapper-character .related-character-img {
      width: 200px;
      height: 200px;
      cursor: pointer;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px;
      margin: 0 auto;
      background-color: #e4e2e2; }
      .wrapper-related-characters .wrapper-character .related-character-img .wrapper-img {
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
        .wrapper-related-characters .wrapper-character .related-character-img .wrapper-img img {
          width: 100%; }
      .wrapper-related-characters .wrapper-character .related-character-img:hover {
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        background-color: white; }
        .wrapper-related-characters .wrapper-character .related-character-img:hover .wrapper-img {
          -webkit-transform: rotate(-10deg);
          -moz-transform: rotate(-10deg);
          -o-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
          transform: rotate(-10deg); }
        .wrapper-related-characters .wrapper-character .related-character-img:hover h1 {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          color: #ec1c23; }
      .wrapper-related-characters .wrapper-character .related-character-img h1 {
        font-family: 'Raleway', Arial, Helvetica, sans-serif;
        font-size: 17px;
        text-align: center;
        font-weight: 700;
        color: #231f20;
        font-style: normal; }

.wrapper-info-single-character {
  padding: 30px 0; }
  .wrapper-info-single-character .container-fluid {
    max-width: 1080px;
    margin-top: 30px;
    margin: 0 auto; }
  .wrapper-info-single-character .logo-characters {
    margin: 40px 0; }
    .wrapper-info-single-character .logo-characters img {
      max-width: 100%; }
  .wrapper-info-single-character .wrapper-img {
    width: 60%;
    margin: 0 auto 30px auto; }
    .wrapper-info-single-character .wrapper-img img {
      width: 100%; }
  .wrapper-info-single-character .single-character-info {
    margin: 70px 0 0 0; }
  .wrapper-info-single-character .label-passport {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    display: inline-block;
    line-height: 28px;
    margin: 4px 0; }
  .wrapper-info-single-character .name-passport {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 18px;
    display: inline-block;
    line-height: 26px;
    margin: 4px 0; }
  .wrapper-info-single-character .name-passport-big {
    font-weight: 700;
    font-size: 21px;
    display: inline-block;
    line-height: 28px; }

.wrapper-news-characters {
  padding: 30px 0; }
  .wrapper-news-characters .masonry .item img {
    width: 102%;
    top: -1%;
    bottom: -1%;
    left: -1%;
    right: -1%;
    margin: auto;
    position: absolute; }

@media only screen and (max-width: 767px) {
  .wrapper-related-characters .wrapper-character {
    margin: 60px 0; }
    .wrapper-related-characters .wrapper-character .related-character-img {
      margin: 0 auto; }
      .wrapper-related-characters .wrapper-character .related-character-img h1 {
        margin: 5px 0 0 0; }

  .wrapper-news-characters .masonry .item img {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto; }

  .wrapper-info-single-character .logo-characters {
    margin: 40px 0; }
    .wrapper-info-single-character .logo-characters img {
      max-width: 100%; }
  .wrapper-info-single-character .single-character-info {
    margin: 50px 0 0 0; }
    .wrapper-info-single-character .single-character-info p {
      font-size: 14px; }
  .wrapper-info-single-character .label-passport {
    font-size: 18px;
    line-height: 24px;
    margin: 4px 0; }
  .wrapper-info-single-character .name-passport {
    font-size: 16px;
    line-height: 22px; }
  .wrapper-info-single-character .name-passport-big {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    line-height: 24px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-info-single-character .container-fluid {
    width: 80%;
    margin: 0 auto; }
  .wrapper-info-single-character .single-character-info {
    margin: 50px 0 0 0; }
  .wrapper-info-single-character .wrapper-img {
    width: 50%;
    margin: 0 auto 30px auto; }
    .wrapper-info-single-character .wrapper-img img {
      width: 100%; }
  .wrapper-info-single-character .single-character-passport {
    width: 65%;
    margin: 0 auto; }

  .wrapper-related-characters .container-fluid {
    margin: 0 auto; }
  .wrapper-related-characters .wrapper-character {
    margin: 30px 0; }
    .wrapper-related-characters .wrapper-character .related-character-img {
      width: 120px;
      height: 120px;
      cursor: pointer;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      -ms-border-radius: 60px;
      -o-border-radius: 60px;
      border-radius: 60px;
      margin: 0 auto; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-info-single-character .container-fluid {
    width: 90%;
    margin: 0 auto; }
  .wrapper-info-single-character .single-character-info {
    margin: 50px 0 0 0; }
  .wrapper-info-single-character .wrapper-img {
    width: 80%;
    margin: 0 auto 30px auto; }
    .wrapper-info-single-character .wrapper-img img {
      width: 100%; }
  .wrapper-info-single-character .single-character-passport {
    width: 100%;
    margin: 0 auto; }

  .wrapper-related-characters .container-fluid {
    margin: 0 auto;
    width: 90%; }
  .wrapper-related-characters .wrapper-character {
    margin: 30px 0; }
    .wrapper-related-characters .wrapper-character .related-character-img {
      width: 150px;
      height: 150px;
      cursor: pointer;
      -webkit-border-radius: 75px;
      -moz-border-radius: 75px;
      -ms-border-radius: 75px;
      -o-border-radius: 75px;
      border-radius: 75px;
      margin: 0 auto; } }
@media only screen and (min-width: 1461px) {
  .wrapper-info-single-character {
    padding: 40px 0; } }
.wrapper-magazine-top {
  background-color: white;
  padding: 0 0 40px 0; }

.wrapper-magazine-top.wrapper-megamenu-top {
  background-color: #f0f0f0; }

.container-news-vertical-magazine {
  margin: 0 auto;
  max-width: 1120px; }

.news-vertical-magazine {
  margin: 40px 5px 40px 5px; }
  .news-vertical-magazine .wrapper-img {
    width: 100%;
    position: relative; }
    .news-vertical-magazine .wrapper-img img {
      width: 100%; }
  .news-vertical-magazine .news-vertical-text .news-vertical-title {
    font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
    font-weight: 900;
    font-style: italic;
    margin: 15px 0; }
    .news-vertical-magazine .news-vertical-text .news-vertical-title a {
      color: #403f3f;
      font-size: 26px;
      line-height: 30px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .news-vertical-magazine .news-vertical-text .news-vertical-title a:hover, .news-vertical-magazine .news-vertical-text .news-vertical-title a:focus {
        text-decoration: none;
        color: rgba(64, 63, 63, 0.7); }
  .news-vertical-magazine .news-vertical-text .data-news {
    font-size: 14px; }
    .news-vertical-magazine .news-vertical-text .data-news span {
      font-weight: 700;
      text-transform: uppercase; }
  .news-vertical-magazine .news-vertical-text .line {
    height: 2px;
    border-bottom: 2px solid #ec1c23;
    width: 60px;
    margin: 15px 0; }
  .news-vertical-magazine .news-vertical-text .tags a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .news-vertical-magazine .news-vertical-text .tags a:hover, .news-vertical-magazine .news-vertical-text .tags a:focus {
      background-color: #ec1c23;
      text-decoration: none; }
  .news-vertical-magazine .news-vertical-text p {
    font-size: 14px;
    line-height: 22px; }

.bg-grey-small-news {
  background-color: #e4e2e2; }

.bg-grey-news-archive {
  background-color: #f0f0f0; }

.wrapper-magazine-small-news {
  width: 100%;
  padding: 30px 0; }
  .wrapper-magazine-small-news .container-fluid-small-news {
    margin: 0 auto;
    max-width: 1120px; }
  .wrapper-magazine-small-news .container-fluid-small-news-archive {
    margin: 0 auto;
    max-width: 900px; }
  .wrapper-magazine-small-news .magazine-news-small {
    border-bottom: solid 1px #d9d7d7;
    padding: 5px 0 9px 0;
    margin: 0px 10px 5px 0;
    float: left;
    width: 96%; }
    .wrapper-magazine-small-news .magazine-news-small .wrapper-img {
      float: left;
      width: 91px;
      height: 91px;
      position: relative; }
      .wrapper-magazine-small-news .magazine-news-small .wrapper-img .img-circle {
        width: 100%;
        height: 100%; }
      .wrapper-magazine-small-news .magazine-news-small .wrapper-img .bt-full {
        -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .wrapper-magazine-small-news .magazine-news-small .wrapper-img .bt-full:hover, .wrapper-magazine-small-news .magazine-news-small .wrapper-img .bt-full:focus {
          -webkit-box-shadow: inset 0px 0px 0px 45px rgba(0, 0, 0, 0.55);
          -moz-box-shadow: inset 0px 0px 0px 45px rgba(0, 0, 0, 0.55);
          box-shadow: inset 0px 0px 0px 45px rgba(0, 0, 0, 0.55); }
    .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text {
      float: left;
      margin: 0 0 0 15px;
      width: 78%; }
      .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .data-news {
        float: left; }
        .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .data-news span {
          font-weight: 700; }
      .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .line {
        height: 2px;
        border-bottom: 2px solid #ec1c23;
        width: 60px;
        margin: 10px 0; }
      .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .tags {
        float: left;
        margin: 0 0 0 10px; }
        .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .tags a {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .tags a:hover, .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .tags a:focus {
            background-color: #ec1c23;
            text-decoration: none; }
      .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .news-small-title {
        font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
        font-weight: 900;
        font-style: italic;
        font-size: 21px;
        line-height: 25px; }
        .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .news-small-title a {
          color: #403f3f;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .news-small-title a:hover, .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .news-small-title a:focus {
            text-decoration: none;
            color: rgba(64, 63, 63, 0.7); }
  .wrapper-magazine-small-news .bt-sanrio {
    margin: 40px 15px 20px 15px; }

.wrapper-magazine-topics-news {
  padding: 20px 0;
  background-color: #d9d7d7; }
  .wrapper-magazine-topics-news .container-fluid {
    margin: 0 auto;
    max-width: 1120px; }
  .wrapper-magazine-topics-news .news-vertical-magazine {
    margin-top: 0; }
  .wrapper-magazine-topics-news .topic {
    text-align: center; }
    .wrapper-magazine-topics-news .topic span, .wrapper-magazine-topics-news .topic a {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      margin: 20px 0;
      border-bottom: #c1c1c1 solid 6px;
      padding: 10px;
      color: #403f3f; }

@media only screen and (max-width: 767px) {
  .wrapper-magazine-top {
    padding: 40px 0; }
    .wrapper-magazine-top .big-news .bt-full {
      box-shadow: none;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
    .wrapper-magazine-top .big-news .big-news-text .wrapper-color {
      background-color: transparent; }
    .wrapper-magazine-top .news-vertical-magazine {
      margin: 10px 5px; }

  .container-news-vertical-magazine {
    width: 90%;
    margin: 0 auto; }

  .wrapper-magazine-small-news .container-fluid-small-news {
    width: 90%;
    margin: 0 auto; }
  .wrapper-magazine-small-news .magazine-news-small .wrapper-img {
    margin-bottom: 10px; }
  .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text {
    width: 100%; }
  .wrapper-magazine-small-news .bt-sanrio {
    margin: 20px 10px; }

  .news-vertical-magazine {
    margin: 10px auto 10px auto;
    width: 90%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-news-vertical-magazine {
    max-width: 700px;
    margin: 0 auto; }

  .wrapper-magazine-top {
    padding: 20px 0; }
    .wrapper-magazine-top .news-vertical-magazine {
      margin: 10px 5px 10px 5px; }

  .wrapper-magazine-small-news .container-fluid-small-news {
    max-width: 700px;
    margin: 0 auto; }
  .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text {
    width: 60%; }
    .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .news-small-title {
      font-size: 16px;
      line-height: 22px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-news-vertical-magazine {
    max-width: 850px;
    margin: 0 auto; }

  .wrapper-magazine-top .masonry {
    max-width: 554px; }

  .wrapper-magazine-small-news .container-fluid-small-news {
    max-width: 850px;
    margin: 0 auto; }
  .wrapper-magazine-small-news .container-fluid-small-news {
    max-width: 750px;
    margin: 0 auto; }
  .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text {
    width: 70%; }
    .wrapper-magazine-small-news .magazine-news-small .magazine-news-small-text .news-small-title {
      font-size: 16px;
      line-height: 22px; } }
@media only screen and (min-width: 1461px) {
  .container-news-vertical-magazine {
    max-width: 1400px;
    margin: 0 auto; }

  .wrapper-magazine-top {
    padding: 40px 0; }

  .wrapper-magazine-small-news .container-fluid-small-news {
    max-width: 1400px;
    margin: 0 auto; }
  .wrapper-magazine-small-news .container-fluid-small-news-archive {
    max-width: 800px;
    margin: 0 auto; }

  .wrapper-magazine-topics-news {
    background-color: #f0f0f0;
    padding: 0 0 30px 0; }
    .wrapper-magazine-topics-news .container-fluid {
      margin: 0 auto;
      max-width: 1400px; } }
.big-news-category {
  background-color: #ec1c23;
  padding: 120px 90px 90px 90px !important; }
  .big-news-category .title-category {
    font-family: 'Raleway',Arial, Helvetica, sans-serif;
    color: white;
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 0 15px; }
  .big-news-category .body-category {
    color: white;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 0 15px; }
    .big-news-category .body-category strong {
      font-weight: 700; }
  .big-news-category .line {
    height: 2px;
    border-bottom: 2px solid white;
    width: 60px;
    margin: 20px 0; }

@media only screen and (min-width: 992px) and (max-width: 1461px) {
  .big-news-category {
    padding: 90px !important; }
    .big-news-category .title-category {
      font-size: 30px; }
    .big-news-category .body-category {
      font-size: 14px;
      line-height: 24px; } }
@media only screen and (max-width: 767px) {
  .big-news-category {
    padding: 60px !important; }
    .big-news-category .title-category {
      font-size: 27px; }
    .big-news-category .body-category {
      font-size: 14px;
      line-height: 24px; } }
.collaboration-read-more {
  color: #ec1c23;
  font-weight: 700; }

.megamenu {
  width: 94%;
  margin: 0 auto;
  padding: 40px 0 20px 0; }

.wrapper-megamenu {
  position: relative;
  max-width: 1370px;
  margin: 0 auto; }
  .wrapper-megamenu .button-toggle2 {
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 100; }

.megamenu .logo-collaboration {
  width: 180px;
  float: left;
  float: left;
  border-top: solid 1px #e4e2e2;
  height: 110px;
  border-right: solid 1px #e4e2e2; }
  .megamenu .logo-collaboration a {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .megamenu .logo-collaboration a:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .megamenu .logo-collaboration a img {
      width: 100%; }
.megamenu .logo-collaboration.logo-collaboration-last {
  border-right: none; }
.megamenu .last-row-megamenu .logo-collaboration {
  border-bottom: solid 1px #e4e2e2; }

.menu-collaboration {
  position: absolute;
  right: 0;
  top: 50px;
  color: #ec1c23;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .menu-collaboration:hover {
    color: #403f3f; }

.wrapper-magazine-small-news.wrapper-collaboration {
  padding: 0 0 30px 0; }

.single-collaboration.single-collaboration-first {
  border-top: none; }

.single-collaboration {
  float: none;
  width: 100%; }
  .single-collaboration .single-collaboration-head {
    border-bottom: solid 1px #e4e2e2;
    padding: 20px 0;
    float: left;
    width: 100%; }
    .single-collaboration .single-collaboration-head .brand-collaboration {
      font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
      font-weight: 900;
      font-style: italic;
      color: #403f3f;
      font-size: 36px;
      float: left;
      margin: 5px 0 0 20px;
      max-height: 70px; }
      .single-collaboration .single-collaboration-head .brand-collaboration img {
        height: 100%;
        width: auto; }
      .single-collaboration .single-collaboration-head .brand-collaboration span {
        font-family: 'Raleway', Arial, Helvetica, sans-serif;
        font-style: normal;
        color: #e4e2e2;
        font-weight: 400; }
    .single-collaboration .single-collaboration-head .date-collaboration {
      position: relative; }
      .single-collaboration .single-collaboration-head .date-collaboration .heart {
        position: absolute;
        width: 40px;
        height: 33px;
        bottom: 0px;
        left: 50%;
        margin-left: -20px; }
        .single-collaboration .single-collaboration-head .date-collaboration .heart::after {
          display: block;
          content: '';
          height: 83px;
          width: 1px;
          margin: 0 auto;
          border-right: solid 1px #e4e2e2;
          z-index: -1; }
      .single-collaboration .single-collaboration-head .date-collaboration .year-collaboration {
        position: absolute;
        width: 100px;
        left: 50%;
        margin-left: -50px;
        text-align: center;
        font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
        font-weight: 900;
        font-style: italic;
        font-size: 32px;
        z-index: 100;
        margin-top: 5px;
        background-color: white; }
  .single-collaboration .single-collaboration-body {
    padding-bottom: 40px;
    border-bottom: solid 1px #e4e2e2; }
    .single-collaboration .single-collaboration-body .main-image-collaboration {
      border-right: solid 1px #e4e2e2;
      padding: 40px 40px 40px 20px; }
      .single-collaboration .single-collaboration-body .main-image-collaboration img {
        width: 100%; }
    .single-collaboration .single-collaboration-body .description-collaboration {
      margin: 70px 0 40px 0;
      width: 70%;
      font-size: 16px;
      line-height: 26px; }
      .single-collaboration .single-collaboration-body .description-collaboration .description-collaboration-title {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Raleway', Arial, Helvetica, sans-serif;
        font-style: normal; }
        .single-collaboration .single-collaboration-body .description-collaboration .description-collaboration-title span {
          font-weight: 400;
          text-transform: none; }
      .single-collaboration .single-collaboration-body .description-collaboration strong {
        font-weight: 700; }
    .single-collaboration .single-collaboration-body .tags a {
      padding: 5px 10px;
      font-size: 12px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .single-collaboration .single-collaboration-body .tags a:hover, .single-collaboration .single-collaboration-body .tags a:focus {
        background-color: #ec1c23;
        text-decoration: none; }
  .single-collaboration .slick-slider {
    width: 100%;
    margin: 60px auto 20px auto;
    text-align: center; }
    .single-collaboration .slick-slider .slick-slide .wrapper-img {
      width: 100%;
      margin: 0 auto; }
      .single-collaboration .slick-slider .slick-slide .wrapper-img img {
        width: 100%; }
  .single-collaboration .slick-prev {
    left: -20px !important;
    top: 40%; }
  .single-collaboration .slick-next {
    right: -20px !important;
    top: 40%; }
  .single-collaboration .slick-dots li {
    margin: 0 2px; }
    .single-collaboration .slick-dots li button::before {
      font-size: 9px; }
  .single-collaboration .slick-dots .slick-active button::before {
    font-size: 11px; }

.single-collaboration .title {
  margin-bottom: 20px; }
.single-collaboration .wrapper-img {
  margin: 0 auto;
  max-width: 100%; }
.single-collaboration .year-collaboration {
  width: 100%;
  text-align: center;
  font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  font-style: italic;
  font-size: 28px;
  margin-bottom: 40px; }

@media only screen and (max-width: 767px) {
  .single-collaboration .single-collaboration-head {
    padding: 10px 0;
    min-height: 72px; }
    .single-collaboration .single-collaboration-head .brand-collaboration {
      font-size: 18px;
      margin: 0 0 0 0px;
      width: 65%; }
    .single-collaboration .single-collaboration-head .button-toggle {
      margin: 20px 0 0 0; }
    .single-collaboration .single-collaboration-head .date-collaboration .heart {
      height: 20px;
      width: 20px;
      bottom: 0px;
      left: 73%;
      margin-left: 0; }
      .single-collaboration .single-collaboration-head .date-collaboration .heart img {
        width: 100%; }
      .single-collaboration .single-collaboration-head .date-collaboration .heart::after {
        height: 61px; }
    .single-collaboration .single-collaboration-head .date-collaboration .year-collaboration {
      left: 68%;
      margin-left: 0px;
      font-size: 18px;
      width: 50px;
      margin-top: 20px; }
  .single-collaboration .single-collaboration-body {
    padding: 0 0 40px 0; }
    .single-collaboration .single-collaboration-body .description-collaboration {
      margin: 40px 0 20px 0;
      width: 100%;
      font-size: 13px;
      line-height: 22px; }
    .single-collaboration .single-collaboration-body .main-image-collaboration {
      padding: 20px 20px 0 20px;
      border-right: none;
      margin: 0; }
  .single-collaboration .slick-slider {
    width: 90%;
    margin: 20px auto 0 auto; }

  .megamenu {
    width: 100%; }
    .megamenu .logo-collaboration {
      width: 150px;
      height: 100px;
      border-top: solid 1px #e4e2e2;
      border-left: none;
      border-bottom: none;
      border-right: none; }
    .megamenu .logo-collaboration.logo-collaboration-last {
      border-bottom: none;
      border-right: none; }
    .megamenu a {
      width: 50%;
      float: left; }
      .megamenu a img {
        width: 100%;
        max-width: 100%; }

  .wrapper-megamenu .button-toggle2 {
    right: 19px;
    top: 0px; }
    .wrapper-megamenu .button-toggle2::before {
      font-size: 12px;
      top: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .megamenu {
    width: 680px; }
    .megamenu .logo-collaboration {
      width: 169px;
      height: 110px;
      border-left: none;
      border-bottom: none;
      border-right: none;
      border-top: solid 1px #e4e2e2; }
    .megamenu .logo-collaboration.logo-collaboration-last {
      border-bottom: none;
      border-right: none; }

  .single-collaboration .single-collaboration-head {
    padding: 10px 0;
    min-height: 80px; }
    .single-collaboration .single-collaboration-head .brand-collaboration {
      font-size: 24px;
      margin: 15px 0 0 20px; }
    .single-collaboration .single-collaboration-head .date-collaboration .heart {
      height: 33px;
      bottom: 0px;
      left: 80%;
      margin-left: 0; }
      .single-collaboration .single-collaboration-head .date-collaboration .heart::after {
        height: 71px; }
    .single-collaboration .single-collaboration-head .date-collaboration .year-collaboration {
      left: 82%;
      margin-left: -50px;
      font-size: 24px; }
  .single-collaboration .single-collaboration-body {
    padding: 0 0 20px 0; }
    .single-collaboration .single-collaboration-body .description-collaboration {
      margin: 40px 0 20px 0;
      width: 100%;
      font-size: 13px;
      line-height: 22px; }
    .single-collaboration .single-collaboration-body .main-image-collaboration {
      padding: 20px 20px 0 20px;
      border-right: none;
      margin: 0; }
  .single-collaboration .slick-slider {
    width: 50%;
    margin: 0px auto; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .megamenu {
    width: 900px;
    margin: 0 auto; }

  .megamenu .logo-collaboration {
    width: 150px;
    height: 90px;
    border-top: solid 1px #e4e2e2;
    border-left: none;
    border-bottom: none;
    border-right: none; }
  .megamenu .logo-collaboration.logo-collaboration-last {
    border-bottom: none;
    border-right: none; }

  .wrapper-megamenu {
    position: relative;
    max-width: 1090px;
    margin: 0 auto; }
    .wrapper-megamenu .button-toggle2 {
      position: absolute;
      right: 0;
      top: -60px;
      z-index: 100; }

  .single-collaboration .single-collaboration-head {
    padding: 10px 0; }
    .single-collaboration .single-collaboration-head .brand-collaboration {
      font-size: 24px;
      margin: 10px 0 0 0; }
    .single-collaboration .single-collaboration-head .date-collaboration .heart {
      height: 33px;
      bottom: 0px;
      left: 80%;
      margin-left: 0; }
      .single-collaboration .single-collaboration-head .date-collaboration .heart::after {
        height: 71px; }
    .single-collaboration .single-collaboration-head .date-collaboration .year-collaboration {
      left: 82%;
      margin-left: -50px;
      font-size: 28px; }
  .single-collaboration .single-collaboration-body {
    padding: 0 0 20px 0; }
    .single-collaboration .single-collaboration-body .description-collaboration {
      margin: 20px 0 20px 0;
      width: 100%;
      font-size: 13px;
      line-height: 22px; }
    .single-collaboration .single-collaboration-body .main-image-collaboration {
      padding: 20px;
      border-right: none;
      margin: 20px 0 0 0; }
  .single-collaboration .slick-slider {
    width: 90%;
    margin: 20px auto; } }
@media only screen and (min-width: 1200px) and (max-width: 1461px) {
  .megamenu {
    max-width: 1120px;
    margin: 0 auto; }

  .megamenu .logo-collaboration {
    width: 145px;
    height: 90px; }

  .wrapper-megamenu {
    position: relative;
    max-width: 1090px;
    margin: 0 auto; }
    .wrapper-megamenu .button-toggle2 {
      position: absolute;
      right: 0;
      top: -60px;
      z-index: 100; }

  .single-collaboration .single-collaboration-head .brand-collaboration {
    font-size: 30px; }
    .single-collaboration .single-collaboration-head .brand-collaboration span {
      font-family: 'Raleway', Arial, Helvetica, sans-serif;
      font-style: normal;
      color: #e4e2e2;
      font-weight: 400; }
  .single-collaboration .single-collaboration-body .tags a {
    font-size: 11px; }
  .single-collaboration .single-collaboration-body .description-collaboration {
    margin: 40px 0 20px 0;
    width: 70%;
    font-size: 14px;
    line-height: 24px; } }
/* CSS Document */
#fb-slider {
  position: relative; }

.fb-slide.active {
  opacity: 1; }

.fb-slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #e4e2e2; }

.fb-slide .wrapper-img {
  text-align: center;
  position: relative;
  overflow: hidden; }

@media only screen and (min-width: 1461px) {
  .fb-slide {
    height: 532px;
    width: 340px; }

  .fb-slide .wrapper-img {
    height: 261px;
    width: 100%; }
    .fb-slide .wrapper-img img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .fb-slide .wrapper-img img.horizontal {
      width: 100%;
      height: auto; }
    .fb-slide .wrapper-img img.vertical {
      height: 100%;
      width: auto; } }
@media only screen and (min-width: 992px) and (max-width: 1461px) {
  .fb-slide {
    height: 425px;
    width: 270px; }

  .fb-slide .wrapper-img {
    height: 206px;
    width: 100%; }
    .fb-slide .wrapper-img img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .fb-slide .wrapper-img img.horizontal {
      width: 100%;
      height: auto; }
    .fb-slide .wrapper-img img.vertical {
      width: 100%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fb-slide {
    height: 417px;
    width: 265px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fb-slide {
    height: 530px;
    width: 338px; }

  .fb-slide .wrapper-img {
    height: 259px;
    width: 100%; }
    .fb-slide .wrapper-img img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .fb-slide .wrapper-img img.horizontal {
      width: 100%;
      height: auto; }
    .fb-slide .wrapper-img img.vertical {
      height: 100%;
      width: 100%; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #fb-slider {
    width: 100%;
    height: 750px; }

  .fb-slide {
    width: 100%;
    height: 750px; }

  .fb-slide .wrapper-img {
    width: 100%;
    height: 534px;
    text-align: center;
    overflow: hidden; }
    .fb-slide .wrapper-img img {
      height: 100%;
      width: auto; }
    .fb-slide .wrapper-img img.horizontal {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
@media only screen and (max-width: 479px) {
  #fb-slider {
    width: 100%;
    height: 560px; }

  .fb-slide {
    width: 100%;
    height: 560px; } }
.page-template-template-generic table a {
  color: #ec1c23;
  font-weight: 700; }

.modal-backdrop.fade.in {
  height: 100vw !important; }
.insta-h2 {
  border-bottom: 3px solid #000;
  line-height: 2.5;
  margin: 0 0 40px 0;
}
.insta-div {
  padding: 4px;
}
.insta-div-thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%
}
.insta-img-thumb {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.insta-img-thumb:hover {
  opacity: 0.8;
}
