/*! normalize.css http://github.com/necolas/normalize.css */

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

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

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

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

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

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

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

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
  display: none;
}


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

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *  http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

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

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
  margin: 0;
}


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

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

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


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

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

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

h2 {
  font-size: 1.5em;
  margin: 0;
}

h3 {
  font-size: 1.17em;
  margin: 0;
}

h4 {
  font-size: 1em;
  margin: 0;
}

h5 {
  font-size: 0.83em;
  margin: 0;
}

h6 {
  font-size: 0.75em;
  margin: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

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

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

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

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

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

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
  quotes: none;
}

/* 2 */

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

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}


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

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

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


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

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
  margin: 0;
}


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

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
  margin: 0;
}

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

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
  line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *  Known issue: inner spacing remains in IE6
 */

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

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

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
    Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

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

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves 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;
}



@charset "UTF-8";
/* @override
	http://riot.hammer.dev/assets/css/style.css */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  background-color: #16171a; }

body {
  font: 14px/32px "Open Sans", sans-serif;
  color: #77776b;
  -webkit-font-smoothing: antialiased;
  background-color: #fff; }

.wrap {
  width: 100%;
  max-width: 1020px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }

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

h4 {
  font-size: 14px;
  color: #77776b;
  line-height: 32px;
  text-transform: uppercase;
  border-top: 1px solid #e0e1de;
  display: inline-block;
  padding-top: 14px; }

a {
  color: inherit;
  font-style: normal;
  text-decoration: none;
  border-bottom: 1px solid rgba(172, 172, 164, 0.3);
  -webkit-transition: border-bottom-color ease .3s;
  transition: border-bottom-color ease .3s; }
  a.no-link {
    pointer-events: none;
    text-decoration: line-through; }

a:hover {
  border-bottom: 1px solid rgba(172, 172, 164, 0.7); }

a:not(.button).blue {
  color: #4aa2e0;
  font-weight: 600;
  border-bottom-color: rgba(74, 161, 223, 0.2); }

a:not(.button).blue:hover {
  border-bottom-color: rgba(74, 161, 223, 0.6); }

a:not(.button).green {
  color: #9ac441;
  font-weight: 600;
  border-bottom-color: rgba(153, 195, 65, 0.2); }

a:not(.button).green:hover {
  border-bottom-color: rgba(153, 195, 65, 0.6); }

a.button {
  position: relative;
  border: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 12px 9px;
  display: inline-block;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color ease .3s;
  -moz-transition: background-color ease .3s;
  transition: background-color ease .3s; }

a.button:active, a.button.current {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

a.button.small {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0; }

a.button.glyph {
  padding: 7px 18px 9px 52px; }

a.button.glyph::after {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 16px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/buttons.png);
  background-repeat: no-repeat; }

a.button.glyph.account::after {
  background-position: 0 0; }

a.button.glyph.mac::after {
  background-position: -26px 0; }

a.button.glyph.download::after {
  background-position: -52px 0; }

a.button.large {
  font-weight: 500;
  line-height: 24px; }

a.button.large b {
  font-size: 18px;
  font-weight: 600;
  display: block; }

a.button.large.glyph {
  padding-left: 64px;
  padding-right: 20px;
  text-align: left; }

a.button.large.glyph::after {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/buttons-large.png);
  background-repeat: no-repeat; }

a.button.large.glyph.account::after {
  background-position: 0 0; }

a.button.large.glyph.mac::after {
  background-position: -36px 0; }

a.button.large.glyph.download::after {
  background-position: -72px 0; }

a.button.green {
  background-color: #92ce10; }

a.button.green:hover {
  background-color: #9fda1e; }

a.button.blue {
  background-color: #1092ce; }

a.button.blue:hover {
  background-color: #1da3e1; }

a.button.brown {
  background-color: #747065; }

a.button.brown:hover {
  background-color: #8e897a; }

header {
  text-transform: uppercase;
  font-weight: 600;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 20px; }

header strong {
  float: left;
  padding-left: 48px; }

header strong a {
  position: relative;
  color: #272c2f;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(39, 44, 47, 0); }

header strong a:hover {
  border-bottom: 1px solid rgba(39, 44, 47, 0.2); }

header strong a::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/sprite.png) 0 0;
  left: -48px;
  top: -5px; }

header strong em {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #acaca4;
  text-transform: none; }

header nav {
  float: right;
  width: 50.3%;
  max-width: 100%;
  padding-left: 20px; }

header nav ul {
  margin: 0;
  padding: 0;
  float: left; }

header nav ul:first-of-type li:last-child::after {
  content: '•';
  color: #acaca4;
  display: inline-block;
  margin-left: 30px; }

header nav ul li {
  float: left;
  margin-right: 30px; }

header nav ul li a:not(.button) {
  color: #acaca4;
  border: none;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(172, 172, 164, 0); }

header nav ul li.current a:not(.button) {
  color: #272c2f; }

header nav ul li a:not(.button):hover {
  border-bottom: 1px solid rgba(172, 172, 164, 0.4); }

header nav ul:last-of-type li {
  margin-right: 0;
  margin-left: 30px; }

header nav ul li:last-child {
  margin-right: 0; }

header nav span#burger {
  position: absolute;
  top: 7px;
  z-index: 99;
  background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/burger.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  right: 30px;
  opacity: .6;
  -webkit-transition: opacity ease .3s;
  -moz-transition: opacity ease .3s;
  transition: opacity ease .3s;
  display: none; }

header nav span#burger:hover {
  opacity: 1; }

section {
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 60px; }

#hero h1, #content h1 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 300;
  width: 100%;
  max-width: 760px; }

#hero h1 {
  font-size: 32px;
  max-width: 890px;
  padding-bottom: 60px;
  -webkit-animation-name: slide;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: .25s;
  -webkit-animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-name: slide;
  animation-timing-function: ease-in-out;
  animation-delay: .25s;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  animation-iteration-count: 1; }
  #hero h1 del {
    opacity: .3; }
  #hero h1 ins {
    font-family: 'Shadows Into Light', cursive;
    font-size: 36px;
    text-decoration: none;
    display: inline-block;
    -webkit-transform: rotate(-3deg); }

#hero ul {
  position: relative;
  height: 307px;
  margin-bottom: 90px;
  -webkit-animation: hero .5s ease-in-out 1s both;
  -moz-animation: hero .5s ease-in-out 1s both; }

#hero ul li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 200px;
  border: 3px solid white;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: padding ease .3s, top ease .3s, left ease .3s;
  transition: padding ease .3s, top ease .3s, left ease .3s; }

#hero ul li:nth-child(1) {
  padding: 150px;
  z-index: 4;
  -webkit-animation: hero-1 .75s ease-in-out 1.5s both;
  animation: hero-1 .75s ease-in-out 1.5s both; }

#hero ul li:nth-child(2) {
  padding: 130px;
  -webkit-transform: translate(260px, 10px);
  transform: translate(260px, 10px);
  z-index: 3;
  -webkit-animation: hero-2 .75s ease-in-out 1.4s both;
  animation: hero-2 .75s ease-in-out 1.4s both; }

#hero ul li:nth-child(3) {
  padding: 140px;
  -webkit-transform: translate(470px, 20px);
  transform: translate(470px, 20px);
  z-index: 2;
  -webkit-animation: hero-3 .75s ease-in-out 1.2s both;
  animation: hero-3 .75s ease-in-out 1.2s both; }

