﻿/* Bakground gradients */
/**
 * @license videogular v1.4.3 http://videogular.com
 * Two Fucking Developers http://twofuckingdevelopers.com
 * License: MIT
 */
@font-face {
  font-family: 'videogular';
  src: url("fonts/videogular.eot");
  src: url("fonts/videogular.eot?#iefix") format("embedded-opentype"), url("fonts/videogular.woff") format("woff"), url("fonts/videogular.ttf") format("truetype"), url("fonts/videogular.svg#videogular") format("svg");
  font-weight: normal;
  font-style: normal; }

videogular, [videogular] {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000000;
  display: block;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  /*****************/
  /* Poster plugin */
  /*****************/
  /**********************/
  /* OverlayPlay plugin */
  /**********************/
  /*********************/
  /* Controlbar plugin */
  /*********************/
  /* IE10 hack */
  /* Controlbar icons */
  /********************/
  /* Buffering plugin */
  /********************/
  /* Loading Spinner
     * http://www.alessioatzeni.com/blog/css3-loading-animation-loop/
     */
  /**********************/
  /* IMA ads plugin */
  /**********************/ }
  videogular button, [videogular] button {
    cursor: pointer; }
  videogular.fullscreen, [videogular].fullscreen {
    position: fixed;
    left: 0;
    top: 0; }
  videogular vg-media, [videogular] vg-media {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block; }
    videogular vg-media video, [videogular] vg-media video {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%; }
  videogular .iconButton, [videogular] .iconButton {
    color: #FFFFFF;
    font-family: 'videogular';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background: none;
    padding: 6px;
    border: none; }
  videogular .iconButton:focus, [videogular] .iconButton:focus {
    border: 1px solid white; }
  videogular vg-poster, [videogular] vg-poster {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    pointer-events: none; }
  videogular vg-poster img, [videogular] vg-poster img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute; }
  videogular vg-poster img.pause,
  videogular vg-poster img.play, [videogular] vg-poster img.pause,
  [videogular] vg-poster img.play {
    display: none; }
  videogular vg-poster img.stop, [videogular] vg-poster img.stop {
    display: block; }
  videogular vg-overlay-play, [videogular] vg-overlay-play {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 2;
    top: 0; }
  videogular vg-overlay-play .play:before, [videogular] vg-overlay-play .play:before {
    content: "\e000"; }
  videogular vg-overlay-play .overlayPlayContainer, [videogular] vg-overlay-play .overlayPlayContainer {
    font-size: 100px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: table;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6; }
  videogular vg-overlay-play .overlayPlayContainer div, [videogular] vg-overlay-play .overlayPlayContainer div {
    vertical-align: middle;
    text-align: center;
    display: table-cell; }
  videogular vg-controls, [videogular] vg-controls {
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0; }
  videogular vg-controls .controls-container, [videogular] vg-controls .controls-container {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: table;
    zoom: 1; }
  videogular vg-play-pause-button, [videogular] vg-play-pause-button {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  videogular vg-time-display, [videogular] vg-time-display {
    color: #FFFFFF;
    display: table-cell;
    font-family: Arial;
    font-size: 18px;
    width: 75px;
    vertical-align: middle;
    text-align: center;
    cursor: default; }
  videogular .vgTimeDisplay, [videogular] .vgTimeDisplay {
    display: table-cell;
    font-family: Arial;
    font-size: 18px;
    width: auto; }
  videogular vg-scrub-bar, [videogular] vg-scrub-bar {
    width: auto;
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    position: relative; }
    videogular vg-scrub-bar [role=slider], [videogular] vg-scrub-bar [role=slider] {
      margin-top: 10px;
      margin-bottom: 10px;
      height: 2px;
      background-color: black;
      position: relative; }
    videogular vg-scrub-bar .container, [videogular] vg-scrub-bar .container {
      position: absolute;
      width: 100%;
      height: 2px;
      top: 24px;
      padding-left: 0; }
    videogular vg-scrub-bar :focus vg-scrub-bar-current-time, [videogular] vg-scrub-bar :focus vg-scrub-bar-current-time {
      border-right: 6px black groove; }
  videogular vg-scrub-bar-current-time, [videogular] vg-scrub-bar-current-time {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer; }
  videogular vg-scrub-bar-buffer, [videogular] vg-scrub-bar-buffer {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5; }
  videogular vg-scrub-bar-cue-points, [videogular] vg-scrub-bar-cue-points {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute; }
    videogular vg-scrub-bar-cue-points .cue-point-timeline, [videogular] vg-scrub-bar-cue-points .cue-point-timeline {
      color: #FFFFFF;
      padding-top: 3px; }
      videogular vg-scrub-bar-cue-points .cue-point-timeline .cue-point, [videogular] vg-scrub-bar-cue-points .cue-point-timeline .cue-point {
        position: absolute;
        height: 3px;
        background-color: #FFFFFF; }
  videogular vg-scrub-bar-thumbnails, [videogular] vg-scrub-bar-thumbnails {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    bottom: 24px;
    z-index: 1; }
    videogular vg-scrub-bar-thumbnails .vg-thumbnails, [videogular] vg-scrub-bar-thumbnails .vg-thumbnails {
      position: absolute;
      top: -20px;
      margin-top: -40px;
      width: 80px;
      height: 60px;
      overflow: hidden; }
      videogular vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail, [videogular] vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail {
        height: 60px;
        background-repeat: no-repeat; }
    videogular vg-scrub-bar-thumbnails .background, [videogular] vg-scrub-bar-thumbnails .background {
      width: 100%;
      height: 50px; }
  videogular vg-playback-button, [videogular] vg-playback-button {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  videogular vg-volume, [videogular] vg-volume {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  videogular vg-volume-bar, [videogular] vg-volume-bar {
    width: 50px;
    height: 100px;
    top: -100px;
    margin-left: -25px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    cursor: pointer; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    videogular vg-volume-bar, [videogular] vg-volume-bar {
      zoom: 1;
      filter: alpha(opacity=50);
      opacity: 0.5; } }
  videogular vg-fullscreen-button, [videogular] vg-fullscreen-button {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  videogular vg-volume-bar .verticalVolumeBar, [videogular] vg-volume-bar .verticalVolumeBar {
    width: 50px;
    height: 100px;
    background-color: #000000;
    position: absolute; }
  videogular vg-volume-bar .volumeBackground, [videogular] vg-volume-bar .volumeBackground {
    width: 20px;
    height: 70px;
    left: 15px;
    top: 15px;
    background-color: #222222;
    position: absolute; }
  videogular vg-volume-bar .volumeValue, [videogular] vg-volume-bar .volumeValue {
    width: 20px;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute; }
  videogular vg-volume-bar .volumeClickArea, [videogular] vg-volume-bar .volumeClickArea {
    width: 20px;
    height: 100%;
    position: absolute; }
  videogular vg-controls .hide-animation, [videogular] vg-controls .hide-animation {
    animation: hideControlsAnimationFrames ease-out 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: hideControlsAnimationFrames ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: hideControlsAnimationFrames ease-out 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: hideControlsAnimationFrames ease-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/ }

@keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }

@-moz-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }

@-webkit-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }

@-o-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }

@-ms-keyframes hideControlsAnimationFrames {
  videogular 0%, [videogular] 0% {
    opacity: 0.5; }
  videogular 100%, [videogular] 100% {
    opacity: 0; } }
  videogular vg-controls .show-animation, [videogular] vg-controls .show-animation {
    animation: showControlsAnimationFrames ease-out 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: showControlsAnimationFrames ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: showControlsAnimationFrames ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: showControlsAnimationFrames ease-out 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: showControlsAnimationFrames ease-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/ }

@keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }

