/*! No gynophobie 2016 */
/**
 * 1. Set path default image file.
 * 2. Set the color palette.
 * 3. Breakpoint of responsive.
 */
/*! No gynophobie 2016 */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

/*! No gynophobie 2016 */
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: none;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: none;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); } }

/*! No gynophobie 2016 */
@-webkit-viewport {
  zoom: 1; }

@-moz-viewport {
  zoom: 1; }

@-ms-viewport {
  zoom: 1; }

@-o-viewport {
  zoom: 1; }

@viewport {
  zoom: 1; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  overflow-x: hidden;
  background: #ee574b;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  color: #1a171b; }

#main {
  min-height: 100%;
  background: #ffffff; }

#content {
  padding-top: 120px;
  overflow: hidden;
  background: #ffffff; }

#content {
  min-height: 100%; }

#aside {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2; }
  #aside .button {
    height: 29px;
    padding: 4px 12px 0;
    font-size: 17px;
    background-color: #ffffff;
    border-right: 0;
    border-bottom: 0;
    color: #ee574b;
    -webkit-box-shadow: -1px 0 1px 0 #8f8f8f;
    -moz-box-shadow: -1px 0 1px 0 #8f8f8f;
    box-shadow: -1px 0 1px 0 #8f8f8f; }
    #aside .button:hover {
      border-top: 1px solid #ee574b;
      border-left: 1px solid #ee574b; }

@media only screen and (max-width: 900px) {
  #content {
    padding-top: 75px; }
  #aside {
    display: none; } }

/*! No gynophobie 2016 */
#browser-upgrade {
  width: 100%;
  height: 100%;
  display: table;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 20px;
  -webkit-background: rgba(0, 0, 0, 0.8);
  -moz-background: rgba(0, 0, 0, 0.8);
  -ms-background: rgba(0, 0, 0, 0.8);
  -o-background: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle; }
  #browser-upgrade p {
    vertical-align: middle;
    display: table-cell;
    font-size: 26px;
    line-height: 1.15385;
    color: #ffffff; }
  #browser-upgrade a {
    color: #ffffff; }

.wrap {
  width: 100%; }
  .wrap.center {
    text-align: center; }
  .wrap.right {
    text-align: right; }
  .wrap.margin-top {
    margin-top: 40px; }
  .wrap.margin-bottom {
    margin-bottom: 40px; }

.inside {
  width: 100%;
  max-width: 1090px;
  margin: 40px auto;
  padding: 0 20px;
  font-size: 0; }
  .inside.width {
    max-width: 530px; }

.bold {
  font-weight: bold; }

