/* Styles.css */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* line 12, app/assets/stylesheets/_reset.scss */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* line 21, app/assets/stylesheets/_reset.scss */
body {
  line-height: 1; }

/* line 24, app/assets/stylesheets/_reset.scss */
ol, ul {
  list-style: none; }

/* line 27, app/assets/stylesheets/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 31, app/assets/stylesheets/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
/* line 37, app/assets/stylesheets/_reset.scss */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
/* line 42, app/assets/stylesheets/_reset.scss */
ins {
  text-decoration: none; }

/* line 45, app/assets/stylesheets/_reset.scss */
del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
/* line 50, app/assets/stylesheets/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* FONTS */
/* COLOR SCHEME */
/* SIZES */
/* line 1, app/assets/stylesheets/_twipsy.scss */
.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 12px;
  z-index: 1000;
  filter: alpha(opacity=0);
  -khtml-opacity: 0.0;
  -moz-opacity: 0.0;
  opacity: 0.0; }

/* line 13, app/assets/stylesheets/_twipsy.scss */
.twipsy.fade.in {
  filter: alpha(opacity=90);
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9; }

/* line 19, app/assets/stylesheets/_twipsy.scss */
.twipsy.above .twipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000b1c; }

/* line 27, app/assets/stylesheets/_twipsy.scss */
.twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000b1c; }

/* line 35, app/assets/stylesheets/_twipsy.scss */
.twipsy.below .twipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000b1c; }

/* line 43, app/assets/stylesheets/_twipsy.scss */
.twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000b1c; }

/* line 51, app/assets/stylesheets/_twipsy.scss */
.twipsy-inner {
  padding: 3px 8px;
  background-color: #000b1c;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 62, app/assets/stylesheets/_twipsy.scss */
.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0; }

/* @group Basic */
/* line 2, app/assets/stylesheets/_basic.scss */
body {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  color: #444444;
  font-size: 13px;
  background: url("../images/background/bg_2013.jpg") no-repeat 50% 0% #000b1c; }

/* line 10, app/assets/stylesheets/_basic.scss */
h1, h2 {
  margin: 10px 0;
  color: black;
  font-weight: normal;
  text-transform: uppercase;
  font-family: brandon-grotesque, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

/* line 18, app/assets/stylesheets/_basic.scss */
h1 {
  position: relative;
  padding-bottom: 10px;
  line-height: 28px;
  font-size: 24px;
  font-weight: 700; }
  /* line 24, app/assets/stylesheets/_basic.scss */
  h1 strong {
    font-weight: 700; }

/* line 29, app/assets/stylesheets/_basic.scss */
h2 {
  margin: 10px 0;
  color: white;
  font-weight: normal;
  font-size: 20px; }
  /* line 34, app/assets/stylesheets/_basic.scss */
  h2 strong {
    font-weight: normal; }

/* line 39, app/assets/stylesheets/_basic.scss */
h3 {
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0px;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
  color: black; }

/* line 50, app/assets/stylesheets/_basic.scss */
h4 {
  font-size: 14px;
  line-height: 14px;
  margin: 5px 0px;
  font-weight: bold; }

/* line 58, app/assets/stylesheets/_basic.scss */
h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited, h5 a, h5 a:link, h5 a:visited {
  text-decoration: none;
  color: black; }

/* line 64, app/assets/stylesheets/_basic.scss */
p {
  margin: 0px 0 10px;
  font-size: 12px;
  line-height: 14px;
  color: #444444; }

/* line 71, app/assets/stylesheets/_basic.scss */
a, a:link, a:visited {
  color: #008aff;
  text-decoration: none; }

/* line 76, app/assets/stylesheets/_basic.scss */
a:hover, a:active {
  color: #001d43;
  text-decoration: underline; }

/* line 81, app/assets/stylesheets/_basic.scss */
strong {
  font-weight: bold; }

/* line 85, app/assets/stylesheets/_basic.scss */
em {
  font-style: italic; }

/* line 89, app/assets/stylesheets/_basic.scss */
table {
  width: 100%; }

/* line 93, app/assets/stylesheets/_basic.scss */
tbody {
  width: 100%; }

/* line 97, app/assets/stylesheets/_basic.scss */
caption {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 16px; }

/* line 105, app/assets/stylesheets/_basic.scss */
.fade {
  -webkit-transition: 0.2s linear opacity;
  -moz-transition: 0.2s linear opacity;
  -ms-transition: 0.2s linear opacity;
  -o-transition: 0.2s linear opacity;
  transition: 0.2s linear opacity; }

/* @end */
/* @group Containers */
/* line 3, app/assets/stylesheets/_layout.scss */
#wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  min-height: 350px; }

/* line 10, app/assets/stylesheets/_layout.scss */
#body {
  float: left;
  font-size: 12px;
  text-align: left;
  width: 1000px;
  margin: 0;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -280px; }

/* line 23, app/assets/stylesheets/_layout.scss */
#banner {
  margin-left: 0;
  width: 180px;
  margin-top: 12px; }

/* line 28, app/assets/stylesheets/_layout.scss */
#banner img {
  max-width: 180px;
  width: expression(this.width > 180 ? 180: true); }

/* line 33, app/assets/stylesheets/_layout.scss */
.block {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(/javascripts/PIE/PIE.htc);
  background-color: black;
  /* The Fallback */
  /* FF, Chrome, Opera, IE9, IE10 */
  background-color: black transparent;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: black;
  float: left;
  text-align: left;
  padding: 6px;
  margin: 0 0 20px 0;
  /*&.main_content .item{
    margin:6px;
  }*/ }
  /* line 44, app/assets/stylesheets/_layout.scss */
  .block h1, .block h2 {
    margin: 12px 8px 8px 8px; }
  /* line 46, app/assets/stylesheets/_layout.scss */
  .block .top {
    zoom: 1;
    position: relative; }
    /* line 46, app/assets/stylesheets/_mixins.scss */
    .block .top:before, .block .top:after {
      display: table;
      content: "";
      zoom: 1; }
    /* line 51, app/assets/stylesheets/_mixins.scss */
    .block .top:after {
      clear: both;
      float: none; }
    /* line 50, app/assets/stylesheets/_layout.scss */
    .block .top h1, .block .top a.btn {
      float: left;
      margin-bottom: 0px; }
    /* line 52, app/assets/stylesheets/_layout.scss */
    .block .top a.btn {
      margin: 12px 5px 0px 5px; }
  /* line 55, app/assets/stylesheets/_layout.scss */
  .block .item {
    /*@include border-radius($border-radius / 2);
    background-color:  $bg_color_button;
    border-color: $bg_color_button;
    color: $color_button;*/
    padding: 0;
    overflow: hidden; }
  /* line 64, app/assets/stylesheets/_layout.scss */
  .block .item img {
    /*max-width: 146px;
    width: expression(this.width > 146 ? 146: true);*/ }
  /* line 69, app/assets/stylesheets/_layout.scss */
  .block .item p {
    margin: 0 0px 12px 0px; }
  /* line 73, app/assets/stylesheets/_layout.scss */
  .block .item ul {
    font-size: 12px;
    list-style-position: inside; }
  /* line 77, app/assets/stylesheets/_layout.scss */
  .block .item ul li {
    line-height: 16px; }
  /* line 80, app/assets/stylesheets/_layout.scss */
  .block .item ul li a {
    text-decoration: none;
    color: #444444; }
    /* line 83, app/assets/stylesheets/_layout.scss */
    .block .item ul li a.btn {
      color: white; }
  /* line 85, app/assets/stylesheets/_layout.scss */
  .block .item ul.list-actions li a {
    color: white; }
  /* line 88, app/assets/stylesheets/_layout.scss */
  .block .item ul li a:hover {
    color: black; }

/* line 99, app/assets/stylesheets/_layout.scss */
#content .block {
  float: none; }

