/* All the variables */

/*GRID VARIABLES*/

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.last {
  margin-right: 0px !important;
}

.first {
  margin-left: 0px !important;
}

.bottom {
  margin-bottom: 0px !important;
}

.first {
  margin-top: 0px !important;
}

.ico-general {
  display: block;
  background: url('../img/ico-general.png') no-repeat;
}

.ico-general-svg {
  font-size: 1em;
  display: block;
  background: url('http://localhost/webbr2013/wp-content/themes/w3cbrasil-web.br/assets/img/ico-general.svg') no-repeat;
  -webkit-background-size: 10.75em 35.68em;
  background-size: 10.75em 35.68em;
}

.ttl-general {
  display: block;
  background: url('http://localhost/webbr2013/wp-content/themes/w3cbrasil-web.br/assets/img/ttl-general.png') no-repeat;
}

.LNG-en-us .ttl-general {
  display: block;
  background: url('http://localhost/webbr2013/wp-content/themes/w3cbrasil-web.br/assets/img/ttl-general-EN.png') no-repeat;
}

.hide {
  display: none;
}

.show {
  display: block;
}

p {
  margin: 0;
}

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   GRID Classes
   ========================================================================== */

.full-wrapper {
  overflow: hidden;
}

.section {
  width: 100%;
}

.content {
  margin: auto;
  width: 980px;
  padding-left: 20px;
}

.col-1 {
  width: 60px;
  margin-right: 20px;
  float: left;
}

.col-2 {
  width: 140px;
  margin-right: 20px;
  float: left;
}

.col-3 {
  width: 220px;
  margin-right: 20px;
  float: left;
}

.col-4 {
  width: 300px;
  margin-right: 20px;
  float: left;
}

.col-5 {
  width: 380px;
  margin-right: 20px;
  float: left;
}

.col-6 {
  width: 460px;
  margin-right: 20px;
  float: left;
}

.col-7 {
  width: 540px;
  margin-right: 20px;
  float: left;
}

.col-8 {
  width: 620px;
  margin-right: 20px;
  float: left;
}

.col-9 {
  width: 700px;
  margin-right: 20px;
  float: left;
}

.col-10 {
  width: 780px;
  margin-right: 20px;
  float: left;
}

.col-11 {
  width: 860px;
  margin-right: 20px;
  float: left;
}

.col-12 {
  width: 940px;
  margin-right: 0;
  float: left;
}

@media (min-width: 760px) and (max-width: 1024px) {
  .col-1 {
    width: 42px;
    margin-right: 20px;
    float: left;
  }

  .col-2 {
    width: 104px;
    margin-right: 20px;
    float: left;
  }

  .col-3 {
    width: 166px;
    margin-right: 20px;
    float: left;
  }

  .col-4 {
    width: 228px;
    margin-right: 20px;
    float: left;
  }

  .col-5 {
    width: 290px;
    margin-right: 20px;
    float: left;
  }

  .col-6 {
    width: 352px;
    margin-right: 20px;
    float: left;
  }

  .col-7 {
    width: 414px;
    margin-right: 20px;
    float: left;
  }

  .col-8 {
    width: 476px;
    margin-right: 20px;
    float: left;
  }

  .col-9 {
    width: 538px;
    margin-right: 20px;
    float: left;
  }

  .col-10 {
    width: 600px;
    margin-right: 20px;
    float: left;
  }

  .col-11 {
    width: 662px;
    margin-right: 20px;
    float: left;
  }

  .col-12 {
    width: 724px;
    margin-right: 0;
    float: left;
  }

  .content {
    margin: auto;
    width: 764px;
    padding-left: 20px;
  }
}

@media (min-width: 0) and (max-width: 759px) {
  .col-1 {
    min-width: 300px;
    width: 100%;
  }

  .col-2 {
    min-width: 300px;
    width: 100%;
  }

  .col-3 {
    min-width: 300px;
    width: 100%;
  }

  .col-4 {
    min-width: 300px;
    width: 100%;
  }

  .col-5 {
    min-width: 300px;
    width: 100%;
  }

  .col-6 {
    min-width: 300px;
    width: 100%;
  }

  .col-7 {
    min-width: 300px;
    width: 100%;
  }

  .col-8 {
    min-width: 300px;
    width: 100%;
  }

  .col-9 {
    min-width: 300px;
    width: 100%;
  }

  .col-10 {
    min-width: 300px;
    width: 100%;
  }

  .col-11 {
    min-width: 300px;
    width: 100%;
  }

  .col-12 {
    min-width: 300px;
    width: 100%;
  }

  .content {
    padding: 0 10px;
    margin: auto;
    width: 100%;
  }
}

.default-paragraph,
.post-content p,
.commentlist {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  color: #191310;
  font-family: 'Georgia', serif;
}

.default-title {
  margin: 0;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  color: #2B1F1B;
  font-family: 'Jaap', serif;
  font-weight: normal;
  text-transform: uppercase;
}

.default-title--lower-case {
  text-transform: lowercase;
}

.default-list-container {
  padding-left: 20px;
  list-style: square;
}

.default-list-container__item {
  margin-bottom: 3px;
  font-size: 10px;
}

.default-list-container__anchor {
  margin-left: -2px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #1B1512;
  vertical-align: sub;
  font-family: 'Georgia', arial;
  line-height: 1;
}

.default-list-container__anchor:focus,
.default-list-container__anchor:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.speaker-track-type {
  clear: both;
  display: block;
  border-bottom: 5px solid #B37208;
  color: #B27206;
  font-weight: bold;
}

.speaker-track-type__track {
  float: left;
}

.speaker-track-type__date {
  float: right;
}

.default-section {
  position: relative;
  padding: 110px 0 100px;
  background: url('../img/bg-about.jpg') repeat-x #E2D8C7;
}

.default-section:before {
  content: '';
  position: absolute;
  top: -3px;
  width: 100%;
  border-top: 1px solid #B0A492;
}

.special-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  background: url('../img/bg-special-container.jpg') repeat;
}

.special-section:before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 22px;
  background: url('../img/bg-speakers.png') repeat-x;
}

.special-section--reversed:before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 21px;
  border: none;
  background: url('../img/bg-special-section-reversed.png') repeat-x;
}

.default-anchor,
.post-content a {
  color: #5F110C;
}

.default-anchor:hover,
.default-anchor:focus {
  text-decoration: underline;
}

.default-link-button {
  display: inline-block;
  padding: 9px 17px 7px 19px;
  border: 1px solid #8D5C07;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  background-color: #AD7109;
  color: #E1D8C6;
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.45), transparent 50%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent 50%);
}

.default-link-button:hover,
.default-link-button:focus {
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45), transparent 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent 50%);
}

.breaker {
  display: block;
}

.default-button {
  background: none;
  border: none;
  color: transparent;
}

@font-face {
  font-family: 'Jaap';
  src: url('../fonts/jaap.eot.html');
  src: url('../fonts/jaap.eot%3F.html') format('embedded-opentype'), url('../fonts/jaap.svg.html') format('svg'), url('../fonts/jaap.woff.html') format('woff'), url('../fonts/jaap.ttf.html') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.main-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #321306;
  z-index: 100;
}

.menu-items-container {
  position: relative;
  top: 20%;
}

.menu-items-container__anchor {
  position: relative;
  display: block;
  width: 100%;
}

.menu-items-container__anchor:hover,
.menu-items-container__anchor:focus {
  background-color: rgba(173, 113, 9, 0.2);
}

.menu-items-container__anchor:hover .menu-icon-container__extended,
.menu-items-container__anchor:focus .menu-icon-container__extended {
  left: 50px;
  opacity: 1;
}

.menu-icon-container {
  position: relative;
  margin-left: 10px;
  padding: 9px 0 4px 0;
  width: 40px;
  display: block;
}

.menu-icon-container:before,
.menu-icon-container:after {
  content: '';
  position: absolute;
  width: 100%;
}

.menu-icon-container:after {
  bottom: -1px;
  border-bottom: 1px solid #B6A88F;
}

.menu-items-container__item:first-child .menu-icon-container:before {
  top: -1px;
  border-top: 1px solid #B6A88F;
}

.menu-icon-container__extended {
  position: absolute;
  top: 0;
  left: 70px;
  padding: 6px 20px 6px;
  background-color: #AD7109;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Georgia', arial;
  color: #FFF;
  white-space: nowrap;
  -webkit-transition: all, ease, 0.7s;
  transition: all, ease, 0.7s;
  opacity: 0;
  pointer-events: none;
}

.menu-icon-container__extended:before {
  content: '';
  position: absolute;
  top: 11px;
  left: -5px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #AD7109;
  border-bottom: 8px solid transparent;
}

.menu-icon-container__icon {
  margin-left: 10px;
  height: 25px;
  display: block;
  background: url('../img/ico-menu.png') no-repeat;
}

.menu-icon-container__icon--news {
  width: 22px;
  background-position: -38px 0;
}

.menu-icon-container__icon--social-media {
  width: 21px;
  background-position: 0 0;
}

.menu-icon-container__icon--conference {
  width: 20px;
  background-position: -267px 0;
}

.menu-icon-container__icon--speakers {
  width: 23px;
  background-position: -75px 0;
}

.menu-icon-container__icon--tracks {
  margin-left: 8px;
  width: 25px;
  background-position: -112px 0;
}

.menu-icon-container__icon--venue {
  margin-left: 14px;
  width: 14px;
  background-position: -232px 0;
}

.menu-icon-container__icon--tickets {
  margin-left: 11px;
  width: 22px;
  background-position: -304px 0;
}

.menu-icon-container__icon--partner-events {
  width: 25px;
  background-position: -151px 0;
}

.menu-icon-container__icon--about-w3c {
  width: 25px;
  background-position: -188px 5px;
}

.menu-icon-container__icon--sponsors {
  margin-left: 16px;
  width: 10px;
  background-position: -348px 0;
}