#hero ul li:nth-child(4) {
  padding: 120px;
  -webkit-transform: translate(660px, 30px);
  transform: translate(660px, 30px);
  z-index: 1;
  -webkit-animation: hero-4 .75s ease-in-out 1s both;
  animation: hero-4 .75s ease-in-out 1s both; }

#hero ul li:hover {
  top: -20px;
  left: -20px; }

#hero ul li:nth-child(1):hover {
  padding: 170px; }

#hero ul li:nth-child(2):hover {
  padding: 150px; }

#hero ul li:nth-child(3):hover {
  padding: 160px; }

#hero ul li:nth-child(4):hover {
  padding: 140px; }

#hero ul li#hammer {
  background: url(../images/hero-hammer.jpg) 20% 20%; }

#hero ul li#anvil {
  background: url(../images/hero-anvil.jpg) 20% 20%; }

#hero ul li#show-1 {
  background: url(../images/hero-1.jpg) 20% 20%; }

#hero ul li#show-2 {
  background: url(../images/hero-2.jpg) 20% 20%; }

#hero ul li span.popover {
  position: absolute;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  border-radius: 4px;
  text-align: center;
  line-height: 22px;
  left: 50%;
  opacity: 0;
  bottom: -20px;
  -webkit-transition: opacity ease .5s;
  transition: opacity ease .5s;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  padding-top: 8px;
  padding-bottom: 12px;
  font-weight: 600;
  width: 160px;
  background: -moz-linear-gradient(90deg, rgba(58, 66, 72, 0.7) 0%, rgba(57, 66, 70, 0) 100%) rgba(70, 79, 86, 0.8);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(58, 66, 72, 0.7)), to(rgba(57, 66, 70, 0))) rgba(70, 79, 86, 0.8);
  margin-left: -80px;
  text-transform: uppercase; }

#hero ul li span.popover a {
  color: #fff;
  font-weight: 600;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  text-transform: none; }

#hero ul li span.popover a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.6); }

#hero ul li:hover span.popover {
  opacity: 1; }

#hero ul li a.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  border: none; }

#hero p {
  font-size: 16px;
  width: 50%;
  float: left;
  padding-left: 20px;
  opacity: 0;
  -webkit-animation-name: drop;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: drop;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: 1;
  padding-right: 20px; }

#hero p:first-of-type {
  padding-right: 40px;
  margin-top: -1px;
  padding-left: 0;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s; }

section#latest {
  padding-top: 0;
  padding-bottom: 0; }

#shelf {
  position: relative;
  z-index: 2;
  background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/shelf.png) center bottom no-repeat;
  width: 100%;
  height: 460px;
  margin-bottom: -30px;
  margin-top: -48px; }

#shelf ul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 960px;
  margin-left: -480px; }

#shelf ul li {
  position: absolute; }

#shelf ul li .screen {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  opacity: 0;
  -webkit-animation-name: screen;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: screen;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: 1; }

#shelf ul li.macbook {
  position: absolute;
  z-index: 2;
  bottom: 36px;
  right: 0;
  width: 682px;
  height: 394px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/latest-macbook.png); }

#shelf ul li.macbook .screen {
  left: 85px;
  right: 86px;
  top: 24px;
  bottom: 50px;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/airvideo-macbook.jpg); }

#shelf ul li.ipad {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  width: 224px;
  height: 330px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/latest-ipad.png);
  left: 150px; }

#shelf ul li.ipad .screen {
  left: 16px;
  right: 16px;
  top: 35px;
  bottom: 39px;
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/airvideo-ipad.jpg); }

#shelf ul li.iphone-white {
  position: absolute;
  z-index: 3;
  bottom: 34px;
  width: 102px;
  height: 210px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/latest-iphone-white.png);
  left: 0; }

#shelf ul li.iphone-white .screen {
  left: 11px;
  right: 10px;
  top: 31px;
  bottom: 35px;
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/airvideo-iphone-1.jpg); }

#shelf ul li.iphone-black {
  position: absolute;
  z-index: 2;
  bottom: 37px;
  width: 102px;
  height: 210px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/latest-iphone-black.png);
  left: 79px; }

#shelf ul li.iphone-black .screen {
  left: 11px;
  right: 10px;
  top: 31px;
  bottom: 35px;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/airvideo-iphone-2.jpg); }

#latest #case-study {
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  border-top: 1px solid #eaebe5;
  border-bottom: 1px solid #eaebe5;
  padding-top: 60px; }

#latest #case-study h3 {
  color: #acaca3;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  padding-bottom: 20px; }

#latest #case-study p {
  font-size: 14px;
  width: 50%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px; }

#latest #case-study p:first-of-type {
  padding-right: 40px;
  margin-top: -1px;
  padding-left: 0; }

.more {
  border-top: 1px solid #e6e6e3;
  padding-top: 40px;
  clear: both;
  overflow: hidden; }

#latest #case-study .more {
  border-top: 1px solid #dadbd4;
  padding-bottom: 60px; }

.more a.button {
  margin-right: 20px; }

#latest #case-study .more p {
  width: 100%;
  padding-bottom: 0;
  padding-right: 0; }

#content .more p {
  padding-bottom: 0; }

#products {
  padding-bottom: 80px; }

#products ul {
  clear: both;
  padding-top: 40px;
  text-align: center; }

#products ul li {
  position: relative;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f8f8f5;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f8f8f5;
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f8f8f5;
  border: 1px solid #eeefea;
  border-radius: 3px;
  width: 31%;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  vertical-align: top;
  padding-top: 110px;
  padding-right: 20px;
  padding-left: 20px; }

#products ul li:first-child {
  margin-right: 3%; }

#products ul li:last-child {
  margin-left: 3%; }

#products .icon {
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/products.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 140px;
  height: 140px;
  top: -40px;
  left: 50%;
  margin-left: -70px; }

#products #product-forge .icon {
  background-position: 0 0; }

#products #product-hammer .icon {
  background-position: -140px 0; }

#products #product-anvil .icon {
  background-position: -280px 0; }

#products .icon a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: none; }

#products ul li p {
  font-size: 14px;
  font-style: italic;
  padding-bottom: 8px; }

#products ul li p:last-of-type {
  padding-bottom: 16px; }

#products ul li p strong {
  font-size: 16px;
  font-style: normal;
  display: block; }

#products ul li a.button {
  position: relative;
  top: 10px; }

.left {
  float: left;
  width: 50%;
  padding-right: 40px; }

#content .left {
  float: left;
  width: 50%;
  padding-right: 40px; }

.right {
  float: left;
  width: 50%;
  position: relative;
  padding-left: 20px; }

#content .right {
  float: left;
  width: 50%;
  position: relative;
  padding-left: 20px; }

#content.product .right {
  margin-top: 14px; }

#content.hire .right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 30px;
  left: 0;
  width: 1px;
  background-image: -webkit-linear-gradient(top, white 0%, #e6e6e3 50%, white 100%);
  background-image: -moz-linear-gradient(top, white 0%, #e6e6e3 50%, white 100%);
  background-image: -ms-linear-gradient(top, white 0%, #e6e6e3 50%, white 100%);
  background-image: linear-gradient(to bottom, white 0%, #e6e6e3 50%, white 100%); }

#content hgroup {
  padding-bottom: 30px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(172, 172, 164, 0.3); }

#content hgroup h2 {
  line-height: 36px;
  font-weight: 500;
  color: #acaca3;
  font-size: 20px;
  padding-top: 15px; }

#hire-us {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  border-top: 1px solid #eaebe5; }

#content .hire-us {
  clear: both; }

#content .hire-us p {
  line-height: 36px;
  font-weight: 500;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 0; }

