@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://use.typekit.net/mqf2gzs.css");
#eyeDiv {
  display: none; }

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'amardemais';
  src: url("/amardemais/resources/fonts/icons.eot?dhapb2");
  src: url("/amardemais/resources/fonts/icons.eot?dhapb2#iefix") format("embedded-opentype"), url("/amardemais/resources/fonts/icons.ttf?dhapb2") format("truetype"), url("/amardemais/resources/fonts/icons.woff?dhapb2") format("woff"), url("/amardemais/resources/fonts/icons.svg?dhapb2#amardemais") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'amardemais';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-resize-full-screen:before {
  content: "\e904"; }

.icon-resize-100:before {
  content: "\e905"; }

.icon-whatsapp:before {
  content: "\e906"; }

.icon-instagram:before {
  content: "\e900"; }

.icon-google:before {
  content: "\e901"; }

.icon-twitter:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-arrow_back:before {
  content: "\e5c4"; }

.icon-arrow_downward:before {
  content: "\e5db"; }

.icon-arrow_forward:before {
  content: "\e5c8"; }

.icon-arrow_upward:before {
  content: "\e5d8"; }

.icon-camera:before {
  content: "\e412"; }

.icon-check:before {
  content: "\e5ca"; }

.icon-navigate_before:before {
  content: "\e408"; }

.icon-navigate_next:before {
  content: "\e409"; }

.icon-close:before {
  content: "\e5cd"; }

.icon-crop_free:before {
  content: "\e3c2"; }

.icon-first_page:before {
  content: "\e5dc"; }

.icon-font:before {
  content: "\e167"; }

.icon-article:before {
  content: "\e24d"; }

.icon-keyboard_arrow_down:before {
  content: "\e313"; }

.icon-keyboard_arrow_left:before {
  content: "\e314"; }

.icon-keyboard_arrow_right:before {
  content: "\e315"; }

.icon-keyboard_arrow_up:before {
  content: "\e316"; }

.icon-last_page:before {
  content: "\e5dd"; }

.icon-menu:before {
  content: "\e5d2"; }

.icon-photo:before {
  content: "\e432"; }

.icon-play:before {
  content: "\e038"; }

.icon-search:before {
  content: "\e8b6"; }

.icon-unfold_less:before {
  content: "\e5d6"; }

.icon-unfold_more:before {
  content: "\e5d7"; }

.icon-videocam:before {
  content: "\e04b"; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #242424;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  body:after {
    display: block;
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 481px) {
      body:after {
        background: url(/amardemais/resources/img/background-desktop.jpg) no-repeat bottom center/cover; } }
    @media (max-width: 480px) {
      body:after {
        background: url(/amardemais/resources/img/background-mobile.jpg) no-repeat bottom center/cover;
        opacity: 0.7; } }

#contentWrapper {
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block; }
  #contentWrapper:before, #contentWrapper:after {
    content: " ";
    display: table; }
  #contentWrapper:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  #contentWrapper {
    *zoom: 1; }

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.1s; }
  @media (hover: hover) {
    a:hover {
      transform: translateY(-5px); } }

div, section {
  box-sizing: border-box; }

.picture4x3 {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-position: center;
  background-size: cover; }

.picture16x9 {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-position: center;
  background-size: cover; }

@media only screen and (min-width: 981px) {
  .picture16x9.fixPub {
    padding-bottom: 740px; } }

.sharesDiv {
  text-align: center;
  margin: 20px; }
  .sharesDiv a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #cacaca;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 20px; }
    @media (hover: hover) {
      .sharesDiv a:hover {
        border: 1px solid #666666; }
        .sharesDiv a:hover [class^="icon-"], .sharesDiv a:hover [class*=" icon-"] {
          color: #242424; } }
    .sharesDiv a [class^="icon-"], .sharesDiv a [class*=" icon-"] {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 22px;
      color: #666666;
      margin: 0;
      padding: 0; }
  .sharesDiv a + a {
    margin-left: 10px; }

.mainSection {
  display: grid;
  grid-template-columns: 1fr 340px;
  grid-gap: 0; }
  @media only screen and (max-width: 980px) {
    .mainSection {
      grid-template-columns: 1fr; } }
  .mainSection .mainColumnRight {
    /*
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    justify-self: stretch;
    */ }

.pictureWrapper {
  position: relative; }

.progressVideo {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  height: 6px;
  background-color: #333333; }

.progressBar {
  width: 0%;
  height: 6px;
  background-color: #f8d13f; }

/* section videos*/
.playerWrapper {
  position: relative;
  background-color: #f5f5f5;
  background-image: url(/amardemais/resources/img/puff.svg);
  background-size: 100px;
  background-position: center center;
  background-repeat: no-repeat; }
  .playerWrapper #placeplayer {
    position: relative;
    top: 0;
    width: 100%; }

/* bLazy */
.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0; }

.b-lazy.b-loaded {
  opacity: 1; }

/*
.b-error {
    background-image: url("/img/nopicture.png?v2");
    opacity: 1;
    background-size: cover;
    background-position: center;
}
*/
.loading {
  transition: none;
  background-color: #f5f5f5;
  background-image: url("/amardemais/resources/img/puff.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px; }

/* selected */
.selected {
  /*opacity: .3;*/ }
  .selected .picture16x9, .selected h2, .selected h3, .selected h4, .selected #typeOfRewind {
    opacity: 0.5; }
  .selected .progressVideo {
    display: block; }

strong, b {
  font-weight: 700; }

.bt-more {
  display: table;
  margin: auto;
  padding: 10px 20px;
  font-family: "korolev-compressed", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #df007e;
  color: #fff;
  border-radius: 4px; }
  @media (hover: hover) {
    .bt-more:hover {
      background-color: black;
      color: #fff;
      text-decoration: none; } }
  @media only screen and (max-width: 920px) {
    .bt-more {
      position: relative;
      top: auto;
      right: auto;
      margin: 20px auto; } }

.errorNumber {
  font-size: 60px; }

/*# sourceMappingURL=default.css.map */
