.animated:nth-child(1n) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important; }

.animated:nth-child(2n) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important; }

.animated:nth-child(3n) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important; }

.animated:nth-child(4n) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important; }

.animated:nth-child(5n) {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important; }

.animated-start:nth-child(1n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s; }

.animated-start:nth-child(2n) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s; }

.animated-start:nth-child(3n) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s; }

.animated-start:nth-child(4n) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s; }

.animated-start:nth-child(5n) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s; }

.animated-start:nth-child(6n) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s; }

.menu-item:nth-child(1n) {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important; }

.menu-item:nth-child(2n) {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important; }

.menu-item:nth-child(3n) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important; }

.menu-item:nth-child(4n) {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important; }

.menu-item:nth-child(5n) {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important; }

.menu-item:nth-child(6n) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important; }

.animatedCaption:nth-child(1n) {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important; }

.animatedCaption:nth-child(2n) {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important; }

.animatedCaption:nth-child(3n) {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important; }

.animatedCaption:nth-child(4n) {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important; }

.data-blog-posted .block__img,
[data-slider-news] .block__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.breaking_news--link a {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: relative;
  text-transform: uppercase;
  padding: 0.5em 1em;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block; }
  .breaking_news--link a:hover, .breaking_news--link a:focus {
    text-decoration: none;
    color: #7EC7AF;
    border-color: #7EC7AF; }

@-webkit-keyframes fadeTitLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeTitLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeCntIn {
  from {
    opacity: 0.2;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fadeCntIn {
  from {
    opacity: 0.2;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes zoomBig {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes zoomBig {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@-webkit-keyframes fadeZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fadeZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes fadeInDesc {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes fadeInDesc {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@-webkit-keyframes fadePhoto {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadePhoto {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.breaking_news {
  position: relative;
  z-index: 3;
  width: 100%; }
  @media (min-width: 992px) {
    .breaking_news {
      position: absolute;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (min-width: 992px) {
    .breaking_news + main.main .block-custom:first-child .block__item--context {
      padding-top: 100px; } }
  @media (min-width: 1400px) and (min-height: 900px) {
    .breaking_news + main.main .block-custom:first-child .block__item--context {
      padding-top: 120px; } }
  .breaking_news--wrapper {
    position: relative;
    background: #fff;
    border: 1px solid;
    padding: 20px 50px;
    margin: auto;
    color: #432975;
    max-width: 1100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
    @media (min-width: 992px) {
      .breaking_news--wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        border: none;
        background: rgba(255, 255, 255, 0.9); } }
  .breaking_news--title {
    font-size: 1.25rem;
    color: #fff;
    font-family: "Montserrat", Helvetica, Roboto, Arial, sans-serif, sans-serif;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    color: #432975;
    padding-right: 20px;
    white-space: nowrap;
    margin-bottom: 5px; }
    @media (min-width: 1200px) {
      .breaking_news--title {
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .breaking_news--title {
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .breaking_news--title {
        margin-bottom: 0; } }
  .breaking_news--content {
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .breaking_news--content {
        margin-bottom: 0; } }
  .breaking_news--link {
    padding-left: 20px; }
    .breaking_news--link a {
      display: block;
      color: #432975;
      border-color: #432975;
      white-space: nowrap; }

.data-blog-posted .block__item,
[data-slider-news] .block__item {
  position: relative; }

.data-blog-posted .block__img,
[data-slider-news] .block__img {
  width: 100%;
  height: 300px;
  display: block;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .data-blog-posted .block__img:before,
  [data-slider-news] .block__img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.7)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%); }

.data-blog-posted .block__category,
[data-slider-news] .block__category {
  color: #fff;
  font-size: 0.75rem;
  font-style: italic;
  padding: 0 20px;
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 265px;
  height: 35px;
  line-height: 35px; }
  .data-blog-posted .block__category:hover, .data-blog-posted .block__category:focus,
  [data-slider-news] .block__category:hover,
  [data-slider-news] .block__category:focus {
    text-decoration: none;
    color: #fff; }
  @media (max-width: 991px) {
    .data-blog-posted .block__category,
    [data-slider-news] .block__category {
      padding: 0 15px;
      height: 30px;
      line-height: 30px;
      top: 270px; } }
  @media (min-width: 1200px) {
    .data-blog-posted .block__category,
    [data-slider-news] .block__category {
      font-size: 0.875rem; } }

.data-blog-posted .block__link,
[data-slider-news] .block__link {
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
  position: relative; }
  .data-blog-posted .block__link:hover .block__img, .data-blog-posted .block__link:focus .block__img,
  [data-slider-news] .block__link:hover .block__img,
  [data-slider-news] .block__link:focus .block__img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.data-blog-posted .block__content,
[data-slider-news] .block__content {
  padding-top: 30px; }

.data-blog-posted .block__desc,
[data-slider-news] .block__desc {
  padding-top: 20px;
  font-size: 0.75rem;
  font-weight: 300; }
  @media (min-width: 1200px) {
    .data-blog-posted .block__desc,
    [data-slider-news] .block__desc {
      font-size: 0.875rem; } }

.data-blog-posted .block__data,
[data-slider-news] .block__data {
  color: #7EC7AF;
  font-size: 0.75rem;
  font-weight: 300; }
  @media (min-width: 1200px) {
    .data-blog-posted .block__data,
    [data-slider-news] .block__data {
      font-size: 0.875rem; } }

.data-blog-posted .block__title,
[data-slider-news] .block__title {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Montserrat", Helvetica, Roboto, Arial, sans-serif, sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .data-blog-posted .block__title,
    [data-slider-news] .block__title {
      font-size: 1.5rem; } }
  @media (max-width: 767px) {
    .data-blog-posted .block__title,
    [data-slider-news] .block__title {
      font-size: 1.125rem; } }
  .data-blog-posted .block__title a:hover,
  .data-blog-posted .block__title a:focus,
  [data-slider-news] .block__title a:hover,
  [data-slider-news] .block__title a:focus {
    text-decoration: none;
    color: #7EC7AF; }

.data-blog-posted .block__action,
[data-slider-news] .block__action {
  margin-top: 20px; }
  .data-blog-posted .block__action .link-see-more,
  [data-slider-news] .block__action .link-see-more {
    padding: 12px 17px; }

.data-blog-posted a,
[data-slider-news] a {
  color: inherit; }

.news-navigation {
  padding: 60px 0;
  margin: auto; }
  .block-white .news-navigation {
    background-color: #fff; }
  .news-navigation__post-link a {
    color: #fff;
    text-decoration: none; }
    .block-white .news-navigation__post-link a {
      color: #432975; }
    .news-navigation__post-link a:hover, .news-navigation__post-link a:focus {
      color: #7EC7AF;
      text-decoration: none; }
  .news-navigation .previous-post {
    margin-right: auto; }
  .news-navigation .next-post {
    margin-left: auto; }

.products-slider {
  background: #492684; }
  .products-slider .slick-prev {
    left: 0;
    display: inline-block !important; }
  .products-slider .slick-next {
    right: 0;
    display: inline-block !important; }
  .products-slider h2 {
    color: #fff;
    text-align: center; }
  .products-slider .annotations {
    width: 500px;
    height: 500px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain; }
  .products-slider svg {
    background-color: transparent;
    overflow: visible; }
  .products-slider .annotation-note {
    cursor: pointer; }
  .products-slider .annotation-subject {
    cursor: pointer; }
    .products-slider .annotation-subject path {
      stroke: transparent; }
  .products-slider .annotation-note-label {
    display: none; }

.annotation-note-title, text.title {
  font-weight: bold; }

text.title {
  font-size: 1.2em; }

.image-wrapper {
  width: 873px;
  height: 854px;
  background: url("https://www.fastbooking.com/wp-content/uploads/2017/04/logo-mcm-nouveau-format-test200.png");
  background-repeat: no-repeat; }

/*# sourceMappingURL=tpl-home.css.map */