#content h3 {
  text-transform: uppercase;
  font-size: 14px;
  color: #acaca3;
  padding-bottom: 20px; }

#content h3 small {
  display: block;
  font-size: 11px; }

#content h3 small span {
  font-size: 9px; }

#content p {
  padding-bottom: 20px; }

#content aside p {
  padding-bottom: 0;
  padding-top: 30px; }

#content.product .left p:first-of-type {
  font-weight: 600;
  font-size: 16px; }

#content p a, #content ul li a {
  display: inline; }

#content p a.button {
  display: inline-block; }

#content ul li {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px; }

#content.product ul li {
  padding-left: 60px;
  padding-bottom: 20px;
  background: no-repeat left 21px; }

#content ul.animate li {
  -webkit-animation-name: slide;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-name: slide;
  animation-timing-function: ease-in-out;
  animation-duration: .6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1; }

#content ul li:nth-of-type(1) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

#content ul li:nth-of-type(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#content ul li:nth-of-type(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

#content ul li:nth-of-type(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

#content.hire ul li {
  -webkit-animation-delay: .5s !important;
  animation-delay: .5s !important; }

#content ul.users li {
  font-size: 14px;
  font-style: italic; }

#content ul li strong {
  display: inline-block;
  width: 100%; }

#content ul li em {
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  width: 100%; }

#content.product ul li::after {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  top: 10px;
  left: 0;
  background-repeat: no-repeat; }

#content.forge ul.features li::after {
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/forge-features.png); }

#content ul li.dragdrop::after {
  background-position: 0 0; }

#content ul li.versions::after {
  background-position: -44px 0; }

#content ul li.speed::after {
  background-position: -88px 0; }

#content.hammer ul.features li::after {
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/hammer-features.png); }

#content ul li.language::after {
  background-position: 0 0; }

#content ul li.tags::after {
  background-position: -88px 0; }

#content ul li.optimize::after {
  background-position: -44px 0; }

#content ul li.publish::after {
  background-position: -132px 0; }

#content.anvil ul.features li::after {
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/anvil-features.png); }

#content ul li.pow::after {
  background-position: 0 0; }

#content ul li.xip::after {
  background-position: -44px 0; }

#content ul li.hammer::after {
  background-position: -88px 0; }

#content ul.users li::after {
  border-radius: 40px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 2px 2px rgba(0, 0, 0, 0.1); }

#content ul li.stocks::after {
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/avatar-stocks.jpg);
  background-size: 100%; }

#content ul li.malarkey::after {
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/avatar-malarkey.jpg);
  background-size: 100%; }

#content ul li.idiot::after {
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/avatar-idiot.jpg);
  background-size: 100%; }

#content ul li.bowler::after {
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/avatar-bowler.jpg);
  background-size: 100%; }

#content aside {
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  padding: 40px;
  background: #f6f8f3; }

#content aside::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20px;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }

#content .screenshot {
  position: relative;
  display: block;
  box-shadow: inset 0 0 0 3px white, inset 0 0 0 4px rgba(0, 0, 0, 0.1), 0 1px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 56px;
  width: 100%;
  height: 320px;
  max-width: 436px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-animation-name: drop;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: .5s;
  -moz-animation-name: drop;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: .5s;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

#content.hammer .screenshot {
  background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/hammer.png) no-repeat center center, url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/background.jpg) no-repeat center center;
  background-size: 374px 316px, 436px 316px; }

#content.anvil .screenshot {
  background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/anvil.png) no-repeat center center, url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/background.jpg) no-repeat center center;
  background-size: 436px 316px, 436px 316px; }

#content.forge .screenshot {
  background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/forge.png) no-repeat center center, url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/background-forge.jpg) no-repeat center center;
  background-size: 374px 316px, 436px 316px; }

#content .screenshot a {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  bottom: -26px;
  opacity: 0;
  -webkit-animation-name: drop;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: .5s;
  -moz-animation-name: drop;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: .5s;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/products.png); }

#content.forge .screenshot a {
  background-position: 0 0; }

#content.hammer .screenshot a {
  background-position: -140px 0; }

#content.anvil .screenshot a {
  background-position: -280px 0; }

#content.news article {
  width: 100%;
  border-bottom: 1px solid rgba(172, 172, 164, 0.3);
  padding-right: 30%;
  padding-bottom: 40px;
  margin-bottom: 34px; }

#content.news article:last-of-type {
  margin-bottom: 0px;
  border: none;
  padding-bottom: 0; }

#content.news article hgroup {
  padding: 0;
  margin: 0;
  border: none; }

#content.news article hgroup h2 {
  font-size: 20px;
  color: #77776b;
  padding-bottom: 10px;
  padding-top: 0; }

#content.news article hgroup h2 a {
  position: relative;
  color: #4aa2e0;
  font-weight: 500;
  border-bottom-color: rgba(74, 161, 223, 0.2); }

#content.news article hgroup h2 a::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 14px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/sprite.png);
  background-position: -135px 0px;
  right: -19px;
  bottom: 7px; }

#content.news article hgroup h2 a:hover {
  border-bottom-color: rgba(74, 161, 223, 0.6); }

#content.news article hgroup time {
  font-size: 14px;
  color: #acaca3;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px; }

.news article img {
  display: none; }

.news article .post * {
  display: none; }

.news article .post p {
  display: inline;
  padding-bottom: 0; }

#content.news article .post p:last-of-type {
  padding-bottom: 0; }

section#team {
  background: #f7f8f4;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  overflow: visible; }

#logos ul li {
  display: inline-block;
  margin-right: 45px;
  height: 44px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/brands.png);
  background-repeat: no-repeat; }

#logos ul li:last-child {
  margin-right: 0; }

#logos ul li.cloudapp {
  width: 146px;
  background-position: 0 0; }

#logos ul li.airvideo {
  width: 140px;
  background-position: -146px 0; }

#logos ul li.buildconf {
  width: 36px;
  background-position: -286px 0; }

#logos ul li.foodily {
  width: 140px;
  background-position: -322px 0; }

#logos ul li.telly {
  width: 82px;
  background-position: -462px 0; }

#logos ul li.fitstar {
  width: 170px;
  background-position: -544px 0; }

#portfolio {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  border-top: 1px solid #eaebe5;
  border-bottom: 1px solid #eaebe5; }

#portfolio article {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1);
  padding: 32px 40px 36px;
  margin-bottom: 40px;
  overflow: hidden; }

#portfolio article:last-child {
  margin-bottom: 0; }

#portfolio article h2, #portfolio article p {
  margin-bottom: 24px; }

#portfolio article h2 {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }

#portfolio article h2 span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-right: 8px;
  padding-left: 8px; }

