/* ==========================================================================
   CSS Reset
   ========================================================================== */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* @license
 * MyFonts Webfont Build ID 2490999, 2013-02-27T05:47:21-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Futura ND Demibold by Neufville Digital
 * URL: http://www.myfonts.com/fonts/neufville/futura-nd/demibold/
 * Copyright: © Copyright 1998, Neufville Digital. ALL RIGHTS RESERVED. This font is licensed, not sold, and may not be reproduced without the written consent of Neufville Digital. Parts © Visualogik Technology & Design, 1998.The digitally encoded mac
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2490999
 * 
 * © 2013 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/* TODO: License issue, I think the code below must be real. ^Victor */
/* @import url("http://hello.myfonts.net/count/260277"); */
@font-face {
  font-family: 'FuturaNDDemibold';
  src: url('https://457a3d.claudeassets.com/20260418035315im_/http://brommamamma.com/wp-content/themes/brommamamma/webfonts/260277_0_0.eot');
  src: url('https://553d76.claudeassets.com/20260418035315im_/http://brommamamma.com/wp-content/themes/brommamamma/webfonts/260277_0_0.eot#iefix') format('embedded-opentype'), url('https://da1411.claudeassets.com/20260418035315im_/http://brommamamma.com/wp-content/themes/brommamamma/webfonts/260277_0_0.woff') format('woff'), url('https://86a497.claudeassets.com/20260418035315im_/http://brommamamma.com/wp-content/themes/brommamamma/webfonts/260277_0_0.ttf') format('truetype');
}
.FuturaNDDemibold {
  font-family: FuturaNDDemibold;
  font-weight: 500 !important;
  font-style: normal;
}
/* ==========================================================================
   Generic
   ========================================================================== */
body,
html {
  height: 100%;
  overflow: auto;
}
#big-video-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
}
body {
  background: #000;
  font-family: FuturaNDDemibold;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
}
p {
  line-height: 24px;
}
a {
  color: #fff;
  text-rendering: optimizeLegibility;
}
a:hover {
  color: #ffaeae !important;
  border-bottom-color: #ffaeae !important;
}
#main {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.container,
.contact,
.caption {
  opacity: 0;
  filter: alpha(opacity=0);
}
.container {
  z-index: 999;
  position: relative;
  display: block;
  overflow: auto;
  margin: 34px auto;
  width: 100%;
  text-align: center;
}
p.contact,
p.right_text {
  position: fixed;
  z-index: 99;
  line-height: 18px;
  text-align: center;
  left: -10px;
  top: 80px;
  width: 300px;
  height: 100px;
  text-align: right;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
/*  < IE8 */
html.no-canvas p.contact {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
p.mobile_contact {
  display: none;
}
p.right_text {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -10px;
  left: auto;
  text-align: left;
}
.caption {
  position: fixed;
  bottom: 44px;
  left: 0px;
  right: 0px;
  max-width: 800px;
  text-align: center;
  margin-bottom: 0px;
  margin-left: -400px;
  left: 50%;
}
.caption.hide {
  display: none !important;
}
li.mobile_instructions {
  display: none;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  margin-top: 0px !important;
  margin-bottom: 16px !important;
}
/* ==========================================================================
   Generic
   ========================================================================== */
a.archive {
  position: relative;
  font-size: 27px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  z-index: 999;
}
a.archive:focus {
  outline: none;
}
a.archive span {
  position: absolute;
  display: none;
  right: -12px;
}
a.archive.active {
  border-bottom: none;
}
a.archive.active span {
  display: inline;
}
ul.archive_list,
ul.mobile_nav {
  z-index: 99;
  display: none;
  margin: 0;
  padding: 0px;
}
ul.archive_list li,
ul.mobile_nav li {
  float: left;
  text-align: center;
  width: 100%;
  list-style: none;
  margin-top: 4px;
}
ul.archive_list li a,
ul.mobile_nav li a {
  font-size: 27px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
ul.archive_list li:last-child,
ul.mobile_nav li:last-child {
  margin-bottom: 100px;
}
ul.archive_list li.home a,
ul.mobile_nav li.home a,
ul.archive_list li.contact a,
ul.mobile_nav li.contact a {
  font-size: 18px;
  line-height: 22px;
}
ul.archive_list li.home,
ul.mobile_nav li.home {
  margin-top: 20px;
}
ul.archive_list li.contact,
ul.mobile_nav li.contact {
  margin-bottom: 27px;
  margin-top: 0px;
}
ul.archive_list {
  margin: 0px auto;
  width: 380px;
}
/* ==========================================================================
   Media Player
   ========================================================================== */
.controls {
  display: none;
  position: fixed;
  z-index: 22;
  bottom: 150px;
  width: 100%;
}
.controls.hide {
  display: none !important;
}
.controls #next,
.controls #previous {
  position: fixed;
  width: 17px;
  padding: 0px 100px;
  height: 100%;
  text-indent: -9999px;
  top: 0px;
  margin-top: -15px;
}
.controls #next.hidden,
.controls #previous.hidden {
  display: none !important;
}
.controls #next {
  right: 0px;
  background: url('https://67cd14.claudeassets.com/20260418035315im_/http://brommamamma.com/wp-content/themes/brommamamma/img/arrow_right.png') no-repeat 160px center;
}
.controls #next:hover {
  background: url('https://ea217b.claudeassets.com/20260418035315im_/http://brommamamma.com/wp-content/themes/brommamamma/img/arrow_right_hover.png') no-repeat 160px center;
}
.controls #previous {
  background: url('https://21070e.claudeassets.com/20260418035315im_/http://brommamamma.com/wp-content/themes/brommamamma/img/arrow_left.png') no-repeat 40px center;
  left: 0px;
}
.controls #previous:hover {
  background: url('https://2fe1e4.claudeassets.com/20260418035315im_/http://brommamamma.com/wp-content/themes/brommamamma/img/arrow_left_hover.png') no-repeat 40px center;
}
.controls_yt {
  position: fixed;
  z-index: 22;
  bottom: 39px;
  left: 18px;
  right: 55px;
}
.controls_yt.hide {
  display: none !important;
}
.controls_yt a {
  display: block;
  z-index: 10;
  color: #fff;
  float: left;
}
.controls_yt a#YTF_playpausebutton {
  width: 70px;
  text-align: right;
  text-decoration: none;
}
.controls_yt a#YTF_previousbutton {
  width: 10px;
  height: 9px;
  text-indent: -9999px;
  background: url('https://0bc82e.claudeassets.com/20260418035315im_/http://brommamamma.com/wp-content/themes/brommamamma/img/player.png') no-repeat;
  position: absolute;
  right: 20px;
  top: 8px;
}
.controls_yt a#YTF_nextbutton {
  top: 8px;
  width: 10px;
  height: 9px;
  text-indent: -9999px;
  background: url('https://0bc82e.claudeassets.com/20260418035315im_/http://brommamamma.com/wp-content/themes/brommamamma/img/player.png') no-repeat right;
  position: absolute;
  right: 0px;
}
.YTF_progress {
  position: fixed;
  bottom: 40px;
  display: block;
  height: 12px;
  left: 100px;
  right: 100px;
  z-index: 10;
  cursor: pointer;
}
.YTF_progress.hide {
  display: none !important;
}
.YTF_progress .bar {
  width: 100%;
  height: 6px;
  background: #FFF;
}
.YTF_progress .YTF_loaded {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0px;
  right: 100%;
  top: 6px;
  background: #fff;
  height: 6px;
  z-index: 11;
}
.YTF_progress .YTF_progress_pos {
  position: absolute;
  cursor: pointer;
  height: 12px;
  z-index: 100;
  top: 0;
  left: 0px;
  right: 0px;
}
div.loader {
  display: none;
  width: 16px;
  height: 16px;
  background: url('https://e67b51.claudeassets.com/20260418035315im_/http://brommamamma.com/wp-content/themes/brommamamma/img/ajax-loader.gif') no-repeat;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
/* ==========================================================================
   BigVideo Styles
   ========================================================================== */
#big-video-wrap {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
#big-video-vid,
#big-video-image {
  position: absolute;
}
#big-video-control-container {
  position: fixed;
  bottom: 20px;
  padding: 0 20px;
  width: 100%;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