/* line 101, app/assets/stylesheets/_layout.scss */
.block.ad img, .block.ad a {
  display: block; }

/* line 104, app/assets/stylesheets/_layout.scss */
.twocols {
  zoom: 1; }
  /* line 46, app/assets/stylesheets/_mixins.scss */
  .twocols:before, .twocols:after {
    display: table;
    content: "";
    zoom: 1; }
  /* line 51, app/assets/stylesheets/_mixins.scss */
  .twocols:after {
    clear: both;
    float: none; }
  /* line 107, app/assets/stylesheets/_layout.scss */
  .twocols .col {
    float: left;
    width: 48%;
    margin-right: 2%; }

/* @end */
/* @group Header */
/* line 2, app/assets/stylesheets/_header.scss */
#header {
  width: 100%;
  height: 192px;
  margin-bottom: 0;
  position: relative; }
  /* line 8, app/assets/stylesheets/_header.scss */
  #header #logo {
    float: left;
    height: 100px;
    width: 200px;
    margin-top: 38px; }
  /* line 16, app/assets/stylesheets/_header.scss */
  #header #rotating-links #one-piece {
    display: none;
    /*@include opacity(0);*/
    position: absolute;
    top: 90px;
    right: 200px;
    width: 138px;
    height: 60px;
    z-index: 6;
    /*@include transition(.7s linear opacity);*/ }
    /* line 27, app/assets/stylesheets/_header.scss */
    #header #rotating-links #one-piece a {
      display: block; }
  /* line 31, app/assets/stylesheets/_header.scss */
  #header #rotating-links #podcasts {
    display: block;
    /* @include opacity(100);*/
    position: absolute;
    top: 90px;
    right: 200px;
    width: 138px;
    height: 60px;
    z-index: 7;
    /*@include transition(.7s linear opacity);*/ }
    /* line 42, app/assets/stylesheets/_header.scss */
    #header #rotating-links #podcasts a {
      display: block; }
  /* line 46, app/assets/stylesheets/_header.scss */
  #header #box-office {
    position: absolute;
    right: 1px;
    top: 68px; }
  /* line 54, app/assets/stylesheets/_header.scss */
  #header #one-piece a:hover,
  #header #podcasts a:hover,
  #header #box-office a:hover,
  #header .badge:hover img {
    opacity: 0.8; }
  /* line 58, app/assets/stylesheets/_header.scss */
  #header #countdown {
    position: absolute;
    top: 0;
    left: 299px;
    z-index: 1;
    background: url("../images/logo_countdown_fr.png") no-repeat 0 0;
    width: 432px;
    height: 188px;
    padding: 0;
    text-indent: -100000px;
    overflow: hidden;
    font-family: brandon-grotesque, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: white; }
    /* line 74, app/assets/stylesheets/_header.scss */
    #header #countdown span {
      display: block;
      width: 60px;
      height: 60px;
      position: absolute;
      top: 75px;
      left: 29px;
      text-indent: 0; }

/* line 84, app/assets/stylesheets/_header.scss */
#utilities {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  width: auto;
  height: 30px;
  max-width: 1000px; }
  /* line 93, app/assets/stylesheets/_header.scss */
  #utilities #links {
    width: auto;
    height: 30px;
    float: right; }
  /* line 99, app/assets/stylesheets/_header.scss */
  #utilities .button {
    display: block;
    font-family: brandon-grotesque, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
    line-height: 20px;
    text-decoration: none;
    color: white;
    background-color: black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/javascripts/PIE/PIE.htc);
    height: 18px;
    text-transform: uppercase;
    border: 0;
    margin-left: 3px;
    float: right;
    display: block;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-weight: bold;
    position: relative; }
    /* line 71, app/assets/stylesheets/_mixins.scss */
    #utilities .button:link, #utilities .button:visited {
      color: white; }
    /* line 74, app/assets/stylesheets/_mixins.scss */
    #utilities .button:hover {
      color: #333333;
      background-color: white;
      text-decoration: none; }
  /* line 114, app/assets/stylesheets/_header.scss */
  #utilities .button:hover {
    color: black;
    background-color: white; }
  /* line 119, app/assets/stylesheets/_header.scss */
  #utilities #header_newsletter label.button {
    padding-left: 30px;
    /* Icon won't display in IE7 or earlier */ }
    /* line 122, app/assets/stylesheets/_header.scss */
    #utilities #header_newsletter label.button:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 30px;
      height: 30px;
      top: 0;
      left: 0;
      display: block;
      background-image: url("../images/buttons/sprite_buttons_header.png");
      background-position: -172px -1px; }
    /* line 126, app/assets/stylesheets/_header.scss */
    #utilities #header_newsletter label.button:hover:before {
      background-position: -172px -40px; }
  /* line 131, app/assets/stylesheets/_header.scss */
  #utilities #iphone_button {
    padding-left: 26px;
    line-height: 10px;
    padding-top: 5px;
    height: 25px; }
    /* line 136, app/assets/stylesheets/_header.scss */
    #utilities #iphone_button:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 30px;
      height: 30px;
      top: 0;
      left: 0;
      display: block;
      background-image: url("../images/buttons/sprite_buttons_header.png");
      width: 26px;
      background-position: -140px -1px; }
    /* line 141, app/assets/stylesheets/_header.scss */
    #utilities #iphone_button:hover:before {
      background-position: -140px -40px; }
  /* line 146, app/assets/stylesheets/_header.scss */
  #utilities #basket_button {
    width: 60px; }
    /* line 148, app/assets/stylesheets/_header.scss */
    #utilities #basket_button span {
      background-position: 1px;
      background-image: url("../images/buttons/cart.png"); }
  /* line 154, app/assets/stylesheets/_header.scss */
  #utilities #twitter_button.button {
    width: 32px;
    height: 30px;
    background-image: url("../images/buttons/sprite_buttons_header.png");
    padding: 0;
    text-indent: -100000px;
    overflow: hidden;
    background-position: -70px -1px; }
    /* line 157, app/assets/stylesheets/_header.scss */
    #utilities #twitter_button.button:hover {
      background-position: -70px -40px; }
  /* line 162, app/assets/stylesheets/_header.scss */
  #utilities #facebook_button.button {
    width: 32px;
    height: 30px;
    background-image: url("../images/buttons/sprite_buttons_header.png");
    padding: 0;
    text-indent: -100000px;
    overflow: hidden;
    background-position: -105px -1px; }
    /* line 165, app/assets/stylesheets/_header.scss */
    #utilities #facebook_button.button:hover {
      background-position: -105px -40px; }
  /* line 170, app/assets/stylesheets/_header.scss */
  #utilities #vimeo_button.button {
    width: 32px;
    height: 30px;
    background-image: url("../images/buttons/sprite_buttons_header.png");
    padding: 0;
    text-indent: -100000px;
    overflow: hidden;
    background-position: -35px -1px; }
    /* line 173, app/assets/stylesheets/_header.scss */
    #utilities #vimeo_button.button:hover {
      background-position: -35px -40px; }
  /* line 178, app/assets/stylesheets/_header.scss */
  #utilities #youtube_button.button {
    width: 32px;
    height: 30px;
    background-image: url("../images/buttons/sprite_buttons_header.png");
    padding: 0;
    text-indent: -100000px;
    overflow: hidden;
    background-position: 0px -1px; }
    /* line 181, app/assets/stylesheets/_header.scss */
    #utilities #youtube_button.button:hover {
      background-position: 0px -40px; }
  /* line 186, app/assets/stylesheets/_header.scss */
  #utilities #instagram_button.button {
    width: 32px;
    height: 30px;
    background-image: url("../images/buttons/sprite_buttons_header.png");
    padding: 0;
    text-indent: -100000px;
    overflow: hidden;
    background-position: -233px -1px; }
    /* line 189, app/assets/stylesheets/_header.scss */
    #utilities #instagram_button.button:hover {
      background-position: -233px -40px; }
  /* line 194, app/assets/stylesheets/_header.scss */
  #utilities #instagram_button2.button {
    background-image: none;
    padding: 2px 5px;
    height: 26px; }
    /* line 198, app/assets/stylesheets/_header.scss */
    #utilities #instagram_button2.button:hover {
      background: black; }
  /* line 204, app/assets/stylesheets/_header.scss */
  #utilities #locale_switch {
    color: #666666;
    font-family: brandon-grotesque, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    float: right;
    margin-right: 19px; }
    /* line 213, app/assets/stylesheets/_header.scss */
    #utilities #locale_switch.button:hover {
      background-color: black; }
    /* line 216, app/assets/stylesheets/_header.scss */
    #utilities #locale_switch a {
      color: white; }
    /* line 217, app/assets/stylesheets/_header.scss */
    #utilities #locale_switch a.active {
      color: #666666;
      cursor: default; }
      /* line 220, app/assets/stylesheets/_header.scss */
      #utilities #locale_switch a.active:hover {
        text-decoration: none; }
  /* line 225, app/assets/stylesheets/_header.scss */
  #utilities #header_search {
    float: right;
    margin-left: 22px;
    padding-top: 5px; }
  /* line 233, app/assets/stylesheets/_header.scss */
  #utilities #header_search form input, #utilities #header_search form label, #utilities #header_newsletter form input, #utilities #header_newsletter form label {
    font-size: 11px; }
  /* line 237, app/assets/stylesheets/_header.scss */
  #utilities #header_search form label, #utilities #header_newsletter form label {
    text-transform: uppercase;
    font-weight: bold;
    color: #aaaaaa; }
  /* line 243, app/assets/stylesheets/_header.scss */
  #utilities #header_search form input[type=text], #utilities #header_newsletter form input[type=text] {
    padding: 2px 5px;
    height: 21px;
    border: 1px solid black;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    float: left; }
  /* line 251, app/assets/stylesheets/_header.scss */
  #utilities #header_search form input[type=submit], #utilities #header_newsletter form input[type=submit] {
    width: 32px;
    height: 30px;
    background-image: url("../images/buttons/sprite_buttons_header.png");
    padding: 0;
    text-indent: -100000px;
    overflow: hidden;
    border: 1px solid black;
    height: 23px;
    width: 23px;
    margin: 0;
    background-position: -206px -1px;
    float: left; }
    /* line 258, app/assets/stylesheets/_header.scss */
    #utilities #header_search form input[type=submit]:hover, #utilities #header_newsletter form input[type=submit]:hover {
      background-position: -206px -40px;
      cursor: pointer; }
  /* line 266, app/assets/stylesheets/_header.scss */
  #utilities form p.infield {
    position: relative;
    margin: 0; }
    /* line 268, app/assets/stylesheets/_header.scss */
    #utilities form p.infield label {
      position: absolute;
      top: 4px;
      left: 5px; }
  /* line 273, app/assets/stylesheets/_header.scss */
  #utilities #header_newsletter {
    width: auto;
    height: 30px;
    float: right;
    position: relative; }
  /* line 279, app/assets/stylesheets/_header.scss */
  #utilities #header_newsletter form {
    margin: 0; }
  /* line 283, app/assets/stylesheets/_header.scss */
  #utilities #header_newsletter .show-hide {
    background-color: white;
    /* fallback */
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 33px;
    left: 3px;
    padding: 10px;
    width: 185px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/javascripts/PIE/PIE.htc);
    z-index: 9; }