@-moz-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }

@-webkit-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }

@-o-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }

@-ms-keyframes showControlsAnimationFrames {
  videogular 0%, [videogular] 0% {
    background-color: transparent; }
  videogular 100%, [videogular] 100% {
    background-color: rgba(0, 0, 0, 0.5); } }
  videogular vg-play-pause-button .play:before, [videogular] vg-play-pause-button .play:before {
    content: "\e000"; }
  videogular vg-play-pause-button .pause:before, [videogular] vg-play-pause-button .pause:before {
    content: "\e001"; }
  videogular vg-mute-button, [videogular] vg-mute-button {
    width: 50px;
    display: block; }
  videogular vg-mute-button .level3:before, [videogular] vg-mute-button .level3:before {
    content: "\e002"; }
  videogular vg-mute-button .level2:before, [videogular] vg-mute-button .level2:before {
    content: "\e003"; }
  videogular vg-mute-button .level1:before, [videogular] vg-mute-button .level1:before {
    content: "\e004"; }
  videogular vg-mute-button .level0:before, [videogular] vg-mute-button .level0:before {
    content: "\e005"; }
  videogular vg-mute-button .mute:before, [videogular] vg-mute-button .mute:before {
    content: "\e006"; }
  videogular vg-fullscreen-button .enter:before, [videogular] vg-fullscreen-button .enter:before {
    content: "\e007"; }
  videogular vg-fullscreen-button .exit:before, [videogular] vg-fullscreen-button .exit:before {
    content: "\e008"; }
  videogular vg-buffering, [videogular] vg-buffering {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0; }
  videogular vg-buffering .bufferingContainer, [videogular] vg-buffering .bufferingContainer {
    width: 100%;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -50px;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6; }
  videogular vg-buffering .loadingSpinner, [videogular] vg-buffering .loadingSpinner {
    background-color: transparent;
    border: 5px solid white;
    opacity: .9;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 50px;
    box-shadow: 0 0 35px #FFFFFF;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear; }
  videogular vg-buffering .loadingSpinner .stop, [videogular] vg-buffering .loadingSpinner .stop {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-360deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
  videogular vg-ima-ads, [videogular] vg-ima-ads {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    display: none; }

html {
  height: 100%;
  overflow: auto;
  margin: 0; }

:focus {
  outline: 0; }

* {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
  -ms-user-select: none;
  user-select: none; }

body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  width: 100%;
  min-width: 300px;
  max-width: 1000px;
  background-color: transparent;
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  color: #090909;
  -webkit-overflow-scrolling: touch;
  font-size: 14px; }
  @media screen and (max-width: 300px) {
    body {
      font-size: 8px; } }
  @media screen and (max-width: 800px) {
    body {
      font-size: 13px; } }
  @media screen and (max-width: 700px) {
    body {
      font-size: 11px; } }
  @media screen and (max-width: 600px) {
    body {
      font-size: 11px; } }
  @media screen and (max-width: 500px) {
    body {
      font-size: 10px; }
    body .footer {
      height: 9em; } }
  @media screen and (max-width: 400px) {
    body {
      font-size: 10px; }
    body .footer {
      height: 10em; } }
  @media screen and (max-width: 350px) {
    body {
      font-size: 10px; }
    body .footer {
      height: 11em; } }

.app-container {
  position: relative;
  padding: 2% 3% 3%;
  height: auto;
  background-color: white; }
  .app-container.loaded .borders {
    opacity: 1; }
  .app-container .borders {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
    .app-container .borders__left, .app-container .borders__right, .app-container .borders__bottom, .app-container .borders__top {
      position: absolute; }
    .app-container .borders__left, .app-container .borders__right {
      top: 0;
      height: 100%;
      width: 1px;
      background: #b2adaa;
      background: -webkit-linear-gradient(top, #b2adaa 0%, rgba(178, 173, 170, 0) 9%, rgba(178, 173, 170, 0) 91%, #b2adaa 100%);
      background: linear-gradient(to bottom, #b2adaa 0%, rgba(178, 173, 170, 0) 9%, rgba(178, 173, 170, 0) 91%, #b2adaa 100%); }
    .app-container .borders__left {
      left: 0; }
    .app-container .borders__right {
      right: 0; }
    .app-container .borders__top, .app-container .borders__bottom {
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #b2adaa; }
    .app-container .borders__top {
      top: 0; }
    .app-container .borders__bottom {
      bottom: 0; }

.app {
  height: 100%; }
  @media screen and (min-width: 600px) {
    .app {
      margin-top: 10px; } }

.tabs__content {
  position: absolute;
  overflow: hidden; }
  .tabs__content.ng-enter, .tabs__content.ng-leave {
    position: absolute;
    -webkit-transition: all 1.1s ease-in-out;
    -moz-transition: all 1.1s ease-in-out;
    -ms-transition: all 1.1s ease-in-out;
    -o-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out; }
  .tabs__content.ng-enter {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .tabs__content.ng-enter-active {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .tabs__content.ng-leave {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .tabs__content.ng-leave-active {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

.collectionHighlights .tabs__content.ng-enter {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.collectionHighlights .tabs__content.ng-enter-active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.collectionHighlights .tabs__content.ng-leave {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.collectionHighlights .tabs__content.ng-leave-active {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.tabs__header {
  display: block;
  margin: 0;
  position: relative;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1.6em;
  margin-top: 0em; }

.tabs__tab {
  position: relative;
  display: inline;
  margin: 0.8em;
  font-size: 1.35714em;
  text-transform: uppercase;
  color: rgba(67, 54, 38, 0.7); }
  .tabs__tab:hover {
    cursor: pointer;
    cursor: hand; }
  .tabs__tab::after {
    bottom: -0.5em;
    left: 0px;
    position: absolute;
    content: "";
    width: 100%;
    height: 0.2em;
    background-color: #090909;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .tabs__tab--active {
    color: #090909; }
  .tabs__tab--active::after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tabs__tab-image {
    width: 5em;
    display: inline-block; }
    .tabs__tab-image > div {
      cursor: pointer;
      cursor: hand;
      background: url("../img/logo.svg");
      background-size: 100% 100%;
      position: absolute;
      width: 6em;
      height: 6em;
      top: -3em;
      left: -0.3em; }
    .tabs__tab-image:hover {
      cursor: default; }
  .tabs__tab-image-simple {
    width: 1.2em; }
    .tabs__tab-image-simple > div {
      background: url("../img/logo-simple.svg");
      width: 1.6em;
      height: 1.6em;
      top: -0.3em;
      left: -0.3em; }

.footer {
  position: relative;
  z-index: 1;
  margin-top: 4em;
  width: 100%;
  height: 8em;
  margin-bottom: 2em; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0.4;
    filter: alpha(opacity=40); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@-moz-keyframes fade-in {
  0% {
    opacity: 0.4;
    filter: alpha(opacity=40); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@-o-keyframes fade-in {
  0% {
    opacity: 0.4;
    filter: alpha(opacity=40); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes fade-in {
  0% {
    opacity: 0.4;
    filter: alpha(opacity=40); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

.footer-mention {
  position: absolute;
  top: -1.7rem;
  right: 0rem;
  font-size: 0.80em;
  font-style: italic; }

.footer-text {
  color: #090909;
  width: 94%;
  margin: auto;
  text-align: justify;
  text-justify: inter-word;
  font-weight: light; }
  .footer-text--transition {
    -webkit-animation: fade-in 0.2s ease-in forwards;
    -moz-animation: fade-in 0.2s ease-in forwards;
    -ms-animation: fade-in 0.2s ease-in forwards;
    -o-animation: fade-in 0.2s ease-in forwards;
    animation: fade-in 0.2s ease-in forwards; }
  .footer-text h1 {
    font-size: 1.071428em;
    font-weight: 600 !important;
    margin-bottom: 0.7em; }
  .footer-text .article-ref {
    font-size: 1.071428em;
    font-weight: 600 !important; }
  .footer-text .codeor-gender {
    margin-left: 0.66em;
    font-weight: 400 !important; }
  .footer-text .collection {
    font-weight: 400 !important; }
  .footer-text.link {
    position: absolute;
    right: 1em;
    text-align: right;
    text-decoration: underline;
    font-weight: 600 !important; }
  .footer-text.link:hover {
    cursor: pointer; }

.collection-highlights {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: visible !important;
  margin: 0;
  padding: 0;
  background: url("../img/bg-collection.jpg");
  background-size: 100% 100%;
  /*
	&--gender-2
	{
		@include radial-gradient($collection-background-color, #000);		
	}

	&--gender-1
	{
		@include radial-gradient(#FFF, #CCC7C1);
	}*/
  /*
	&--gender-2
	{
		.collection-highlights__codeor-gender, .collection-highlights__collection
		{
			color: #CCC7C1;
		}	
	}*/ }
  .collection-highlights__image {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: center 39%;
    margin: auto; }
    .collection-highlights__image:hover {
      cursor: pointer; }
  .collection-highlights__image.featured {
    background-size: auto 100%;
    background-position: center center; }
  .collection-highlights__legend {
    position: absolute;
    bottom: 6%;
    left: 69%;
    line-height: 1.35em;
    text-align: left; }
  .collection-highlights__reference a {
    font-weight: bold;
    color: #433626;
    line-height: 1.5em;
    text-decoration: none; }
  .collection-highlights__codeor-gender, .collection-highlights__collection {
    color: #807969;
    font-weight: lighten; }
  .collection-highlights__codeor-gender {
    font-style: italic; }

.rn-carousel-control {
  font-size: 1em; }

.rn-carousel-control.rn-carousel-control-prev::before {
  content: "";
  position: absolute;
  height: 7em;
  width: 7em;
  left: -2.1em;
  background: url("../img/previous.png");
  background-size: 100% 100%; }

.rn-carousel-control.rn-carousel-control-next::before {
  content: "";
  position: absolute;
  height: 7em;
  width: 7em;
  right: -2em;
  background: url("../img/next.png");
  background-size: 100% 100%; }

videogular vg-overlay-play, [videogular] vg-overlay-play {
  left: 0;
  font-size: 1em; }
  videogular vg-overlay-play .play::before, [videogular] vg-overlay-play .play::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    background: url("../img/play.png");
    background-size: 26% auto;
    background-repeat: no-repeat;
    background-position: center center; }

videogular vg-controls, [videogular] vg-controls {
  height: 4em; }

videogular vg-controls .controls-container, [videogular] vg-controls .controls-container {
  height: 4em; }

videogular vg-scrub-bar, [videogular] vg-scrub-bar {
  margin-top: 2em;
  margin-bottom: 2em; }
  videogular vg-scrub-bar .container, [videogular] vg-scrub-bar .container {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 1.9em;
    padding-left: 0; }

videogular vg-time-display, videogular .iconButton, [videogular] vg-time-display, [videogular] .iconButton {
  font-size: 1.3em; }

videogular .controls-container, [videogular] .controls-container {
  background-color: rgba(9, 9, 9, 0.6) !important; }

videogular vg-time-display, [videogular] vg-time-display {
  color: white; }

videogular {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100); }
  videogular.loading {
    opacity: 0.4;
    filter: alpha(opacity=40); }