.menu-icon-container__icon--webs-got-talent {
  margin-left: 9px;
  width: 23px;
  height: 26px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAaCAYAAABctMd+AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC4xMS4xM+JiPrsAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAACe0lEQVRIibWV3UsUYRSHn9Uy3F1dQwixtlYUtvy48sZAy25KoqjQuoz+gKAQisqQEEwMEsSKCAL/gciLioLKrdkt3Yxm2SyUlRnrIi2WVtwPKmS7mdGZcXZntvB3876c98xzznvmzBmHFBV8wCgbIAeAFBWyGwHf9A/PfAUyec5LAa8WvgR4bMIzwLINv0iRshFtggtRosjap2D9UTcFwcPBEMEXL90Wbr+UVVThATvwyWCQyWDICq4qUVC3hIUQ2WzWCu5SN7bLEg6GSKdSZNLpovdvJ8ryuDqUNWC7Wz6Kay4Tr4UKOwmpZUmohlQyya2BG6SSSZ2jFIut7t8EXlV+kaRS7bnT5Vrp7r0ql3k8O3RXkKJCOzCuGr8vLDDY04s8N2cnQep2+5fP9VyWq73e30AzgK+x1WFalm1VVdy8f49TZ05bgo+e7Po2ePfOrALWSS1+zuE1LUboPd9tCr4y0D/bvLdFOwqcwB5gydfYWmHZLU63K+eZu7x8xWAqVlYR9K04bwYYf/psLZBLH+j5o8eV+RLTwmUzh7AQAsBXW0vf8BDXb4983r7TmwH4EH5nbEl1riSM8HWSYjF+LC7S3nGQvuEhaurq8DfUp/tHhmda9rXFf8bjJTPTn5yaR1bnCuh/FgkMmhYjnL10kQMdh3T2Mo9n5ULfNfnJg4fLkakpt7+hPm2WnBYuAse0h0e6OvNdjMOdJ+IGk/pSZCP8f1QCbAGqc8HXlcVCxcBmYKsGqpMWPgpUAO3A/jxQdeT6DfZ5YAwI+BpbA6D5QrWSooIa5Liy7soRKKIkFahpahOzWf1Hbgo3CeZTAql9LQNjNU1t60qpDfAXQ2nFcA+IFXUAAAAASUVORK5CYII=') no-repeat;
}

.menu-icon-container__icon--language-setter {
  padding: 3px 0 0 2px;
  background: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #DFD3C3;
}

.header {
  position: relative;
  padding-bottom: 90px;
  width: 100%;
  background: url('../img/bg-header.jpg') top center no-repeat #E2D8C7;
}

.header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 135px;
  background: url('../img/half-stamp.png') no-repeat;
}

.logo {
  margin: 0;
  width: 491px;
  height: 191px;
  background: url('../img/logo.svg') no-repeat;
}

.conference-info {
  float: right;
  margin-top: 90px;
}

.conference-info__slogan {
  margin: 2px 0 40px;
  font-size: 32px;
  font-size: 2rem;
  font-family: 'EB Garamond', serif;
  font-style: italic;
  color: #3F0404;
  text-align: center;
}

.date-container {
  position: relative;
  margin-bottom: 12px;
  font-family: 'EB Garamond', serif;
  text-align: center;
  text-transform: uppercase;
}

.date-container:before {
  content: '';
  position: absolute;
  left: 0;
  top: -12px;
  height: 10px;
  width: 401px;
  background: url('../img/shadow-date-container.png') no-repeat;
}

.date-container__when {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: bold;
  color: #2B1F1A;
}

.date-container__where {
  font-size: 14px;
  font-size: 0.875rem;
  color: #64543F;
  font-weight: normal;
}

.date-container__separator {
  margin: 0 7px;
}

.date-container__number {
  font-size: 40px;
  font-size: 2.5rem;
}

.date-container__number--year {
  font-size: 19px;
  font-size: 1.1875rem;
}

.date-container__url {
  display: block;
}

.date-container__location {
  display: inline-block;
}

.social-links {
  position: relative;
  height: 80px;
  text-align: right;
  z-index: 1;
  float: none;
  margin: 0 auto;
}

.LNG-en-us .social-links {
  float: none;
  margin: auto;
  text-align: center;
}

.social-links__item {
  display: inline-block;
  margin-right: 10px;
}

.default-link-button--ticket {
  position: relative;
  margin-top: 2px;
  padding: 14px 35px 13px 38px;
  z-index: 2;
}

.default-link-button--ticket-live {
  display: none;
}

.news {
  position: relative;
  padding: 50px 0 60px;
  background: url('../img/bg-news-content.jpg') repeat;
}

.news:before {
  content: '';
  position: absolute;
  top: -25px;
  width: 100%;
  height: 26px;
  background: url('../img/bg-news.png') repeat-x;
}

.news-container {
  position: relative;
  font-family: Georgia;
}

.news-container:before {
  content: '';
  position: absolute;
  top: -183px;
  right: -89px;
  width: 431px;
  height: 468px;
  background: url('../img/blog-compass.png') no-repeat;
}

.highlight-container {
  margin-bottom: 60px;
  min-height: 220px;
}

.news-container__anchor,
.list-post-container__anchor {
  text-decoration: none;
  color: #1B1410;
}

.news-container__anchor:hover .news-container__title,
.news-container__anchor:focus .news-container__title,
.news-container__anchor:hover p,
.news-container__anchor:focus p {
  opacity: 0.7;
}

.news-container__category {
  display: inline-block;
  margin-bottom: 7px;
  padding: 3px 10px 2px;
  background-color: #1A1310;
  font-size: 14px;
  font-size: 0.875rem;
  color: #E4D5A5;
  font-style: normal;
  text-transform: uppercase;
}

.news-container__title {
  margin: 0 0 14px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  color: #1B1410;
  -webkit-transition: opacity, ease, 0.5s;
  transition: opacity, ease, 0.5s;
}

.news-container__title--highlight {
  margin-bottom: 17px;
  font-size: 30px;
  font-size: 1.875rem;
}

.news-container__description {
  font-size: 15px;
  font-size: 0.9375rem;
}

.news-container__description--highlight {
  font-size: 16px;
  font-size: 1rem;
}

.all-news-container {
  text-align: center;
}

.default-link-button--more-news {
  margin-top: 60px;
  padding: 10px 30px;
}

.news-container__anchor p {
  -webkit-transition: opacity, ease, 0.5s;
  transition: opacity, ease, 0.5s;
}

.news-container article > a:first-child {
  display: inline-block;
  margin-bottom: 7px;
  padding: 1px 10px;
  background-color: #B6A88F;
  font-size: 14px;
  font-size: 0.875rem;
  color: #675E50;
  font-style: normal;
  text-transform: uppercase;
}

.news-container .highlight-container p {
  font-size: 16px;
  font-size: 1rem;
}

.news-container p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.social-media-container {
  position: relative;
  padding: 50px 0 100px;
  background: url('../img/bg-about.jpg') repeat-x #E2D8C7;
}

.social-media-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 21px;
  background: url('../img/bg-social-media-wrapper.png') repeat-x;
}

.facebook-like-container {
  position: relative;
  left: -35px;
  display: block;
  margin-bottom: 30px;
  width: 344px;
  height: 386px;
  background: url('../img/bg-facebook-like-box.png') no-repeat;
}

.fb-like-box__wrapper {
  padding: 40px 0 40px 40px;
}

.facebook-like-container__frame {
  border: none;
  height: 300px;
  width: 292px;
}

.flicker-container {
  overflow: hidden;
}

.flickr-logo {
  width: 160px;
  height: 69px;
  background-position: 0 0;
}

.flickr-logo--flickr-container {
  margin-left: -20px;
}

.flickr-widget {
  overflow: hidden;
  margin: -40px 0 0 -4px;
  width: 340px;
  border: 0;
}

.tweets-container {
  font-family: 'Georgia';
}

.tweets-container:before {
  content: '';
  position: absolute;
  top: 35px;
  width: 100%;
  height: 52px;
  background: url('../img/ico-general.png') no-repeat 0 -89px;
}

.tweets-container ul {
  margin: 36px 0 27px;
}

.tweets-container li {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px dashed #A88647;
}

.tweets-container li:first-child {
  border: none;
}

.tweets-container .user {
  float: left;
}

.tweets-container .user img {
  float: left;
  margin-right: 12px;
  background-color: #F0ECE3;
  border: 1px solid #CABB9D;
  padding: 5px;
}

.tweets-container .user span {
  width: 240px;
  font-size: 16px;
  font-size: 1rem;
  color: #212121;
  font-weight: bold;
  vertical-align: top;
  line-height: 1;
}

.tweets-container .user span:nth-child(3) {
  display: block;
  margin-top: -6px;
  font-weight: normal;
  color: #881713;
}

.tweets-container .tweet {
  overflow: hidden;
  float: right;
  margin-top: -18px;
  width: 225px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #1F1F1F;
}

.tweets-container .tweet a {
  color: #881713;
}

.see-more-tweets {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  color: #A5854A;
  font-style: normal;
}

.see-more-tweets:before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 29px;
  background: url('../img/ico-general.png') no-repeat 0 -161px;
}

.see-more-tweets__anchor {
  color: #871713;
  font-weight: bold;
}