#portfolio article h2::before {
  content: '';
  position: absolute;
  top: 18px;
  height: 1px;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(left, white 0%, #e6e6e3 50%, white 100%);
  background-image: -moz-linear-gradient(left, white 0%, #e6e6e3 50%, white 100%);
  background-image: -ms-linear-gradient(left, white 0%, #e6e6e3 50%, white 100%);
  background-image: linear-gradient(to right, white 0%, #e6e6e3 50%, white 100%); }

#portfolio article p:last-child {
  margin-bottom: 0; }

#portfolio article .left, #portfolio article .right {
  margin-bottom: 30px; }

#portfolio article .go {
  position: relative;
  padding-top: 30px;
  clear: both;
  text-align: center; }

#portfolio article .go::before {
  content: '';
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(left, white 0%, #e6e6e3 50%, white 100%);
  background-image: -moz-linear-gradient(left, white 0%, #e6e6e3 50%, white 100%);
  background-image: -ms-linear-gradient(left, white 0%, #e6e6e3 50%, white 100%);
  background-image: linear-gradient(to right, white 0%, #e6e6e3 50%, white 100%); }

#portfolio article .go a {
  margin-right: 8px;
  margin-left: 8px; }

#portfolio article.coming-soon {
  background-color: #f1f2ea;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 2px 3px rgba(0, 0, 0, 0.05);
  text-align: center; }

#portfolio article.coming-soon p {
  font-size: 13px;
  font-style: italic;
  opacity: .7; }

#portfolio ul.screenshots {
  position: relative;
  padding-bottom: 20px; }

#portfolio ul.screenshots li {
  height: 324px;
  display: inline-block;
  margin-right: 38px;
  box-shadow: inset 0 0 0 3px white, inset 0 0 0 4px rgba(0, 0, 0, 0.1), 0 1px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

#portfolio .ngmoco ul.screenshots li {
  margin-right: 36px; }

#portfolio ul.screenshots li:last-child {
  margin-right: 0; }

#portfolio .airvideo ul.screenshots li:nth-child(1) {
  width: 182px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/portfolio/airvideo-1.jpg); }

#portfolio .airvideo ul.screenshots li:nth-child(2) {
  width: 432px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/portfolio/airvideo-2.jpg); }

#portfolio .airvideo ul.screenshots li:nth-child(3) {
  width: 182px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/portfolio/airvideo-3.jpg); }

#portfolio .ngmoco ul.screenshots li:nth-child(1) {
  width: 420px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/portfolio/ngmoco-1.jpg); }

#portfolio .ngmoco ul.screenshots li:nth-child(2) {
  width: 420px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/portfolio/ngmoco-2.jpg); }

article.skills ul {
  display: inline-block;
  width: 50%;
  margin-right: -2px;
  vertical-align: top;
  padding-bottom: 18px;
  text-align: center;
  padding-top: 18px; }

article.skills ul li ul {
  width: 100%;
  padding-top: 0; }

article.skills ul li {
  position: relative;
  padding-left: 0;
  padding-bottom: 10px;
  background: no-repeat left 21px;
  font-weight: bold;
  display: inline-block; }

article.skills ul li ul li {
  font-weight: 500;
  padding-left: 12px;
  padding-right: 0;
  padding-bottom: 0; }

article.skills ul li ul li::after {
  content: '–';
  position: absolute;
  left: 0;
  top: 0; }

article.skills ul li strong {
  padding-top: 80px; }

article.skills ul li strong::after {
  content: '';
  position: absolute;
  width: 68px;
  height: 68px;
  top: 0;
  left: 50%;
  margin-left: -34px;
  box-shadow: inset 0 0 0 3px white, inset 0 0 0 4px rgba(0, 0, 0, 0.1), 0 1px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 34px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/hire.jpg);
  background-repeat: no-repeat; }

article.skills ul.webdesign li strong::after {
  background-position: 0 0; }

article.skills ul.osxdesign li strong::after {
  background-position: -68px 0; }

article.skills ul.webdev li strong::after {
  background-position: -136px 0; }

article.skills ul.cocoadev li strong::after {
  background-position: -204px 0; }

#hire-us ul {
  text-align: center;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1);
  padding-top: 12px;
  padding-left: 22px;
  padding-right: 22px; }

#hire-us ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 4px;
  margin-left: 20px;
  height: 44px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/brands.png);
  background-repeat: no-repeat; }

#hire-us ul li:last-child {
  margin-right: 0; }

#hire-us ul li.cloudapp {
  width: 146px;
  background-position: 0 0; }

#hire-us ul li.airvideo {
  width: 140px;
  background-position: -146px 0; }

#hire-us ul li.buildconf {
  width: 36px;
  background-position: -286px 0; }

#hire-us ul li.foodily {
  width: 140px;
  background-position: -322px 0; }

#hire-us ul li.telly {
  width: 82px;
  background-position: -462px 0; }

#hire-us ul li.fitstar {
  width: 170px;
  background-position: -544px 0; }

#hire-us h3 {
  padding-bottom: 30px; }

#hire-us aside {
  padding-top: 30px;
  clear: both;
  overflow: hidden; }

#team ul {
  display: block;
  width: 100%;
  padding-top: 6px; }

#team ul li {
  position: relative;
  width: 20%;
  display: inline-block;
  opacity: 0;
  z-index: 1;
  margin-right: -4px; }

#team.animate ul li {
  -webkit-animation-name: drop;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: drop;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: 1; }

#team ul li:nth-child(2) {
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

#team ul li:nth-child(3) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

#team ul li:nth-child(4) {
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

#team ul li:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#team span.avatar {
  width: 80px;
  height: 80px;
  position: relative;
  display: block;
  z-index: 2;
  box-shadow: inset 0 0 0 3px white, inset 0 0 0 4px rgba(0, 0, 0, 0.1), 0 1px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 30px;
  cursor: help;
  background-image: url(../images/team.png); }

#elliott span.avatar {
  background-position: 0 0; }

#hector span.avatar {
  background-position: 0 -80px; }

#red span.avatar {
  background-position: 0 -160px; }

#kc span.avatar {
  background-position: 0 -240px; }

#joe span.avatar {
  background-position: 0 -320px; }

.spin #elliott span.avatar {
  background-position: 0 0;
  -webkit-animation: spin-elliott 1.5s ease-in-out .5s;
  animation: spin-elliott 1.5s ease-in-out .5s; }

.spin #hector span.avatar {
  background-position: 0 -80px;
  -webkit-animation: spin-hector 1.5s ease-in-out .75s;
  animation: spin-hector 1.5s ease-in-out .75s; }

.spin #red span.avatar {
  background-position: 0 -160px;
  -webkit-animation: spin-red 1.5s ease-in-out 1s;
  animation: spin-red 1.5s ease-in-out 1s; }

.spin #kc span.avatar {
  background-position: 0 -240px;
  -webkit-animation: spin-kc 1.5s ease-in-out 1.25s;
  animation: spin-kc 1.5s ease-in-out 1.25s; }

.spin #joe span.avatar {
  background-position: 0 -320px;
  -webkit-animation: spin-joe 1.5s ease-in-out 1.5s;
  animation: spin-joe 1.5s ease-in-out 1.5s; }

#team ul li strong, #team ul li em, #team ul li a {
  font-size: 14px;
  clear: both;
  float: left; }

#team a {
  line-height: 22px;
  margin-top: 7px; }

#team #elliott a {
  color: #dd6cbc;
  border-bottom-color: rgba(220, 108, 188, 0); }

#team #elliott a:hover {
  border-bottom-color: rgba(220, 108, 188, 0.6); }

#team #hector a {
  color: #7b9596;
  border-bottom-color: rgba(122, 149, 150, 0); }

#team #hector a:hover {
  border-bottom-color: rgba(122, 149, 150, 0.6); }

#team #red a {
  color: #d0392b;
  border-bottom-color: rgba(208, 57, 43, 0); }

#team #red a:hover {
  border-bottom-color: rgba(208, 57, 43, 0.6); }

#team #kc a {
  color: #4b94c7;
  border-bottom-color: rgba(75, 148, 198, 0); }