.title {
  font-size: 40px;
  line-height: 1.05;
  text-transform: uppercase;
  color: #1a171b; }
  .title.margin-top {
    margin-top: 40px; }
  .title.margin-bottom {
    margin-bottom: 40px; }
  .title.center {
    text-align: center; }

.subtitle {
  margin: 0 auto;
  text-align: left;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.33333;
  color: #ee574b;
  border-bottom: 2px inset; }
  .subtitle.margin-top {
    margin-top: 15px; }
  .subtitle.margin-bottom {
    margin-bottom: 15px; }

.text {
  font-size: 20px;
  line-height: 1.2;
  color: #1a171b; }
  .text.size {
    font-size: 28px;
    line-height: 1.07143; }
  .text.center {
    text-align: center; }
  .text.block {
    display: block; }
  .text.margin-top {
    margin-top: 30px; }
  .text.margin-bottom {
    margin-bottom: 30px; }

.link {
  font-size: 20px;
  line-height: 1.2;
  color: #ee574b; }
  .link.right {
    float: right; }
  .link.size {
    font-size: 24px;
    line-height: 1.08333; }
  .link.center {
    text-align: center; }
  .link.margin-top {
    margin-top: 60px; }
  .link.margin-bottom {
    margin-bottom: 60px; }
  .link.inline-button {
    background-color: #ee574b;
    color: white;
    text-decoration: none;
    padding: 1px 10px; }

.button {
  display: inline-block;
  height: 50px;
  padding: 12px 40px 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  border: 1px solid #ee574b;
  background: #ee574b;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer; }
  .button.margin-top {
    margin-top: 30px; }
  .button.margin-bottom {
    margin-bottom: 30px; }
  .button:hover, .button.active {
    background: #933730;
    border: 1px solid #933730; }
  .button.facebook {
    width: 150px;
    margin-right: 30px;
    font-size: 0; }
    .button.facebook:after {
      display: block;
      content: '';
      width: 50px;
      height: 50px;
      padding: 12px 100px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -25px;
      background: transparent url("../img/facebook.png") no-repeat 0;
      -webkit-background-size: 50px 50px;
      -moz-background-size: 50px 50px;
      -ms-background-size: 50px 50px;
      -o-background-size: 50px 50px;
      background-size: 50px 50px; }
  .button.twitter {
    width: 150px;
    font-size: 0; }
    .button.twitter:after {
      display: block;
      content: '';
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -25px;
      background: transparent url("../img/twitter.png") no-repeat 0;
      -webkit-background-size: 50px 50px;
      -moz-background-size: 50px 50px;
      -ms-background-size: 50px 50px;
      -o-background-size: 50px 50px;
      background-size: 50px 50px; }
  .button.link {
    width: 150px;
    height: 110px;
    margin: 0 20px 20px 0;
    padding: 70px 0 0; }
    .button.link:before {
      display: block;
      content: '';
      width: 60px;
      height: 60px;
      position: absolute;
      top: 10px;
      left: 50%;
      margin-left: -30px;
      background: transparent url("../img/link.png") no-repeat 0;
      -webkit-background-size: 60px 46px;
      -moz-background-size: 60px 46px;
      -ms-background-size: 60px 46px;
      -o-background-size: 60px 46px;
      background-size: 60px 46px; }
  .button.text {
    width: 150px;
    height: 110px;
    margin: 0 20px 20px 0;
    padding: 70px 0 0; }
    .button.text:before {
      display: block;
      content: '';
      width: 60px;
      height: 60px;
      position: absolute;
      top: 10px;
      left: 50%;
      margin-left: -30px;
      background: transparent url("../img/text.png") no-repeat 0;
      -webkit-background-size: 60px 46px;
      -moz-background-size: 60px 46px;
      -ms-background-size: 60px 46px;
      -o-background-size: 60px 46px;
      background-size: 60px 46px; }
  .button.image {
    width: 150px;
    height: 110px;
    padding: 70px 0 0; }
    .button.image:before {
      display: block;
      content: '';
      width: 60px;
      height: 60px;
      position: absolute;
      top: 10px;
      left: 50%;
      margin-left: -30px;
      background: transparent url("../img/image.png") no-repeat 0;
      -webkit-background-size: 60px 46px;
      -moz-background-size: 60px 46px;
      -ms-background-size: 60px 46px;
      -o-background-size: 60px 46px;
      background-size: 60px 46px; }
  .button.video {
    width: 150px;
    height: 110px;
    padding: 70px 0 0;
    margin: 0 0 0 0; }
    .button.video:before {
      display: block;
      content: '';
      width: 60px;
      height: 60px;
      position: absolute;
      top: 10px;
      left: 50%;
      margin-left: -30px;
      background: transparent url("../img/video.png") no-repeat 0;
      -webkit-background-size: 60px 46px;
      -moz-background-size: 60px 46px;
      -ms-background-size: 60px 46px;
      -o-background-size: 60px 46px;
      background-size: 60px 46px; }
  .button.sound {
    width: 150px;
    height: 110px;
    margin: 0 20px 0 0;
    padding: 70px 0 0; }
    .button.sound:before {
      display: block;
      content: '';
      width: 60px;
      height: 60px;
      position: absolute;
      top: 10px;
      left: 50%;
      margin-left: -30px;
      background: transparent url("../img/sound.png") no-repeat 0;
      -webkit-background-size: 60px 46px;
      -moz-background-size: 60px 46px;
      -ms-background-size: 60px 46px;
      -o-background-size: 60px 46px;
      background-size: 60px 46px; }

.default-page .media {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 39.4%;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .default-page .media iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .default-page .media.margin-top {
    margin-top: 30px; }
  .default-page .media.margin-bottom {
    margin-bottom: 30px; }

#form {
  width: 100%;
  margin: 0 auto;
  font-size: 0; }

.hidden {
  display: none; }

.alert {
  padding: 12px 0 0 55px;
  font-size: 24px;
  line-height: 1.08333;
  color: #ee574b;
  position: relative; }
  .alert:after {
    display: block;
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    top: 7px;
    left: 0;
    background: transparent url("../img/alert.png") no-repeat 0;
    -webkit-background-size: 45px 45px;
    -moz-background-size: 45px 45px;
    -ms-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    background-size: 45px 45px; }

form {
  width: 100%; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.1;
  color: #ee574b;
  cursor: pointer; }
  label.block {
    display: block; }

input[type="text"], input[type="password"], input[type="email"], input[type="search"] {
  width: 100% !important;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-text-fill-color: #1a171b !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #1a171b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  .has-error input[type="text"], .has-error input[type="password"], .has-error input[type="email"], .has-error input[type="search"] {
    border: 1px solid #ee574b; }

input[type="file"] {
  width: 100% !important;
  height: 30px;
  margin-bottom: 20px;
  background: #ffffff;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }

input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -3px; }

input[type="submit"], button[type="submit"] {
  display: block;
  height: 50px;
  margin: 30px auto;
  padding: 0 50px;
  background: #ee574b;
  border: 1px solid #ee574b;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.1;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  input[type="submit"]:hover, button[type="submit"]:hover {
    background: #933730;
    border: 1px solid #933730; }

textarea {
  width: 100% !important;
  height: 74px !important;
  margin-bottom: 20px !important;
  padding: 5px;
  -webkit-text-fill-color: #1a171b !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #1a171b;
  resize: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }

.has-error ul {
  width: 100%;
  margin-bottom: 20px; }
  .has-error ul li {
    position: relative;
    padding: 12px 0 0 55px;
    font-size: 24px;
    line-height: 1.08333;
    color: #ee574b; }
    .has-error ul li:after {
      display: block;
      content: '';
      width: 45px;
      height: 45px;
      position: absolute;
      top: 7px;
      left: 0;
      background: transparent url("../img/alert.png") no-repeat 0;
      -webkit-background-size: 45px 45px;
      -moz-background-size: 45px 45px;
      -ms-background-size: 45px 45px;
      -o-background-size: 45px 45px;
      background-size: 45px 45px; }

.select2-container {
  width: 100% !important;
  display: block !important; }

span.select2.select2-container.select2-container--default.select2-container--focus {
  width: 100% !important; }

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d7d7d7 !important;
  border-radius: 0 !important;
  font-size: 20px !important; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 5px !important; }

.select2-container--default .select2-search--inline .select2-search__field {
  margin: 0 !important; }

.flash {
  top: 120px;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 12px 2%;
  background: rgba(238, 87, 75, 0.85);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 50px; }
  .flash .text {
    color: #ffffff; }

@media only screen and (max-width: 900px) {
  .inside {
    margin: 20px auto; }
  .wrap.margin-top {
    margin-top: 20px; }
  .wrap.margin-bottom {
    margin-bottom: 20px; }
  .title {
    font-size: 28px;
    line-height: 1.07143; }
    .title.margin-top {
      margin-top: 20px; }
    .title.margin-bottom {
      margin-bottom: 20px; }
  .text {
    font-size: 16px;
    line-height: 1.25; }
    .text.margin-top {
      margin-top: 20px; }
    .text.margin-bottom {
      margin-bottom: 20px; }
  .button {
    height: 38px;
    padding: 8px 25px 0;
    font-size: 16px;
    line-height: 1.25;
    cursor: pointer; }
    .button.margin-top {
      margin-top: 15px; }
    .button.margin-bottom {
      margin-bottom: 15px; }
    .button.link, .button.text, .button.video, .button.sound, .button.image {
      bottom: 0 0 20px 0; }
    .button.facebook, .button.twitter {
      width: 100px;
      -webkit-background-size: 10px 10px;
      -moz-background-size: 10px 10px;
      -ms-background-size: 10px 10px;
      -o-background-size: 10px 10px;
      background-size: 10px 10px; }
      .button.facebook:after, .button.twitter:after {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        padding: 10px 80px;
        -webkit-background-size: 40px 40px;
        -moz-background-size: 40px 40px;
        -ms-background-size: 40px 40px;
        -o-background-size: 40px 40px;
        background-size: 40px 40px; }
  .alert {
    padding: 12px 0 0 45px; }
    .alert:after {
      width: 35px;
      height: 35px;
      -webkit-background-size: 35px 35px;
      -moz-background-size: 35px 35px;
      -ms-background-size: 35px 35px;
      -o-background-size: 35px 35px;
      background-size: 35px 35px; }
  .link,
  label,
  input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="submit"], button[type="submit"] {
    font-size: 18px;
    line-height: 1.11111; }
  input[type="submit"], button[type="submit"] {
    height: 40px; } }

/*! No gynophobie 2016 */
#loader-timeline {
  display: none;
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  margin-left: -32px;
  background: #ee574b url(../img/loader-red.gif) 50% 50% no-repeat;
  -webkit-transition: bottom 360ms ease;
  -moz-transition: bottom 360ms ease;
  -ms-transition: bottom 360ms ease;
  -o-transition: bottom 360ms ease;
  transition: bottom 360ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  .loading #loader-timeline {
    display: block; }

#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #ffffff; }

#loader-counter {
  position: fixed;
  top: 0;
  left: 0;
  height: 10px;
  position: fixed;
  top: 0;
  z-index: 101;
  background: #ee574b; }

/*! No gynophobie 2016 */
#view-more {
  display: none; }

#timeline {
  max-width: 1012px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #ffffff;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

#end {
  width: 100%;
  margin: 0 auto;
  background: transparent url(../img/banner.jpg) center no-repeat;
  text-align: center;
  cursor: default; }
  #end .inside {
    padding: 100px 20px; }
  #end p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.08333; }

@media only screen and (max-width: 900px) {
  #end .inside {
    padding: 60px 0; }
  #end p {
    font-size: 20px;
    line-height: 1.1; } }

/*! No gynophobie 2016 */
#sizer {
  width: 250px; }