/* line 296, app/assets/stylesheets/_header.scss */
.en #header #countdown {
  background-image: url("../images/logo_countdown_en.png"); }

/* line 304, app/assets/stylesheets/_header.scss */
.show-hide {
  display: none; }

/* @end */
/* @group Menu */
/* line 4, app/assets/stylesheets/_menu.scss */
ul.menu {
  position: relative;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 39px 0;
  text-align: left;
  display: block;
  font-family: brandon-grotesque, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  zoom: 1; }
  /* line 46, app/assets/stylesheets/_mixins.scss */
  ul.menu:before, ul.menu:after {
    display: table;
    content: "";
    zoom: 1; }
  /* line 51, app/assets/stylesheets/_mixins.scss */
  ul.menu:after {
    clear: both;
    float: none; }
  /* line 15, app/assets/stylesheets/_menu.scss */
  ul.menu li {
    float: left;
    padding: 0px 2px 0 0;
    display: block;
    border: 0;
    position: relative;
    outline: none; }
  /* line 23, app/assets/stylesheets/_menu.scss */
  ul.menu li a {
    border: 0;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 9px 8px 9px;
    color: white;
    background-color: black;
    text-decoration: none;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/javascripts/PIE/PIE.htc);
    outline: none; }
  /* line 38, app/assets/stylesheets/_menu.scss */
  ul.menu > li.active > a, ul.menu > li:hover > a, ul.menu > li.hover > a {
    background-color: white;
    color: #363636; }
  /* line 44, app/assets/stylesheets/_menu.scss */
  ul.menu li:hover div.sub,
  ul.menu li.hover div.sub {
    display: block; }
  /* line 48, app/assets/stylesheets/_menu.scss */
  ul.menu div.sub {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 20;
    padding-top: 12px;
    background: url("../images/submenu_arrow.png") no-repeat 20px 0; }
  /* line 58, app/assets/stylesheets/_menu.scss */
  ul.menu ul {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/javascripts/PIE/PIE.htc);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    font-weight: normal; }
  /* line 66, app/assets/stylesheets/_menu.scss */
  ul.menu ul li {
    float: none; }
    /* line 68, app/assets/stylesheets/_menu.scss */
    ul.menu ul li a {
      color: #363636;
      padding: 5px;
      white-space: nowrap;
      background-color: transparent; }
      /* line 75, app/assets/stylesheets/_menu.scss */
      ul.menu ul li a:hover {
        text-decoration: underline; }

/* @group Footer */
/* line 3, app/assets/stylesheets/_footer.scss */
#footer {
  background: url("../images/background/footer.png") no-repeat 0 100%;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding-top: 300px;
  color: white;
  font-size: 14px;
  line-height: 18px; }
  /* line 13, app/assets/stylesheets/_footer.scss */
  #footer a {
    color: white;
    text-decoration: none; }
  /* line 18, app/assets/stylesheets/_footer.scss */
  #footer #footer_content {
    background-color: black;
    /* The Fallback */
    /* FF, Chrome, Opera, IE9, IE10 */
    background-color: black transparent;
    background-color: rgba(0, 0, 0, 0.2);
    margin: auto;
    width: 100%;
    padding: 40px 0 0 0; }
  /* line 26, app/assets/stylesheets/_footer.scss */
  #footer #footer_menu {
    width: 948px;
    margin: auto;
    height: 156px; }
    /* line 30, app/assets/stylesheets/_footer.scss */
    #footer #footer_menu ul {
      width: 180px;
      float: left;
      margin-left: 12px; }
    /* line 35, app/assets/stylesheets/_footer.scss */
    #footer #footer_menu li {
      margin-bottom: 2px; }
      /* line 37, app/assets/stylesheets/_footer.scss */
      #footer #footer_menu li a {
        border-bottom: 1px solid #80858d; }
      /* line 40, app/assets/stylesheets/_footer.scss */
      #footer #footer_menu li a:hover {
        border-bottom: 1px solid #fff; }
    /* line 46, app/assets/stylesheets/_footer.scss */
    #footer #footer_menu #general_footer_menu {
      margin-left: 0; }
  /* line 51, app/assets/stylesheets/_footer.scss */
  #footer #footer_logos {
    width: 1000px;
    margin: auto; }

