* {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  /* prevent callout to copy image, etc when tap to hold */
  /* -webkit-text-size-adjust: none;*/
}
html,
body #site-wrap {
  height: 100%;
}
body {
  background: #c1c5c4 url(images/tile_eu.jpg) 50% 0;
}
body.portal {
  background: #fff;
}
body,
a {
  color: #fff;
}
.animate {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -0-transition: all 0.25s;
  transition: all 0.25s;
}
.animate-background {
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -0-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-shadow {
  -webkit-box-shadow: #888 0 1px 4px;
  -moz-box-shadow: #888 0 1px 4px;
  -o-box-shadow: #888 0 1px 4px;
  box-shadow: #888 0 1px 4px;
}
.box-shadow-dark {
  -webkit-box-shadow: #444444 0 1px 8px;
  -moz-box-shadow: #444444 0 1px 8px;
  -o-box-shadow: #444444 0 1px 8px;
  box-shadow: #444444 0 1px 8px;
}
.inset-shadow {
  -webkit-box-shadow: inset #444444 0 1px 10px;
  -moz-box-shadow: inset #444444 0 1px 10px;
  -o-box-shadow: inset #444444 0 1px 10px;
  box-shadow: inset #444444 0 1px 10px;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.bt-shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 2px;
}
.sprite {
  background: url(images/sprite.png) no-repeat 0 0;
}
.sprite-half {
  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
  background-size: 400px 400px;
}
/*---------------------------------------------------
Font
---------------------------------------------------*/
body,
h1,
h2,
h3,
h4 {
  font-size: 1.1em;
  font-family: 'HelveticaNeue-Light', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 3.3em;
  font-family: 'HelveticaNeue-CondensedBlack', 'Helvetica Condesed Black', Helvetica, Arial, sans-serif;
  font-weight: 900;
}
h2 {
  text-transform: uppercase;
  padding-bottom: 32px;
}
h3 {
  font-size: 1.8em;
}
h2 {
  font-size: 2.0em;
}
b,
h2,
strong,
.bold-text,
.logo-link {
  font-family: 'HelveticaNeue-Bold', 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
  font-weight: 900;
}
label,
.bt,
.menu a {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
label {
  font-size: 13px;
}
.copyright {
  font-size: 0.75em;
}
/*---------------------------------------------------
Generic
---------------------------------------------------*/
p,
.p,
.paragraph {
  line-height: 1.5em;
  padding-bottom: 1.5em;
}
ul {
  padding: 0 1em 1em;
}
ul li {
  line-height: 1.5em;
  margin-bottom: 1em;
}
hr {
  clear: both;
  border: none;
  border-top: #dddddd 1px solid;
}
.bt {
  background: #fff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
  /* IE6-9 */
  display: block;
  width: 100px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
  padding: 10px 32px;
  margin-top: 16px;
  font-size: 0.8em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -0-transition: all 0.25s;
  transition: all 0.25s;
}
.bt:hover {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #c5d3d6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c5d3d6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #c5d3d6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #c5d3d6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #c5d3d6 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #c5d3d6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c5d3d6', GradientType=0);
  /* IE6-9 */
}
.bt.disabled,
.bt.disabled:hover {
  background: url(images/clear_white.png);
  filter: none;
  color: #fff;
}
/*---------------------------------------------------
Layout
---------------------------------------------------*/
#wrap,
.wrap {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.wrap {
  padding: 64px 0;
}
#header .wrap {
  padding: 10px 0;
}
.leadin {
  padding: 140px 0;
  margin-top: 80px;
}
.portal .leadin {
  margin-top: 0;
  padding: 50px 0;
  overflow: hidden;
}
.section {
  background: #fff;
}
.portal .speakerlink {
  color: #ffffff;
}
.section,
.section a,
.bt,
#header,
body.portal,
body.portal a {
  color: #878b94;
}
.portal .section {
  background: #c1c5c4 url(images/tile_eu.jpg) 50% 0;
  color: #fff;
}
.portal .section.us2013,
body.us2013,
.portal .section.eu2013,
body.eu2013 {
  background: #adbbc4 url(images/tile_us13.jpg) 50% 0;
}
.reverse {
  text-align: right;
}
.portal .bt {
  float: left;
}
.portal .reverse .bt {
  float: right;
}
/*---------------------------------------------------
Header and Footer
---------------------------------------------------*/
#header {
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
}
.portal #header {
  position: static;
}
.menu,
.menu-dropdown {
  position: absolute;
  right: 0;
  top: 22px;
}
.menu a {
  font-size: 16px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -0-transition: all 0.25s;
  transition: all 0.25s;
}
.logo-link {
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -0-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.menu a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #878b94;
}
.menu a:hover {
  background: #c5d3d6;
  color: #fff;
}
.menu-dropdown {
  top: 25px;
  display: none;
}
.menu-dropdown select {
  width: 150px;
}
.logo-link {
  background: #878b94 url(images/sprite.png) 0 0;
  width: 220px;
  height: 59px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  float: left;
}
.logo-link:hover {
  background-color: #c5d3d6;
  color: #c5d3d6;
}
.scroll-point {
  display: block;
  position: relative;
  top: -80px;
}
#footer .right,
#footer .left {
  width: 60px;
  height: 64px;
  float: left;
}
#footer .right {
  width: 45px;
  float: right;
  border: none;
}
#footer .main {
  padding: 0 80px;
}
.adobe-image,
.phonegap-image {
  background: url(images/sprite.png) 0px -60px no-repeat;
  width: 45px;
  margin-right: 10px;
  height: 64px;
  float: left;
}
.phonegap-image {
  background-position: -50px -60px;
}
.bio {
  clear: both;
  min-height: 100px;
}
.bio h3 {
  text-align: left;
}
.bio img {
  float: left;
  height: 64px;
  width: 64px;
  border: #fff 2px solid;
  margin: 0 10px 0 0;
}
.bio p {
  margin-top: 1em;
  clear: both;
}
/*---------------------------------------------------
Others
---------------------------------------------------*/
.feature-image {
  position: absolute;
  right: 20px;
  top: 60px;
}
.reverse .feature-image {
  position: absolute;
  right: auto;
  left: 20px;
  /*    top: auto;*/
  /*    bottom: 20px;*/
}
.portal .feature-image {
  top: 30px;
}
.location-image,
.left-image {
  float: left;
  margin-right: 20px;
}
.right-image {
  float: right;
  margin-left: 20px;
}
.sponsor {
  background: url(images/sponsors.png) 0 0;
  height: 63px;
  width: 300px;
  margin: 20px 16px 40px;
  display: inline-block;
}
.sponsor.one-tok {
  background-position: 0 -100px;
  width: 220px;
}
.sponsor.intel {
  background-position: 0 -200px;
  width: 152px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sponsor.att {
  background-position: 0 -350px;
  width: 85px;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
}
.sponsor.oreilly {
  background-position: 0 -520px;
  height: 45px;
  width: 251px;
}
.sponsors img {
  margin-right: 30px;
}
@media all and (max-width: 1000px) {
  .wrap {
    width: auto;
    margin: 0 24px;
  }
  #header {
    position: static;
  }
  h1 {
    font-size: 2.8em;
  }
  h3 {
    font-size: 1.6em;
  }
  a[name] {
    top: 0px;
  }
}
@media all and (max-width: 860px) {
  .wrap {
    width: auto;
    margin: 0 18px;
  }
  .feature-image,
  .bt {
    margin: 0 auto;
    display: block;
  }
  .feature-image {
    margin-top: 30px;
    position: static;
  }
  .bt {
    margin-top: 20px;
  }
  h1,
  h3 {
    text-align: center;
  }
  .leadin {
    padding: 60px 0;
  }
  .location-image img {
    width: 200px;
    height: 200px;
  }
  .menu {
    display: none;
  }
  .menu-dropdown {
    display: block;
  }
  #footer .main {
    padding-right: 80px;
  }
  .portal .bt,
  .portal .reverse .bt {
    float: none;
  }
  .portal .feature-image {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .wrap {
    width: auto;
    margin: 0 16px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .feature-image {
    width: 60%;
  }
  .left-image,
  .right-image {
    width: 35%;
  }
  .location-image {
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  .leadin {
    padding: 50px 0;
  }
  h1 {
    font-size: 2.2em;
  }
  h3 {
    font-size: 1.2em;
  }
  #header {
    height: 60px;
  }
  .logo-link {
    width: 160px;
    height: 45px;
    -webkit-background-size: 450px 150px;
  }
  .menu-dropdown {
    top: 18px;
  }
  #footer .main {
    padding: 0 0px 0 0;
  }
  .conditional-break {
    clear: both;
    height: 10px;
  }
}
@media all and (max-width: 400px) {
  h1 {
    font-size: 1.9em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 0.9em;
  }
  .menu-dropdown select {
    width: 100px;
  }
  .feature-image {
    width: 80%;
  }
  .bio img {
    height: 40px;
    width: 40px;
  }
  .sponsor {
    -webkit-background-size: 150px 480px;
    -moz-background-size: 150px 480px;
    background-size: 150px 480px;
    height: 42px;
    width: 150px;
    margin: 25px 10px 10px;
  }
  .sponsor.one-tok {
    background-position: 0 -50px;
    width: 120px;
  }
  .sponsor.intel {
    background-position: 0 -100px;
    width: 90px;
    height: 60px;
  }
  .sponsor.oreilly {
    background-position: 0 -260px;
    height: 22px;
    width: 125px;
  }
}