#grid {
  width: 100%;
  margin: 4px auto 0;
  position: relative;
  z-index: 1;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid-item {
  display: block;
  float: left;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 650ms ease;
  -moz-transition: opacity 650ms ease;
  -ms-transition: opacity 650ms ease;
  -o-transition: opacity 650ms ease;
  transition: opacity 650ms ease;
  cursor: pointer; }
  .grid-item.preloading {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  .grid-item.no-preview {
    cursor: default; }

.format-1x1 {
  width: 250px;
  height: 250px; }

.format-1x2 {
  width: 250px;
  height: 500px; }

.format-2x1 {
  width: 500px;
  height: 250px; }

.format-2x2 {
  width: 500px;
  height: 500px; }

.figure {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); }
  .figure .figcaption {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .format-1x1 .figure .title, .format-2x1 .figure .title {
    padding: 65px 20px 0; }
    .format-1x1 .figure .title:before, .format-2x1 .figure .title:before {
      width: 60px;
      height: 60px;
      margin-left: -30px;
      -webkit-background-size: 60px 46px;
      -moz-background-size: 60px 46px;
      -ms-background-size: 60px 46px;
      -o-background-size: 60px 46px;
      background-size: 60px 46px; }
  .format-1x2 .figure .title {
    padding: 130px 20px 0; }
    .format-1x2 .figure .title:before {
      width: 90px;
      height: 90px;
      margin-left: -40px;
      -webkit-background-size: 90px 72px;
      -moz-background-size: 90px 72px;
      -ms-background-size: 90px 72px;
      -o-background-size: 90px 72px;
      background-size: 90px 72px; }
  .format-2x2 .figure .title {
    padding: 110px 20px 0; }
    .format-2x2 .figure .title:before {
      width: 90px;
      height: 90px;
      margin-left: -40px;
      -webkit-background-size: 90px 72px;
      -moz-background-size: 90px 72px;
      -ms-background-size: 90px 72px;
      -o-background-size: 90px 72px;
      background-size: 90px 72px; }
  .type-image .figure .title:before {
    background-image: url("../img/image.png"); }
  .type-video .figure .title:before {
    background-image: url("../img/video.png"); }
  .type-sound .figure .title:before {
    background-image: url("../img/sound.png"); }
  .type-link .figure .title:before {
    background-image: url("../img/link.png"); }
  .type-image .figure, .type-video .figure, .type-sound .figure, .type-link .figure {
    text-align: left;
    background: #1a171b;
    color: #ffffff; }
    .type-image .figure .title, .type-video .figure .title, .type-sound .figure .title, .type-link .figure .title {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      text-transform: uppercase;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      text-align: center;
      color: #ffffff; }
      .type-image .figure .title:before, .type-video .figure .title:before, .type-sound .figure .title:before, .type-link .figure .title:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 3;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        font-size: 0; }
    .type-image .figure .count, .type-video .figure .count, .type-sound .figure .count, .type-link .figure .count {
      position: absolute;
      right: 0;
      bottom: 10%;
      left: 0;
      z-index: 3;
      text-align: center;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0; }
      .type-image .figure .count span, .type-video .figure .count span, .type-sound .figure .count span, .type-link .figure .count span {
        display: inline-block;
        min-width: 25px;
        height: 25px;
        padding: 4px 5px 0;
        margin: 0 auto;
        border: 1px solid #ffffff;
        border-right: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        font-size: 15px;
        line-height: 1;
        color: #ffffff; }
        .type-image .figure .count span:first-child, .type-video .figure .count span:first-child, .type-sound .figure .count span:first-child, .type-link .figure .count span:first-child {
          -webkit-border-top-left-radius: 50px;
          -moz-border-top-left-radius: 50px;
          -ms-border-top-left-radius: 50px;
          -o-border-top-left-radius: 50px;
          border-top-left-radius: 50px;
          -webkit-border-bottom-left-radius: 50px;
          -moz-border-bottom-left-radius: 50px;
          -ms-border-bottom-left-radius: 50px;
          -o-border-bottom-left-radius: 50px;
          border-bottom-left-radius: 50px;
          padding-left: 8px; }
        .type-image .figure .count span:last-child, .type-video .figure .count span:last-child, .type-sound .figure .count span:last-child, .type-link .figure .count span:last-child {
          -webkit-border-top-right-radius: 50px;
          -moz-border-top-right-radius: 50px;
          -ms-border-top-right-radius: 50px;
          -o-border-top-right-radius: 50px;
          border-top-right-radius: 50px;
          -webkit-border-bottom-right-radius: 50px;
          -moz-border-bottom-right-radius: 50px;
          -ms-border-bottom-right-radius: 50px;
          -o-border-bottom-right-radius: 50px;
          border-bottom-right-radius: 50px;
          border-right: 1px solid #ffffff;
          padding-right: 8px; }
      .type-image .figure .count em, .type-video .figure .count em, .type-sound .figure .count em, .type-link .figure .count em {
        font-weight: bold;
        font-style: italic;
        padding: 0 2px 0 4px; }
    .type-image .figure:after, .type-video .figure:after, .type-sound .figure:after, .type-link .figure:after {
      display: none;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      pointer-events: none;
      background: rgba(238, 87, 75, 0.85);
      font-size: 0; }
  .type-text .figure {
    text-align: center;
    background: #ee574b;
    color: #ffffff; }
    .type-text .figure .title {
      display: table-cell;
      padding: 0;
      vertical-align: middle;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 1.16667; }
      .type-text .figure .title a {
        text-decoration: none;
        color: #1a171b; }
    .type-text .figure .count {
      display: none; }
  .format-1x1.type-image .figure .title, .format-1x1.type-video .figure .title, .format-1x1.type-sound .figure .title, .format-1x1.type-link .figure .title,
  .format-1x2.type-image .figure .title, .format-1x2.type-video .figure .title, .format-1x2.type-sound .figure .title, .format-1x2.type-link .figure .title {
    font-size: 22px;
    line-height: 1.18182; }
  .format-2x1.type-image .figure .title, .format-2x1.type-video .figure .title, .format-2x1.type-sound .figure .title, .format-2x1.type-link .figure .title {
    font-size: 26px;
    line-height: 1.07692; }
  .format-2x2.type-image .figure .title, .format-2x2.type-video .figure .title, .format-2x2.type-sound .figure .title, .format-2x2.type-link .figure .title {
    font-size: 42px;
    line-height: 1.04762; }
  .type-placeholder .figure {
    background-color: #ee574b; }
  .theme-default .figure {
    background: #ffffff;
    border: 2px solid #ee574b;
    color: #ee574b; }
    .theme-default .figure a {
      text-decoration: none;
      color: #ee574b; }
  .theme-inverted .figure {
    background: #ee574b;
    border: 4px solid #ee574b;
    color: #ffffff; }
    .theme-inverted .figure a {
      text-decoration: none;
      color: #ffffff; }
  .figure .image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1; }
  .figure .stats {
    display: table-cell;
    vertical-align: middle; }
    .figure .stats p {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 22px;
      line-height: 1.18182; }
  .figure .bigger {
    font-size: 90px;
    line-height: 1.33333; }
  .figure .big {
    font-size: 30px;
    line-height: 1.13333; }
  .type-image .figure:hover .title, .type-video .figure:hover .title, .type-sound .figure:hover .title, .type-link .figure:hover .title {
    width: 100%;
    top: 20%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 260ms ease, top 260ms cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: opacity 260ms ease, top 260ms cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: opacity 260ms ease, top 260ms cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: opacity 260ms ease, top 260ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 260ms ease, top 260ms cubic-bezier(0.7, 0, 0.3, 1); }
    .type-image .figure:hover .title:before, .type-video .figure:hover .title:before, .type-sound .figure:hover .title:before, .type-link .figure:hover .title:before {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
      -webkit-transition: opacity 240ms ease 320ms;
      -moz-transition: opacity 240ms ease 320ms;
      -ms-transition: opacity 240ms ease 320ms;
      -o-transition: opacity 240ms ease 320ms;
      transition: opacity 240ms ease 320ms; }
  .type-image .figure:hover .count, .type-video .figure:hover .count, .type-sound .figure:hover .count, .type-link .figure:hover .count {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 240ms ease 320ms;
    -moz-transition: opacity 240ms ease 320ms;
    -ms-transition: opacity 240ms ease 320ms;
    -o-transition: opacity 240ms ease 320ms;
    transition: opacity 240ms ease 320ms; }
  .type-image .figure:hover:after, .type-video .figure:hover:after, .type-sound .figure:hover:after, .type-link .figure:hover:after {
    display: block; }

@media only screen and (max-width: 900px) {
  #sizer {
    width: 310px; }
  .format-1x1 {
    width: 310px;
    height: 310px; }
  .format-1x2 {
    width: 310px;
    height: 310px; }
  .format-2x1 {
    width: 310px;
    height: 310px; }
  .format-2x2 {
    width: 310px;
    height: 310px; }
  .format-1x2.type-text, .format-2x2.type-text {
    width: 310px;
    height: 520px; }
  .type-placeholder {
    display: none; }
  .figure .bigger {
    font-size: 60px;
    line-height: 1.5; }
  .figure .big {
    font-size: 20px;
    line-height: 1.2; }
  .type-image .figure .title, .type-video .figure .title, .type-sound .figure .title, .type-link .figure .title {
    top: auto;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #ee574b; }
  .type-image .figure .count, .type-video .figure .count, .type-sound .figure .count, .type-link .figure .count {
    display: none; }
  .type-image .figure:after, .type-video .figure:after, .type-sound .figure:after, .type-link .figure:after {
    display: none; }
  .type-image .figure:hover .title, .type-image .figure:hover:after, .type-image .figure:hover .count, .type-video .figure:hover .title, .type-video .figure:hover:after, .type-video .figure:hover .count, .type-sound .figure:hover .title, .type-sound .figure:hover:after, .type-sound .figure:hover .count, .type-link .figure:hover .title, .type-link .figure:hover:after, .type-link .figure:hover .count {
    display: none; }
  .format-1x1.type-image .figure .title:before, .format-1x1.type-video .figure .title:before, .format-1x1.type-sound .figure .title:before, .format-1x1.type-link .figure .title:before, .format-1x2.type-image .figure .title:before, .format-1x2.type-video .figure .title:before, .format-1x2.type-sound .figure .title:before, .format-1x2.type-link .figure .title:before, .format-2x1.type-image .figure .title:before, .format-2x1.type-video .figure .title:before, .format-2x1.type-sound .figure .title:before, .format-2x1.type-link .figure .title:before, .format-2x2.type-image .figure .title:before, .format-2x2.type-video .figure .title:before, .format-2x2.type-sound .figure .title:before, .format-2x2.type-link .figure .title:before {
    right: auto;
    left: 0;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  .format-1x1.type-image .figure .title:before, .format-1x1.type-video .figure .title:before, .format-1x1.type-sound .figure .title:before, .format-1x1.type-link .figure .title:before,
  .format-1x2.type-image .figure .title:before, .format-1x2.type-video .figure .title:before, .format-1x2.type-sound .figure .title:before, .format-1x2.type-link .figure .title:before,
  .format-2x1.type-image .figure .title:before, .format-2x1.type-video .figure .title:before, .format-2x1.type-sound .figure .title:before, .format-2x1.type-link .figure .title:before,
  .format-2x2.type-image .figure .title:before, .format-2x2.type-video .figure .title:before, .format-2x2.type-sound .figure .title:before, .format-2x2.type-link .figure .title:before {
    width: 40px;
    height: 40px;
    margin: 0 0 0 6px;
    -webkit-background-size: 40px 29px;
    -moz-background-size: 40px 29px;
    -ms-background-size: 40px 29px;
    -o-background-size: 40px 29px;
    background-size: 40px 29px; }
  .format-1x1.type-image .figure .title, .format-1x1.type-video .figure .title, .format-1x1.type-sound .figure .title, .format-1x1.type-link .figure .title,
  .format-1x2.type-image .figure .title, .format-1x2.type-video .figure .title, .format-1x2.type-sound .figure .title, .format-1x2.type-link .figure .title,
  .format-2x1.type-image .figure .title, .format-2x1.type-video .figure .title, .format-2x1.type-sound .figure .title, .format-2x1.type-link .figure .title,
  .format-2x2.type-image .figure .title, .format-2x2.type-video .figure .title, .format-2x2.type-sound .figure .title, .format-2x2.type-link .figure .title {
    padding: 10px 40px;
    font-size: 20px;
    line-height: 1.1; } }

/*! No gynophobie 2016 */
#header {
  height: 120px;
  padding: 12px 2%;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  font-size: 0;
  background: #ee574b;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2); }

#title {
  display: inline-block;
  width: 320px;
  height: 96px;
  vertical-align: top;
  position: relative;
  z-index: 1; }
  #title .link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent url(../img/gynophobie.png) no-repeat 0;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; }
    #title .link.english {
      background: transparent url(../img/gynophobie_en.png) no-repeat 0;
      -webkit-background-size: 100%;
      -moz-background-size: 100%;
      -ms-background-size: 100%;
      -o-background-size: 100%;
      background-size: 100%; }
    #title .link span {
      position: relative;
      top: -100%; }

#menu {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  float: right; }

#navigation {
  width: 100%;
  text-align: right; }
  #navigation ul {
    width: 100%; }
  #navigation li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ffffff; }
    #navigation li:first-child {
      border: 0; }
    #navigation li:first-child a, #navigation li:nth-child(2) a {
      font-weight: bold; }
  #navigation a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff; }

#social-link {
  width: 100%;
  margin-top: 14px;
  text-align: right; }
  #social-link ul {
    display: inline-block;
    width: 100%; }
  #social-link li {
    display: inline-block;
    margin-left: 5px; }
  #social-link a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    right: -7px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: -4px -4px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -ms-background-size: 35px 35px;
    -o-background-size: 35px 35px;
    background-size: 35px 35px; }
    #social-link a.facebook {
      background-image: url("../img/facebook.png"); }
    #social-link a.twitter {
      background-image: url("../img/twitter.png"); }
    #social-link a.instagram {
      background-image: url("../img/instagram.png"); }
    #social-link a.youtube {
      background-image: url("../img/youtube.png"); }