/* @end */
/* line 1, app/assets/stylesheets/_main.scss */
#main {
  float: left;
  width: 670px;
  /* exceptions bg color (home page) */
  /* item with img and txt */ }
  /* line 5, app/assets/stylesheets/_main.scss */
  #main .block {
    width: 658px;
    padding: 6px;
    background-color: white; }
    /* line 10, app/assets/stylesheets/_main.scss */
    #main .block .btn, #main .block ul.actions li a {
      /* border:1px solid $bg_color_button;
      padding: 3px 9px; */ }
      /* line 13, app/assets/stylesheets/_main.scss */
      #main .block .btn:hover, #main .block ul.actions li a:hover {
        color: white;
        background-color: black;
        -moz-opacity: 0.8;
        filter: alpha(opacity=80);
        opacity: 0.8; }
  /* line 24, app/assets/stylesheets/_main.scss */
  #main #homepage_gallery.block,
  #main .leaderboard-container .block,
  #main .side-under-leaderboard .block {
    background-color: black;
    /* The Fallback */
    /* FF, Chrome, Opera, IE9, IE10 */
    background-color: black transparent;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 90px; }
    /* line 30, app/assets/stylesheets/_main.scss */
    #main #homepage_gallery.block .btn, #main #homepage_gallery.block ul.actions li a,
    #main .leaderboard-container .block .btn,
    #main .leaderboard-container .block ul.actions li a,
    #main .side-under-leaderboard .block .btn,
    #main .side-under-leaderboard .block ul.actions li a {
      display: block;
      font-family: brandon-grotesque, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
      font-weight: 700;
      font-size: 12px;
      padding: 4px 10px;
      line-height: 20px;
      text-decoration: none;
      color: white;
      background-color: black;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      behavior: url(/javascripts/PIE/PIE.htc);
      height: 18px;
      text-transform: uppercase;
      border: 0; }
      /* line 71, app/assets/stylesheets/_mixins.scss */
      #main #homepage_gallery.block .btn:link, #main #homepage_gallery.block .btn:visited, #main #homepage_gallery.block ul.actions li a:link, #main #homepage_gallery.block ul.actions li a:visited,
      #main .leaderboard-container .block .btn:link,
      #main .leaderboard-container .block .btn:visited,
      #main .leaderboard-container .block ul.actions li a:link,
      #main .leaderboard-container .block ul.actions li a:visited,
      #main .side-under-leaderboard .block .btn:link,
      #main .side-under-leaderboard .block .btn:visited,
      #main .side-under-leaderboard .block ul.actions li a:link,
      #main .side-under-leaderboard .block ul.actions li a:visited {
        color: white; }
      /* line 74, app/assets/stylesheets/_mixins.scss */
      #main #homepage_gallery.block .btn:hover, #main #homepage_gallery.block ul.actions li a:hover,
      #main .leaderboard-container .block .btn:hover,
      #main .leaderboard-container .block ul.actions li a:hover,
      #main .side-under-leaderboard .block .btn:hover,
      #main .side-under-leaderboard .block ul.actions li a:hover {
        color: #333333;
        background-color: white;
        text-decoration: none; }
      /* line 32, app/assets/stylesheets/_main.scss */
      #main #homepage_gallery.block .btn:hover, #main #homepage_gallery.block ul.actions li a:hover,
      #main .leaderboard-container .block .btn:hover,
      #main .leaderboard-container .block ul.actions li a:hover,
      #main .side-under-leaderboard .block .btn:hover,
      #main .side-under-leaderboard .block ul.actions li a:hover {
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        opacity: 1; }
  /* line 41, app/assets/stylesheets/_main.scss */
  #main .side-under-leaderboard .block:last-child {
    background-color: black;
    /* The Fallback */
    /* FF, Chrome, Opera, IE9, IE10 */
    background-color: black transparent;
    background-color: rgba(0, 0, 0, 0.3); }
  /* line 46, app/assets/stylesheets/_main.scss */
  #main .item.w_img {
    zoom: 1; }
    /* line 46, app/assets/stylesheets/_mixins.scss */
    #main .item.w_img:before, #main .item.w_img:after {
      display: table;
      content: "";
      zoom: 1; }
    /* line 51, app/assets/stylesheets/_mixins.scss */
    #main .item.w_img:after {
      clear: both;
      float: none; }
    /* line 49, app/assets/stylesheets/_main.scss */
    #main .item.w_img a.img {
      display: block;
      float: left;
      margin: 5px 10px 5px 0;
      display: block;
      width: 300px;
      background-color: #eee;
      max-height: 200px;
      overflow: hidden; }
      /* line 58, app/assets/stylesheets/_main.scss */
      #main .item.w_img a.img img {
        width: 300px; }
    /* line 61, app/assets/stylesheets/_main.scss */
    #main .item.w_img .txt {
      float: left;
      width: 320px;
      margin: 0 0 10px 0; }
      /* line 65, app/assets/stylesheets/_main.scss */
      #main .item.w_img .txt h3 {
        margin-top: 5px; }
      /* line 66, app/assets/stylesheets/_main.scss */
      #main .item.w_img .txt h3 > a:hover {
        text-decoration: underline; }
      /* line 70, app/assets/stylesheets/_main.scss */
      #main .item.w_img .txt p {
        color: inherit; }

/* line 76, app/assets/stylesheets/_main.scss */
#main .block h2 {
  color: black; }
/* line 79, app/assets/stylesheets/_main.scss */
#main .side-under-leaderboard .block h2 {
  color: white; }

/* line 84, app/assets/stylesheets/_main.scss */
#main .block .item {
  padding: 0 8px; }
  /* line 86, app/assets/stylesheets/_main.scss */
  #main .block .item.nopad {
    padding: 0; }
    /* line 88, app/assets/stylesheets/_main.scss */
    #main .block .item.nopad h1 {
      margin: 12px 8px 8px 8px; }

/* line 93, app/assets/stylesheets/_main.scss */
#main .block .item h2 {
  padding: 0 8px;
  padding: 0;
  margin-right: 0;
  margin-left: 0; }

/* line 99, app/assets/stylesheets/_main.scss */
#main .block .item h1 {
  margin-right: 0;
  margin-left: 0; }

/* line 104, app/assets/stylesheets/_main.scss */
#content {
  /*  
    @include border-radius($border-radius);
    width: 540px;
    widows: 100%;
    float: left;
    padding: 4px 12px 12px 12px;
    @include block_bg_color(0.5);
    border-color: $block_bg_color;
  
    text-align: left;
  */ }

/* line 119, app/assets/stylesheets/_main.scss */
#content {
  min-height: 500px; }

/* line 123, app/assets/stylesheets/_main.scss */
#content img {
  width: expression(this.width > 642 ? 642 : true);
  height: expression(this.width > 642 ? 642 : true);
  max-width: 642px;
  max-height: 642px;
  text-align: center; }

