﻿.speakers, .schedule, .why, .registration, .sponsors {
  margin-bottom: 60px; }

.speakers h2, .speakers .subtitle, .schedule h2, .schedule .subtitle {
  padding: 0 60px;
  margin-bottom: 0; }
.speakers .subtitle, .schedule .subtitle {
  margin-bottom: 50px; }

/* 7. Speakers */
.featured {
  background: #f39c11; }
  .featured img {
    float: left;
    width: 100%; }
  .featured h3, .featured .title {
    line-height: 1.1em;
    font-weight: 300; }
  .featured h3 {
    font-size: 2.5143em;
    margin-bottom: 20px; }
    @media all and (max-width: 1180px) {
      .featured h3 {
        font-size: 2.28571em; } }
  .featured .title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.28571em;
    margin-bottom: 40px; }
    @media all and (max-width: 1180px) {
      .featured .title {
        font-size: 1.21429em;
        margin-bottom: 20px; } }
  .featured p {
    font-size: 1.14286em; }
    @media all and (max-width: 1180px) {
      .featured p {
        font-size: 1em; } }
  .featured div {
    float: left;
    width: 50%;
    padding: 20px 40px;
    color: white;
    font-weight: 300; }
    @media all and (max-width: 980px) {
      .featured div {
        width: 100%; } }
    .featured div.image {
      padding: 0; }
    .single {
  width: 25%;
  float: left;
  position: relative;
  cursor: pointer; }
  @media all and (max-width: 980px) {
    .single {
      width: 33.333%; } }
  @media all and (max-width: 780px) {
    .single {
      width: 50%; } }
  .single img {
    float: left;
    width: 100%;
    height: auto; }
  .single div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(196, 27, 35, 0.85);/*#c41b23*/
    padding: 30px;
    display: none;
    color: white; }
  .single h3 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.1em; }
    @media all and (max-width: 780px) {
      .single h3 {
        font-size: 1.51429em; } }
  .single p {
    margin-bottom: 0; font-size: 0.9em; line-height: 1.5em; }
    .single p:last-child {
      margin-top: 6px; }
  .single strong {
    font-size: 1.18571em;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    display: inline-block; }
    @media all and (max-width: 780px) {
      .single strong {
        font-size: 1.04286em; } }
    .single strong:before {
      content: '';
      width: 30px;
      height: 5px;
      background: white;
      display: block;
      margin-bottom: 10px; }
  .single a {
    color: white;
    margin-right: 10px;
    opacity: .6; }
    .single a:hover {
      opacity: 1; }