#filter {
  text-align: right;
  width: 100%;
  margin-top: 14px; }
  #filter ul {
    width: 100%;
    display: inline; }
  #filter li {
    display: inline-block;
    margin-right: 8px;
    padding: 0 8px 0 2px;
    border-right: 1px solid #1a171b;
    position: relative; }
    #filter li:first-child, #filter li:last-child {
      border: 0;
      padding: 0; }
    #filter li:last-child {
      border: 0;
      margin: 0;
      padding: 0; }
    #filter li.active a {
      cursor: default; }
    #filter li.active a:after {
      width: 100%;
      background: #1a171b; }
  #filter .current-tag {
    background-color: #ffffff;
    padding: 0 5px;
    margin-left: 10px; }
  #filter span, #filter a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #1a171b; }
  #filter span {
    font-size: 14px;
    line-height: 1.14286;
    cursor: default; }
  #filter a:after {
    display: block;
    content: '';
    width: 0;
    margin: 0 auto;
    height: 1px;
    line-height: 1px;
    background: transparent; }

#burger {
  display: none;
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: transparent;
  background-image: url(../img/menu-mobile-2x.png);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: 35%;
  -moz-background-size: 35%;
  -ms-background-size: 35%;
  -o-background-size: 35%;
  background-size: 35%;
  cursor: pointer; }
  .is-open-mobile #burger {
    background-image: url(../img/menu-mobile-close-2x.png);
    -webkit-background-size: 30%;
    -moz-background-size: 30%;
    -ms-background-size: 30%;
    -o-background-size: 30%;
    background-size: 30%; }