/* line 130, app/assets/stylesheets/_main.scss */
#content .nopad img {
  width: expression(this.width > 658 ? 658 : true);
  height: expression(this.width > 658 ? 658 : true);
  max-width: 658px;
  max-height: 658px; }

/* line 137, app/assets/stylesheets/_main.scss */
#content .item .date_nav a.nav {
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  height: 21px;
  width: 22px;
  text-align: center;
  display: block;
  line-height: 22px; }

/* line 148, app/assets/stylesheets/_main.scss */
#content .date_nav a.nav {
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  height: 21px;
  width: 22px;
  text-align: center;
  display: block;
  line-height: 22px;
  vertical-align: middle; }

/* Layout exception to display a leaderboard two column wide (main and sidebar) in the middle on the page */
/* */
/* line 165, app/assets/stylesheets/_main.scss */
.leaderboard-container {
  position: relative;
  height: 102px;
  margin: 20px 0; }
  /* line 170, app/assets/stylesheets/_main.scss */
  .leaderboard-container .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px; }
    /* line 174, app/assets/stylesheets/_main.scss */
    .leaderboard-container .block a, .leaderboard-container .block img {
      margin: 0 auto; }

/* line 177, app/assets/stylesheets/_main.scss */
#main .leaderboard-container .block {
  width: 988px; }

/* line 180, app/assets/stylesheets/_main.scss */
#content .leaderboard-container img, #content .side-under-leaderboard img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none; }

/* line 183, app/assets/stylesheets/_main.scss */
#content .side-under-leaderboard img {
  width: 300px; }

/* line 187, app/assets/stylesheets/_main.scss */
.under-leaderboard {
  position: relative; }

/* line 190, app/assets/stylesheets/_main.scss */
.side-under-leaderboard {
  width: 310px;
  position: absolute;
  left: 690px;
  top: 0;
  z-index: 2; }

/* line 193, app/assets/stylesheets/_main.scss */
#main .side-under-leaderboard .block {
  width: auto; }

/* @group Sidebar */
/* line 3, app/assets/stylesheets/_sidebar.scss */
#sidebar {
  margin-left: 19px;
  _margin-left: 9px;
  width: 310px;
  float: left; }

/* line 10, app/assets/stylesheets/_sidebar.scss */
#sidebar .block {
  width: 298px; }

/* line 14, app/assets/stylesheets/_sidebar.scss */
#sidebar .block ul.item {
  margin: 9px 6px;
  background-color: transparent; }

/* line 18, app/assets/stylesheets/_sidebar.scss */
#sidebar .block .item ul.list-actions {
  margin: 2px 6px 9px 6px;
  background-color: transparent; }

/* line 25, app/assets/stylesheets/_sidebar.scss */
#sidebar #tickets.block .item.actions-nav {
  width: 80%; }

/* line 27, app/assets/stylesheets/_sidebar.scss */
#sidebar #events_list.list-actions li {
  float: none; }

/* line 31, app/assets/stylesheets/_sidebar.scss */
#sidebar .menu {
  background-color: black;
  /* The Fallback */
  /* FF, Chrome, Opera, IE9, IE10 */
  background-color: black transparent;
  background-color: rgba(0, 0, 0, 0.5); }

/* line 36, app/assets/stylesheets/_sidebar.scss */
#news_by_date h3, #podcast_by_date h3 {
  color: #444444; }

/* line 40, app/assets/stylesheets/_sidebar.scss */
.actions-nav, .list-actions {
  zoom: 1; }
  /* line 46, app/assets/stylesheets/_mixins.scss */
  .actions-nav:before, .actions-nav:after, .list-actions:before, .list-actions:after {
    display: table;
    content: "";
    zoom: 1; }
  /* line 51, app/assets/stylesheets/_mixins.scss */
  .actions-nav:after, .list-actions:after {
    clear: both;
    float: none; }
  /* line 43, app/assets/stylesheets/_sidebar.scss */
  .actions-nav li, .list-actions li {
    float: left;
    margin: 0 5px 5px 0; }

/* line 48, app/assets/stylesheets/_sidebar.scss */
#map.block {
  background-color: #000000;
  /* The Fallback */
  /* FF, Chrome, Opera, IE9, IE10 */
  background-color: black transparent;
  background-color: rgba(0, 0, 0, 0.35); }

/* @end */
/* @group Calendar */
/* line 2, app/assets/stylesheets/_date_menu.scss */
#datebar {
  float: none;
  width: 100%;
  position: relative; }

/* line 8, app/assets/stylesheets/_date_menu.scss */
#datebar .block {
  padding: 15px 5px 15px 20px;
  float: none; }

/* line 14, app/assets/stylesheets/_date_menu.scss */
#date_menu {
  margin-bottom: 12px;
  background-color: #000000;
  /* The Fallback */
  /* FF, Chrome, Opera, IE9, IE10 */
  background-color: black transparent;
  background-color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-family: brandon-grotesque, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 26px;
  font-weight: normal;
  zoom: 1; }
  /* line 46, app/assets/stylesheets/_mixins.scss */
  #date_menu:before, #date_menu:after {
    display: table;
    content: "";
    zoom: 1; }
  /* line 51, app/assets/stylesheets/_mixins.scss */
  #date_menu:after {
    clear: both;
    float: none; }

/* line 31, app/assets/stylesheets/_date_menu.scss */
#date_menu h2 {
  color: #008aff;
  margin: 10px 0 0 0;
  line-height: 28px;
  font-weight: normal;
  font-size: 28px;
  float: left;
  margin-right: 12px; }

/* line 41, app/assets/stylesheets/_date_menu.scss */
#date_menu ul {
  float: left;
  margin-right: 12px; }
  /* line 44, app/assets/stylesheets/_date_menu.scss */
  #date_menu ul li {
    float: left;
    margin-right: 3px; }

/* line 51, app/assets/stylesheets/_date_menu.scss */
#date_menu a.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(/javascripts/PIE/PIE.htc);
  width: 47px;
  height: 47px;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 49px;
  font-size: 26px;
  color: white; }
  /* line 61, app/assets/stylesheets/_date_menu.scss */
  #date_menu a.btn:link, #date_menu a.btn:visited {
    color: white; }
  /* line 62, app/assets/stylesheets/_date_menu.scss */
  #date_menu a.btn:hover {
    color: #333333; }

/* @end */
/* line 1, app/assets/stylesheets/_buttons.scss */
.btn {
  display: block;
  font-family: brandon-grotesque, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 10px;
  line-height: 20px;
  text-decoration: none;
  color: white;
  background-color: black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/javascripts/PIE/PIE.htc);
  height: 18px;
  text-transform: uppercase;
  border: 0; }
  /* line 71, app/assets/stylesheets/_mixins.scss */
  .btn:link, .btn:visited {
    color: white; }
  /* line 74, app/assets/stylesheets/_mixins.scss */
  .btn:hover {
    color: #333333;
    background-color: white;
    text-decoration: none; }

/* line 5, app/assets/stylesheets/_buttons.scss */
.btn_more {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px; }
  /* line 9, app/assets/stylesheets/_buttons.scss */
  .btn_more:after {
    display: block;
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: 2px;
    left: 0;
    background: url("/images/bouton_plus.png") no-repeat 0 0; }

