@charset "UTF-8";
/*cores*/
#eyeDiv {
  display: none; }

header {
  /*    background-image: url(/querodestino/resources/img/background.jpg);*/
  /*          &:after {
                      content:'';
                      position: fixed;
                      top:0;
                      left:0;
                      bottom:0;
                      right: 0;
                      background-color: rgba(255,255,255,0.6);
                      z-index: 2;
                      
                  }*/ }
  header .headerContent {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    /*        background-image: url(/querodestino/resources/img/backgroundheader.png);*/
    background-position: top right;
    background-repeat: no-repeat; }
    header .headerContent .navWrapper {
      /*            display: inline-block;*/
      margin: 0; }
      header .headerContent .navWrapper nav {
        display: none;
        position: absolute;
        z-index: 100;
        top: 130px;
        left: 0;
        width: 320px;
        background-color: #f5f5f5;
        border-radius: 10px;
        -webkit-filter: drop-shadow(0 3px 0px rgba(0, 0, 0, 0.15));
        filter: drop-shadow(0 3px 0px rgba(0, 0, 0, 0.15));
        /*                &:after {
                            content: " ";
                            position: absolute;
                            bottom: -160px;
                            left: 0;
                            width: 320px;
                            height: 190px;
                            background: url(/querodestino/resources/img/drip.svg) top center no-repeat / 100% auto;
                          
                        }*/ }
        @media only screen and (max-width: 980px) {
          header .headerContent .navWrapper nav {
            top: 90px; } }
        header .headerContent .navWrapper nav a {
          display: block;
          padding: 0 30px;
          font-weight: 800;
          line-height: 40px;
          text-transform: uppercase;
          color: #242424; }
          @media (hover: hover) {
            header .headerContent .navWrapper nav a:hover {
              background: -moz-linear-gradient(90deg, #8c6530 0%, #f8d03a 100%);
              /* ff3.6+ */
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8d03a), color-stop(100%, #8c6530));
              /* safari4+,chrome */
              background: -webkit-linear-gradient(90deg, #8c6530 0%, #f8d03a 100%);
              /* safari5.1+,chrome10+ */
              background: -o-linear-gradient(90deg, #8c6530 0%, #f8d03a 100%);
              /* opera 11.10+ */
              background: -ms-linear-gradient(90deg, #8c6530 0%, #f8d03a 100%);
              /* ie10+ */
              background: linear-gradient(0deg, #8c6530 0%, #f8d03a 100%);
              /* w3c */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d03a', endColorstr='#8c6530',GradientType=0 );
              /* ie6-9 */
              color: #fff; } }
        header .headerContent .navWrapper nav .mainNav {
          margin-top: 20px; }
          header .headerContent .navWrapper nav .mainNav a {
            font-size: 18px; }
          header .headerContent .navWrapper nav .mainNav .break {
            margin-top: 20px; }
        header .headerContent .navWrapper nav .tinyNav {
          margin: 20px 0; }
          header .headerContent .navWrapper nav .tinyNav span {
            display: inline-block;
            width: 30px;
            text-align: center;
            font-size: 18px; }
        header .headerContent .navWrapper nav .socialNav {
          padding: 0 30px; }
          header .headerContent .navWrapper nav .socialNav li {
            display: inline-block; }
            header .headerContent .navWrapper nav .socialNav li a {
              position: relative;
              display: block;
              width: 40px;
              height: 40px;
              /*   @include back-gold ;*/
              background-color: transparent;
              border-radius: 50%;
              border-color: #c39b38;
              border-width: 1px;
              border-style: solid;
              margin: 0;
              padding: 0;
              /*    @include drop-shadow;*/ }
              @media (hover: hover) {
                header .headerContent .navWrapper nav .socialNav li a:hover {
                  background-color: #fff; }
                  header .headerContent .navWrapper nav .socialNav li a:hover [class^="icon-"], header .headerContent .navWrapper nav .socialNav li a:hover [class*=" icon-"] {
                    color: #c39b38; } }
              header .headerContent .navWrapper nav .socialNav li a [class^="icon-"], header .headerContent .navWrapper nav .socialNav li a [class*=" icon-"] {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                font-size: 22px;
                color: #c39b38;
                margin: 0;
                padding: 0; }
              @media (hover: hover) {
                header .headerContent .navWrapper nav .socialNav li a:hover {
                  background-color: #fff; } }
          header .headerContent .navWrapper nav .socialNav li + li a {
            margin-left: 10px; }
        header .headerContent .navWrapper nav #form_search {
          margin: 20px 0 0;
          padding: 0 30px; }
          header .headerContent .navWrapper nav #form_search * {
            box-sizing: border-box;
            display: inline-block;
            vertical-align: top;
            border: 0;
            outline: 0;
            padding: 0;
            margin: 0; }
          header .headerContent .navWrapper nav #form_search input {
            width: 215px;
            height: 40px;
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: 700;
            line-height: 40px;
            padding: 0 16px;
            border-radius: 30px; }
          header .headerContent .navWrapper nav #form_search button {
            width: 40px;
            height: 40px;
            background-color: #c39b38;
            color: #fff;
            border-radius: 50%;
            margin-left: 5px; }
            @media (hover: hover) {
              header .headerContent .navWrapper nav #form_search button:hover {
                background-color: #2386b0; } }
            header .headerContent .navWrapper nav #form_search button span {
              font-size: 20px; }

.open-layer {
  position: absolute;
  z-index: 101;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  -webkit-filter: drop-shadow(0 3px 0px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 3px 0px rgba(0, 0, 0, 0.15)); }
  .open-layer span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .open-layer span:before {
      font-size: 46px;
      color: #445157; }
  .open-layer.close span:before {
    font-family: 'querodestino';
    font-size: 46px;
    content: ""; }

.proglogo {
  position: relative;
  z-index: 101;
  vertical-align: middle;
  max-width: 500px;
  min-width: 160px;
  width: 65%;
  margin: 0 auto; }
  .proglogo img {
    width: 100%;
    height: auto; }
  .proglogo a {
    display: block; }
  .proglogo img {
    display: block; }

.headerSectionName {
  max-width: 1440px;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 34px;
  font-weight: 800;
  /*    text-transform: uppercase;*/
  color: #242424; }
  @media only screen and (max-width: 480px) {
    .headerSectionName {
      margin: 10px auto;
      font-size: 7.5vw; } }

/* header rest of site */
.mainMultimedia .mainColumnLeft {
  background-color: rgba(255, 255, 255, 0.85);
  color: #242424;
  width: 100%; }
  .mainMultimedia .mainColumnLeft .date {
    font-size: 14px;
    margin: 20px; }
  .mainMultimedia .mainColumnLeft h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 20px; }
  .mainMultimedia .mainColumnLeft .res {
    font-size: 18px;
    margin: 20px; }
  .mainMultimedia .mainColumnLeft .informacaoPessoal, .mainMultimedia .mainColumnLeft .informacaoProfissional {
    font-weight: 700;
    margin: 8px 20px;
    color: #c39b38; }
  .mainMultimedia .mainColumnLeft .informacaoPessoal {
    font-size: 20px; }
  .mainMultimedia .mainColumnLeft .informacaoProfissional {
    font-size: 18px; }
  .mainMultimedia .mainColumnLeft .informacaoRedesSociais {
    margin: 20px; }
    .mainMultimedia .mainColumnLeft .informacaoRedesSociais a {
      display: inline-block;
      width: 48px;
      height: 48px;
      font-size: 20px;
      text-align: center;
      line-height: 48px;
      color: white;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      @media (hover: hover) {
        .mainMultimedia .mainColumnLeft .informacaoRedesSociais a:hover {
          background-color: #242424; } }
    .mainMultimedia .mainColumnLeft .informacaoRedesSociais .infoFace {
      background-color: #3C5A99; }
    .mainMultimedia .mainColumnLeft .informacaoRedesSociais .infoInsta {
      background-color: #E1306C; }
.mainMultimedia .mainColumnRight {
  margin: 20px auto;
  /*text-align: center;*/ }
  @media (min-width: 768px) {
    .mainMultimedia .mainColumnRight {
      margin: 10px auto; } }
  .mainMultimedia .mainColumnRight iframe {
    display: block;
    margin: 0 auto; }

.multimediasList {
  background-color: rgba(255, 255, 255, 0.85);
  max-width: 1440px;
  margin: 20px auto;
  padding: 20px;
  display: grid;
  /*grid-template-columns: repeat(6, 1fr);*/
  /*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 30px 20px; }
  @media only screen and (max-width: 728px) {
    .multimediasList {
      padding: 20px 10px;
      grid-gap: 30px 10px; } }
  @media only screen and (max-width: 440px) {
    .multimediasList {
      grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); } }
  .multimediasList .sectionName {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    grid-column: 1 / -1; }
  .multimediasList .item a {
    display: block;
    color: #242424;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
    @media (hover: hover) {
      .multimediasList .item a:hover {
        opacity: .5; } }
  .multimediasList .item .date {
    font-size: 12px;
    font-weight: 200;
    margin: 10px 6px 6px 10px; }
  .multimediasList .item h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 6px 6px 10px 10px; }
  .multimediasList .item span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.85);
    /*    background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;*/
    margin: 0;
    padding: 0;
    /*    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));*/
    /* Similar syntax to box-shadow */
    /*
    &[class*="play"] {
        background-color: $greydarker;
    }
    &[class*="camera"] {
        background-color: #719b9b;
    }
    &[class*="article"] {
        background-color: #ffa528;
    }
    */ }
    .multimediasList .item span:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 24px;
      color: #c39b38; }

.mainMultimedia.Personagem .mainColumnLeft {
  background-color: transparent; }
.mainMultimedia.Personagem .image {
  max-width: 500px;
  margin: 0 auto; }
  @media (min-width: 769px) and (max-width: 1100px), (min-width: 1100px) {
    .mainMultimedia.Personagem .image {
      width: 35%;
      float: left; } }
  .mainMultimedia.Personagem .image .picture16x9 {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center 10%;
    background-size: cover;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3); }
.mainMultimedia.Personagem h1 {
  font-weight: 28px; }
.mainMultimedia.Personagem .date {
  font-weight: 700;
  font-size: 18px; }
@media (min-width: 769px) and (max-width: 1100px), (min-width: 1100px) {
  .mainMultimedia.Personagem .res, .mainMultimedia.Personagem .sharesDiv, .mainMultimedia.Personagem h1, .mainMultimedia.Personagem .date {
    padding-left: 38%; } }

body.Personagem .Personagens .box-media {
  grid-template-columns: repeat(5, 1fr); }
  @media only screen and (max-width: 1100px) {
    body.Personagem .Personagens .box-media {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 920px) {
    body.Personagem .Personagens .box-media {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 728px) {
    body.Personagem .Personagens .box-media {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 480px) {
    body.Personagem .Personagens .box-media {
      grid-template-columns: repeat(2, 1fr); } }

.defaultSection .box-media {
  max-width: 1440px;
  margin: 30px auto;
  padding: 20px;
  display: grid;
  /*grid-template-columns: repeat(4, 1fr);*/
  /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/
  grid-gap: 40px 20px; }
  @media (min-width: 481px) {
    .defaultSection .box-media {
      background-color: rgba(255, 255, 255, 0.85); } }
  @media only screen and (max-width: 360px) {
    .defaultSection .box-media {
      padding: 10px; } }
  .defaultSection .box-media .sectionName {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    grid-column: 1 / -1;
    grid-gap: 40px 20px; }
    .defaultSection .box-media .sectionName .sectionTit {
      display: inline-block;
      color: #242424; }
      @media (hover: hover) {
        .defaultSection .box-media .sectionName .sectionTit:hover {
          cursor: pointer;
          color: #f8d13f;
          opacity: 1;
          background-color: transparent; } }
  @media (max-width: 480px) {
    .defaultSection .box-media .item a.continuousList {
      border-radius: 8px;
      overflow: hidden;
      background-color: #fff;
      -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3); } }
  .defaultSection .box-media .item a {
    border-radius: 6px;
    display: block;
    cursor: pointer;
    color: #242424;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
  .defaultSection .box-media .item .textWrapper {
    margin: 10px;
    padding-left: 50px;
    min-height: 50px; }
  .defaultSection .box-media .item .date {
    margin: 6px 0;
    font-size: 12px; }
  .defaultSection .box-media .item h2 {
    font-size: 15px;
    font-weight: 700; }
  .defaultSection .box-media .item span {
    position: absolute;
    bottom: -60px;
    left: 0px;
    display: block;
    width: 50px;
    height: 60px;
    border-right: solid 1px #f8d03a;
    /*    border-radius: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;*/
    margin: 0;
    padding: 0;
    /*    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));*/
    /*
    &[class*="play"] {
        background-color: $greydarker;
    }
    &[class*="camera"] {
        background-color: #719b9b;
    }
    &[class*="article"] {
        background-color:#ffa528 ;
    }
    */
    display: inline-block; }
    .defaultSection .box-media .item span:before {
      position: absolute;
      left: 50%;
      top: 48%;
      transform: translate(-50%, -50%);
      font-size: 30px;
      color: #c39b38; }
  @media (max-width: 675px) {
    .defaultSection .box-media .item.selected {
      display: none; } }
  .defaultSection .box-media .mainPub {
    justify-self: center; }

.homeSection, .rewindSection {
  overflow: hidden;
  /*
  &.row1 {
      background-color: $greyultralight;
  }
  &.row2 {
      background-color: $greylight;
  }
  &.row3 {
      background-color: #c5d4d5;
  }
  */ }

.homeSection .box-media {
  grid-gap: 30px 20px; }

/*

.sectionList.Relacionados {
     grid-template-columns: repeat(3, 1fr);

        @media only screen and (max-width: 1000px) {
            grid-template-columns: repeat(2, 1fr);
        }      
          @media only screen and (max-width: 690px) {
            grid-template-columns: repeat(1, 1fr);
        }
}*/
.sectionList.Personagens .box-media {
  grid-gap: 0px;
  grid-template-columns: repeat(3, 1fr); }
  @media only screen and (max-width: 1000px) {
    .sectionList.Personagens .box-media {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 690px) {
    .sectionList.Personagens .box-media {
      grid-template-columns: repeat(1, 1fr); } }
.sectionList.Personagens .item {
  position: relative; }
  .sectionList.Personagens .item .pictureWrapper {
    padding: 15px;
    max-width: 400px;
    margin: 0 auto; }
  .sectionList.Personagens .item .picture16x9 {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center 10%;
    background-size: cover;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3); }
  .sectionList.Personagens .item .textWrapper {
    margin: 5px;
    padding-left: 0px; }
  @media (max-width: 480px) {
    .sectionList.Personagens .item a.continuousList {
      border-radius: none;
      overflow: hidden;
      background-color: transparent;
      box-shadow: none; } }
  .sectionList.Personagens .item a {
    border-radius: 0;
    display: block;
    cursor: pointer;
    color: #242424;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
  .sectionList.Personagens .item .date {
    display: none; }
  .sectionList.Personagens .item h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    border-radius: 6px; }
  .sectionList.Personagens .item span {
    position: absolute;
    bottom: -60px;
    left: 0px;
    display: block;
    width: 50px;
    height: 60px;
    border-right: solid 1px #f8d03a;
    /*    border-radius: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;*/
    margin: 0;
    padding: 0;
    /*    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));*/
    /*
    &[class*="play"] {
        background-color: $greydarker;
    }
    &[class*="camera"] {
        background-color: #719b9b;
    }
    &[class*="article"] {
        background-color:#ffa528 ;
    }
    */
    display: inline-block; }
    .sectionList.Personagens .item span:before {
      position: absolute;
      left: 50%;
      top: 48%;
      transform: translate(-50%, -50%);
      font-size: 30px;
      color: #c39b38; }
  @media (hover: hover) {
    .sectionList.Personagens .item a:hover h2 {
      display: block; } }

#loadDiv {
  position: relative; }

.galeria_item {
  position: relative;
  width: 100%; }

.iolgallery {
  position: relative;
  width: 100%;
  background-color: #111; }

.iolgallery:before {
  content: " ";
  display: block;
  padding-top: 56.25%; }
  @media only screen and (max-width: 572px) {
    .iolgallery:before {
      padding-top: 330px; } }

.iolgallery-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.iolgallery-content .owl-carousel,
.iolgallery-content .owl-stage-outer,
.iolgallery-content .owl-stage,
.iolgallery-content .owl-item {
  height: 100%; }

.iolgallery-slide {
  position: relative;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 30px; }

.iolgallery-content .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  display: block;
  z-index: 99;
  cursor: pointer;
  outline: none; }
  @media only screen and (max-width: 572px) {
    .iolgallery-content .owl-nav button {
      width: 60px; } }
  .iolgallery-content .owl-nav button:before {
    font-family: 'querodestino';
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(35, 35, 35, 0.5);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }
    @media only screen and (max-width: 572px) {
      .iolgallery-content .owl-nav button:before {
        font-size: 40px; } }

.iolgallery-content .owl-nav .owl-next {
  right: 0px;
  animation-name: vergaleria;
  animation-duration: 0.4s;
  animation-iteration-count: 14;
  animation-timing-function: ease;
  animation-direction: alternate;
  -webkit-animation-name: vergaleria;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: 14;
  -webkit-animation-timing-function: ease;
  -webkit-animation-direction: alternate; }
  .iolgallery-content .owl-nav .owl-next:before {
    content: "\e409"; }

@keyframes vergaleria {
  from {
    right: 0px; }
  to {
    right: 30px; } }
@-webkit-keyframes vergaleria {
  from {
    right: 0px; }
  to {
    right: 30px; } }
.iolgallery-content .owl-nav .owl-prev {
  left: 0px; }
  .iolgallery-content .owl-nav .owl-prev:before {
    content: "\e408"; }

.iolgallery-content .owl-dots {
  display: none; }

.iolgallery-slide-wrapper {
  position: relative;
  height: 100%; }

.iolgallery-slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 30px 10px 10px 10px;
  font-size: 14px;
  color: #ccc;
  background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  /* ie10+ */
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  /* ie6-9 */
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }

.iolgallery-slide-number {
  display: inline-block; }

.iolgallery-slide-pub {
  text-align: center;
  font-size: 12px;
  display: table;
  width: 100%;
  height: 100%; }

.iolgallery-slide-pub .iolgallery-slide-pub-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ccc; }

.iolgallery-slide-pub iframe {
  margin: 0 auto; }

.iolgallery-slide-pub img {
  display: none !important; }

.maximizeThis {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: rgba(36, 36, 36, 0.5);
  z-index: 1000;
  cursor: pointer; }
  .maximizeThis span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.blowUP {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

.iconBlowUP {
  position: fixed;
  top: 10px;
  right: 10px; }

/*
.fullScreenThis {
    position: absolute;
    top: 10px;
    right: 60px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(36, 36, 36, .5);
    z-index: 1000;
    cursor: pointer;
    span:before {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        font-size: 26px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.iconFullScreen {
    position: fixed !important;
    top: 10px;
    right: 60px;
}
*/
.articleTitle {
  max-width: 1440px;
  margin: 0 auto; }
  .articleTitle h3 {
    margin: 20px;
    font-size: 14px;
    font-weight: 400; }
    @media only screen and (max-width: 480px) {
      .articleTitle h3 {
        font-size: 12px; } }
  .articleTitle h1 {
    max-width: 1440px;
    margin: 20px auto;
    padding: 0 20px;
    font-size: 34px;
    font-weight: 800;
    color: #242424; }
    @media only screen and (max-width: 728px) {
      .articleTitle h1 {
        font-size: 28px; } }
    @media only screen and (max-width: 480px) {
      .articleTitle h1 {
        font-size: 6.5vw; } }

.articleWrapper {
  max-width: 1440px;
  margin: 30px auto;
  white-space: normal;
  overflow-wrap: break-word;
  font-size: 20px; }
  .articleWrapper .articleDetails {
    background-color: #fff;
    max-width: 768px;
    margin: 0 auto; }
    .articleWrapper .articleDetails h3 {
      font-size: 14px;
      margin: 20px;
      color: #666666; }
    .articleWrapper .articleDetails h1 {
      font-size: 36px;
      font-weight: 700;
      margin: 20px; }
    .articleWrapper .articleDetails h2 {
      font-size: 24px;
      font-weight: 700;
      padding: 30px 20px; }
      @media only screen and (max-width: 360px) {
        .articleWrapper .articleDetails h2 {
          font-size: 18px;
          padding: 20px 10px; } }
  .articleWrapper .articleBody {
    background-color: #fff;
    max-width: 768px;
    margin: 0 auto; }
    .articleWrapper .articleBody .articleText {
      font-size: 18px;
      padding: 20px;
      word-wrap: break-word; }
      @media only screen and (max-width: 360px) {
        .articleWrapper .articleBody .articleText {
          padding: 10px; } }
      .articleWrapper .articleBody .articleText p {
        margin: 16px 0; }
      .articleWrapper .articleBody .articleText img {
        width: 100%;
        max-width: 100%;
        height: auto; }
      .articleWrapper .articleBody .articleText a {
        color: #2386b0;
        font-weight: 700; }
        @media (hover: hover) {
          .articleWrapper .articleBody .articleText a:hover {
            text-decoration: underline; } }
      .articleWrapper .articleBody .articleText iframe[class^="instagram"] {
        margin: 30px auto !important; }
      .articleWrapper .articleBody .articleText .item-Pub {
        display: table;
        margin: 40px auto; }
    .articleWrapper .articleBody .articleTags {
      padding: 60px 20px 40px 20px;
      font-size: 12px; }
      .articleWrapper .articleBody .articleTags span {
        display: inline-block;
        margin-right: 10px; }
      @media only screen and (max-width: 360px) {
        .articleWrapper .articleBody .articleTags {
          padding: 40px 10px; } }
      .articleWrapper .articleBody .articleTags a {
        display: inline-block;
        color: #2386b0;
        font-weight: 700;
        margin-right: 15px;
        line-height: 35px; }
        @media only screen and (max-width: 360px) {
          .articleWrapper .articleBody .articleTags a {
            /*margin: 10px;*/ } }
        @media (hover: hover) {
          .articleWrapper .articleBody .articleTags a:hover {
            text-decoration: underline; } }
  .articleWrapper .articlesSameDay {
    max-width: 768px;
    margin: auto;
    text-align: center; }

.mediaRelated {
  max-width: 1440px;
  margin: 0 auto; }
  .mediaRelated .multimediasList .sectionName {
    color: #fff; }
  .mediaRelated .multimediasList a {
    color: #fff; }
    @media (hover: hover) {
      .mediaRelated .multimediasList a:hover {
        color: #fff; } }

.sectionLasthour {
  background-color: #f5f5f5; }
  .sectionLasthour .multimediasList {
    max-width: 1440px;
    margin: 0 auto; }

@media only screen and (max-width: 360px) {
  .multimediasList {
    padding: 20px 10px; } }

.articleExtra {
  max-width: 1440px;
  margin: 0 auto; }
  .articleExtra .picture16x9 {
    padding-bottom: 25%; }

/* IE 11 fix for the 2.6% that live on the past */
_:-ms-fullscreen .mainMultimedia, :root .mainMultimedia {
  overflow: hidden; }
  _:-ms-fullscreen .mainMultimedia .mainColumnLeft, :root .mainMultimedia .mainColumnLeft {
    width: calc(100% - 340px);
    float: left; }
    @media only screen and (max-width: 980px) {
      _:-ms-fullscreen .mainMultimedia .mainColumnLeft, :root .mainMultimedia .mainColumnLeft {
        width: 100%;
        float: none; } }
@media only screen and (max-width: 980px) and (min-width: 728px) {
  _:-ms-fullscreen .mainPub, :root .mainPub {
    width: 300px;
    margin: 20px;
    float: left; } }
_:-ms-fullscreen .sectionRelated .multimediasList, :root .sectionRelated .multimediasList {
  display: flex;
  flex-flow: row wrap; }
  _:-ms-fullscreen .sectionRelated .multimediasList .item, :root .sectionRelated .multimediasList .item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% * (1/3) - 20px - 1px);
    margin: 30px 10px 0; }
    @media only screen and (max-width: 660px) {
      _:-ms-fullscreen .sectionRelated .multimediasList .item, :root .sectionRelated .multimediasList .item {
        width: calc(100% * (1/2) - 20px - 1px); } }
    _:-ms-fullscreen .sectionRelated .multimediasList .item iframe, :root .sectionRelated .multimediasList .item iframe {
      display: table;
      margin: auto; }
  _:-ms-fullscreen .sectionRelated .multimediasList .sectionName, :root .sectionRelated .multimediasList .sectionName {
    display: block;
    width: 100%;
    margin: 0; }
_:-ms-fullscreen .sectionLasthour .multimediasList, :root .sectionLasthour .multimediasList {
  display: flex;
  flex-flow: row wrap; }
  _:-ms-fullscreen .sectionLasthour .multimediasList .item, :root .sectionLasthour .multimediasList .item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% * (1/6) - 20px);
    margin: 30px 10px 0; }
    @media only screen and (max-width: 1300px) {
      _:-ms-fullscreen .sectionLasthour .multimediasList .item, :root .sectionLasthour .multimediasList .item {
        width: calc(100% * (1/4) - 20px); } }
    @media only screen and (max-width: 980px) {
      _:-ms-fullscreen .sectionLasthour .multimediasList .item, :root .sectionLasthour .multimediasList .item {
        width: calc(100% * (1/3) - 20px); } }
    @media only screen and (max-width: 660px) {
      _:-ms-fullscreen .sectionLasthour .multimediasList .item, :root .sectionLasthour .multimediasList .item {
        width: calc(100% * (1/2) - 20px); } }
    _:-ms-fullscreen .sectionLasthour .multimediasList .item iframe, :root .sectionLasthour .multimediasList .item iframe {
      display: table;
      margin: auto; }
  _:-ms-fullscreen .sectionLasthour .multimediasList .sectionName, :root .sectionLasthour .multimediasList .sectionName {
    display: block;
    width: 100%;
    margin: 0; }

pre {
  background-color: #f5f5f5;
  margin: 20px;
  overflow: hidden; }
  pre p {
    font-size: 18px;
    margin: 10px; }

.articleWrapper b {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0; }

.articleWrapper u {
  color: #f8d13f;
  font-weight: 700;
  text-decoration: none; }

#branded {
  margin: 20px; }

/*# sourceMappingURL=article.css.map */