@media only screen and (max-width: 900px) {
  #header {
    height: 490px;
    padding: 0;
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -ms-transition: transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: translateY(-414px) translateZ(0);
    -moz-transform: translateY(-414px) translateZ(0);
    -ms-transform: translateY(-414px) translateZ(0);
    -o-transform: translateY(-414px) translateZ(0);
    transform: translateY(-414px) translateZ(0); }
    .default-page #header {
      height: 197px;
      -webkit-transform: translateY(-123px) translateZ(0);
      -moz-transform: translateY(-123px) translateZ(0);
      -ms-transform: translateY(-123px) translateZ(0);
      -o-transform: translateY(-123px) translateZ(0);
      transform: translateY(-123px) translateZ(0); }
    .is-open-mobile #header {
      -webkit-transform: translateY(0px) translateZ(0);
      -moz-transform: translateY(0px) translateZ(0);
      -ms-transform: translateY(0px) translateZ(0);
      -o-transform: translateY(0px) translateZ(0);
      transform: translateY(0px) translateZ(0); }
  #title {
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 75px; }
    #title .link {
      background-position: center;
      -webkit-background-size: auto 50px;
      -moz-background-size: auto 50px;
      -ms-background-size: auto 50px;
      -o-background-size: auto 50px;
      background-size: auto 50px; }
  #menu {
    width: 100%;
    height: auto; }
  #navigation {
    padding: 45px 0 0;
    text-align: center; }
    #navigation li {
      margin: 0;
      padding: 0 10px;
      border: 0; }
    #navigation li:first-child {
      display: block; }
    #navigation li:first-child a {
      width: 100%;
      padding: 15px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    #navigation a {
      padding: 10px 0; }
  #filter {
    margin-top: 8px;
    overflow: hidden;
    text-align: center; }
    #filter li {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      float: left;
      border: 0; }
      #filter li:first-child {
        width: 100%; }
      #filter li.active a {
        background: #933730;
        border: 1px solid #933730;
        color: #ffffff; }
      #filter li.active a:after {
        display: none; }
    #filter a {
      display: block;
      width: 100%;
      border-bottom: 1px solid #933730;
      border-right: 1px solid #933730;
      border-top: 0;
      border-left: 0;
      padding: 10px 0;
      font-size: 14px;
      line-height: 1; }
    #filter span {
      display: block;
      width: 100%;
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #933730;
      border-left: 0;
      padding: 0 0 8px 8px;
      font-size: 12px;
      line-height: 1;
      text-align: left; }
  #social-link {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    text-align: center; }
    #social-link li {
      margin: 0 20px; }
  #burger {
    display: block; } }