/* line 20, app/assets/stylesheets/_buttons.scss */
.icon {
  background-color: #cccccc;
  /* fallback color if gradients are not supported */
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc));
  background-image: -webkit-linear-gradient(top, white, #cccccc);
  background-image: -moz-linear-gradient(top, white, #cccccc);
  background-image: -ms-linear-gradient(top, white, #cccccc);
  background-image: -o-linear-gradient(top, white, #cccccc);
  background-image: linear-gradient(to bottom, white, #cccccc);
  /* current standard, but unimplemented and subject to change */
  border: solid #cccccc 2px;
  text-decoration: none;
  margin-left: 2px;
  line-height: 10px;
  height: 10px;
  padding: 0 4px;
  color: black; }

/* line 31, app/assets/stylesheets/_buttons.scss */
.icon a {
  padding: 0;
  width: 16px;
  text-align: center; }

/* line 37, app/assets/stylesheets/_buttons.scss */
.list-actions a {
  display: block;
  font-family: brandon-grotesque, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 10px;
  line-height: 20px;
  text-decoration: none;
  color: white;
  background-color: black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/javascripts/PIE/PIE.htc);
  height: 18px;
  text-transform: uppercase;
  border: 0;
  display: inline-block; }
  /* line 71, app/assets/stylesheets/_mixins.scss */
  .list-actions a:link, .list-actions a:visited {
    color: white; }
  /* line 74, app/assets/stylesheets/_mixins.scss */
  .list-actions a:hover {
    color: #333333;
    background-color: white;
    text-decoration: none; }

/* line 44, app/assets/stylesheets/_buttons.scss */
a.back-to-top,
a:link.back-to-top,
a:visited.back-to-top {
  text-transform: none;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  position: absolute;
  top: -4px;
  right: 0px;
  color: #000b1c;
  text-decoration: underline; }

/* line 55, app/assets/stylesheets/_buttons.scss */
h1.w_back-to-top {
  padding-right: 80px; }

/* line 57, app/assets/stylesheets/_buttons.scss */
ul.actions {
  margin: 12px 0 8px 0;
  overflow: hidden;
  width: 100%; }

/* line 63, app/assets/stylesheets/_buttons.scss */
ul.actions li {
  float: left;
  margin-right: 4px; }

/* line 68, app/assets/stylesheets/_buttons.scss */
ul.actions li a {
  display: block;
  font-family: brandon-grotesque, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 10px;
  line-height: 20px;
  text-decoration: none;
  color: white;
  background-color: black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/javascripts/PIE/PIE.htc);
  height: 18px;
  text-transform: uppercase;
  border: 0; }
  /* line 71, app/assets/stylesheets/_mixins.scss */
  ul.actions li a:link, ul.actions li a:visited {
    color: white; }
  /* line 74, app/assets/stylesheets/_mixins.scss */
  ul.actions li a:hover {
    color: #333333;
    background-color: white;
    text-decoration: none; }

/* line 72, app/assets/stylesheets/_buttons.scss */
ul.actions li a:hover {
  color: black; }

/* line 77, app/assets/stylesheets/_buttons.scss */
ul.actions .addthis_toolbox {
  width: 97px;
  float: left;
  margin-right: 8px;
  border-right: 1px solid #666; }
/* line 80, app/assets/stylesheets/_buttons.scss */
ul.actions .ical {
  background: url(../images/buttons/sprite_buttons_program.png) no-repeat -151px 0 black;
  width: 13px;
  height: 17px;
  text-indent: -10000px;
  overflow: hidden; }
/* line 84, app/assets/stylesheets/_buttons.scss */
ul.actions .buy {
  background: url(../images/buttons/sprite_buttons_program.png) no-repeat -188px 0 black;
  padding-left: 28px; }

/*
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 10, app/assets/stylesheets/_tooltip.scss */
.clearfix {
  *zoom: 1; }

/* line 14, app/assets/stylesheets/_tooltip.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 19, app/assets/stylesheets/_tooltip.scss */
.clearfix:after {
  clear: both; }

/* line 22, app/assets/stylesheets/_tooltip.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 29, app/assets/stylesheets/_tooltip.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 37, app/assets/stylesheets/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 47, app/assets/stylesheets/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* line 51, app/assets/stylesheets/_tooltip.scss */
.tooltip.top {
  margin-top: -3px; }

/* line 54, app/assets/stylesheets/_tooltip.scss */
.tooltip.right {
  margin-left: 3px; }

/* line 57, app/assets/stylesheets/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px; }

/* line 60, app/assets/stylesheets/_tooltip.scss */
.tooltip.left {
  margin-left: -3px; }

/* line 63, app/assets/stylesheets/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 74, app/assets/stylesheets/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 81, app/assets/stylesheets/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

/* line 88, app/assets/stylesheets/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

/* line 95, app/assets/stylesheets/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

/* line 102, app/assets/stylesheets/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

/* line 1, app/assets/stylesheets/sections/_home.scss */
#content #homepage_gallery {
  position: relative; }
  /* line 5, app/assets/stylesheets/sections/_home.scss */
  #content #homepage_gallery .slideshow {
    height: 386px; }
    /* line 8, app/assets/stylesheets/sections/_home.scss */
    #content #homepage_gallery .slideshow a {
      display: block;
      height: 386px;
      width: 658px;
      color: black;
      background-color: #00234F;
      /*&:after{
          content:'';
          display:block;
          position:absolute;
          top:0;
          left:0;
          width:100%;
          height:100%;
          background:url('../images/slideshow_overeffect_snow.png') no-repeat 0 0;
          z-index:14;
      }*/ }
      /* line 14, app/assets/stylesheets/sections/_home.scss */
      #content #homepage_gallery .slideshow a h2 {
        color: white; }
    /* line 29, app/assets/stylesheets/sections/_home.scss */
    #content #homepage_gallery .slideshow h2 {
      position: absolute;
      top: 115px;
      left: 25px;
      width: 638px;
      color: #fff;
      /*fallback */
      z-index: 15;
      padding: 0;
      margin: 0;
      display: inline;
      font-weight: 700;
      font-size: 52px;
      line-height: 52px; }
    /* line 44, app/assets/stylesheets/sections/_home.scss */
    #content #homepage_gallery .slideshow img {
      height: 386px;
      width: 658px;
      max-width: none;
      max-height: none; }

/* line 53, app/assets/stylesheets/sections/_home.scss */
.home h1 {
  font-size: 20px; }

/* line 57, app/assets/stylesheets/sections/_home.scss */
#main #homepage_gallery.block .item {
  padding: 0; }

/* line 59, app/assets/stylesheets/sections/_home.scss */
#main #homepage_gallery .item h2 {
  padding: 15px 10px; }

/* @import 'sections/one-piece'; */
/* line 1, app/assets/stylesheets/sections/_events.scss */
.top.w_sponsors {
  padding: 10px 0 15px 0; }

/* line 5, app/assets/stylesheets/sections/_events.scss */
.sponsors {
  width: 65%;
  height: 50px;
  position: absolute;
  right: 0;
  top: 13px; }

/* line 11, app/assets/stylesheets/sections/_events.scss */
.sponsor {
  float: right;
  font-size: 11px;
  line-height: 13px;
  font-family: brandon-grotesque, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #929292;
  margin: 6px 10px 6px 10px;
  max-width: 120px;
  text-align: right; }
  /* line 22, app/assets/stylesheets/sections/_events.scss */
  .sponsor:last-child {
    max-width: 70px; }

/* line 25, app/assets/stylesheets/sections/_events.scss */
.sponsor_logo {
  float: right;
  margin: 0px 0px 10px 0; }

/* line 32, app/assets/stylesheets/sections/_events.scss */
table.sound a {
  text-decoration: none; }
  /* line 34, app/assets/stylesheets/sections/_events.scss */
  table.sound a:hover {
    text-decoration: underline; }