.instagram-container {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.instagram-logo {
  margin-top: 10px;
  width: 302px;
  height: 42px;
  background-position: 0 -210px;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.instagram-container__frame {
  overflow: hidden;
  width: 306px;
  border: none;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.scoop-it-container__frame {
  border: 0;
  height: 200px;
}

.about-container {
  position: relative;
  padding: 80px 0 100px;
  background: url('../img/bg-about.jpg') repeat-x #E2D8C7;
}

.about-container:before {
  content: '';
  position: absolute;
  top: -3px;
  width: 100%;
  border-top: 1px solid #B0A492;
}

.default-title--about {
  margin-bottom: 2px;
  text-transform: lowercase;
}

.previous-editions {
  display: inline-block;
  padding: 50px 0 40px 15px;
  background: url('../img/bg-previous-editions.png') no-repeat;
}

.previous-editions__title {
  margin: 0 0 9px;
  font-family: 'Georgia';
  font-size: 14px;
  font-size: 0.875rem;
  color: #191411;
  font-weight: normal;
}

/*
 * jQuery Booklet Plugin
 * Copyright (c) 2010 - 2013 William Grauvogel (http://builtbywill.com/)
 *
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 *
 * Version : 1.4.2
 *
 * Originally based on the work of:
 *	1) Charles Mangin (http://clickheredammit.com/pageflip/)
 */

.booklet {
  width: 800px;
  height: 600px;
  position: relative;
  margin: 0 auto 10px;
  overflow: visible !important;
}

.booklet .b-page {
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  padding: 0;
  outline: 1px solid transparent;
}

/* Page Wrappers */

.booklet .b-wrap {
  top: 0;
  position: absolute;
}

.booklet .b-wrap-left {
  background: #fff;
}

.booklet .b-wrap-right {
  background: #efefef;
}

.booklet .b-pN .b-wrap,
.booklet .b-p1 .b-wrap,
.booklet .b-p2 .b-wrap,
.booklet .b-p3 .b-wrap,
.booklet .b-p4 .b-wrap {
  left: 0;
}

.booklet .b-p0 .b-wrap {
  right: 0;
}

/* Custom Page Types */

.booklet .b-page-blank {
  padding: 0;
  width: 100%;
  height: 100%;
}

.booklet .b-page-cover {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #925C0E;
}

.booklet .b-page-cover h3 {
  color: #fff;
  text-shadow: 0px 1px 3px #222;
}

/* Page Numbers */

.booklet .b-counter {
  bottom: 10px;
  position: absolute;
  display: block;
  width: 25px;
  height: 20px;
  background: #ccc;
  color: #444;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  padding: 5px 0 0;
}

.booklet .b-wrap-left .b-counter {
  left: 10px;
}

.booklet .b-wrap-right .b-counter {
  right: 10px;
}

/* Page Shadows */

.booklet .b-shadow-f {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  background-image: url("http://localhost/webbr2013/wp-content/themes/w3cbrasil-web.br/assets/css/images/shadow-top-forward.png");
  background-repeat: repeat-y;
  background-position: 100% 0;
}

.booklet .b-shadow-b {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  background-image: url("http://localhost/webbr2013/wp-content/themes/w3cbrasil-web.br/assets/css/images/shadow-top-back.png");
  background-repeat: repeat-y;
  background-position: 0 0;
}

.booklet .b-p0 {
  background-image: url("http://localhost/webbr2013/wp-content/themes/w3cbrasil-web.br/assets/css/images/shadow.png");
  background-repeat: repeat-y;
  background-position: 100% 10px;
}

.booklet .b-p3 {
  background-image: url("http://localhost/webbr2013/wp-content/themes/w3cbrasil-web.br/assets/css/images/shadow.png");
  background-repeat: repeat-y;
  background-position: 0 10px;
}

/* Overlay Controls */

.booklet .b-grab {
  cursor: url("http://localhost/webbr2013/wp-content/themes/w3cbrasil-web.br/assets/css/images/openhand.cur"), default;
}

.booklet .b-grabbing {
  cursor: url("http://localhost/webbr2013/wp-content/themes/w3cbrasil-web.br/assets/css/images/closedhand.cur"), default;
}

/* Overlay Controls */

.booklet .b-overlay {
  top: 0;
  position: absolute;
  height: 100%;
  width: 50%;
}

.booklet .b-overlay-prev {
  left: 0;
}

.booklet .b-overlay-next {
  right: 0;
}

/* Tab Controls */

.booklet .b-tab {
  background: #000;
  height: 40px;
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
  color: #ccc;
  position: absolute;
  font-size: 11px;
}

.booklet .b-tab-prev {
  left: 0;
}

.booklet .b-tab-next {
  right: 0;
}

.booklet .b-tab:hover {
  background: #aaa;
  color: #000;
}

/* Arrow Controls */

.booklet .b-arrow {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  height: 100%;
  width: 74px;
}

.booklet .b-arrow div {
  display: none;
  text-indent: -9999px;
  height: 170px;
  width: 74px;
  position: absolute;
  left: 0;
  top: 25%;
}

.booklet .b-arrow-next {
  right: -80px;
}

.booklet .b-arrow-prev {
  left: -80px;
}

.booklet .b-arrow-next div {
  background: url("http://localhost/webbr2013/wp-content/themes/w3cbrasil-web.br/assets/css/images/arrow-next.png") no-repeat left top;
}

.booklet .b-arrow-prev div {
  background: url("http://localhost/webbr2013/wp-content/themes/w3cbrasil-web.br/assets/css/images/arrow-prev.png") no-repeat left top;
}

/* @z-index fix (needed for older IE browsers)
----------------------------------------*/

body {
  z-index: 0;
}

.b-menu {
  z-index: 100;
}

.b-selector {
  z-index: 100;
}

.booklet {
  z-index: 10;
}

.b-pN {
  z-index: 10;
}

.b-p0 {
  z-index: 30;
}

.b-p1 {
  z-index: 20;
}

.b-p2 {
  z-index: 20;
}

.b-p3 {
  z-index: 30;
}

.b-p4 {
  z-index: 10;
}

.b-prev {
  z-index: 40;
}

.b-next {
  z-index: 40;
}

.b-counter {
  z-index: 40;
}

/* @Menu Items
----------------------------------------*/

.b-menu {
  height: 40px;
  padding: 0 0 10px;
}

.b-selector {
  height: 40px;
  position: relative;
  float: right;
  border: none;
  color: #cecece;
  cursor: pointer;
  font: normal 12px "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.b-selector .b-current {
  padding: 8px 15px 12px;
  line-height: 20px;
  min-width: 18px;
  height: 20px;
  display: block;
  background: #000;
  text-align: center;
}

.b-selector-page {
  width: auto;
  margin-left: 15px;
}

.b-selector-chapter {
  width: auto;
}

.b-selector:hover {
  color: #fff;
  background-position: left 0px;
}

.b-selector:hover .b-current {
  background-position: right 0px;
}

.b-selector ul {
  overflow: hidden;
  margin: 0;
  list-style: none !important;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0 0 10px;
  background: #000;
  width: 240px;
}

.b-selector li {
  border: none;
}

.b-selector a {
  color: #cecece;
  height: 14px;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}

.b-selector a .b-text {
  float: left;
  clear: none;
}

.b-selector a .b-num {
  float: right;
  clear: none;
}

.b-selector a:hover {
  color: #fff;
}

.speakers-container {
  position: relative;
  padding-top: 60px;
  height: 595px;
  background-color: #1B1512;
}

.speakers-container:before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 22px;
  background: url('../img/bg-speakers.png') repeat-x;
}

.speakers-title {
  margin: 0;
  font-size: 55px;
  font-size: 3.4375rem;
  line-height: 1;
  font-family: 'EB Garamond', serif;
  color: #D9CBB3;
  text-transform: uppercase;
  font-weight: normal;
  text-align: right;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.speakers-title__subheading {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0.4;
}

.speakers-title__date {
  font-size: 30px;
  font-size: 1.875rem;
}

.book-container-buttons {
  position: relative;
  top: 0;
  padding: 0;
  margin-top: 240px;
  width: 35px;
  height: 25px;
  color: transparent;
  -webkit-transition: all, ease, 0.5s;
  transition: all, ease, 0.5s;
  opacity: 1;
}

.book-container-buttons:hover,
.book-container-buttons:focus {
  top: -5px;
  opacity: 0.7;
}

.book-container-buttons--prev {
  margin-right: 10px;
  background-position: 0 -277px;
}

.book-container-buttons--next {
  float: right;
  background-position: -93px -277px;
}

.book-container {
  position: relative;
  top: -75px;
  margin: 0 auto;
  padding-top: 82px;
  width: 852px;
  height: 643px;
  position: relative;
  background: url('../img/bg-speakers-book.png') no-repeat;
  z-index: 3;
}

.book-container .booklet * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.book-container .booklet * .b-wrap-left {
  background: #fff url(../img/left_bg.jpg) no-repeat top left;
}

.book-container .booklet * .b-wrap-right {
  background: #efefef url(../img/right_bg.jpg) no-repeat top left;
}

.book-container .default-anchor,
.book-container .post-content a,
.post-content .book-container a {
  font-weight: bold;
}

.book-pages--keynotes {
  padding: 10px 0 10px;
}

.book-pages__item {
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
}

.speaker-container {
  position: relative;
  overflow: hidden;
  float: left;
  background-color: #AE9D7F;
  -webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.65);
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.65);
}

.speaker-container:focus .speaker-info-overlay,
.speaker-container:hover .speaker-info-overlay {
  top: 0;
}

.speaker-container img {
  float: left;
  vertical-align: inherit;
}

.book-pages__item--keynote {
  float: right;
  margin-right: 20px;
}

.speaker-container__speaker-tag {
  position: absolute;
  width: 98px;
  height: 58px;
  z-index: 2;
  pointer-events: none;
}

.speaker-container__speaker-tag--regular {
  top: -4px;
  left: -3px;
  background-position: 0 -323px;
}

.speaker-container__speaker-tag--reversed {
  right: -3px;
  top: -4px;
  background-position: -204px -323px;
}

.speaker-info-overlay {
  position: absolute;
  top: 500px;
  padding: 50px 0 0 17px;
  width: 100%;
  height: 100%;
  background-color: #61110E;
  opacity: 0.9;
  z-index: 1;
  font-family: Georgia;
  color: #E4D4A5;
  -webkit-transition: top, ease, 0.4s;
  transition: top, ease, 0.4s;
}

.speaker-info-overlay__speaker-name {
  display: block;
  width: 200px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

.speaker-info-overlay__speaker-company {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
}

.speaker-info-overlay--medium {
  padding: 77px 0 0 13px;
}

.speaker-info-overlay--medium .speaker-info-overlay__speaker-name {
  font-size: 22px;
  font-size: 1.375rem;
  width: 100px;
}

.speaker-info-overlay--medium .speaker-info-overlay__speaker-company {
  font-size: 13px;
  font-size: 0.8125rem;
}

.speaker-info-overlay--small {
  padding: 34px 0 0 13px;
}

.speaker-info-overlay--small .speaker-info-overlay__speaker-name {
  font-size: 16px;
  font-size: 1rem;
  width: 96px;
}

.speaker-info-overlay--small .speaker-info-overlay__speaker-company {
  margin-top: 3px;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1;
}

.speaker-info,
.speaker-more-info {
  margin-top: 80px;
}

.speaker-more-info:after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 139px;
  height: 28px;
  background: url('../img/speakers/book-detail.png') no-repeat;
}

.speaker-info__name {
  position: relative;
  margin: auto auto 40px;
  font-family: 'EB Garamond', serif;
  font-size: 30px;
  font-size: 1.875rem;
  color: #2C2A1F;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}

.speaker-info__name:before,
.speaker-info__name:after {
  content: '';
  position: absolute;
  left: 0;
  background: url('../img/speakers/speakers-company.png') no-repeat;
}

.speaker-info__name--keynote:after {
  top: -30px;
  left: -5px;
  width: 208px;
  height: 120px;
  background-position: 0 -1716px;
}

.speaker-info__name--table-participant:after {
  top: -25px;
  left: -5px;
  width: 100px;
  height: 95px;
  background-position: 0 -1996px;
}

.speaker-info__name--braziljs:before {
  top: -55px;
  width: 208px;
  height: 120px;
  background-position: 0 -1186px;
}

.speaker-info__name--mstech:before {
  top: -55px;
  width: 208px;
  height: 120px;
  background-position: 0 0;
}

.speaker-info__name--abril:before {
  top: -65px;
  left: 70px;
  width: 80px;
  height: 95px;
  background-position: 0 -126px;
}

.speaker-info__name--w3c:before {
  top: -62px;
  left: 20px;
  width: 109px;
  height: 108px;
  background-position: 0 -260px;
}

.speaker-info__name--estante:before {
  top: -65px;
  left: 70px;
  width: 175px;
  height: 98px;
  background-position: 0 -388px;
}

.speaker-info__name--tableless:before {
  top: -55px;
  width: 185px;
  height: 105px;
  background-position: 0 -508px;
}

.speaker-info__name--codeminer42:before {
  top: -55px;
  width: 205px;
  height: 106px;
  background-position: 0 -638px;
}

.speaker-info__name--globo:before {
  top: -67px;
  width: 245px;
  height: 159px;
  background-position: 0 -765px;
}

.speaker-info__name--netshoes:before {
  top: -55px;
  width: 183px;
  height: 94px;
  background-position: 0 -950px;
}

.speaker-info__name--locaweb:before {
  top: -55px;
  left: 10px;
  width: 158px;
  height: 99px;
  background-position: 0 -1060px;
}

.speaker-info__name--red-hat:before {
  top: -40px;
  width: 175px;
  height: 66px;
  background-position: 0 -1304px;
}

.speaker-info__name--jquery:before {
  top: -40px;
  width: 170px;
  height: 80px;
  background-position: 0 -1386px;
}

.speaker-info__name--reversed-jquery:before {
  top: -65px;
  left: 50px;
  width: 170px;
  height: 80px;
  background-position: 0 -3970px;
}

.speaker-info__name--facebook:before {
  top: -60px;
  left: 50px;
  width: 175px;
  height: 89px;
  background-position: 0 -1615px;
}

.speaker-info__name--deserto:before {
  top: -40px;
  left: -5px;
  width: 225px;
  height: 120px;
  background-position: 0 -1487px;
}

.speaker-info__name--exceda:before {
  top: -25px;
  left: 5px;
  width: 165px;
  height: 55px;
  background-position: 0 -1854px;
}

.speaker-info__name--hanzo:before {
  top: -30px;
  left: 40px;
  width: 150px;
  height: 45px;
  background-position: 0 -1928px;
}

.speaker-info__name--qubyte:before {
  top: -55px;
  left: 45px;
  width: 120px;
  height: 80px;
  background-position: 0 -2108px;
}

.speaker-info__name--nic:before {
  top: -65px;
  left: 75px;
  width: 120px;
  height: 120px;
  background-position: 0 -2206px;
}

.speaker-info__name--eco:before {
  top: -50px;
  left: 55px;
  width: 150px;
  height: 75px;
  background-position: 0 -2342px;
}

.speaker-info__name--terra:before {
  top: -45px;
  left: 5px;
  width: 150px;
  height: 120px;
  background-position: 0 -2435px;
}

.speaker-info__name--mozilla:before {
  top: -35px;
  left: 5px;
  width: 150px;
  height: 68px;
  background-position: 0 -2570px;
}

.speaker-info__name--imasters:before {
  top: -20px;
  width: 160px;
  height: 70px;
  background-position: 0 -2658px;
}

.speaker-info__name--caelum:before {
  top: -25px;
  width: 160px;
  height: 70px;
  background-position: 0 -2745px;
}

.speaker-info__name--cgi:before {
  top: -50px;
  width: 160px;
  height: 100px;
  background-position: 0 -2830px;
}

.speaker-info__name--linux:before {
  top: -40px;
  width: 150px;
  height: 75px;
  background-position: 0 -2949px;
}

.speaker-info__name--metamaquina:before {
  top: -30px;
  left: 10px;
  width: 190px;
  height: 45px;
  background-position: 0 -3046px;
}

.speaker-info__name--ecommerce-brasil:before {
  top: -60px;
  left: 40px;
  width: 170px;
  height: 80px;
  background-position: 0 -3112px;
}

.speaker-info__name--w3c-brasil:before {
  top: -50px;
  left: 10px;
  width: 170px;
  height: 120px;
  background-position: 0 -3205px;
}

.speaker-info__name--banana:before {
  top: -45px;
  width: 170px;
  height: 90px;
  background-position: 0 -3340px;
}

.speaker-info__name--marimbondo:before {
  top: -50px;
  width: 210px;
  height: 80px;
  background-position: 0 -3445px;
}

.speaker-info__name--simplissimo:before {
  top: -40px;
  width: 170px;
  height: 70px;
  background-position: 0 -3530px;
}

.speaker-info__name--citibank:before {
  top: -40px;
  left: 10px;
  width: 150px;
  height: 70px;
  background-position: 0 -3620px;
}

.speaker-info__name--cert:before {
  top: -70px;
  left: 60px;
  width: 110px;
  height: 110px;
  background-position: 0 -3700px;
}

.speaker-info__name--ilearn:before {
  top: -65px;
  left: -5px;
  width: 250px;
  height: 130px;
  background-position: 0 -3820px;
}

.speaker-info__name--booking:before {
  top: -65px;
  left: -5px;
  width: 210px;
  height: 100px;
  background-position: 0 -4050px;
}

.speaker-info__name--gdg:before {
  top: -65px;
  left: 5px;
  width: 190px;
  height: 100px;
  background-position: 0 -4170px;
}

.speaker-info__name--first-name {
  display: inline-block;
  padding: 0 0 3px 8px;
  letter-spacing: 8pt;
  border-bottom: 1px solid #2E2A21;
}

.speaker-info__name--last-name {
  display: block;
  padding-top: 2px;
}

.default-paragraph--speaker-info {
  margin: auto auto 20px;
  width: 320px;
  font-size: 14px;
  font-size: 0.875rem;
}

.speaker-info__track-title {
  display: block;
}

.speaker-more-info {
  display: inline-block;
  padding-left: 20px;
}

.default-list-container__anchor--speaker-links {
  color: #840D01;
}

.speaker-social-info {
  list-style: none;
}

.speaker-social-info__item {
  display: block;
  padding-left: 10px;
  margin-bottom: 1px;
  font-family: 'Shadows Into Light', cursive;
  background: url('../img/speakers/bg-square-list.jpg') center left no-repeat;
}

.speaker-social-info__anchor {
  margin-left: -2px;
  color: #840D01;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: opacity, ease, 0.7s;
  transition: opacity, ease, 0.7s;
  opacity: 1;
}

.speaker-social-info__anchor:focus,
.speaker-social-info__anchor:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.speaker-frame-container {
  position: relative;
  display: inline-block;
  top: -80px;
  left: -70px;
  width: 262px;
  height: 276px;
  background: url('../img/bg-speaker-photo.png') no-repeat;
}

.speaker-frame-container__photo {
  position: absolute;
  left: 87px;
  top: 43px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.speaker-frame-container__name {
  position: absolute;
  left: 83px;
  bottom: 37px;
  font-family: 'Shadows Into Light', cursive;
  color: #2C2A1F;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}

.speaker-track-container {
  margin-top: -40px;
  width: 322px;
  font-family: 'Georgia', arial;
  font-size: 16px;
  font-size: 1rem;
}

.speaker-track-container--header .speaker-track-type {
  color: #60110D;
  border-color: #60110D;
}

.speaker-track-container--header .track-info-container {
  color: #60110D;
  background-color: #C9B2A3;
}

.speaker-track-container--section .speaker-track-type {
  color: #7D4600;
  border-color: #B37208;
}

.speaker-track-container--section .track-info-container {
  color: #7D4600;
  background-color: #D9C5A2;
}

.speaker-track-container--canvas .speaker-track-type {
  color: #533115;
  border-color: #533115;
}

.speaker-track-container--canvas .track-info-container {
  color: #533115;
  background-color: #C6B8A5;
}

.speaker-track-container--input .speaker-track-type {
  color: #291F18;
  border-color: #291F18;
}

.speaker-track-container--input .track-info-container {
  color: #291F18;
  background-color: #BEB4A5;
}

.track-info-container {
  position: relative;
  clear: both;
  display: block;
  margin: 4px 0 30px 0;
  padding: 10px 5px 15px 10px;
  background-color: #B37208;
  color: #D8CBB2;
}

.track-info-container__speaker {
  display: block;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
}

.track-info-container__time {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

.track-info-container__more-about {
  float: right;
  padding: 2px 5px 4px 5px;
  background-color: rgba(24, 19, 16, 0.5);
  font-size: 21px;
  font-size: 1.3125rem;
  color: #FFF;
  border: none;
  font-weight: bold;
  line-height: 1;
}

.front-page-anchor {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 150px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'EB Garamond', serif;
  color: #810900;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  opacity: 1;
  -webkit-transition: opacity, ease, 0.5s;
  transition: opacity, ease, 0.5s;
}

.front-page-anchor:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -23px;
  width: 18px;
  height: 13px;
  background: url('../img/speakers/ico-back-speakers.png') no-repeat;
  -webkit-transition: left, ease, 0.5s;
  transition: left, ease, 0.5s;
}

.front-page-anchor:focus,
.front-page-anchor:hover {
  opacity: 0.7;
}

.front-page-anchor:focus:before,
.front-page-anchor:hover:before {
  left: -30px;
}

.mobile-speakers {
  display: none;
}

.default-title--tracks {
  line-height: 0.3;
}

.days-container {
  float: right;
  margin-top: -40px;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
}

.days-container__anchor {
  display: inline-block;
  padding: 9px 11px;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'Georgia', arial;
  font-weight: normal;
  line-height: 0.7;
  color: #E2D8C7;
  background-color: #2B201C;
  border: 3px solid #2B201C;
  -webkit-transition: all, ease, 0.4s;
  transition: all, ease, 0.4s;
}

.days-container__anchor:focus,
.days-container__anchor:hover {
  color: #2B1F1B;
  background-color: #E2D8C7;
}

.days-container__anchor--on {
  position: relative;
  color: #2B1F1B;
  background-color: #E2D8C7;
}

.days-container__anchor--on:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 21px;
  width: 13px;
  height: 9px;
  background: url('../img/bg-days-arrow.png') no-repeat;
}

.days-container__month {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}

.table-container {
  position: relative;
  display: inline-block;
  margin: 14px 0 0 -20px;
  width: 1000px;
}

.track-table {
  position: relative;
  left: 20px;
  width: 940px;
  text-align: left;
  font-family: 'Georgia';
}

.track-table:first-child {
  margin-bottom: 80px;
}

.track-table:before {
  content: '';
  position: absolute;
  top: 75px;
  left: -20px;
  width: 980px;
  height: 1159px;
  background: url('../img/bg-track-table.png') no-repeat 0 0;
  z-index: 0;
}

.track-table_caption {
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  color: #666;
}

.table-header-container {
  border-bottom: 17px solid #E2D8C7;
  text-transform: uppercase;
}

.track-container {
  padding: 0;
  width: 240px;
  border: 0;
}

.track--papers.track-container {
  width: 220px;
}

.track-container__info {
  display: block;
  padding: 10px 6px 0 11px;
  width: 220px;
  height: 180px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
}

.track-container__info a {
  color: inherit;
}

.track-container__info a:hover {
  text-decoration: underline;
}

.track-container__info--head-item {
  padding: 0 0 2px;
  border-bottom: 5px solid #61110E;
  height: auto;
}

.track--main {
  color: #60110D;
}

.track--main .track-container__info--head-item {
  border-color: #60110D;
}

.track--main .track-container__info {
  background-color: #C9B2A3;
}

.track--main .track-container__time {
  color: #7F463F;
}

.track--dev {
  color: #7D4600;
}

.track--dev .track-container__info--head-item {
  border-color: #B37208;
}

.track--dev .track-container__info {
  background-color: #D9C5A2;
}

.track--dev .track-container__time {
  color: #A0793F;
}

.track--campus {
  color: #533115;
}

.track--campus .track-container__info--head-item {
  border-color: #533115;
}

.track--campus .track-container__info {
  background-color: #C6B8A5;
}

.track--campus .track-container__time {
  color: #745A43;
}

.track--papers {
  color: #291F18;
}

.track--papers .track-container__info--head-item {
  border-color: #291F18;
}

.track--papers .track-container__info {
  background-color: #BEB4A5;
}

.track--papers .track-container__time {
  color: #594E44;
}

.head-col .track-container__info {
  background: none;
}

.table-row {
  vertical-align: top;
  background: none;
  border-top: 10px solid #E2D8C7;
}

.table-row.track--main {
  border-top: 5px solid #E2D8C7;
  border-bottom: 10px solid #E2D8C7;
  background-color: #C9B2A3;
}

.table-row.track--break {
  position: relative;
  background: url('../img/bg-coffee-break.png') transparent;
  z-index: 2;
  background-attachment: fixed;
}

.track-container__title {
  display: block;
  margin-top: 2px;
  line-height: 1.3;
  font-weight: normal;
}

.track-container__time {
  margin-top: 4px;
  display: block;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
}

.track-container__event--break {
  font-size: 16px;
  font-size: 1rem;
  color: #908578;
  font-style: italic;
}

.track-container__event--jaydson {
  display: block;
  margin-top: -9px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.track-container__info--full-container {
  width: 100%;
}

.track-container__info--full-container-coffee {
  height: 47px;
  font-size: 16px;
  font-size: 1rem;
}

.track-container__info--lunch {
  height: 170px;
  background: url('../img/bg-coffee-break.png');
}

.track-container__info--mini {
  margin-bottom: 2px;
  height: 79px;
}

.track-container__info--small {
  height: 89px;
}

.track-container__info--small:first-child {
  margin-bottom: 2px;
}

.track-container__info--large {
  height: 241px;
}

.track-container__info--half {
  height: 80px;
}

.track-container__info--half:first-child {
  margin-bottom: 2px;
}

.track-container__info--talent {
  width: 100%;
}

.table-warning {
  display: block;
  margin-top: 40px;
  color: #867A6D;
  font-family: 'Georgia', arial;
  font-style: italic;
}

.expand-track {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 17px;
  height: 17px;
  border: none;
  background-color: #181310;
  background-color: rgba(0, 0, 0, 0.5);
  color: transparent;
  opacity: 1;
  -webkit-transition: all, ease, 0.4s;
  transition: all, ease, 0.4s;
}

.expand-track:hover,
.expand-track:focus {
  opacity: 0.7;
}

.expand-track:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 4px;
  width: 9px;
  height: 3px;
  background-color: #FFF;
}

.expand-track:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 3px;
  height: 9px;
  background-color: #FFF;
}

.track-description {
  position: absolute;
  display: block;
  height: auto;
  top: 60px;
  left: 10px;
  width: 300px;
  padding: 20px;
  border: 3px solid #7D756B;
  background-color: #E2D8C7;
  z-index: 3;
  color: #2C2A1F;
  opacity: 1;
  -webkit-transition: opacity, ease, 0.5s;
  transition: opacity, ease, 0.5s;
}

.track-description:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 16px;
  border-bottom: 8px solid #E2D8C7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 2;
}

.track-description:after {
  content: "";
  position: absolute;
  top: -13px;
  left: 13px;
  border-bottom: 11px solid #7D756B;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  z-index: 1;
}

.track-description.visuallyhidden {
  opacity: 0;
  left: 0;
  top: 50px;
}

.lt-ie9 .track-description {
  display: block;
}

.lt-ie9 .track-description.visuallyhidden {
  display: none;
}

.track-description--on {
  display: block;
}

.track-description__title {
  display: block;
}

.track-description__description {
  display: block;
  margin-top: 10px;
  width: 250px;
  line-height: 1.2;
}

.track-description__description:first-child {
  margin-top: 0;
}

.close-description {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 16px 16px 0 0;
  width: 8px;
  height: 9px;
  color: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJBAMAAAD9fXAdAAAAA3NCSVQICAjb4U/gAAAAJ1BMVEX///////////////////////////////////////////////////9Ruv0SAAAADXRSTlMAESJEVWZ3iJmq3e7/UFe2jgAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAyNC4xMC4xM99bNNcAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAALklEQVQImWNgK2BPYIg54nOUwevMmSUMzHtOG0AIMHfOsZyTDFoNHIsYmAQYFQBzYw+tBTnp7wAAAABJRU5ErkJggg==) no-repeat #7D756B center center;
}

.close-description:hover,
.close-description:focus {
  border-radius: 8px;
  opacity: 0.7;
}

.link-video {
  background-color: #999999;
  border-radius: 3px;
  background-color: #b94a48;
  color: #fff !important;
  display: inline-block;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  padding: 2px 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: baseline;
  white-space: nowrap;
}

.link-video:after {
  content: "\2023";
}

.locale-container {
  padding: 110px 0 100px;
}

.locale-map {
  position: relative;
  top: -95px;
  left: -50px;
  display: block;
  width: 683px;
  height: 400px;
  background: url('../img/locale-map.png') no-repeat;
}

.buy-ticket-container {
  margin-top: -40px;
}

.default-link-button--buy-ticket {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 6px;
  padding: 26px 59px 23px 61px;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.22
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

.grabbing {
  cursor: url(http://localhost/webbr2013/wp-content/themes/w3cbrasil-web.br/assets/css/grabbing.png) 8 8, move;
}

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.partner-events-container__title {
  margin: auto auto 30px;
  width: 480px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-family: 'EB Garamond', serif;
  color: #D9CBB3;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.partner-events-container__title--subheading {
  font-size: 68px;
  font-size: 4.25rem;
}

.carousel-container {
  position: relative;
  display: inline-block;
  margin-left: -10px;
  width: 980px;
  margin-bottom: 20px;
}

.carousel-list {
  display: inline-block;
  height: 319px;
  overflow: hidden;
  margin-left: 9px;
}

.carousel-button {
  position: absolute;
  top: 70px;
  width: 20px;
  height: 20px;
  background-color: #19120F;
  z-index: 3;
}

.carousel-button:focus,
.carousel-button:hover {
  opacity: 0.7;
}

.carousel-button:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

.carousel-button--previous {
  left: 0;
}

.carousel-button--previous:after {
  left: 6px;
  top: 4px;
  border-top: 6px solid transparent;
  border-right: 6px solid #E4D5A5;
  border-bottom: 6px solid transparent;
}

.carousel-button--next {
  right: -15px;
}

.carousel-button--next:after {
  left: 7px;
  top: 4px;
  border-top: 6px solid transparent;
  border-left: 6px solid #E4D5A5;
  border-bottom: 6px solid transparent;
}

.carousel-list__item {
  position: relative;
  display: inline-block;
  margin-left: -4px;
  height: 319px;
  padding: 11px;
  background-color: transparent;
  width: 240px;
  -webkit-transition: all, ease, 0.8s;
  transition: all, ease, 0.8s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.carousel-list__item:first-child {
  margin-left: 0;
}

.carousel-list__item:focus,
.carousel-list__item:hover {
  z-index: 2;
  background-color: #61110E;
}

.carousel-list__item:focus .event-info__where,
.carousel-list__item:hover .event-info__where,
.carousel-list__item:focus .event-info__where .breaker,
.carousel-list__item:hover .event-info__where .breaker {
  opacity: 1;
  -webkit-transition: opacity, ease, 0.8s;
  transition: opacity, ease, 0.8s;
}

.carousel-list__anchor {
  display: inline-block;
}

.carousel-list__anchor:focus img,
.carousel-list__anchor:hover img {
  -webkit-filter: sepia(0);
}

.carousel-list__anchor img {
  -webkit-filter: sepia(85%);
  -webkit-transition: -webkit-filter, ease, 0.6s;
  transition: filter, ease, 0.6s;
}

.carousel-list__anchor img:focus,
.carousel-list__anchor img:hover {
  -webkit-filter: sepia(0);
}

.default-paragraph--partner-event {
  color: #D9CBB3;
  line-height: 1.1;
}

.event-info__name {
  display: block;
  margin: 20px 0 10px;
}

.event-info__where {
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0;
  -webkit-transition: opacity, ease, 0.8s;
  transition: opacity, ease, 0.8s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.event-info__where .breaker {
  opacity: 0;
  -webkit-transition: opacity, ease, 0.8s;
  transition: opacity, ease, 0.8s;
}

.default-paragraph--discount {
  clear: both;
  font-size: 14px;
  font-size: 0.875rem;
  color: #D9CBB3;
  text-align: center;
}

.about-w3c-container {
  padding: 100px 0;
}

.default-anchor--about-w3c {
  color: #8A1D13;
  font-weight: bold;
}

.w3c-social-networks-container {
  padding: 75px 0 0 10px;
  width: 220px;
  height: 212px;
  background: url('../img/bg-social-networks.png') no-repeat;
}

.default-title--w3c-social-networks {
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #1F1713;
  text-transform: none;
}

.w3c-social-networks-list__item {
  display: inline-block;
  margin-left: 1px;
}

.w3c-social-networks-list__item:first-child {
  margin-left: 0;
}

.w3c-social-networks-list__anchor {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  background: url('../img/social-media-icons.png') no-repeat;
}

.w3c-social-networks-list__anchor:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #799E00;
  -webkit-transition: border, ease, 0.2s;
  transition: border, ease, 0.2s;
}

.w3c-social-networks-list__anchor:focus:after,
.w3c-social-networks-list__anchor:hover:after {
  border-width: 6px;
  -webkit-transition: border, ease, 0.1s;
  transition: border, ease, 0.1s;
}

.w3c-social-networks-list__anchor--it {
  background-color: #95D513;
  background-position: 7px 0;
}

.w3c-social-networks-list__anchor--twitter {
  background-color: #41D9F2;
  background-position: -35px 0;
}

.w3c-social-networks-list__anchor--twitter:after {
  border-color: #3AA1B1;
}

.w3c-social-networks-list__anchor--facebook {
  background-color: #3A589B;
  background-position: -75px 0;
}

.w3c-social-networks-list__anchor--facebook:after {
  border-color: #354775;
}

.w3c-social-networks-list__anchor--google {
  background-color: #D64136;
  background-position: -116px 0;
}

.w3c-social-networks-list__anchor--google:after {
  border-color: #A2372E;
}

.w3c-social-networks-list__anchor--instagram {
  background-color: #517FA6;
  background-position: -158px 0;
}

.w3c-social-networks-list__anchor--instagram:after {
  border-color: #46627C;
}

.default-title-supporters {
  color: #716559;
}

.supporters-list {
  margin-top: 30px;
}

.supporters-list__item {
  display: inline-block;
  margin-right: 10px;
}

.supporters-list__anchor {
  position: relative;
  display: block;
  width: 219px;
  height: 160px;
  background-color: #FFF;
  border: 1px solid #716559;
}

.supporters-list__anchor:hover,
.supporters-list__anchor:focus {
  opacity: 0.7;
}

.supporters-list__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.credits-container {
  padding: 40px 0;
}

.be-a-sponsor-container {
  padding: 90px 25px;
  width: 387px;
  height: 303px;
  background: url('../img/bg-partners.png') no-repeat;
}

.be-a-sponsor-container__event-name {
  color: #5F110C;
}

.default-title--credits {
  font-size: 30px;
  font-size: 1.875rem;
  color: #FFF;
  text-transform: uppercase;
}

.default-paragraph--credits {
  color: #FFF;
}

.brought-by-container {
  padding-top: 80px;
  color: red;
}

.default-paragraph--curators {
  margin-bottom: 25px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
}

.curators-list__item {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
  opacity: 1;
  -webkit-transition: opacity, ease, 0.6s;
  transition: opacity, ease, 0.6s;
}

.curators-list__item:hover,
.curators-list__item:focus {
  opacity: 0.7;
}

.curators-list__item--w3c {
  margin-top: 14px;
}

.special-section--developers {
  padding: 40px 0 20px;
  background-color: #0C0907;
  background-image: none;
}

.special-section--developers:before {
  background: url('../img/bg-developers.png') repeat-x;
}

.developers-container {
  text-align: center;
}

.developers-container__by {
  font-size: 11px;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  vertical-align: top;
}

.developers-container__marimbondo-logo {
  position: relative;
  display: inline-block;
  margin-left: 12px;
  width: 135px;
  height: 15px;
  background: url('../img/logo-marimbondo.svg.html') no-repeat;
  vertical-align: top;
  top: 0;
  -webkit-transition: top, ease, 0.4s;
  transition: top, ease, 0.4s;
  opacity: 1;
}

.developers-container__marimbondo-logo:hover,
.developers-container__marimbondo-logo:focus {
  top: -4px;
  opacity: 0.7;
}

.home-anchor-container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(79, 46, 23, 0.5);
  z-index: 10;
}

.back-menu-container__anchor {
  padding: 10px 20px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: Arial;
  float: right;
  text-transform: uppercase;
  color: #D2C0AB;
}

.back-menu-container__anchor:hover,
.back-menu-container__anchor:focus {
  text-decoration: underline;
}

.blog-header-container {
  position: relative;
  padding-top: 90px;
  background-color: #4F2E17;
  height: 522px;
  z-index: 1;
}

.blog-header-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 532px;
  width: 100%;
  background: url('../img/bg-header-blog.jpg') no-repeat top center;
  z-index: -1;
}

.conference-info--blog {
  margin: 0;
  padding-right: 80px;
}

.logo--blog {
  width: 450px;
  background: url('../img/logo.svg.html') no-repeat;
}

.conference-info__blog-title {
  font-size: 37px;
  font-size: 2.3125rem;
  color: #4E2E16;
  text-transform: uppercase;
  float: right;
}

.content--blog-wrapper {
  margin-top: -90px;
  position: relative;
  z-index: 1;
}

.blog-post-content {
  padding-bottom: 80px;
  background-color: #E2D8C7;
}

.post-content p {
  display: inline-block;
}

.post-content img {
  float: left;
  margin: 4px 20px 0 0;
}

.post-content a {
  font-weight: bold;
}

.tickets-page p {
  display: block;
}

.post-info {
  display: block;
  margin: auto auto 48px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Arial;
  text-align: center;
}

.post-date {
  margin-right: 20px;
  color: #4E2E16;
  color: rgba(78, 46, 22, 0.5);
  text-align: right;
}

.social-media-blog {
  display: inline-block;
  color: #4D2D15;
  text-align: left;
}

.social-media-shares {
  display: inline-block;
}

.social-media-shares__item {
  display: inline-block;
}

.social-media-shares__anchor {
  display: inline-block;
  margin-right: 5px;
  background: url('../img/blog-social-media-share.png') no-repeat;
}

.social-media-shares__anchor--twitter {
  width: 10px;
  height: 13px;
  background-position: 0 0;
}

.social-media-shares__anchor--facebook {
  width: 8px;
  height: 13px;
  background-position: -20px 0;
}

.social-media-shares__anchor--g-plus {
  width: 15px;
  height: 13px;
  background-position: -35px 0;
}

.post-title {
  margin: auto auto 11px;
  max-width: 622px;
  font-family: 'Georgia', arial;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: #1A1310;
  text-align: center;
}

.blog-post-content .content {
  padding: 0 20px;
  width: auto;
  max-width: 780px;
}

.post-categorie a {
  padding: 6px 8px 2px;
  color: #675E50;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  background-color: #B6A88F;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: opacity, ease, 0.6s;
  transition: opacity, ease, 0.6s;
}

.post-categorie a:focus,
.post-categorie a:hover {
  opacity: 0.7;
}

/* Comments */

#respond {
  margin-top: 60px;
}

.comments_form {
  max-width: 540px;
  min-width: 280px;
  width: 100%;
}

.comments__title {
  margin: 0 0 32px;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'Georgia', arial;
  color: #98836D;
}

.comments__label {
  display: block;
  margin-bottom: 1px;
  padding-left: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #191310;
  font-family: 'Georgia', arial;
}

.comments__label--required {
  font-size: 12px;
  font-size: 0.75rem;
}

.comments__input {
  margin-bottom: 16px;
  padding-left: 10px;
  width: 100%;
  height: 35px;
  border: 1px solid #9C8873;
  background: #F1ECE3;
}

.comments__input--textarea {
  padding-top: 10px;
  height: 148px;
}

.commentlist a {
  color: #AC7108;
}

.commentlist a:hover,
.commentlist a:focus {
  text-decoration: underline;
}

.commentlist p {
  margin-bottom: 14px;
  color: #564E47;
  font-size: 14px;
  font-size: 0.875rem;
}

.commentlist li {
  margin-top: 40px;
}

.commentlist li:first-child {
  margin-top: 0;
}

.comment-author {
  color: #98836C;
}

.comment-author .url {
  color: #AC7108;
}

.comment-meta {
  margin: -6px 0 12px 0;
}

.comment-meta a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #98836D;
}