#team #kc a:hover {
  border-bottom-color: #4b94c7;
  border-bottom-color: rgba(75, 148, 198, 0.6); }

#team #joe a {
  color: #9ac441;
  border-bottom-color: rgba(174, 208, 77, 0); }

#team #joe a:hover {
  border-bottom-color: rgba(174, 208, 77, 0.6); }

#team ul li:hover {
  z-index: 9; }

#team span.popover {
  position: absolute;
  top: -20px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  -webkit-transition: opacity ease .5s;
  transition: opacity ease .5s;
  pointer-events: none;
  z-index: 0;
  text-align: left;
  line-height: 22px;
  left: -20px;
  opacity: 0;
  right: 20px;
  padding: 135px 20px 20px; }

#team ul li span.avatar:hover + span.popover {
  opacity: 1; }

footer {
  position: relative;
  color: #acaca4;
  background-color: #16171a;
  clear: both; }

#articles {
  background-color: #262b2f; }

#articles article {
  width: 50%;
  float: left;
  padding-left: 20px; }

#articles article .post {
  position: relative;
  max-height: 90px;
  overflow: hidden; }

#articles article .post::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  top: 40px;
  background-image: -moz-linear-gradient(90deg, #252a2f 0%, rgba(37, 42, 47, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#252a2f), to(rgba(37, 42, 47, 0))); }

#articles article .post p a {
  display: inline; }

#articles article:first-of-type {
  padding-left: 0;
  padding-right: 60px; }

#articles h2 {
  font-size: 16px; }

#articles h2 a {
  position: relative;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2); }

#articles h2 a::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 14px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/sprite.png);
  background-position: -123px 0px;
  right: -19px;
  bottom: 4px; }

#articles h2 a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.6); }

#articles time {
  font-weight: 600;
  font-style: italic;
  display: block; }

#articles p {
  font-size: 13px; }

#articles blockquote {
  clear: both;
  padding-top: 40px;
  margin-top: 40px;
  float: left;
  width: 100%;
  color: #fff;
  border-top: 1px solid rgba(172, 172, 163, 0.1); }

#articles blockquote p {
  position: relative;
  padding-left: 34px; }

#articles blockquote p::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 16px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/sprite.png);
  background-position: -30px 0;
  left: 0;
  top: 8px; }

#articles blockquote a {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding-bottom: 2px; }

#articles blockquote a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.6); }

#articles .more {
  padding-top: 24px;
  margin-top: 34px;
  border-top: 1px solid #393f44;
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 0; }

#articles .more a {
  color: #fff;
  font-weight: 600; }

#legal {
  position: relative;
  font-size: 13px;
  -webkit-transition: padding-top ease .4s;
  transition: padding-top ease .4s;
  background-image: -webkit-linear-gradient(top, rgba(38, 43, 47, 0) 0%, #262b2f 100%);
  background-image: -moz-linear-gradient(top, rgba(38, 43, 47, 0) 0%, #262b2f 100%);
  background-image: -ms-linear-gradient(top, rgba(38, 43, 47, 0) 0%, #262b2f 100%);
  background-image: linear-gradient(to bottom, rgba(38, 43, 47, 0) 0%, #262b2f 100%); }

#legal .promo-assets {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #393f44; }

#legal .promo-assets a {
  position: relative;
  color: #fff;
  font-weight: 600;
  border-bottom-color: rgba(255, 255, 255, 0.2); }

#legal .promo-assets a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.6); }

#legal small {
  font-size: 13px;
  display: block;
  float: left;
  width: 50%; }

#legal ul {
  float: left;
  width: 50%;
  padding-left: 20px; }

#legal ul li {
  float: left;
  margin-right: 40px; }

#legal ul li:last-child {
  margin-right: 0px; }

#legal ul li a {
  position: relative;
  border-bottom-color: rgba(255, 255, 255, 0);
  padding-bottom: 2px; }

#legal ul li a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.6); }

#legal ul li#location {
  padding-left: 23px; }

#legal ul li#location a::after {
  content: '';
  position: absolute;
  top: 1px;
  left: -20px;
  width: 13px;
  height: 18px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/sprite.png);
  background-position: -70px 0; }

#legal ul li#mail {
  padding-left: 30px; }

#legal ul li#mail a::after {
  content: '';
  position: absolute;
  top: 1px;
  left: -30px;
  width: 20px;
  height: 18px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/sprite.png);
  background-position: -83px 0; }

#legal ul li#tweet {
  padding-left: 30px; }

#legal ul li#tweet a::after {
  content: '';
  position: absolute;
  top: 1px;
  left: -30px;
  width: 20px;
  height: 18px;
  background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/sprite.png);
  background-position: -103px 0; }

#promo-assets header {
  background-color: #f6f8f3; }

#promo-assets header nav ul {
  float: right; }

#promo-assets header nav ul:first-of-type li:last-child::after {
  display: none; }

#promo-assets header nav ul:first-of-type li:last-child::before {
  content: '•';
  color: #acaca4;
  display: inline-block;
  margin-right: 30px; }

#promo-assets #content {
  background-color: #f5f8f2; }

#promo-assets #panel {
  background-color: #fff;
  border: 1px solid #e5e6e5;
  border-radius: 4px;
  padding: 40px 40px 0; }

#promo-assets #panel section {
  padding-top: 0;
  padding-bottom: 0; }

#promo-assets #panel h2 {
  padding-bottom: 30px; }

#promo-assets #content article {
  padding-bottom: 30px; }

#promo-assets article a {
  border: none;
  display: inline-block;
  max-width: 100%; }

#promo-assets article img {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 3px;
  padding: 2px;
  max-width: 100%;
  height: auto;
  border: 1px solid #e4e6e4; }

#promo-assets a.button {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #556d7c;
  text-decoration: none;
  position: relative;
  border-radius: 5px;
  border: none;
  padding: 9px 16px;
  display: inline-block;
  text-align: left; }

#promo-assets a.button.download {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6baf36), to(#a4d06f));
  background-image: -moz-linear-gradient(90deg, #6baf36 0%, #a4d06f 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.05), 0 1px 2px rgba(0, 0, 0, 0.15); }

#promo-assets a.button.download:active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7ab23b), to(#427c10));
  background-image: -moz-linear-gradient(90deg, #7ab23b 0%, #427c10 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }

#asset-tabs ul {
  border-bottom: 1px solid #e4e6e4;
  list-style: none;
  margin-bottom: 40px;
  padding-bottom: 30px; }

#asset-tabs ul li {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 25%;
  vertical-align: top;
  margin-right: -3px; }

#asset-tabs ul li::after {
  content: '';
  width: 64px;
  height: 64px;
  position: absolute;
  top: 13px;
  left: 20px;
  pointer-events: none; }

#asset-tabs ul li.riot-assets::after {
  background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/assets/tab-riot.png) no-repeat left top; }

#asset-tabs ul li.forge-assets::after {
  background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/assets/tab-forge.png) no-repeat left top; }

#asset-tabs ul li.hammer-assets::after {
  background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/assets/tab-hammer.png) no-repeat left top; }

#asset-tabs ul li.anvil-assets::after {
  background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/assets/tab-anvil.png) no-repeat left top; }

#asset-tabs ul li a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #77776b;
  padding: 13px 20px 15px 100px;
  border-radius: 4px;
  border: none;
  -webkit-transition: background ease-in-out .2s; }

#asset-tabs ul li a:hover {
  border: none; }