/* line 37, app/assets/stylesheets/sections/_events.scss */
.sound caption {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 15px 0 0 0; }

/* line 45, app/assets/stylesheets/sections/_events.scss */
.sound tbody {
  background-color: #e5e5e5; }
  /* line 47, app/assets/stylesheets/sections/_events.scss */
  .sound tbody tr:first-child td {
    border-top: 4px solid white; }

/* line 52, app/assets/stylesheets/sections/_events.scss */
.sound td {
  padding: 10px 10px 10px 10px;
  line-height: 18px;
  vertical-align: middle; }

/* line 58, app/assets/stylesheets/sections/_events.scss */
.sound td.artist {
  font-size: 18px;
  text-align: left;
  line-height: 18px;
  width: 350px;
  color: #444444;
  text-transform: uppercase;
  margin-left: 0;
  padding: 12px 10px 8px 10px; }
  /* line 67, app/assets/stylesheets/sections/_events.scss */
  .sound td.artist a {
    color: black; }

/* line 73, app/assets/stylesheets/sections/_events.scss */
.sound .bio td {
  padding-top: 0; }
  /* line 75, app/assets/stylesheets/sections/_events.scss */
  .sound .bio td .img {
    float: left;
    width: 300px;
    height: 200px;
    margin-right: 10px;
    background: url("../../images/bg_noimg.png") repeat 0 0 white; }
  /* line 79, app/assets/stylesheets/sections/_events.scss */
  .sound .bio td .txt {
    float: left;
    width: 320px; }

/* line 84, app/assets/stylesheets/sections/_events.scss */
.artist .country {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 4px;
  color: #444444; }

/* line 91, app/assets/stylesheets/sections/_events.scss */
.sound td.time {
  width: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  color: black;
  text-align: right; }

/* line 99, app/assets/stylesheets/sections/_events.scss */
.sound td.artist a {
  padding-left: 20px;
  background: url(../images/fleche_vers-bas.png) no-repeat 0 3px; }

/* line 104, app/assets/stylesheets/sections/_events.scss */
.closed td.artist a {
  background: url(../images/fleche_vers-droite.png) no-repeat 0 3px; }

/* line 109, app/assets/stylesheets/sections/_events.scss */
.player {
  width: 80px;
  text-align: right;
  padding: 10px 10px 10px 0; }
  /* line 114, app/assets/stylesheets/sections/_events.scss */
  .player a {
    float: right;
    margin-right: 0;
    margin-left: 4px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/javascripts/PIE/PIE.htc);
    overflow: hidden;
    width: 28px;
    height: 25px;
    background-image: url(../images/buttons/sprite_buttons_program.png); }
    /* line 125, app/assets/stylesheets/sections/_events.scss */
    .player a:hover {
      text-decoration: none;
      -moz-opacity: 0.8;
      filter: alpha(opacity=80);
      opacity: 0.8; }
  /* line 131, app/assets/stylesheets/sections/_events.scss */
  .player a.play_in_player {
    background-position: -62px -1px; }
  /* line 135, app/assets/stylesheets/sections/_events.scss */
  .player a.queue_in_player {
    background-position: -31px -1px; }
  /* line 139, app/assets/stylesheets/sections/_events.scss */
  .player a.play_video {
    background-position: 0px -1px; }

/* line 146, app/assets/stylesheets/sections/_events.scss */
.artists_gallery .slideshow li {
  width: 658px;
  height: 353px;
  background: url("../../images/bg_noimg.png") repeat 0 0 #eeeeee; }

/* line 154, app/assets/stylesheets/sections/_events.scss */
#content .artists_gallery img {
  max-width: none;
  max-height: none; }

/* line 157, app/assets/stylesheets/sections/_events.scss */
#sidebar #print-program {
  padding: 16px 0 22px 2px; }
  /* line 159, app/assets/stylesheets/sections/_events.scss */
  #sidebar #print-program a:hover {
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8; }

/* line 162, app/assets/stylesheets/sections/_events.scss */
#main .block .item.artists.list {
  padding: 0 4px; }

/* line 164, app/assets/stylesheets/sections/_events.scss */
.country {
  margin-left: 0.5em;
  font-size: 0.7em; }

/* line 169, app/assets/stylesheets/sections/_events.scss */
.artists.list {
  padding: 0; }
  /* line 172, app/assets/stylesheets/sections/_events.scss */
  .artists.list li {
    float: left;
    width: 155px;
    height: 152px;
    margin-right: 10px;
    margin-bottom: 10px; }
    /* line 178, app/assets/stylesheets/sections/_events.scss */
    .artists.list li.last_of_row {
      margin-right: 0; }
  /* line 183, app/assets/stylesheets/sections/_events.scss */
  .artists.list a .artist_name {
    color: black; }
  /* line 187, app/assets/stylesheets/sections/_events.scss */
  .artists.list a:hover {
    text-decoration: underline; }
  /* line 191, app/assets/stylesheets/sections/_events.scss */
  .artists.list .artist_name {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5px;
    word-wrap: break-word; }
  /* line 198, app/assets/stylesheets/sections/_events.scss */
  .artists.list .img {
    width: 155px;
    height: 99px;
    overflow: hidden;
    background: url("../../images/bg_noimg.png") repeat 0 0 #eeeeee; }

/* line 1, app/assets/stylesheets/sections/_partners.scss */
.partners .item .partner {
  width: 24%;
  margin-right: 1%;
  margin-top: 0;
  margin-bottom: 20px;
  float: left;
  text-align: middle; }
  /* line 8, app/assets/stylesheets/sections/_partners.scss */
  .partners .item .partner a {
    display: block;
    padding-left: 20px; }

/* line 1, app/assets/stylesheets/sections/_box-office.scss */
.box-office {
  min-height: 390px; }
  /* line 5, app/assets/stylesheets/sections/_box-office.scss */
  .box-office > div a.back-to-top {
    display: none; }
  /* line 7, app/assets/stylesheets/sections/_box-office.scss */
  .box-office > div h1 {
    text-decoration: none;
    padding-left: 20px;
    background: url("../../images/fleche_vers-droite.png") no-repeat 0 6px;
    padding-bottom: 2px; }
    /* line 13, app/assets/stylesheets/sections/_box-office.scss */
    .box-office > div h1.opened {
      background: url("../../images/fleche_vers-bas.png") no-repeat 0 6px; }
    /* line 17, app/assets/stylesheets/sections/_box-office.scss */
    .box-office > div h1:hover {
      text-decoration: underline;
      cursor: pointer; }
  /* line 23, app/assets/stylesheets/sections/_box-office.scss */
  .box-office > div > .item {
    display: none; }

/* line 28, app/assets/stylesheets/styles.scss */
.both {
  clear: both;
  visibility: hidden; }

/* line 33, app/assets/stylesheets/styles.scss */
#recent_news .item p.btn {
  background: url(../images/bouton_back.gif) repeat-x; }

/* line 36, app/assets/stylesheets/styles.scss */
p.btn {
  margin: 2px 10px 12px 10px;
  float: left; }

/* line 40, app/assets/stylesheets/styles.scss */
#recent_news .item a.nav {
  padding: 0;
  height: 18px;
  padding: 0 4px;
  margin-bottom: 8px;
  text-decoration: none;
  background: url(../images/bouton_plus.gif) center;
  color: transparent; }

/* line 49, app/assets/stylesheets/styles.scss */
#recent_news .item a.nav:hover {
  background: url(../images/bouton_plus_over.gif) center; }