.comment-reply-link {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #A56C09;
  font-weight: bold;
  text-transform: uppercase;
}

.depth-1 {
  width: 100%;
  border-bottom: 1px dashed #CABBA0;
}

.children .depth-2 {
  margin-left: 80px;
}

.children li {
  margin-top: 0;
  padding-top: 32px;
  border-top: 1px dashed #CABBA0;
}

.comment-body {
  padding-bottom: 35px;
}

/* FOOTER */

.marimbondo-wrapper {
  float: right;
}

.developers-container__by--blog {
  display: block;
  margin-top: 35px;
  color: #4D2C15;
}

.developers-container__marimbondo-logo--blog {
  vertical-align: top;
  background-image: url('../img/blog-marimbondo-logo.svg.html');
}

/* ARCHIVE */

.blog-archive-content {
  background-color: #E2D8C7;
  padding-bottom: 80px;
}

.posts-container__title {
  margin: 0 0 32px;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'Georgia', arial;
  color: #98836E;
  text-align: center;
}

.list-post-container__category {
  display: inline-block;
  margin-bottom: 9px;
  padding: 3px 10px;
  background-color: #B6A88F;
  font-size: 14px;
  font-size: 0.875rem;
  color: #675E50;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
}

.list-post-container__category a {
  color: #675E50;
}