#asset-tabs ul li.current a {
  box-shadow: inset 0 0 0 1px #e4e6e4;
  background-color: #f5f8f2; }

#asset-tabs ul li a small {
  display: block;
  font-size: 13px;
  color: #afafa6;
  line-height: 18px; }

::selection {
  background-color: transparent; }

h1::selection, h2::selection, h2 *::selection, time::selection, p::selection, p *::selection, footer small::selection, footer li *::selection, #content li::selection, #content li *::selection {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background-color: #acaca3; }

#team li *::selection {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }

#elliott *::selection {
  background-color: #c77aaf; }

#hector *::selection {
  background-color: #828981; }

#red *::selection {
  background-color: #c76b60; }

#kc *::selection {
  background-color: #76a1bf; }

#joe *::selection {
  background-color: #bfd57d; }

@-webkit-keyframes 'spin-elliott' {
  from {
    background-position: 0 -1600px; }

  to {
    background-position: 0 0px; } }
@keyframes spin-elliott {
  from {
    background-position: 0 -1600px; }

  to {
    background-position: 0 0px; } }
@-webkit-keyframes 'spin-hector' {
  from {
    background-position: 0 -1680px; }

  to {
    background-position: 0 -80px; } }
@keyframes spin-hector {
  from {
    background-position: 0 -1680px; }

  to {
    background-position: 0 -80px; } }
@-webkit-keyframes 'spin-red' {
  from {
    background-position: 0 -1760px; }

  to {
    background-position: 0 -160px; } }
@keyframes spin-red {
  from {
    background-position: 0 -1760px; }

  to {
    background-position: 0 -160px; } }
@-webkit-keyframes 'spin-kc' {
  from {
    background-position: 0 -1840px; }

  to {
    background-position: 0 -240px; } }
@keyframes spin-kc {
  from {
    background-position: 0 -1840px; }

  to {
    background-position: 0 -240px; } }
@-webkit-keyframes 'spin-joe' {
  from {
    background-position: 0 -1920px; }

  to {
    background-position: 0 -320px; } }
@keyframes spin-joe {
  from {
    background-position: 0 -1920px; }

  to {
    background-position: 0 -320px; } }
@-webkit-keyframes 'drop' {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  to {
    opacity: 1;
    -webkit-transform: translateY(0px); } }
@keyframes drop {
  from {
    opacity: 0;
    transform: translateY(-20px); }

  to {
    opacity: 1;
    transform: translateY(0px); } }
@-webkit-keyframes 'slide' {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px); }

  to {
    opacity: 1;
    -webkit-transform: translateX(0px); } }
@keyframes slide {
  from {
    opacity: 0;
    transform: translateX(-40px); }

  to {
    opacity: 1;
    transform: translateX(0px); } }
@-webkit-keyframes 'hero-1' {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px); }

  to {
    opacity: 1;
    -webkit-transform: translateX(0px); } }
@keyframes hero-1 {
  from {
    opacity: 0;
    transform: translateX(-200px); }

  to {
    opacity: 1;
    transform: translateX(0px); } }
@-webkit-keyframes 'hero-2' {
  from {
    opacity: 0;
    -webkit-transform: translate(40px, 10px); }

  to {
    opacity: 1;
    -webkit-transform: translate(260px, 10px); } }
@keyframes hero-2 {
  from {
    opacity: 0;
    transform: translate(40px, 10px); }

  to {
    opacity: 1;
    transform: translate(260px, 10px); } }
@-webkit-keyframes 'hero-3' {
  from {
    opacity: 0;
    -webkit-transform: translate(270px, 20px); }

  to {
    opacity: 1;
    -webkit-transform: translate(470px, 20px); } }
@keyframes hero-3 {
  from {
    opacity: 0;
    transform: translate(270px, 20px); }

  to {
    opacity: 1;
    transform: translate(470px, 20px); } }
@-webkit-keyframes 'hero-4' {
  from {
    opacity: 0;
    -webkit-transform: translate(450px, 30px); }

  to {
    opacity: .4;
    -webkit-transform: translate(660px, 30px); } }
@keyframes hero-4 {
  from {
    opacity: 0;
    transform: translateX(450px); }

  to {
    opacity: .4;
    transform: translateX(660px); } }
@-webkit-keyframes 'screen' {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
@keyframes screen {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
@media only screen and (max-width: 1080px) {
  header nav {
    padding-left: 0;
    width: auto; }

  .more {
    text-align: center; }

  #articles .more {
    text-align: left; }

  .more a.button {
    margin-right: 0px; }

  .more em {
    display: block;
    padding-top: 20px; }

  #legal ul {
    width: 100%;
    padding-top: 10px;
    clear: both;
    padding-left: 0; }

  #legal small {
    width: 100%; }

  #promo-assets header nav {
    width: auto;
    padding-top: 0; }

  #asset-tabs ul li {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 24.8%; }

  #asset-tabs ul li a {
    text-align: center;
    padding: 82px 20px 12px; }

  #asset-tabs ul li::after {
    left: 50%;
    margin-left: -32px; }

  #logos ul {
    margin-bottom: -24px;
    text-align: center; }

  #logos ul li {
    margin-bottom: 24px;
    margin-right: 20px;
    margin-left: 20px; }

  #portfolio ul.screenshots {
    text-align: center;
    padding-bottom: 8px; }

  #portfolio ul.screenshots li, #portfolio .ngmoco ul.screenshots li {
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 22px; } }
@media only screen and (max-width: 980px) {
  #team {
    padding-bottom: 20px; }

  #team ul li {
    width: 33%;
    padding-bottom: 40px; }

  #promo-assets header nav {
    width: 100%;
    padding-top: 20px; }

  #promo-assets header nav ul {
    float: left; }

  #promo-assets header nav ul li {
    margin-left: 0;
    margin-right: 20px; } }
@media only screen and (max-width: 860px) {
  header nav {
    padding-top: 20px;
    width: 100%; }

  #hero {
    padding-bottom: 20px; }

  #hero p, #hero p:first-of-type, #latest #case-study p, #latest #case-study p:first-of-type {
    width: 100%;
    padding-left: 0;
    padding-bottom: 40px;
    padding-right: 0; }

  #latest #case-study p:first-of-type {
    padding-bottom: 20px; }

  #latest #case-study .more p {
    padding-bottom: 0px; }

  #products ul li {
    width: 46%;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px; }

  #products ul li:first-child {
    width: 100%;
    margin-bottom: 80px; }

  #products ul li:last-child {
    width: 46%;
    margin-left: 30px; }

  #articles article, #articles article:first-of-type {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  #articles article:first-of-type {
    padding-bottom: 40px; }

  #articles blockquote {
    margin-top: 0; }

  .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px; }

  #content .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px; }

  .right {
    width: 100%;
    padding-left: 0; }

  #content .right {
    width: 100%;
    padding-left: 0; }

  #content aside::after {
    left: 0; }

  #content.news article {
    width: 100%;
    padding-right: 0; }

  #latest h4 span {
    display: none; }

  footer ul li {
    margin-bottom: 10px; }

  #asset-tabs ul li {
    margin-left: -1px; }

  #hire-us ul {
    padding-top: 20px;
    padding-bottom: 18px; }

  #content.hire .right::after {
    display: none; }

  #content article.skills ul li {
    display: block;
    padding-left: 0; }

  #content article.skills ul li::after {
    display: none; }

  #portfolio article {
    padding-bottom: 14px; }

  #portfolio article.coming-soon {
    padding-bottom: 34px; }

  #portfolio .go p a {
    margin-bottom: 18px; } }
