.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; }

.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; }

.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 */