.list-post-container__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: auto auto 14px;
  line-height: 1;
}

.list-post-container p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.list-post-container li {
  display: inline-block;
  height: 400px;
}

.list-post-container li:nth-child(3n+3) {
  margin-right: 0;
}

.pagination-container {
  clear: both;
}

.all-posts-container {
  position: relative;
  font-family: 'Georgia', arial;
  margin-top: -80px;
  z-index: 1;
}

.enjoy {
  font-size: 26px;
  font-size: 1.625rem;
}

/* ALL POSTS */

.page_nav {
  text-align: center;
  font-family: Arial;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
}

.page_nav a:focus,
.page_nav a:hover {
  opacity: 0.7;
}

.page_nav .page-numbers {
  margin-right: 10px;
  color: #1A1310;
}

.page_nav .current {
  padding: 6px 8px 5px;
  color: #4D2D15;
  border: 1px solid #98836E;
  opacity: 1;
}

.page_nav .prev,
.page_nav .next {
  display: none;
}

/* WEB GOTS TALENT */

#gallery-1 .gallery-item {
  width: 31% !important;
  background-color: #fafafa;
  border: 1px solid #e9d4a9;
  margin: 1%;
}

.gallery-icon.landscape {
  margin: 0 auto;
  display: block;
  margin: 20px;
}