@media only screen and (max-width: 355px) {
  #title .link {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; }
  #social-link li {
    margin: 0; }
  #navigation a {
    font-size: 16px;
    line-height: 1; }
  #navigation li:first-child a {
    padding: 5px 0; } }

@media only screen and (max-width: 245px) {
  #title .link {
    display: none; }
  #navigation a {
    font-size: 14px;
    line-height: 1; }
  #navigation li:first-child a {
    padding: 2px 0; } }

/*! No gynophobie 2016 */
#article {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 120px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #1a171b;
  -webkit-transition: transform 500ms ease;
  -moz-transition: transform 500ms ease;
  -ms-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-transform: translateY(100%) translateZ(0);
  -moz-transform: translateY(100%) translateZ(0);
  -ms-transform: translateY(100%) translateZ(0);
  -o-transform: translateY(100%) translateZ(0);
  transform: translateY(100%) translateZ(0);
  color: #ffffff; }
  .is-open #article {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }

#within {
  width: 100%;
  height: 100%;
  padding: 60px 20px 180px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 650ms ease;
  -moz-transition: opacity 650ms ease;
  -ms-transition: opacity 650ms ease;
  -o-transition: opacity 650ms ease;
  transition: opacity 650ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  #within.loading {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  #within .title {
    color: #ffffff; }
  #within .description {
    width: 60%;
    margin: 0 auto;
    padding: 0 100px;
    text-align: center; }
    #within .description .text {
      color: #ffffff; }
  #within .media {
    max-width: 480px;
    width: 100%;
    min-height: 190px;
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    background: transparent url(../img/loader-black.gif) 50% 2% no-repeat; }
    #within .media .button {
      height: auto;
      background: none;
      border: none;
      color: #ee574b; }
      #within .media .button.margin-top.margin-bottom {
        margin: 10px 0; }
    #within .media img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto; }
    #within .media iframe, #within .media object, #within .media embed, #within .media video {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      top: 0;
      left: 0; }
    #within .media.platform-instagram {
      min-height: 420px; }
    #within .media.platform-html {
      background: none; }
    #within .media.platform-text {
      min-height: 0; }