@media only screen and (max-width: 600px) {
  /* @group Menu */
  header nav span#burger {
    display: block; }

  header nav {
    padding-top: 0;
    text-align: center; }

  header nav ul {
    display: none; }

  #promo-assets header nav ul {
    display: block; }

  header nav.expand {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f8f8f5;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f8f8f5;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f8f8f5;
    border: 1px solid #eeefea;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px; }

  header nav.expand ul, header nav.expand ul:first-child, header nav.expand ul:last-of-type {
    display: block;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0; }

  header nav.expand ul li, header nav.expand ul li:first-child, header nav.expand ul li:last-of-type {
    display: block;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

  header nav.expand ul:last-of-type li:last-of-type {
    padding-bottom: 10px;
    padding-top: 10px; }

  /* @end */
  header nav ul li span {
    display: none; }

  header nav ul:first-of-type li:last-child::after {
    display: none; }

  #latest #shelf {
    margin-top: 0; }

  #products ul li, #products ul li:first-child, #products ul li:last-child {
    width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
    margin-left: 0; }

  #products ul li:last-child {
    margin-bottom: 0; }

  #team ul li {
    width: 50%; }

  #content aside {
    padding-left: 20px;
    padding-right: 20px; }

  #asset-tabs ul li a {
    font-size: 14px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0; }

  #asset-tabs ul li a small {
    display: none; }

  #promo-assets header {
    text-align: center; }

  #promo-assets header {
    text-align: center; }

  #promo-assets header strong {
    display: inline-block;
    float: none; }

  #promo-assets header nav {
    text-align: center;
    width: 100%; }

  #promo-assets header nav ul {
    float: none; }

  #promo-assets header nav ul li {
    float: none;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px; }

  #promo-assets #content .wrap {
    width: 90%;
    padding-left: 0;
    padding-right: 0; }

  #promo-assets #panel {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px; }

  #asset-tabs ul {
    padding-bottom: 20px;
    margin-bottom: 30px; }

  #portfolio ul.screenshots li, #portfolio .ngmoco ul.screenshots li {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; } }
@media only screen and (max-width: 520px) {
  #asset-tabs ul li {
    width: 50%; } }
@media only screen and (max-width: 420px) {
  header {
    padding-top: 40px;
    padding-bottom: 0; }

  header nav ul li {
    margin-right: 10px; }

  header nav ul:last-of-type li {
    margin-left: 10px; }

  section#content {
    padding-top: 20px; }

  #hero {
    padding-top: 40px; }

  #hero h1 {
    font-size: 26px;
    line-height: 48px;
    padding-bottom: 50px; }
    #hero h1 ins {
      font-size: 28px; }

  #hero ul {
    margin-bottom: 50px; }

  #content h1 {
    font-size: 32px; }

  #content h1 span {
    display: none; }

  #content.hire ul {
    width: 100%;
    margin-right: 0px;
    display: block; }

  #asset-tabs ul li {
    margin-right: -1px; }

  #asset-tabs ul li a {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  header strong a::after, #articles blockquote p::after, #legal ul li#location a::after, #legal ul li#mail a::after, #legal ul li#tweet a::after, #articles h2 a::after, #content.news article hgroup h2 a::after {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/sprite@2x.png);
    background-size: 147px 32px; }

  #team span.avatar {
    background-image: url(../images/team@2x.png);
    background-size: 80px 400px; }

  #hero ul li#hammer {
    background: url(../images/hero-hammer@2x.jpg) 20% 20%;
    background-size: 340px 340px; }

  #hero ul li#anvil {
    background: url(../images/hero-anvil@2x.jpg) 20% 20%;
    background-size: 300px 300px; }

  #hero ul li#show-1 {
    background: url(../images/hero-1@2x.jpg) 20% 20%;
    background-size: 320px 320px; }

  #hero ul li#show-2 {
    background: url(../images/hero-2@2x.jpg) 20% 20%;
    background-size: 340px 340px; }

  #content.forge .screenshot {
    background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/forge@2x.png) no-repeat center center, url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/background-forge.jpg) no-repeat center center;
    background-size: 374px 316px, 436px 316px; }

  #content.hammer .screenshot {
    background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/hammer@2x.png) no-repeat center center, url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/background.jpg) no-repeat center center;
    background-size: 374px 316px, 436px 316px; }

  #content.anvil .screenshot {
    background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/anvil@2x.png) no-repeat center center, url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/background.jpg) no-repeat center center;
    background-size: 436px 316px, 436px 316px; }

  #content .screenshot a, #products .icon {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/products@2x.png);
    background-size: 420px 140px; }

  #content.forge ul.features li::after {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/forge-features@2x.png);
    background-size: 132px 44px; }

  #content.hammer ul.features li::after {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/hammer-features@2x.png);
    background-size: 176px 44px; }

  #content.anvil ul.features li::after {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/anvil-features@2x.png);
    background-size: 132px 44px; }

  #content ul li.stocks::after {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/avatar-stocks@2x.jpg);
    background-size: 100%; }

  #content ul li.malarkey::after {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/avatar-malarkey@2x.jpg);
    background-size: 100%; }

  #content ul li.idiot::after {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/avatar-idiot@2x.jpg);
    background-size: 100%; }

  #content ul li.bowler::after {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/avatar-bowler@2x.jpg);
    background-size: 100%; }

  #hire-us ul li {
    background-image: url(../images/clients@2x.png);
    background-size: 270px 50px; }

  #asset-tabs ul li.riot-assets::after {
    background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/assets/tab-riot@2x.png) no-repeat left top;
    background-size: 64px 64px; }

  #asset-tabs ul li.forge-assets::after {
    background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/assets/tab-forge@2x.png) no-repeat left top;
    background-size: 64px 64px; }

  #asset-tabs ul li.hammer-assets::after {
    background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/assets/tab-hammer@2x.png) no-repeat left top;
    background-size: 64px 64px; }

  #asset-tabs ul li.anvil-assets::after {
    background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/assets/tab-anvil@2x.png) no-repeat left top;
    background-size: 64px 64px; }

  header nav span#burger {
    background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/burger@2x.png) 0 0 no-repeat;
    background-size: 20px 20px; }

  a.button.glyph::after {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/buttons@2x.png);
    background-size: 78px 26px; }

  a.button.large.glyph::after {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/buttons-large@2x.png);
    background-size: 108px 36px; }

  /* @group Shelf */
  #shelf {
    background: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/shelf@2x.png) center bottom no-repeat;
    background-size: 1054px 48px; }

  #shelf ul li.macbook {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/latest-macbook@2x.png);
    background-size: 682px 394px; }

  #shelf ul li.macbook .screen {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/airvideo-macbook@2x.jpg);
    background-size: 512px 320px; }

  #shelf ul li.ipad {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/latest-ipad@2x.png);
    background-size: 224px 330px; }

  #shelf ul li.ipad .screen {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/airvideo-ipad@2x.jpg);
    background-size: 192px 256px; }

  #shelf ul li.iphone-white {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/latest-iphone-white@2x.png);
    background-size: 102px 210px; }

  #shelf ul li.iphone-white .screen {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/airvideo-iphone-1@2x.jpg);
    background-size: 81px 144px; }

  #shelf ul li.iphone-black {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/latest-iphone-black@2x.png);
    background-size: 102px 210px; }

  #shelf ul li.iphone-black .screen {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/airvideo-iphone-2@2x.jpg);
    background-size: 81px 144px; }

  /* @end */
  #logos ul li, #hire-us ul#clients li {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/brands@2x.png);
    background-size: 714px 44px; }

  article.skills ul li strong::after {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/hire@2x.jpg);
    background-size: 272px 68px; }

  #portfolio .airvideo ul.screenshots li:nth-child(1) {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/portfolio/airvideo-1@2x.jpg);
    background-size: 182px 324px; }

  #portfolio .airvideo ul.screenshots li:nth-child(2) {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/portfolio/airvideo-2@2x.jpg);
    background-size: 432px 324px; }

  #portfolio .airvideo ul.screenshots li:nth-child(3) {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/portfolio/airvideo-3@2x.jpg);
    background-size: 182px 324px; }

  #portfolio .ngmoco ul.screenshots li:nth-child(1) {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/portfolio/ngmoco-1@2x.jpg);
    background-size: 420px 324px; }

  #portfolio .ngmoco ul.screenshots li:nth-child(2) {
    background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/portfolio/ngmoco-2@2x.jpg);
    background-size: 420px 324px; } }