/* line 52, app/assets/stylesheets/styles.scss */
table.sound td p.btn_listen, table.sound td p.btn_playlist {
  background: url(../images/bouton_back.gif) repeat-x !important;
  margin-bottom: 0;
  float: left;
  position: relative;
  top: 10px; }

/* line 59, app/assets/stylesheets/styles.scss */
p.btn_bigger {
  background: url(../images/bouton_back.gif) top left repeat !important;
  margin-bottom: 0;
  float: left;
  margin-bottom: 12px; }

/* line 65, app/assets/stylesheets/styles.scss */
p.btn_bigger a.nav {
  height: 12px;
  text-decoration: none;
  background: url(../images/bouton_bigger.gif) center no-repeat;
  text-indent: -5000px;
  margin-bottom: 0; }

/* line 72, app/assets/stylesheets/styles.scss */
p.btn_bigger a.nav:hover {
  background: url(../images/bouton_bigger-over.gif) center no-repeat; }

/* line 75, app/assets/stylesheets/styles.scss */
.sound td p.btn_listen a.nav {
  height: 18px;
  padding: 0 6px;
  text-indent: -5000px;
  text-decoration: none;
  background: url(../images/bouton_headphone.gif) center no-repeat;
  color: transparent;
  margin-bottom: 0; }

/* line 85, app/assets/stylesheets/styles.scss */
.sound td p.btn_playlist a.nav {
  height: 18px;
  padding: 0 6px;
  text-indent: -5000px;
  text-decoration: none;
  background: url(../images/bouton_playlist.gif) center no-repeat;
  color: transparent;
  margin-bottom: 0; }

/* line 95, app/assets/stylesheets/styles.scss */
.sound td p.btn_listen a.nav:hover {
  background: url(../images/bouton_headphone-over.gif) center no-repeat; }

/* line 98, app/assets/stylesheets/styles.scss */
.sound td p.btn_playlist a.nav:hover {
  background: url(../images/bouton_playlist-over.gif) center no-repeat; }

/* @group Content */
/* line 103, app/assets/stylesheets/styles.scss */
.images {
  margin-top: 4px;
  margin-left: 19px;
  display: block;
  text-align: right;
  font-family: Helvetica; }

/* line 110, app/assets/stylesheets/styles.scss */
.images caption {
  text-align: left;
  margin-left: 36px;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 2px;
  color: #444444;
  font-family: Helvetica; }

/* line 119, app/assets/stylesheets/styles.scss */
.images tr {
  background: #FEE7D7; }

/* line 122, app/assets/stylesheets/styles.scss */
.images tr.artist {
  text-align: left;
  font-family: Helvetica; }

/* line 126, app/assets/stylesheets/styles.scss */
.images tr.artist td {
  padding: 0 0 0 26px; }

/* line 129, app/assets/stylesheets/styles.scss */
.images td {
  padding-bottom: 0;
  padding-top: 0;
  line-height: 18px; }

/* line 134, app/assets/stylesheets/styles.scss */
.images td.artist {
  font-size: 14px;
  padding-left: 10px;
  text-align: left;
  line-height: 12px;
  width: 176px;
  color: #444444;
  padding-right: 18px; }

/* line 143, app/assets/stylesheets/styles.scss */
.images td.empty {
  width: 72px; }

/* line 146, app/assets/stylesheets/styles.scss */
.bio {
  text-align: left; }

/* line 149, app/assets/stylesheets/styles.scss */
.closed .bio {
  display: none; }

/* line 154, app/assets/stylesheets/styles.scss */
.photos_list {
  text-align: left; }

/* line 158, app/assets/stylesheets/styles.scss */
.photos_list li {
  float: left; }

/* line 165, app/assets/stylesheets/styles.scss */
.video_list {
  margin: 0; }

/* line 169, app/assets/stylesheets/styles.scss */
.video_list li {
  float: left;
  margin: 2px; }

/* line 174, app/assets/stylesheets/styles.scss */
.date {
  font-weight: bold;
  margin: -10px 0 10px 0; }

/* line 179, app/assets/stylesheets/styles.scss */
.author {
  font-weight: bold;
  margin: 10px 0; }

/* @end */
/* line 186, app/assets/stylesheets/styles.scss */
.podcast .date_nav .logo {
  width: 50px;
  height: 35px;
  background: url(../images/logos/mini_scion.png) 0 0;
  margin-bottom: 2px; }

/* line 193, app/assets/stylesheets/styles.scss */
.video_list li {
  position: relative; }

/* line 196, app/assets/stylesheets/styles.scss */
.video_list div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../images/play.png) no-repeat center center;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1; }

/* line 205, app/assets/stylesheets/styles.scss */
.video_list div:hover {
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6; }

/* line 209, app/assets/stylesheets/styles.scss */
.videos_section .item.w_img a.img {
  position: relative; }
  /* line 212, app/assets/stylesheets/styles.scss */
  .videos_section .item.w_img a.img:after {
    content: '';
    display: block;
    width: 45px;
    height: 52px;
    background: url("../images/buttons/btn_play_big.png") no-repeat 0 0;
    margin-left: -22px;
    margin-top: -26px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 2; }
  /* line 225, app/assets/stylesheets/styles.scss */
  .videos_section .item.w_img a.img:hover:after {
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    opacity: 0.5; }

/* line 231, app/assets/stylesheets/styles.scss */
ul.w_img {
  margin-bottom: 20px; }
  /* line 233, app/assets/stylesheets/styles.scss */
  ul.w_img li {
    zoom: 1;
    padding: 5px 0; }
    /* line 46, app/assets/stylesheets/_mixins.scss */
    ul.w_img li:before, ul.w_img li:after {
      display: table;
      content: "";
      zoom: 1; }
    /* line 51, app/assets/stylesheets/_mixins.scss */
    ul.w_img li:after {
      clear: both;
      float: none; }
    /* line 237, app/assets/stylesheets/styles.scss */
    ul.w_img li a:link, ul.w_img li a, ul.w_img li a:visited {
      zoom: 1;
      display: block; }
      /* line 46, app/assets/stylesheets/_mixins.scss */
      ul.w_img li a:link:before, ul.w_img li a:link:after, ul.w_img li a:before, ul.w_img li a:after, ul.w_img li a:visited:before, ul.w_img li a:visited:after {
        display: table;
        content: "";
        zoom: 1; }
      /* line 51, app/assets/stylesheets/_mixins.scss */
      ul.w_img li a:link:after, ul.w_img li a:after, ul.w_img li a:visited:after {
        clear: both;
        float: none; }
      /* line 240, app/assets/stylesheets/styles.scss */
      ul.w_img li a:link:hover, ul.w_img li a:hover, ul.w_img li a:visited:hover {
        background: url("../images/bg_noimg.png") repeat 0 0 white; }
        /* line 242, app/assets/stylesheets/styles.scss */
        ul.w_img li a:link:hover strong, ul.w_img li a:hover strong, ul.w_img li a:visited:hover strong {
          color: #008aff; }
    /* line 246, app/assets/stylesheets/styles.scss */
    ul.w_img li .img {
      float: left;
      margin-right: 10px;
      display: block;
      width: 50px;
      height: 50px;
      overflow: hidden;
      background-color: #dbdbdb; }
    /* line 254, app/assets/stylesheets/styles.scss */
    ul.w_img li .txt {
      float: left;
      width: 240px; }

/* line 261, app/assets/stylesheets/styles.scss */
#content .media .block {
  min-height: 250px; }

/* line 266, app/assets/stylesheets/styles.scss */
.galleria-overlay {
  z-index: 9999; }

/* line 270, app/assets/stylesheets/styles.scss */
.galleria-popup {
  z-index: 10000; }