#close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 2%;
  top: 40px;
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  -ms-background-size: 30px 30px;
  -o-background-size: 30px 30px;
  background-size: 30px 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 650ms ease 650ms;
  -moz-transition: opacity 650ms ease 650ms;
  -ms-transition: opacity 650ms ease 650ms;
  -o-transition: opacity 650ms ease 650ms;
  transition: opacity 650ms ease 650ms; }
  .is-open #close {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }

@media only screen and (max-width: 900px) {
  #article {
    top: 0; }
    .is-open #article {
      z-index: 3; }
  #within {
    padding: 70px 20px 0; }
    #within .description {
      width: 100%;
      margin-bottom: 20px;
      padding: 0; }
  #close {
    width: 100%;
    height: 40px;
    top: 0;
    right: 0;
    background-color: #ee574b;
    background-position: 95% 45%;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    -ms-background-size: 25px 25px;
    -o-background-size: 25px 25px;
    background-size: 25px 25px; } }

/*! No gynophobie 2016 */
#banner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background: transparent url(../img/banner.jpg) center no-repeat;
  text-align: center; }
  #banner .date {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.11111;
    text-transform: uppercase;
    font-weight: bold;
    color: #1a171b; }
  #banner .title {
    font-size: 50px;
    line-height: 1.08;
    font-weight: bold;
    text-transform: uppercase;
    color: #ee574b; }

@media only screen and (max-width: 900px) {
  #banner {
    padding: 50px 20px; }
    #banner .title {
      font-size: 40px;
      line-height: 1.1; }
    #banner .date {
      font-size: 16px;
      line-height: 1; } }

/*! No gynophobie 2016 */
#contentinfo {
  width: 500px;
  height: 250px;
  padding: 10px; }
  #contentinfo .title {
    font-size: 50px;
    line-height: 1.08;
    font-weight: bold;
    text-transform: uppercase;
    color: #ee574b; }
  #contentinfo .text {
    margin-top: 10px;
    text-transform: uppercase;
    text-decoration: none;
    text-transform: uppercase;
    color: #ee574b; }