.page-id-1040 .post-content img {
  float: none !important;
  margin: 0px;
}

#gallery-1 img {
  border: 1px solid #928068 !important;
}

.gallery-caption {
  display: block;
  padding: 0 0 15px 20px;
  text-align: left;
}

@media (min-width: 0) and (max-width: 1159px) {
  .main-menu {
    width: 100%;
    height: 30px;
  }

  .menu-switch {
    display: block;
    margin: auto;
    width: 764px;
    height: 30px;
    cursor: pointer;
  }

  .extend-icon {
    position: relative;
    top: 15px;
    left: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background-color: #FFF;
  }

  .extend-icon:before,
  .extend-icon:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #FFF;
  }

  .extend-icon:before {
    bottom: 5px;
  }

  .extend-icon:after {
    bottom: -5px;
  }

  .menu-items-container {
    display: none;
    top: 0;
    margin: auto;
    width: 764px;
  }

  .opened.menu-items-container {
    display: block;
  }

  .menu-items-container__item {
    width: 330px;
    background-color: #321306;
    border-top: 1px solid #523828;
  }

  .menu-items-container__item:hover {
    background-color: #AD7109;
  }

  .menu-icon-container__extended {
    opacity: 1;
  }

  .menu-icon-container__extended:before {
    content: none;
  }

  .menu-icon-container:before,
  .menu-icon-container:after {
    content: none;
  }

  .menu-icon-container__extended {
    left: 40px;
    background: none;
  }
}