#big-video-control {
  width: 100%;
  height: 16px;
  position: relative;
}
#big-video-control-middle {
  margin: 0 56px 0 24px;
}
#big-video-control-bar {
  width: 100%;
  height: 16px;
  position: relative;
  cursor: pointer;
}
#big-video-control-progress {
  position: absolute;
  top: 7px;
  height: 3px;
  width: 0%;
  background: #fff;
}
#big-video-control-track {
  position: absolute;
  top: 8px;
  height: 1px;
  width: 100%;
  background: #fff;
}
#big-video-control-bound-left {
  left: 0;
}
#big-video-control-bound-right {
  right: -1px;
}
#big-video-control-track .ui-slider-handle {
  opacity: 0;
}
#big-video-control-playhead {
  left: 30%;
}
#big-video-control-play {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-image: url('https://a07978.claudeassets.com/20260418035315im_/http://brommamamma.com/wp-content/themes/brommamamma/css/bigvideo.png');
}
#big-video-control-timer {
  position: absolute;
  top: 1px;
  right: 0;
  color: #fff;
  font-size: 11px;
}
#big-video-control-playhead,
#big-video-control-bound-left,
#big-video-control-bound-right {
  position: absolute;
  top: 0;
  height: 16px;
  width: 1px;
  background: #fff;
}
#big-video-control .ui-slider-handle {
  border-left: solid 1px #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
}
.transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.vjs-big-play-button {
  display: none !important;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
.mobile {
  display: none !important;
}
@media (max-width: 1000px) {
  .caption {
    margin-left: 0px;
    left: 100px;
    right: 100px;
  }
}
@media (max-width: 700px) {
  body,
  html {
    height: auto;
    overflow: auto;
  }
  body {
    background: #000;
  }
  #big-video-wrap {
    display: none !important;
  }
  .container {
    width: auto;
  }
  p.contact {
    display: none !important;
  }
  p.mobile_contact {
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0px;
    margin: 50px 10px 30px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  p.caption {
    display: none !important;
  }
  .archive_list {
    display: none !important;
  }
  a.archive {
    border-bottom: none !important;
    font-size: 24px !important;
  }
  a.archive span {
    display: inline !important;
  }
  li.mobile_instructions,
  .mobile_nav {
    display: block !important;
  }
  .mobile_nav li a {
    font-size: 24px !important;
  }
  .controls {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.error404 .container,
.error404 .contact,
.error404 .mobile_contact {
  display: none !important;
}

/*
     FILE ARCHIVED ON 10:41:56 Aug 25, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:29:08 Jul 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.451
  exclusion.robots: 0.052
  exclusion.robots.policy: 0.044
  esindex: 0.008
  cdx.remote: 5.145
  LoadShardBlock: 147.056 (3)
  PetaboxLoader3.datanode: 143.654 (5)
  PetaboxLoader3.resolve: 210.747 (3)
  load_resource: 408.408
  loaddict: 218.33
*/