#eol {
  position: relative;
  padding-bottom: 40px; }
  #eol a {
    color: #4aa2e0;
    font-weight: 600;
    border-bottom-color: rgba(74, 161, 223, 0.2); }
  #eol a:hover {
    border-bottom-color: rgba(74, 161, 223, 0.6); }
  #eol article {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 40px;
    margin-bottom: 40px;
    box-shadow: inset 0 -1px 0 rgba(119, 119, 107, 0.2); }
    #eol article#eol-header, #eol article#eol-outro, #eol article#eol-footer {
      box-shadow: none; }
    #eol article p {
      margin-bottom: 20px; }
      #eol article p:last-of-type {
        margin-bottom: 0; }
    #eol article.update {
      padding-left: 90px; }
      #eol article.update::after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -54px;
        left: 0;
        width: 70px;
        height: 70px;
        background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/products.png);
        background-size: 210px 70px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
          #eol article.update::after {
            background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/products@2x.png);
            background-size: 210px 70px; } }
      #eol article.update#eol-hammer::after {
        background-position: -280px 0; }
      #eol article.update#eol-forge::after {
        background-position: 0 0; }
      #eol article.update#eol-anvil::after {
        background-position: -140px 0; }
    #eol article#eol-header {
      text-align: center;
      max-width: 100%; }
      #eol article#eol-header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left, rgba(119, 119, 107, 0) 0%, rgba(119, 119, 107, 0.2) 6%, rgba(119, 119, 107, 0.2) 94%, rgba(119, 119, 107, 0) 100%);
        background-image: -moz-linear-gradient(left, rgba(119, 119, 107, 0) 0%, rgba(119, 119, 107, 0.2) 6%, rgba(119, 119, 107, 0.2) 94%, rgba(119, 119, 107, 0) 100%);
        background-image: -ms-linear-gradient(left, rgba(119, 119, 107, 0) 0%, rgba(119, 119, 107, 0.2) 6%, rgba(119, 119, 107, 0.2) 94%, rgba(119, 119, 107, 0) 100%);
        background-image: linear-gradient(to right, rgba(119, 119, 107, 0) 0%, rgba(119, 119, 107, 0.2) 6%, rgba(119, 119, 107, 0.2) 94%, rgba(119, 119, 107, 0) 100%); }
      #eol article#eol-header h1 {
        position: relative;
        font-size: 22px;
        padding-top: 80px;
        padding-bottom: 10px; }
        #eol article#eol-header h1::after {
          content: '';
          position: absolute;
          top: 0;
          left: 50%;
          margin-left: -32px;
          width: 64px;
          height: 64px;
          background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/assets/tab-riot.png); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
            #eol article#eol-header h1::after {
              background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/assets/tab-riot@2x.png);
              background-size: 64px 64px; } }
    #eol article#eol-outro {
      padding-bottom: 20px; }
    #eol article#eol-team {
      text-align: center;
      max-width: 100%;
      box-shadow: none;
      padding-top: 60px;
      padding-bottom: 0;
      margin-bottom: 0; }
      #eol article#eol-team ul {
        text-align: center;
        padding: 0 120px; }
        #eol article#eol-team ul li {
          position: relative;
          display: inline-block;
          vertical-align: top;
          width: 32%;
          padding: 60px 20px 20px; }
          #eol article#eol-team ul li::after {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -63px;
            width: 126px;
            height: 46px;
            background-repeat: no-repeat;
            background-position: center top; }
          #eol article#eol-team ul li#eol-elliott::after {
            background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/eol-elliott.png); }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
              #eol article#eol-team ul li#eol-elliott::after {
                background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/eol-elliott@2x.png);
                background-size: 125px 46px; } }
          #eol article#eol-team ul li#eol-hector::after {
            background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/eol-hector.png); }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
              #eol article#eol-team ul li#eol-hector::after {
                background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/eol-hector@2x.png);
                background-size: 117px 46px; } }
          #eol article#eol-team ul li#eol-red::after {
            background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/eol-red.png); }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
              #eol article#eol-team ul li#eol-red::after {
                background-image: url(http://cdn.getforge.com/riothq.com/1413851041/assets/images/eol-red@2x.png);
                background-size: 122px 46px; } }
      #eol article#eol-team::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left, rgba(119, 119, 107, 0) 0%, rgba(119, 119, 107, 0.2) 6%, rgba(119, 119, 107, 0.2) 94%, rgba(119, 119, 107, 0) 100%);
        background-image: -moz-linear-gradient(left, rgba(119, 119, 107, 0) 0%, rgba(119, 119, 107, 0.2) 6%, rgba(119, 119, 107, 0.2) 94%, rgba(119, 119, 107, 0) 100%);
        background-image: -ms-linear-gradient(left, rgba(119, 119, 107, 0) 0%, rgba(119, 119, 107, 0.2) 6%, rgba(119, 119, 107, 0.2) 94%, rgba(119, 119, 107, 0) 100%);
        background-image: linear-gradient(to right, rgba(119, 119, 107, 0) 0%, rgba(119, 119, 107, 0.2) 6%, rgba(119, 119, 107, 0.2) 94%, rgba(119, 119, 107, 0) 100%); }

#eol-footer {
  font-size: 13px;
  text-align: center;
  padding: 22px 14px 30px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f8f8f5;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f8f8f5;
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f1f2eb;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) #f8f8f5;
  border-top: 1px solid #eeefea; }
  #eol-footer p {
    opacity: .7;
    line-height: 20px; }

@media only screen and (max-width: 1020px) {
  #eol article#eol-team ul {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 800px) {
  #eol article#eol-team ul {
    padding-left: 0;
    padding-right: 0; }
    #eol article#eol-team ul li {
      padding-left: 10px;
      padding-right: 10px; } }
@media only screen and (max-width: 680px) {
  #eol article#eol-team {
    padding-bottom: 0;
    margin-bottom: 0; }
    #eol article#eol-team ul {
      padding-left: 0;
      padding-right: 0; }
      #eol article#eol-team ul li {
        display: block;
        width: 100%;
        margin-bottom: 30px; }
        #eol article#eol-team ul li:last-of-type {
          margin-bottom: 0; }
  #eol article.update {
    padding-left: 0;
    padding-top: 80px; }
    #eol article.update::after {
      top: 0;
      left: 50%;
      margin-top: 0;
      margin-left: -35px; } }