@media (min-width: 760px) and (max-width: 1024px) {
  /* DEFAULTS */

  /* HEADER */

  /* NEWS */

  /* SOCIAL MEDIA */

  /* ABOUT */

  /* SPEAKERS */

  /* LOCALE */

  /* PARTNER EVENTS */

  /* TRACKS */

  /* ABOUT WC3 */

  /* SUPPORTERS */

  /* SPONSORS */

  /* BLOG */

  .default-link-button {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .ico-general {
    background: url('../img/tablet-ico-general.png') no-repeat;
  }

  .default-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }

  .default-paragraph,
  .post-content p,
  .commentlist {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .logo {
    -webkit-background-size: 360px 191px;
    background-size: 360px 191px;
  }

  .conference-info__slogan {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .date-container__when {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .date-container__where {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .social-links {
    float: left;
    margin: auto;
    width: 190px;
    text-align: center;
  }

  .social-links__item {
    margin-right: 5px;
  }

  .default-link-button--ticket {
    margin-top: 7px;
    padding: 14px 24px 13px 26px;
  }

  .header:before {
    content: none;
    background: none;
  }

  .news-container:before {
    content: none;
  }

  .highlight-container {
    width: 100%;
    min-height: 180px;
  }

  .news-container__title {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1rem;
  }

  .news-container__title--highlight {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .news-container .highlight-container p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .social-media-container {
    padding-top: 100px;
  }

  .facebook-like-container {
    left: 0;
    padding-top: 6px;
    background: none;
    background-color: #FFF;
    height: auto;
    width: auto;
  }

  .facebook-like-container:before {
    content: '';
    position: absolute;
    top: -13px;
    left: 65px;
    width: 100px;
    height: 27px;
    background: url('../img/tablet-ico-general.png') no-repeat;
  }

  .fb-like-box__wrapper {
    overflow: hidden;
    width: 220px;
    padding: 0;
  }

  .flickr-logo {
    height: 60px;
    width: 130px;
    background-position: 0 -37px;
  }

  .flickr-logo--flickr-container {
    margin-left: 0;
  }

  .tweets-container {
    position: relative;
  }

  .tweets-container:before {
    top: -36px;
    height: 43px;
    background: url('../img/tablet-ico-general.png') no-repeat 0 -103px;
  }

  .tweets-container ul {
    margin: 21px 0 7px;
  }

  .tweets-container .user img {
    padding: 3px;
    width: 34px;
    height: 35px;
  }

  .tweets-container .user span {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .tweets-container .user span:nth-child(3n+3) {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .tweets-container .tweet {
    margin: 0;
    width: 193px;
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .see-more-tweets {
    padding-left: 2px;
    border-top: 2px solid #CABBA0;
    text-align: left;
  }

  .see-more-tweets:before {
    content: none;
  }

  .instagram-logo {
    width: 231px;
    height: 36px;
    background-position: 0 -201px;
  }

  .about-container {
    padding-top: 100px;
  }

  .previous-editions {
    width: 166px;
    height: 204px;
    background: url('../img/tablet-bg-previous-editions.png') no-repeat;
  }

  .default-title--about {
    margin-bottom: 15px;
  }

  .speakers-container {
    padding-bottom: 0;
    height: auto;
  }

  .speakers-title {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .speakers-title__subheading {
    font-size: 14px;
    font-size: 0.875rem;
  }

  #jsBook {
    display: none;
  }

  .book-container-buttons {
    display: none;
  }

  .book-container {
    height: auto;
    width: 100%;
    background: none;
  }

  .mobile-speakers__item {
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 15px;
    display: inline-block;
    width: 352px;
    background-color: #E2D8C7;
  }

  .mobile-speakers__item:nth-child(even) {
    margin-right: 0;
  }

  .mobile-speakers__photo {
    float: left;
    margin-right: 10px;
  }

  .mobile-speakers__info {
    margin-top: 50px;
    font-family: 'Georgia', arial;
  }

  .mobile-speakers__name {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    width: 145px;
    line-height: 1.1;
  }

  .mobile-speakers__company {
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
  }

  .mobile-speakers {
    display: block !important;
  }

  .locale-container {
    padding-bottom: 20px;
  }

  .locale-map {
    top: -50px;
    width: 540px;
    height: 317px;
    background: url('../img/tablet-locale-map.png') no-repeat;
  }

  .buy-ticket-container {
    margin-top: 0;
  }

  .default-link-button--buy-ticket {
    padding: 16px 39px 13px 41px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .partner-events-container {
    padding-bottom: 50px;
  }

  .carousel-container {
    margin-left: -10px;
    width: 746px;
    height: 250px;
  }

  .partner-events-container__title {
    width: 300px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .partner-events-container__title--subheading {
    font-size: 48px;
    font-size: 3rem;
  }

  .carousel-list {
    height: 250px;
  }

  .carousel-button {
    top: 55px;
  }

  .carousel-list__item {
    padding: 10px;
    width: 186px;
    height: 300px;
    vertical-align: top;
  }

  .carousel-list__item img {
    width: 166px;
    height: 112px;
  }

  .days-container {
    margin: -10px 20px 0 0;
  }

  .days-container__anchor {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .days-container__month {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .days-container__anchor--on:before {
    left: 17px;
  }

  .track-table {
    width: 724px;
  }

  .track-table:before {
    top: 72px;
    width: 764px;
  }

  .track-container {
    width: 850px;
  }

  .track-container__info {
    padding-right: 3px;
    width: 166px;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .track-container__info--full-container {
    width: 100%;
  }

  .track-container__event--break {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .track-container__event--small {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .track-container__info--talent {
    width: 100%;
  }

  .track--main .track-container {
    position: relative;
    background-color: #c9b2a3;
  }

  .track-description {
    left: 0;
    width: 200px;
  }

  .track-description__description {
    width: 150px;
  }

  .about-w3c-container {
    padding-bottom: 90px;
  }

  .w3c-social-networks-container {
    padding-top: 61px;
    width: 166px;
    height: 214px;
    background: url('../img/tablet-bg-social-networks.png') no-repeat;
  }

  .default-title--w3c-social-networks {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .w3c-social-networks-list {
    width: 155px;
  }

  .supporters-list__anchor {
    width: 166px;
  }

  .supporters-list__logo {
    width: 100%;
  }

  .be-a-sponsor-container {
    width: 295px;
    height: 231px;
    padding-top: 65px;
    background: url('../img/tablet-bg-partners.png') no-repeat;
  }

  .default-title--credits {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .default-paragraph--credits {
    width: 250px;
  }

  .be-a-sponsor-container__event-name {
    display: block;
  }

  .curators-list__item--w3c img {
    width: 83px;
    height: 57px;
  }

  .curators-list__item--nic img {
    width: 102px;
    height: 99px;
  }

  .curators-list__item--cgi img {
    width: 93px;
    height: 85px;
  }

  .brought-by-container {
    padding-top: 47px;
  }

  .default-paragraph--curators {
    margin-bottom: 7px;
  }

  .curators-list__item--w3c {
    margin-top: 9px;
  }

  .developers-container__by {
    display: inline-block;
  }

  .blog-header-container:before {
    background: url('../img/tablet-bg-header-blog.jpg') no-repeat #E2D8C7 center top;
  }

  .logo--blog {
    width: 360px;
    height: 159px;
  }

  .post-content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .curators-list__item {
    margin-right: 10px;
  }

  .developers-container__marimbondo-logo {
    display: block;
    margin-left: 0;
  }

  .blog-footer {
    padding-bottom: 130px !important;
  }
}

@media (min-width: 0) and (max-width: 759px) {
  /* DEFAULTS */

  /* MENU */

  /* HEADER */

  /* NEWS */

  /* SOCIAL CONTAINER */

  /* ABOUT */

  /* LOCALE */

  /* PARTNER EVENTS */

  /* ABOUT W3C */

  /* SPONSORS */

  /* SPEAKERS */

  /* BLOG */

  /* TRACKS */

  /* SUPPORTERS */

  .default-link-button {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .ico-general {
    background: url('../img/tablet-ico-general.png') no-repeat;
  }

  .default-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }

  .default-paragraph,
  .post-content p,
  .commentlist {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .main-menu {
    width: 100%;
    height: 30px;
  }

  .menu-switch {
    display: block;
    margin: auto;
    width: 100%;
    height: 30px;
    cursor: pointer;
  }

  .extend-icon {
    position: relative;
    top: 15px;
    left: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background-color: #FFF;
  }

  .extend-icon:before,
  .extend-icon:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #FFF;
  }

  .extend-icon:before {
    bottom: 5px;
  }

  .extend-icon:after {
    bottom: -5px;
  }

  .menu-items-container {
    display: none;
    top: 0;
    margin: auto;
    width: 764px;
  }

  .opened.menu-items-container {
    display: block;
  }

  .menu-items-container__item {
    width: 100%;
    background-color: #321306;
    border-top: 1px solid #523828;
  }

  .menu-items-container__item:hover {
    background-color: #AD7109;
  }

  .menu-icon-container__extended {
    opacity: 1;
  }

  .menu-icon-container__extended:before {
    content: none;
  }

  .menu-icon-container:before,
  .menu-icon-container:after {
    content: none;
  }

  .menu-icon-container__extended {
    left: 40px;
    background: none;
  }

  .header {
    background: url('../img/mobile-bg-header.jpg') no-repeat center top;
  }

  .header:before {
    position: static;
    height: 0;
    background: none;
  }

  .logo {
    margin: auto;
    width: 295px;
    height: 104px;
    -webkit-background-size: 295px 125px;
    background-size: 295px 125px;
  }

  .conference-info {
    float: none;
    margin-top: 160px;
    text-align: center;
  }

  .conference-info__slogan {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .date-container:before {
    background: none;
  }

  .date-container__when {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .date-container__where {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .date-container__separator {
    margin: 0 3px;
  }

  .social-links {
    float: none;
    text-align: center;
  }

  .social-links__item {
    margin-right: 5px;
  }

  .default-link-button--ticket {
    margin-top: 7px;
    padding: 14px 24px 13px 26px;
  }

  .news-container:before {
    content: none;
    background: none;
  }

  .highlight-container {
    width: 100%;
    min-height: 0;
  }

  .news-container article {
    margin-bottom: 40px;
  }

  .news-container__title {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1rem;
  }

  .news-container__title--highlight {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .news-container p {
    display: none;
  }

  .default-link-button--more-news {
    margin: 0;
  }

  .social-media-container {
    padding-bottom: 20px;
  }

  .facebook-like-container {
    margin-bottom: 7px;
    left: 0;
    width: auto;
    background-image: none;
    height: 36px;
  }

  .social-banners {
    margin-bottom: 7px;
    display: block !important;
    width: 300px;
    height: 36px;
    background: url('../img/mobile-bg-social-media.png') no-repeat;
  }

  .facebook-banner {
    background-position: 0 0;
  }

  .fb-like-box__wrapper {
    display: none;
  }

  .flickr-banner {
    background-position: 0 -42px;
  }

  .twitter-banner {
    background-position: 0 -84px;
  }

  .fb_iframe_widget {
    display: none;
  }

  .facebook-like-container iframe {
    display: none;
  }

  .flicker-container {
    background-image: none;
  }

  .flickr-logo--flickr-container {
    display: none;
  }

  .flickr-widget {
    display: none;
  }

  .tweets-container {
    margin-right: 0;
    margin-bottom: 20px;
    background-image: none;
    height: 36px;
  }

  .tweets-container:before {
    content: none;
  }

  .tweets-container iframe {
    display: none;
  }

  .tweets-container ul {
    display: none;
  }

  .see-more-tweets {
    display: none;
  }

  .instagram-container {
    display: none;
  }

  .instagram-logo {
    display: none;
  }

  .scoop-it-container {
    display: none;
  }

  .scoop-it-container__frame {
    display: none;
  }

  .instagram-container__frame {
    display: none;
  }

  .scoop-it-container iframe {
    display: none;
  }

  .flickr-box-container {
    display: none;
  }

  .previous-editions {
    padding: 20px 0 20px 15px;
    background-image: none;
    background-color: #B6A88F;
  }

  .locale-map {
    display: none;
    background: none;
  }

  .buy-ticket-container {
    margin-top: 40px;
  }

  .partner-events-container__title {
    font-size: 20px;
    font-size: 1.25rem;
    width: 260px;
  }

  .partner-events-container__title--subheading {
    font-size: 48px;
    font-size: 3rem;
  }

  .carousel-container {
    width: 100%;
    margin: auto;
  }

  .carousel-button {
    min-width: 0;
  }

  .carousel-list {
    margin-left: 33px;
    width: 300px;
  }

  .about-w3c-container {
    padding-bottom: 90px;
  }

  .w3c-social-networks-container {
    margin-top: 40px;
    padding: 35px 0 25px 10px;
    height: auto;
    width: 100%;
    background-image: none;
    background-color: #B6A88F;
  }

  .default-title--w3c-social-networks {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }

  .w3c-social-networks-list {
    text-align: center;
  }

  .be-a-sponsor-container__event-name {
    display: block;
  }

  .be-a-sponsor-container {
    padding: 47px 25px;
    height: 200px;
    width: auto;
    background: none #B37208;
  }

  .default-title--credits {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .curators-list__item {
    margin-right: 15px;
  }

  .curators-list__item--w3c img {
    width: 71px;
    height: 49px;
  }

  .curators-list__item--nic img {
    width: 87px;
    height: 85px;
  }

  .curators-list__item--cgi img {
    width: 79px;
    height: 73px;
  }

  .speakers-container {
    padding-bottom: 0;
    height: auto;
  }

  #jsBook {
    display: none;
  }

  .book-container-buttons {
    display: none;
  }

  .book-container {
    height: auto;
    width: 100%;
    background: none;
  }

  .mobile-speakers {
    display: block !important;
    width: 100%;
    text-align: center;
  }

  .mobile-speakers__item {
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    width: 352px;
    background-color: #E2D8C7;
    text-align: center;
  }

  .mobile-speakers__item:nth-child(even) {
    margin-right: 0;
  }

  .mobile-speakers__photo {
    float: left;
    margin-right: 10px;
  }

  .mobile-speakers__info {
    margin-top: 50px;
    font-family: 'Georgia', arial;
    text-align: left;
  }

  .mobile-speakers__name {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    width: 125px;
    line-height: 1.1;
  }

  .mobile-speakers__company {
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
  }

  .speakers-title {
    font-size: 40px;
    font-size: 2.5rem;
    text-align: center;
  }

  .speakers-title__date {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .mobile-speakers__item {
    width: 300px;
  }

  .blog-header-container:before {
    background: url('../img/mobile-bg-header-blog.jpg') no-repeat #E2D8C7 center top;
  }

  .conference-info--blog {
    margin-top: 70px;
  }

  .content--blog-wrapper {
    margin-top: -110px;
  }

  .post-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .marimbondo-wrapper {
    text-align: center;
  }

  .blog-footer {
    padding-bottom: 200px !important;
  }

  .all-posts-container {
    margin-top: -120px;
  }

  .all-posts-container article {
    margin-bottom: 40px;
  }

  .posts-container__title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .days-container {
    float: none;
    margin: auto;
    width: 300px;
  }

  .days-container__anchor {
    padding: 3px 58px;
    font-size: 20px;
    font-size: 1.25rem;
    border: 2px solid #2B201C;
  }

  .days-container__month {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .days-container__anchor--on:before {
    left: 64px;
  }

  .track-table {
    width: 100%;
  }

  .track-table:before {
    background: none;
  }

  .table-container {
    clear: both;
    display: block;
    margin: 30px auto auto;
    width: 100%;
    text-align: center;
  }

  .track-table {
    left: 0;
    width: 100%;
  }

  .table-header-container {
    text-align: center;
  }

  .table-header-container .track-container {
    display: inline-block;
    margin-right: 5px;
    width: auto !important;
    text-align: center;
  }

  .track-container__info {
    width: 67px;
    font-size: 11px;
    font-size: 0.6875rem;
  }

  tbody .track-container {
    display: block;
    margin-top: 10px;
    width: 100% !important;
  }

  tbody .track-container__info {
    padding-bottom: 10px;
    height: auto;
    width: 100%;
  }

  .track-container__info--full-container {
    padding-top: 0;
  }

  .track-container__event--break {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .table-row.track--break {
    display: block;
    margin-top: 5px;
  }

  .track-container__event--jaydson {
    margin-top: 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .track-description {
    width: 100%;
    top: 30px;
    left: 0;
  }

  .track-description__description {
    width: 100%;
  }

  .supporters-list {
    text-align: center;
  }

  .supporters-list__item {
    margin-right: 2px;
  }

  .supporters-list__anchor {
    width: 144px;
    height: 120px;
  }

  .supporters-list__logo {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