@media only screen and (max-width: 900px) {
  #contentinfo {
    width: 310px;
    height: 290px; }
    #contentinfo .title {
      font-size: 30px;
      line-height: 1.06667; } }

/*! No gynophobie 2016 */
.round-btn.ico-btn {
  display: block;
  width: 40px;
  height: 24px;
  background-color: transparent;
  background-image: url(../img/like.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out; }
  .round-btn.ico-btn.liked {
    pointer-events: none;
    border: 3px solid #f2827a; }

.round-btn .likes-counter {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 14px;
  line-height: 1;
  color: #ffffff; }
  .round-btn .likes-counter.hidden {
    display: none; }

.tooltips {
  margin-top: 20px;
  text-align: center; }

.tooltip {
  display: inline-block;
  height: 50px;
  margin: 0 5px 10px 5px;
  padding: 12px 40px 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  border: 1px solid #ee574b;
  background: #ee574b;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer; }
  .tooltip:hover {
    background: #933730;
    border: 1px solid #933730; }
  .tooltip.no-btn-container {
    padding: 0; }
    .tooltip.no-btn-container .ico-btn {
      margin: 0;
      padding: 21px 70px;
      background-size: 30%; }
      .tooltip.no-btn-container .ico-btn .likes-counter {
        top: 5px;
        right: 5px; }
  .tooltip .tooltip-content {
    display: none;
    width: 260px;
    bottom: 100%;
    position: absolute;
    z-index: 500;
    margin: 0 auto;
    left: -100px;
    right: -100px;
    background: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #ee574b;
    font-size: 0; }
    .tooltip .tooltip-content.visible {
      display: block; }
    .tooltip .tooltip-content.hidden {
      display: none !important; }
    .tooltip .tooltip-content .copy-link button {
      border-bottom: 1px solid rgba(219, 57, 45, 0.6); }
    .tooltip .tooltip-content p {
      padding: 10px 10px 15px;
      font-size: 20px;
      line-height: 1.2;
      color: #ee574b; }
    .tooltip .tooltip-content a {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 10px 10px 15px;
      background: #ee574b;
      text-decoration: none;
      color: #ffffff; }
      .tooltip .tooltip-content a.facebook {
        width: 50%;
        border-right: 1px solid rgba(219, 57, 45, 0.6); }
      .tooltip .tooltip-content a.twitter {
        width: 50%; }
      .tooltip .tooltip-content a:hover {
        background: #933730;
        border: 1p solid #933730; }
    .tooltip .tooltip-content select {
      width: 100%;
      height: 50px;
      padding-left: 20px;
      background: #ffffff;
      border: 0px; }
  .tooltip input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    box-shadow: none;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    color: #1a171b; }
  .tooltip input[type="submit"], .tooltip button {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0 50px;
    background: #ee574b;
    border: 0;
    box-shadow: none;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    cursor: pointer; }
    .tooltip input[type="submit"]:hover, .tooltip button:hover {
      background: #933730;
      border: 1p solid #933730; }

.tooltipped {
  position: relative; }
  .tooltipped:after {
    content: attr(aria-label);
    position: absolute;
    top: -15px;
    left: 10px;
    right: 10px;
    padding: 5px;
    z-index: 1;
    font-size: 17px;
    line-height: 1.17647;
    background-color: #ee574b;
    font-weight: bold;
    border-radius: 3px; }

@media only screen and (max-width: 900px) {
  .tooltips {
    margin: 0; }
  .tooltip {
    height: 40px;
    padding: 10px 30px 0;
    font-size: 18px;
    line-height: 1.11111; }
    .tooltip .tooltip-content {
      width: 200px; }
    .tooltip input[type="submit"], .tooltip button, .tooltip input {
      height: 40px; }
    .tooltip .button {
      height: 40px; }
      .tooltip .button:after {
        width: 40px;
        height: 40px;
        -webkit-background-size: 40px 40px;
        -moz-background-size: 40px 40px;
        -ms-background-size: 40px 40px;
        -o-background-size: 40px 40px;
        background-size: 40px 40px; }
  .round-btn.ico-btn {
    height: 18px;
    -webkit-background-size: 90%;
    -moz-background-size: 90%;
    -ms-background-size: 90%;
    -o-background-size: 90%;
    background-size: 90%; } }

/*! No gynophobie 2016 */
@media print {
  .cc_banner-wrapper {
    display: none; } }

.cc_banner-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background: #ee574b;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -ms-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp; }

.cc_container {
  padding: 10px 2%;
  overflow: hidden; }

.cc_logo {
  display: none; }

.cc_message {
  width: 75%;
  float: left;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff; }

.cc_btn {
  float: right;
  display: block;
  padding: 6px 36px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #ee574b;
  cursor: pointer; }
  .cc_btn:hover {
    background: #1a171b;
    color: #ffffff; }

/*! No gynophobie 2016 */
.tags {
  max-width: 660px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-size: 0; }
  .tags .text {
    font-size: 16px;
    line-height: 1;
    color: #ee574b; }
  .tags .tag {
    display: inline-block;
    margin: 0 2px 4px;
    padding: 5px 15px;
    border: 1px solid #ee574b;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    color: #ee574b; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }