/******************************************************************
Site Name:
Author: Harley Jessop

Stylesheet: Main Stylesheet

******************************************************************/
/******************************************************************
Site Name: Neutron Interactive
Author: Harley Jessop

Stylesheet: Variables

******************************************************************/
/*********************
TYPOGRAPHY
*********************/
/*! normalize.css 2012-07-07T09:50 UTC - 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.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * 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.
 * 2. Prevents iOS text size adjust after orientation change, 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` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  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.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 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
 */
code,
kbd,
pre,
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;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
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. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * 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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
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;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement,
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pull-right {
  float: right;
}
.alert {
  padding: 15px;
  margin: 15px;
  border: 1px solid;
  border-radius: 5px;
}
.alert-help {
  padding: 15px;
  margin: 15px;
  border: 1px solid;
  border-radius: 5px;
  border-color: #ee9b1b;
  background: #f9d9aa;
}
.alert-info {
  padding: 15px;
  margin: 15px;
  border: 1px solid;
  border-radius: 5px;
  border-color: #20a3dd;
  background: #a4daf2;
}
.alert-error {
  padding: 15px;
  margin: 15px;
  border: 1px solid;
  border-radius: 5px;
  border-color: #da391a;
  background: #f3a99b;
}
.alert-success {
  padding: 15px;
  margin: 15px;
  border: 1px solid;
  border-radius: 5px;
  border-color: #77a20d;
  background: #c4f157;
}
.color-red {
  color: #e54729;
}
.color-yellow {
  color: #f0a533;
}
.color-green {
  color: #88ba0f;
}
.color-blue {
  color: #34ade2;
}
.color-gray {
  color: #dddddd;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    top: -100px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes fadeInTop {
  from {
    opacity: 0;
    top: -100px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    top: -100px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    bottom: -100px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@-moz-keyframes fadeInBottom {
  from {
    opacity: 0;
    bottom: -100px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    bottom: -100px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    right: -200px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    right: -200px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    right: -200px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    left: -200px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    left: -200px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    left: -200px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

******************************************************************/
[class*="span"].hide,
.row [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row [class*="span"].pull-right {
  float: right;
}
/*
-----------Non-Semantic Helper Classes-----------
*/
.borderBox,
.row,
.row:after,
.row:before,
.row [class*='span'],
.row [class*='span']:after,
.row [class*='span']:before,
section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
-----------Grid Formatting-----------
*/
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row [class*='span'] {
  float: left;
  position: relative;
}
[class*='span'] {
  width: 100%;
  position: relative;
}
.span-full {
  width: 100%;
}
.span-twothirds {
  width: 66.666666%;
}
.span-half {
  width: 50%;
}
.span-third {
  width: 33.333333%;
}
.span-fourth {
  width: 25%;
}
.span-fifth {
  width: 20%;
}
.span-sixth {
  width: 16.666666%;
}
.span-seventh {
  width: 14.2857%;
}
.span-eighth {
  width: 12.5%;
}
/*
-----------Gutter Formatting-----------
*/
.row {
  margin-left: -15px;
}
.row [class*='span'] {
  padding: 0 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .row .span1 {
    width: 8.333333%;
  }
  .row .span2 {
    width: 16.666666%;
  }
  .row .span3 {
    width: 25%;
  }
  .row .span4 {
    width: 33.333333%;
  }
  .row .span5 {
    width: 41.66666%;
  }
  .row .span6 {
    width: 50%;
  }
  .row .span7 {
    width: 58.333333%;
  }
  .row .span8 {
    width: 66.666666%;
  }
  .row .span9 {
    width: 75%;
  }
  .row .span10 {
    width: 83.333333%;
  }
  .row .span11 {
    width: 91.666666%;
  }
  .row .span12 {
    float: none;
    width: 100%;
  }
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-thin.eot');
  src: url('../fonts/proximanova-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-thin.woff') format('woff'), url('../fonts/proximanova-thin.ttf') format('truetype'), url('../fonts/proximanova-thin.svg#ProximaNovaThin') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-light.eot');
  src: url('../fonts/proximanova-light.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light.woff') format('woff'), url('../fonts/proximanova-light.ttf') format('truetype'), url('../fonts/proximanova-light.svg#ProximaNovaLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-regular.eot');
  src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular.woff') format('woff'), url('../fonts/proximanova-regular.ttf') format('truetype'), url('../fonts/proximanova-regular.svg#ProximaNovaRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-semibold.eot');
  src: url('../fonts/proximanova-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold.woff') format('woff'), url('../fonts/proximanova-semibold.ttf') format('truetype'), url('../fonts/proximanova-semibold.svg#ProximaNovaBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-bold.eot');
  src: url('../fonts/proximanova-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold.woff') format('woff'), url('../fonts/proximanova-bold.ttf') format('truetype'), url('../fonts/proximanova-bold.svg#ProximaNovaBlack') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-webfont.eot');
  src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/******************************************************************
Site Name: Neutron Interactive  
Author: Harley Jessop

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. LINK STYLES
02. H1, H2, H3, H4, H5 STYLES

******************************************************************/
::selection {
  background: #e54729;
  /* Safari */
  color: #ffffff;
}
::-moz-selection {
  background: #e54729;
  /* Firefox */
  color: #ffffff;
}
p {
  font-size: 14px;
  line-height: 18px;
}
/*********************
01. LINK STYLES
*********************/
a {
  color: #e54729;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
a:hover {
  color: #c33318;
  text-decoration: none;
}
a.disabled {
  cursor: not-allowed;
}
/* mobile tap color */
a:link {
  /*
	this highlights links on iPhones/iPads.
	so it basically works like the :hover selector
	for mobile devices.
	*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
02. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 3em;
  line-height: 1.333em;
  font-weight: 900;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.2em;
  margin-bottom: 0.375em;
  font-weight: 300;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*!
 *  Font Awesome 3.2.0
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
.icon-large {
  font-size: 1.3333333333333333em;
  margin-top: -4px;
  padding-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.nav [class^="icon-"],
.nav [class*=" icon-"] {
  vertical-align: inherit;
  margin-top: -4px;
  padding-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 3px;
}
.nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  vertical-align: -25%;
}
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large {
  line-height: .75em;
  margin-top: -7px;
  padding-top: 5px;
  margin-bottom: -5px;
  padding-bottom: 4px;
}
.btn [class^="icon-"].pull-left,
.btn [class*=" icon-"].pull-left,
.btn [class^="icon-"].pull-right,
.btn [class*=" icon-"].pull-right {
  vertical-align: inherit;
}
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large {
  margin-top: -0.5em;
}
a [class^="icon-"],
a [class*=" icon-"] {
  cursor: pointer;
}
.icon-glass {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');
}
.icon-music {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');
}
.icon-search {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');
}
.icon-envelope-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');
}
.icon-heart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');
}
.icon-star {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');
}
.icon-star-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');
}
.icon-user {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');
}
.icon-film {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');
}
.icon-th-large {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');
}
.icon-th {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');
}
.icon-th-list {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');
}
.icon-ok {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');
}
.icon-remove {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');
}
.icon-zoom-in {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');
}
.icon-zoom-out {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');
}
.icon-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
}
.icon-power-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
}
.icon-signal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');
}
.icon-cog {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
}
.icon-trash {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');
}
.icon-home {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');
}
.icon-file-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');
}
.icon-time {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');
}
.icon-road {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');
}
.icon-download-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');
}
.icon-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');
}
.icon-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');
}
.icon-inbox {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');
}
.icon-play-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');
}
.icon-repeat {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
}
.icon-rotate-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
}
.icon-refresh {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');
}
.icon-list-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');
}
.icon-lock {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');
}
.icon-flag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');
}
.icon-headphones {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');
}
.icon-volume-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');
}
.icon-volume-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');
}
.icon-volume-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');
}
.icon-qrcode {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');
}
.icon-barcode {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');
}
.icon-tag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');
}
.icon-tags {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');
}
.icon-book {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');
}
.icon-bookmark {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');
}
.icon-print {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');
}
.icon-camera {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');
}
.icon-font {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');
}
.icon-bold {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');
}
.icon-italic {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');
}
.icon-text-height {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');
}
.icon-text-width {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');
}
.icon-align-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');
}
.icon-align-center {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');
}
.icon-align-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');
}
.icon-align-justify {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');
}
.icon-list {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');
}
.icon-indent-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');
}
.icon-indent-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');
}
.icon-facetime-video {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');
}
.icon-picture {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');
}
.icon-pencil {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');
}
.icon-map-marker {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');
}
.icon-adjust {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');
}
.icon-tint {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');
}
.icon-edit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');
}
.icon-share {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');
}
.icon-check {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');
}
.icon-move {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');
}
.icon-step-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');
}
.icon-fast-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');
}
.icon-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');
}
.icon-play {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');
}
.icon-pause {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');
}
.icon-stop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');
}
.icon-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');
}
.icon-fast-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');
}
.icon-step-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');
}
.icon-eject {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');
}
.icon-chevron-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');
}
.icon-chevron-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');
}
.icon-plus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');
}
.icon-minus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');
}
.icon-remove-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');
}
.icon-ok-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');
}
.icon-question-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');
}
.icon-info-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');
}
.icon-screenshot {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');
}
.icon-remove-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');
}
.icon-ok-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');
}
.icon-ban-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');
}
.icon-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');
}
.icon-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');
}
.icon-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');
}
.icon-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');
}
.icon-share-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
}
.icon-mail-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
}
.icon-resize-full {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');
}
.icon-resize-small {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');
}
.icon-plus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');
}
.icon-minus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');
}
.icon-asterisk {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');
}
.icon-exclamation-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');
}
.icon-gift {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');
}
.icon-leaf {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');
}
.icon-fire {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');
}
.icon-eye-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');
}
.icon-eye-close {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');
}
.icon-warning-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');
}
.icon-plane {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');
}
.icon-calendar {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');
}
.icon-random {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');
}
.icon-comment {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');
}
.icon-magnet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');
}
.icon-chevron-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');
}
.icon-chevron-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');
}
.icon-retweet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');
}
.icon-shopping-cart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');
}
.icon-folder-close {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');
}
.icon-folder-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');
}
.icon-resize-vertical {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');
}
.icon-resize-horizontal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');
}
.icon-bar-chart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');
}
.icon-twitter-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');
}
.icon-facebook-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');
}
.icon-camera-retro {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');
}
.icon-key {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');
}
.icon-cogs {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
}
.icon-comments {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');
}
.icon-thumbs-up-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');
}
.icon-thumbs-down-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');
}
.icon-star-half {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');
}
.icon-heart-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');
}
.icon-signout {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');
}
.icon-linkedin-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');
}
.icon-pushpin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');
}
.icon-external-link {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');
}
.icon-signin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');
}
.icon-trophy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');
}
.icon-github-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');
}
.icon-upload-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');
}
.icon-lemon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');
}
.icon-phone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');
}
.icon-check-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
}
.icon-unchecked {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
}
.icon-bookmark-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');
}
.icon-phone-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');
}
.icon-twitter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');
}
.icon-facebook {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');
}
.icon-github {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');
}
.icon-unlock {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');
}
.icon-credit-card {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');
}
.icon-rss {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');
}
.icon-hdd {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');
}
.icon-bullhorn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');
}
.icon-bell {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');
}
.icon-certificate {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');
}
.icon-hand-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');
}
.icon-hand-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');
}
.icon-hand-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');
}
.icon-hand-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');
}
.icon-circle-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');
}
.icon-circle-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');
}
.icon-circle-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');
}
.icon-circle-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');
}
.icon-globe {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');
}
.icon-wrench {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');
}
.icon-tasks {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');
}
.icon-filter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');
}
.icon-briefcase {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');
}
.icon-fullscreen {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');
}
.icon-group {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');
}
.icon-link {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');
}
.icon-cloud {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');
}
.icon-beaker {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');
}
.icon-cut {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');
}
.icon-copy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');
}
.icon-paper-clip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
}
.icon-paperclip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
}
.icon-save {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');
}
.icon-sign-blank {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');
}
.icon-reorder {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');
}
.icon-list-ul {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');
}
.icon-list-ol {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');
}
.icon-strikethrough {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');
}
.icon-underline {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');
}
.icon-table {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');
}
.icon-magic {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');
}
.icon-truck {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');
}
.icon-pinterest {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');
}
.icon-pinterest-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');
}
.icon-google-plus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');
}
.icon-google-plus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');
}
.icon-money {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');
}
.icon-caret-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');
}
.icon-caret-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');
}
.icon-caret-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');
}
.icon-caret-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');
}
.icon-columns {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');
}
.icon-sort {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');
}
.icon-sort-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');
}
.icon-sort-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');
}
.icon-envelope {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');
}
.icon-linkedin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');
}
.icon-undo {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
}
.icon-rotate-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
}
.icon-legal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');
}
.icon-dashboard {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');
}
.icon-comment-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');
}
.icon-comments-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');
}
.icon-bolt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');
}
.icon-sitemap {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');
}
.icon-umbrella {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');
}
.icon-paste {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');
}
.icon-lightbulb {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');
}
.icon-exchange {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');
}
.icon-cloud-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');
}
.icon-cloud-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');
}
.icon-user-md {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');
}
.icon-stethoscope {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');
}
.icon-suitcase {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');
}
.icon-bell-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');
}
.icon-coffee {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');
}
.icon-food {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');
}
.icon-file-text-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');
}
.icon-building {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');
}
.icon-hospital {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');
}
.icon-ambulance {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');
}
.icon-medkit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');
}
.icon-fighter-jet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');
}
.icon-beer {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');
}
.icon-h-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');
}
.icon-plus-sign-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');
}
.icon-double-angle-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');
}
.icon-double-angle-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');
}
.icon-double-angle-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');
}
.icon-double-angle-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');
}
.icon-angle-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');
}
.icon-angle-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');
}
.icon-angle-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');
}
.icon-angle-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');
}
.icon-desktop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');
}
.icon-laptop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');
}
.icon-tablet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');
}
.icon-mobile-phone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');
}
.icon-circle-blank {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');
}
.icon-quote-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');
}
.icon-quote-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');
}
.icon-spinner {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');
}
.icon-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');
}
.icon-reply {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
}
.icon-mail-reply {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
}
.icon-github-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');
}
.icon-folder-close-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');
}
.icon-folder-open-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');
}
.icon-expand-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf116;');
}
.icon-collapse-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf117;');
}
.icon-smile {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;');
}
.icon-frown {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;');
}
.icon-meh {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;');
}
.icon-gamepad {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;');
}
.icon-keyboard {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;');
}
.icon-flag-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;');
}
.icon-flag-checkered {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;');
}
.icon-terminal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;');
}
.icon-code {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;');
}
.icon-reply-all {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
}
.icon-mail-reply-all {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
}
.icon-star-half-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
}
.icon-star-half-full {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
}
.icon-location-arrow {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;');
}
.icon-crop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;');
}
.icon-code-fork {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;');
}
.icon-unlink {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;');
}
.icon-question {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;');
}
.icon-info {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;');
}
.icon-exclamation {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;');
}
.icon-superscript {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;');
}
.icon-subscript {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;');
}
.icon-eraser {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;');
}
.icon-puzzle-piece {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;');
}
.icon-microphone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;');
}
.icon-microphone-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;');
}
.icon-shield {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;');
}
.icon-calendar-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;');
}
.icon-fire-extinguisher {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;');
}
.icon-rocket {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;');
}
.icon-maxcdn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;');
}
.icon-chevron-sign-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;');
}
.icon-chevron-sign-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;');
}
.icon-chevron-sign-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;');
}
.icon-chevron-sign-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;');
}
.icon-html5 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;');
}
.icon-css3 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;');
}
.icon-anchor {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;');
}
.icon-unlock-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;');
}
.icon-bullseye {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;');
}
.icon-ellipsis-horizontal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;');
}
.icon-ellipsis-vertical {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;');
}
.icon-rss-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;');
}
.icon-play-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;');
}
.icon-ticket {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;');
}
.icon-minus-sign-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;');
}
.icon-check-minus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;');
}
.icon-level-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;');
}
.icon-level-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;');
}
.icon-check-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;');
}
.icon-edit-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;');
}
.icon-external-link-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14c;');
}
.icon-share-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14d;');
}
.icon-compass {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;');
}
.icon-collapse {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf150;');
}
.icon-collapse-top {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf151;');
}
.icon-expand {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf152;');
}
.icon-eur {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
}
.icon-euro {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
}
.icon-gbp {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf154;');
}
.icon-usd {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
}
.icon-dollar {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
}
.icon-inr {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
}
.icon-rupee {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
}
.icon-jpy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
}
.icon-yen {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
}
.icon-cny {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
}
.icon-renminbi {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
}
.icon-krw {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
}
.icon-won {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
}
.icon-btc {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
}
.icon-bitcoin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
}
.icon-file {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15b;');
}
.icon-file-text {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15c;');
}
.icon-sort-by-alphabet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15d;');
}
.icon-sort-by-alphabet-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15e;');
}
.icon-sort-by-attributes {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf160;');
}
.icon-sort-by-attributes-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf161;');
}
.icon-sort-by-order {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf162;');
}
.icon-sort-by-order-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf163;');
}
.icon-thumbs-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf164;');
}
.icon-thumbs-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf165;');
}
.icon-youtube-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf166;');
}
.icon-youtube {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');
}
.icon-xing {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf168;');
}
.icon-xing-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf169;');
}
.icon-youtube-play {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');
}
.icon-dropbox {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16b;');
}
.icon-stackexchange {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16c;');
}
.icon-instagram {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;');
}
.icon-flickr {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16e;');
}
.icon-adn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf170;');
}
.icon-bitbucket {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf171;');
}
.icon-bitbucket-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf172;');
}
.icon-tumblr {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf173;');
}
.icon-tumblr-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf174;');
}
.icon-long-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf175;');
}
.icon-long-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;');
}
.icon-long-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;');
}
.icon-long-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;');
}
.icon-apple {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf179;');
}
.icon-windows {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');
}
.icon-android {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');
}
.icon-linux {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');
}
.icon-dribble {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');
}
.icon-skype {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');
}
.icon-foursquare {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');
}
.icon-trello {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');
}
.icon-female {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf182;');
}
.icon-male {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf183;');
}
.icon-gittip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf184;');
}
.icon-sun {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf185;');
}
.icon-moon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf186;');
}
.icon-archive {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf187;');
}
.icon-bug {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf188;');
}
.icon-vk {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf189;');
}
.icon-weibo {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;');
}
.icon-renren {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18b;');
}
/*!
 *  Font Awesome 3.2.0
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=3.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=3.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  cursor: default;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-rounded {
  border: 1px solid #ffffff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  padding: .2em .25em .15em;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
a.x-large {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 100;
}
a.x-large .btn {
  vertical-align: middle;
  margin-top: -10px;
}
a.x-large:hover,
a.x-large:hover .btn-outline {
  color: #ffffff;
  border-color: #ffffff;
}
.btn,
.comment-reply-link {
  padding: 10px;
  background-color: #e54729;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: none;
  border: none;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.btn:hover,
.comment-reply-link:hover {
  background-color: #222222;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
.btn.btn-outline,
.comment-reply-link.btn-outline {
  background: none;
  border: 2px solid #e54729;
  color: #e54729;
}
.btn.btn-outline:hover,
.comment-reply-link.btn-outline:hover {
  background-color: none;
  border-color: #222222;
  color: #222222;
}
.btn.btn-outline-inverse,
.comment-reply-link.btn-outline-inverse {
  background: none;
  border: 2px solid #e54729;
  color: #e54729;
}
.btn.btn-outline-inverse:hover,
.comment-reply-link.btn-outline-inverse:hover {
  background-color: none;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn.btn-outline-inverse:hover .btn,
.comment-reply-link.btn-outline-inverse:hover .btn {
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn.btn-outline-inverse .btn,
.comment-reply-link.btn-outline-inverse .btn {
  border: 2px solid #e54729;
  color: #e54729;
}
.btn i,
.comment-reply-link i {
  vertical-align: middle;
}
.btn i.circle,
.comment-reply-link i.circle {
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
}
.btn.btn-rounded,
.comment-reply-link.btn-rounded {
  padding: 0;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
.btn.btn-rounded i,
.comment-reply-link.btn-rounded i {
  line-height: 45px;
}
.btn.btn-rounded.btn-small,
.comment-reply-link.btn-rounded.btn-small {
  width: 30px;
  height: 30px;
  border-width: 1px;
}
.btn.btn-block,
.comment-reply-link.btn-block {
  display: block;
  text-align: center;
}
.btn.btn-large,
.comment-reply-link.btn-large {
  font-size: 18px;
  line-height: 40px;
}
.btn.btn-white,
.comment-reply-link.btn-white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-white:hover,
.comment-reply-link.btn-white:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-inverse,
.comment-reply-link.btn-inverse {
  border-color: #e54729;
  background-color: #111111;
  color: #ffffff;
}
.btn.btn-inverse:hover,
.comment-reply-link.btn-inverse:hover {
  color: #ffffff;
  border-color: #111111;
  background-color: #e54729;
}
.btn.btn-white-hover:hover,
.comment-reply-link.btn-white-hover:hover {
  color: #eeeeee;
  border-color: #eeeeee;
}
form {
  margin: 0 0 15px 0;
  padding: 30px 15px;
}
.form-wrapper {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
input[type="submit"] {
  min-width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-weight: 300;
  display: inline-block;
  height: 50px;
  padding: 10px;
  color: #111111;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  vertical-align: middle;
  background: url(../images/pattern.png) repeat center center;
  box-shadow: none;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  background: url(../images/pattern-red.png) repeat center center;
}
textarea.unhappy,
input[type="text"].unhappy,
input[type="password"].unhappy,
input[type="datetime"].unhappy,
input[type="datetime-local"].unhappy,
input[type="date"].unhappy,
input[type="month"].unhappy,
input[type="time"].unhappy,
input[type="week"].unhappy,
input[type="number"].unhappy,
input[type="email"].unhappy,
input[type="url"].unhappy,
input[type="search"].unhappy,
input[type="tel"].unhappy,
input[type="color"].unhappy,
.uneditable-input.unhappy {
  border: 1px solid #e54729;
}
textarea {
  min-height: 250px;
  text-indent: 0;
}
select {
  font-weight: 300;
  display: inline-block;
  height: 50px;
  padding: 10px;
  color: #111111;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: none;
}
::-webkit-input-placeholder {
  color: #666666;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
:-ms-input-placeholder {
  color: #666666;
}
label {
  display: block;
  color: #222222;
}
.required {
  color: #e54729;
}
fieldset {
  border: none;
  padding: 0;
}
.field,
.full-field {
  width: 100%;
  margin-bottom: 15px;
}
.unhappyMessage {
  position: absolute;
  top: 0;
  right: 0;
  color: #e54729;
}
.form-success {
  background: #ffffff;
  border: none;
  padding: 50px;
  text-align: center;
  font-size: 24px;
}
/* @group Slider */
.wee-submit {
  text-align: center;
}
.wee-submit .slider {
  display: inline-block;
  position: relative;
  border: 2px solid #e54729;
  border-radius: 50px;
  padding: 5px;
}
.wee-submit .slider .track {
  position: relative;
  width: 250px;
  height: 60px;
  display: block;
  z-index: 0;
}
.wee-submit .slider .text {
  color: #e54729;
  font-weight: 300;
  line-height: 70px;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wee-submit .slider .knob {
  background-color: #e54729;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  text-align: right;
  color: #ffffff;
  position: absolute;
  z-index: 2;
}
.wee-submit .slider .knob i {
  line-height: 55px;
  right: 12px;
  position: relative;
}
.wee-submit .slider .knob i::after {
  height: 4px;
  width: 30px;
  background-color: #ffffff;
  display: block;
  content: "";
  border-radius: 2px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 3px;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
/*
BASE (MOBILE) SIZE
*/
/*****************************************************************
Site Name: Neutron Interactive  
Author: Harley Jessop

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
03. LAYOUT & GRID STYLES
04. CUSTOM PAGE STYLES
05. WIDGET STYLES
06. HEADER SYTLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #111111;
  background-color: #222222;
  overflow: auto;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap,
.full-wrap {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
#container {
  overflow: hidden;
}
/*********************
03. CUSTOM PAGE STYLES
*********************/
.section {
  padding: 50px 0;
}
.section h2 {
  font-family: 'Bebas Neue';
  font-size: 36px;
  line-height: 32px;
}
.section p {
  font-weight: 300;
}
.section-header {
  margin-bottom: 50px;
  text-align: center;
}
.section-header h1 {
  margin: 0 0 15px 0;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 100;
  color: #222222;
}
.section-header p {
  font-weight: 300;
  margin: 0;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
}
.section-content {
  margin-top: 50px;
  position: relative;
}
#ebs {
  background-image: url(../images/pattern.png), url(../images/404.png), url(../images/tv-grain.gif);
  background-repeat: repeat, no-repeat, repeat;
  background-position: center center, center center, center top;
  background-size: auto, auto, auto 50%;
  border-bottom-color: #e54729;
}
#ebs .container {
  /*background-color: #afa287;*/
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#2c1804), to(rgba(175, 162, 135, 0)));
  background-image: -webkit-radial-gradient(50% 50%, cover, rgba(175, 162, 135, 0), #2c1804);
  background-image: -moz-radial-gradient(50% 50%, cover, rgba(175, 162, 135, 0), #2c1804);
  background-image: -o-radial-gradient(50% 50%, cover, rgba(175, 162, 135, 0), #2c1804);
  background-image: -ms-radial-gradient(50% 50%, cover, rgba(175, 162, 135, 0), #2c1804);
  background-image: radial-gradient(50% 50%, cover, rgba(175, 162, 135, 0), #2c1804);
}
/*********************
03. WIDGET STYLES
*********************/
.parallax {
  display: block;
  position: absolute;
}
#latest-tweets {
  /*     background: url(../images/pattern-white.png) repeat @neutronred; */
  background-image: url(../images/pattern-white.png), url(../images/ni-pattern.png);
  background-repeat: repeat, repeat;
  background-position: center center, center top;
  background-size: auto, auto;
  background-color: #e54729;
  border-top: 5px solid #e54729;
  border-bottom: 5px solid #e54729;
  padding: 25px 0;
  color: #222222;
}
#latest-tweets .tweet {
  font-weight: normal;
  width: 100%;
}
#latest-tweets .tweet p {
  margin-bottom: 5px;
}
#latest-tweets .tweet footer {
  font-size: 12px;
}
#latest-tweets a {
  color: #ffffff;
}
#latest-tweets a:hover {
  opacity: .75;
}
.element {
  width: 100%;
  background: url(../images/pattern.png) center center repeat #444444;
  color: #eeeeee;
  height: 100%;
  position: relative;
  padding: 15px;
  display: table;
  border-radius: 5px;
  overflow: hidden;
}
.element .atomic-name {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.element .symbol {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -24px;
}
.element .symbol abbr {
  border: none;
}
.element .atomic-number {
  text-transform: uppercase;
  font-size: 14px;
}
.element .action {
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.element .action span {
  font-size: 60px;
  color: #eeeeee;
  opacity: .75;
  font-weight: 900;
  line-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -30px;
}
.element:hover .action,
.element.active .action {
  top: 0;
  bottom: 0;
  height: auto;
  opacity: 1;
}
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides_nav {
  left: 15px;
  margin: 0;
  opacity: 0.9;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  z-index: 6;
  width: 55px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50px;
  border: 2px solid #e54729;
}
.rslides_nav:hover {
  background: #e54729;
  color: #ffffff;
}
.rslides_nav.next {
  right: 15px;
  left: auto;
}
.rslides_nav.prev i {
  margin-left: -3px;
}
.rslides_nav.down {
  left: 50%;
  margin-left: -30px;
}
.rslides_tabs {
  z-index: 5;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
}
.rslides_tabs li {
  display: inline-block;
  margin-right: 10px;
}
.rslides_tabs li a {
  width: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  border: 3px solid #e54729;
  height: 20px;
  border-radius: 50px;
  display: block;
  color: none;
  text-indent: 100%;
  overflow: hidden;
}
.rslides_tabs li a:hover {
  background-color: #e54729;
}
.rslides_tabs li.rslides_here a {
  background-color: #e54729;
}
/*********************
06. HEADER SYTLES
*********************/
.page-header {
  height: 350px;
  border-bottom: 5px solid #222222;
  background-repeat: repeat, no-repeat;
  background-position: center center, center top;
  background-size: auto, cover;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  display: table;
  width: 100%;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-header .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.page-header .h-wrapper {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0 auto 5px auto;
  width: auto;
  display: inline-block;
  opacity: 0;
  position: relative;
  -webkit-animation: fadeInTop 0.3s linear;
  animation: fadeInTop 0.3s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-header .h-wrapper h1 {
  margin: 0;
}
.page-header .keep-going {
  opacity: 0;
  position: relative;
  -webkit-animation: fadeInBottom 0.3s linear;
  animation: fadeInBottom 0.3s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-header h1 {
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  font-weight: 300;
  font-size: 56px;
  line-height: 48px;
  padding-top: 5px;
  margin: 0;
}
.page-header h1 em {
  color: #e54729;
  font-style: normal;
}
.page-header h2 {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  color: #dddddd;
  text-transform: uppercase;
}
.global-header {
  position: fixed;
  top: -100px;
  -webkit-animation: fadeInTop 0.3s linear;
  animation: fadeInTop 0.3s linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 100%;
  z-index: 100;
  padding: 0;
  background-color: rgba(33, 33, 33, 0.95);
  border-top: 1px solid #e54729;
  border-bottom: 1px dotted #e54729;
}
.global-header #inner-header {
  width: 100%;
  padding: 0 15px;
}
.global-header #logo {
  height: 50px;
  width: 170px;
  background: url(../images/site-logo-inverse.png) no-repeat left center;
  display: block;
  float: left;
  background-size: contain;
  padding: 5px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.global-header #responsive-nav {
  display: none;
  background-color: #e54729;
  padding-bottom: 5px;
}
.global-header #responsive-nav ul.nav {
  border: none;
  margin: 0;
}
.global-header #responsive-nav ul.nav li a {
  border: none;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.global-header #responsive-nav ul.nav li a span {
  display: none;
}
.global-header #responsive-nav ul.nav li a:hover,
.global-header #responsive-nav ul.nav li a:active,
.global-header #responsive-nav ul.nav li a.active {
  background-color: #222222;
}
.global-header #responsive-nav ul.nav li + li {
  border-top: 1px solid #222222;
}
.global-header nav .nav {
  display: none;
}
.global-header nav .menu-trigger {
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #444444;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 5px;
  margin-top: 5px;
}
.global-header nav .menu-trigger:hover {
  background-color: #e54729;
  text-decoration: none;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.action {
  color: #ffffff;
  background-color: #e54729;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  vertical-align: middle;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  padding: 5px;
}
.action .btn-rounded {
  width: 65px;
  height: 40px;
}
.action span {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.action:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/
}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  padding-top: 1px;
  background-color: #f5f5f5;
  overflow: hidden;
}
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 65px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 65px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  margin-bottom: 10px;
  font-size: 14px;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  padding-bottom: 2.2em;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form li,
.respond-form form p {
  position: relative;
}
.respond-form form li .unhappy,
.respond-form form p .unhappy {
  margin-bottom: 30px;
}
.respond-form form li .unhappyMessage,
.respond-form form p .unhappyMessage {
  top: auto;
  bottom: 0;
  background-color: #e54729;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 3px;
  font-size: 14px;
}
.respond-form form li .unhappyMessage:after,
.respond-form form p .unhappyMessage:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.respond-form form li .unhappyMessage:after,
.respond-form form p .unhappyMessage:after {
  border-bottom-color: #e54729;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.respond-form form .alert {
  margin: 15px 0 0 0;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 15px 15px;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  padding: 25px 0;
  text-align: center;
  font-size: 24px;
  font-variant: 300;
  color: #cccccc;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}
/*********************
13. FOOTER STYLES
*********************/
#footer {
  border-top: 5px solid #e54729;
  clear: both;
  color: #aaaaaa;
  background: url(../images/pattern.png) repeat;
  padding: 30px 0;
}
#footer .vcard {
  float: left;
  overflow: hidden;
  width: 50%;
}
#footer .vcard .white-logo {
  height: 30px;
  width: 150px;
  background: url(../images/site-logo-inverse.png) no-repeat left center;
  background-size: contain;
  display: block;
  margin-bottom: 20px;
}
#footer .vcard .tel,
#footer .vcard .fax {
  margin: 0;
}
#footer p,
#footer li,
#footer address {
  font-size: 12px;
  font-style: normal;
}
#footer .title {
  margin-top: 0;
  color: #ffffff;
  margin-bottom: 10px;
}
#footer ul,
#footer li {
  margin: 0;
  padding: 0;
}
#footer .footer-nav {
  width: 50%;
  display: none;
}
#footer .footer-nav .sitemap-title {
  font-weight: bold;
  color: #dddddd;
}
#footer .footer-subscribe {
  display: none;
}
#footer .footer-social {
  text-align: right;
  float: right;
  overflow: hidden;
  width: 50%;
}
#footer .footer-social li {
  display: inline-block;
  margin-bottom: 5px;
}
#footer .footer-social li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #444444;
  color: #ffffff;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#footer .footer-social li a:hover {
  background-color: #e54729;
  text-decoration: none;
}
#footer #footer-memberships {
  display: none;
}
#footer #footer-fineprint {
  margin: 20px 0;
  color: #666666;
  vertical-align: bottom;
  height: 100px;
}
#footer #footer-fineprint small,
#footer #footer-fineprint span {
  position: absolute;
  bottom: 0;
}
#footer .bsl {
  background-image: url(../images/memberships/built-salt-lake.png);
  height: 100px;
  width: 200px;
  margin-top: 15px;
  right: 0;
  opacity: .3;
  vertical-align: top;
}
.type-astronaut {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  padding: 7px;
  height: 400px;
  float: left;
}
.type-astronaut .element-container {
  border-radius: 5px;
  z-index: 1;
}
.type-astronaut .img-wrp {
  position: relative;
  color: #eeeeee;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.type-astronaut img {
  max-width: 100%;
  margin-bottom: -8px;
}
.type-astronaut .bio {
  background-color: rgba(229, 73, 42, 0);
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  margin-top: -190px;
  overflow: hidden;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.type-astronaut .bio p,
.type-astronaut .bio h2,
.type-astronaut .bio h4 {
  margin: 0;
}
.type-astronaut .bio h4 {
  margin-bottom: 10px;
}
.type-astronaut .bio .element {
  background-color: #e54729;
  background-image: none;
  color: #eeeeee;
  border-radius: 2px;
  height: 75px;
  width: 75px;
  position: relative;
  margin-right: 15px;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.type-astronaut .bio .element .symbol {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  text-transform: capitalize;
  text-align: center;
  margin-top: -15px;
}
.type-astronaut .bio .element .atomic-number {
  padding: 5px 0 0 5px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 3px;
}
.type-astronaut .bio .person {
  padding: 15px 0;
  font-size: 15px;
  line-height: 18px;
}
.type-astronaut .bio .person .name {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}
.type-astronaut .bio .about {
  font-size: 12px;
  line-height: 20px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.type-astronaut .bio .social {
  position: absolute;
  bottom: -50px;
  left: 15px;
  right: 15px;
  border-top: 1px dotted #ffffff;
  padding: 15px 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.type-astronaut .bio .social a {
  color: white;
  font-size: 12px;
}
.type-astronaut .bio .social a + a {
  margin-left: 10px;
}
.type-astronaut .bio .social a:hover {
  text-decoration: underline;
}
.type-astronaut:hover .bio {
  top: 0;
  bottom: 0;
  height: auto;
  margin: 0;
  background-color: rgba(229, 73, 42, 0.9);
}
.type-astronaut:hover .bio .element {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  margin-top: -35px;
}
.type-astronaut:hover .bio .about {
  height: auto;
  opacity: 1;
}
.type-astronaut:hover .bio .social {
  height: auto;
  opacity: 1;
  bottom: 0px;
}
.type-perk {
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
}
.type-perk .element {
  color: #444444;
  background-color: #ffffff;
  background-image: none;
  height: 100%;
}
.type-perk .element .perk {
  display: table-cell;
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 15px;
}
.type-jobs,
.type-jobs-category {
  width: 50%;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  height: 175px;
}
.type-jobs[class^="post-"] .element::before,
.type-jobs-category[class^="post-"] .element::before,
.type-jobs[class*=" post-"] .element::before,
.type-jobs-category[class*=" post-"] .element::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: #e54729 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.type-jobs .element .job-title,
.type-jobs-category .element .job-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  text-align: center;
}
.type-jobs .element .job-type,
.type-jobs-category .element .job-type {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
}
.category-marketing.type-jobs-category .element {
  background-color: #e54729;
}
.category-marketing.type-jobs .element::before {
  border-top-color: #e54729;
}
.category-copywriting.type-jobs-category .element {
  background-color: #34d8e2;
}
.category-copywriting.type-jobs .element::before {
  border-top-color: #34d8e2;
}
.category-sales.type-jobs-category .element {
  background-color: #88ba0f;
}
.category-sales.type-jobs .element::before {
  border-top-color: #88ba0f;
}
.category-technology.type-jobs-category .element {
  background-color: #f0a533;
}
.category-technology.type-jobs .element::before {
  border-top-color: #f0a533;
}
.category-web-development.type-jobs-category .element {
  background-color: #f07633;
}
.category-web-development.type-jobs .element::before {
  border-top-color: #f07633;
}
.category-client-services.type-jobs-category .element {
  background-color: #34ade2;
}
.category-client-services.type-jobs .element::before {
  border-top-color: #34ade2;
}
.category-administrative.type-jobs-category .element,
.category-finance.type-jobs-category .element {
  background-color: #7f210f;
}
.category-administrative.type-jobs .element::before,
.category-finance.type-jobs .element::before {
  border-top-color: #7f210f;
}
.type-post,
.type-press,
.type-instagram,
.type-twitter,
.type-event {
  font-weight: 300;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  height: auto;
  font-size: 14px;
}
.type-post .post-container,
.type-press .post-container,
.type-instagram .post-container,
.type-twitter .post-container,
.type-event .post-container {
  background-color: #ffffff;
  border-radius: 5px;
  display: block;
  position: relative;
}
.type-post .post-content,
.type-press .post-content,
.type-instagram .post-content {
  z-index: 1;
  position: relative;
}
.type-post footer,
.type-press footer,
.type-instagram footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.type-post footer a,
.type-press footer a,
.type-instagram footer a {
  font-weight: 900;
  border-radius: 5px;
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #e54729;
  height: 100%;
  width: 100%;
  display: table;
}
.type-post footer a span,
.type-press footer a span,
.type-instagram footer a span {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}
.type-post:hover footer,
.type-press:hover footer,
.type-instagram:hover footer {
  z-index: 3;
  opacity: 1;
}
.type-post,
.type-press {
  width: 100%;
  overflow: hidden;
}
.type-post header,
.type-press header {
  position: relative;
  height: 250px;
  background-color: #e54729;
  border-radius: 5px 5px 0 0;
}
.type-post header .post-image,
.type-press header .post-image {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
  background-size: cover;
  background-position: center center;
}
.type-post header .post-header,
.type-press header .post-header {
  position: absolute;
  background: url(../images/pattern-white.png) center center repeat;
  height: 100%;
  width: 100%;
  color: #eeeeee;
  display: table;
  top: 0;
  padding: 0;
  border-radius: 5px 5px 0 0;
}
.type-post header .post-header .category,
.type-press header .post-header .category,
.type-post header .post-header .timestamp,
.type-press header .post-header .timestamp,
.type-post header .post-header .comments,
.type-press header .post-header .comments {
  position: absolute;
}
.type-post header .post-header .category,
.type-press header .post-header .category {
  top: 15px;
  right: 15px;
}
.type-post header .post-header .title,
.type-press header .post-header .title {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.type-post header .post-header .timestamp,
.type-press header .post-header .timestamp {
  bottom: 15px;
  left: 15px;
}
.type-post header .post-header .comments,
.type-press header .post-header .comments {
  bottom: 15px;
  right: 15px;
}
.type-post header .post-header h1,
.type-press header .post-header h1 {
  color: #ffffff;
  font-family: 'Bebas Neue';
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.85);
  margin: 0;
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
.type-post .post-content,
.type-press .post-content {
  color: #666666;
  padding: 15px;
}
.type-post.home-post .post-container,
.type-press.home-post .post-container {
  background: none;
}
.type-post.home-post header,
.type-press.home-post header {
  border-radius: 5px;
}
.type-post.home-post .category,
.type-press.home-post .category,
.type-post.home-post .timestamp,
.type-press.home-post .timestamp,
.type-post.home-post .comments,
.type-press.home-post .comments {
  display: none;
}
.type-post.home-post .post-content,
.type-press.home-post .post-content {
  color: #ffffff;
  padding: 0;
}
.type-press header {
  background-color: #34ade2;
}
.type-instagram {
  width: 50%;
  color: #ffffff;
  min-height: 140px;
  height: auto;
}
.type-instagram .post-container {
  border-radius: 5px;
  overflow: hidden;
}
.type-instagram img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
}
.type-instagram header,
.type-instagram footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.type-instagram header {
  padding: 15px;
}
.type-instagram .title {
  display: none;
}
.type-instagram .category {
  float: right;
}
.type-instagram .timestamp {
  display: inline-block;
  position: absolute;
  bottom: 15px;
}
.type-twitter {
  width: 50%;
}
.type-twitter .post-container {
  padding: 15px;
}
.type-twitter .post-content {
  margin-bottom: 10px;
  display: block;
}
.type-twitter .post-content p {
  margin: 0;
}
.type-twitter header {
  text-align: right;
  margin-bottom: 10px;
}
.type-twitter header i {
  color: #eeeeee;
}
.type-twitter header h1 {
  font-weight: 300;
  margin: 15px 0 0 60px;
}
.type-twitter header h1 span {
  display: block;
  color: gray;
}
.type-twitter footer {
  margin-bottom: 10px;
}
.type-twitter footer .timestamp {
  color: #cccccc;
  display: block;
}
.type-event {
  width: 50%;
}
.type-event .post-container {
  padding: 15px;
}
.type-event header {
  text-align: right;
  margin-bottom: 15px;
}
.type-event header.exhibiting .date {
  background-color: #88ba0f;
}
.type-event header.networking .date {
  background-color: #f0a533;
}
.type-event header.learning .date {
  background-color: #34ade2;
}
.type-event header.hosting .date {
  background-color: #e54729;
}
.type-event header h2 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 900;
  text-align: left;
}
.type-event header .type {
  text-align: left;
  font-size: 16px;
}
.type-event .category {
  color: #dddddd;
  float: right;
}
.type-event .date {
  display: inline-block;
  text-align: center;
  width: auto;
  color: #ffffff;
  border-radius: 3px;
}
.type-event .date .month {
  display: block;
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 0 10px;
  font-size: 14px;
}
.type-event .date .day {
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  padding: 5px 10px;
  text-transform: uppercase;
}
.type-event .post-content p {
  margin: 0;
}
.type-event .post-content p:first-child {
  text-transform: capitalize;
}
.type-event .post-content label {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.type-event .post-content a {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
/*********************
Home Page Base Styles
*********************/
body.home .global-header {
  top: -100px;
  -webkit-animation: fadeInTop 0.3s linear;
  animation: fadeInTop 0.3s linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.home .global-header nav .menu-item {
  opacity: 0;
}
body.home .global-header nav .menu-item:nth-of-type(1) {
  -webkit-animation: fadeIn 0.2s linear;
  animation: fadeIn 0.2s linear;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.home .global-header nav .menu-item:nth-of-type(2) {
  -webkit-animation: fadeIn 0.2s linear;
  animation: fadeIn 0.2s linear;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.home .global-header nav .menu-item:nth-of-type(3) {
  -webkit-animation: fadeIn 0.2s linear;
  animation: fadeIn 0.2s linear;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.home .global-header nav .menu-item:nth-of-type(4) {
  -webkit-animation: fadeIn 0.2s linear;
  animation: fadeIn 0.2s linear;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.home .global-header nav .menu-item:nth-of-type(5) {
  -webkit-animation: fadeIn 0.2s linear;
  animation: fadeIn 0.2s linear;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.home #touts {
  border-bottom: 5px solid #e54729;
  overflow: hidden;
  text-align: center;
  position: relative;
}
body.home #touts .rslides_tabs {
  display: none;
}
body.home #touts .tout-wrapper {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 418px;
  z-index: 2;
  position: relative;
}
body.home #touts .tout-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
body.home #touts h1 {
  color: #ffffff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font: 36px/100% 'Bebas Neue';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  opacity: 0;
}
body.home #touts h1 em {
  color: #e54729;
  font-style: normal;
}
body.home #touts h1 span {
  margin: 0 auto 5px auto;
  display: inline-block;
  padding: 5px 10px 0 10px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  vertical-align: middle;
}
body.home #touts h1 span::after {
  content: '\A';
}
body.home #touts h2 {
  opacity: 0;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  position: relative;
}
body.home #touts li {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.home #touts li.rslides1_on h1 {
  -webkit-animation: fadeInLeft 0.5s ease;
  animation: fadeInLeft 0.5s ease;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.home #touts li.rslides1_on h2 {
  -webkit-animation: fadeInRight 0.5s ease;
  animation: fadeInRight 0.5s ease;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.home #touts .noise {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/pattern.png) repeat center center;
  z-index: 1;
}
body.home #touts .keep-going {
  position: absolute;
  bottom: 25px;
  width: 50px;
  height: 50px;
  border: 3px solid #e54729;
  left: 50%;
  margin-left: -25px;
  border-radius: 100px;
  color: #e54729;
  text-align: center;
  z-index: 50;
}
body.home #company {
  background-color: #ffffff;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#eeeeee), to(#ffffff));
  background-image: -webkit-radial-gradient(50% 50%, #ffffff, #eeeeee);
  background-image: -moz-radial-gradient(50% 50%, #ffffff, #eeeeee);
  background-image: -o-radial-gradient(50% 50%, #ffffff, #eeeeee);
  background-image: -ms-radial-gradient(50% 50%, #ffffff, #eeeeee);
  background-image: radial-gradient(50% 50%, #ffffff, #eeeeee);
  padding-top: 50px;
}
body.home #company .section-content {
  margin-top: 0;
}
body.home #company .graphallax {
  display: none;
}
body.home #company #who,
body.home #company #what,
body.home #company #how {
  text-align: center;
}
body.home #company #who h1,
body.home #company #what h1,
body.home #company #how h1 {
  font-family: 'Bebas Neue';
  font-size: 48px;
}
body.home #company #who p,
body.home #company #what p,
body.home #company #how p {
  padding: 0 15px;
}
body.home #happenings {
  border-top: 5px solid #cccccc;
  color: #dddddd;
  /*         background: url(../images/pattern-white.png) repeat @grayDarkest; */
  background-image: url(../images/pattern.png), url(../images/metal-grill.jpg);
  background-repeat: repeat, no-repeat;
  background-position: center center, center center;
  background-size: auto, cover;
}
body.home #happenings .section-header h1 {
  color: #eeeeee;
}
body.home #happenings .section-secondary-header {
  margin: 0 0 25px 0;
}
body.home #happenings h2 {
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
  font-size: 1.75em;
  line-height: 1.2em;
  margin-bottom: 0.375em;
  font-weight: 300;
  margin: 0 0 15px 0;
  font-weight: 100;
}
body.home #happenings h2 a {
  text-decoration: none;
}
body.home #happenings h2 i {
  color: #e54729;
  font-size: 1em;
  vertical-align: text-top;
}
body.home #happenings .section-footer {
  text-align: center;
  margin-top: 50px;
}
body.home #events .past {
  display: none;
}
body.home #events article:nth-of-type(n+5) {
  display: none;
}
body.home #events .type-event {
  width: 100%;
}
body.home #events .type-event.exhibiting .post-container {
  background-color: #88ba0f;
}
body.home #events .type-event.exhibiting .date {
  color: #88ba0f;
}
body.home #events .type-event.exhibiting .month {
  border-bottom: 2px solid #88ba0f;
}
body.home #events .type-event.networking .post-container {
  background-color: #f0a533;
}
body.home #events .type-event.networking .date {
  color: #f0a533;
}
body.home #events .type-event.networking .month {
  border-bottom: 2px solid #f0a533;
}
body.home #events .type-event.learning .post-container {
  background-color: #34ade2;
}
body.home #events .type-event.learning .date {
  color: #34ade2;
}
body.home #events .type-event.learning .month {
  border-bottom: 2px solid #34ade2;
}
body.home #events .type-event.hosting .post-container {
  background-color: #e54729;
}
body.home #events .type-event.hosting .date {
  color: #e54729;
}
body.home #events .type-event.hosting .month {
  border-bottom: 2px solid #e54729;
}
body.home #events .type-event .post-container {
  background: url(../images/pattern-white.png) repeat center center;
}
body.home #events .type-event header {
  margin-bottom: 15px;
  text-align: right;
  height: auto;
}
body.home #events .type-event header .date {
  color: #ffffff;
  background-color: #ffffff;
  min-width: 110px;
}
body.home #events .type-event header .date .day {
  display: block;
  text-align: center;
  font-weight: 900;
  padding: 5px 10px;
}
body.home #events .type-event header .date .today {
  font-size: 24px;
}
body.home #events .type-event header .date .month {
  font-size: 16px;
  line-height: 16px;
  padding: 5px;
}
body.home #events .type-event h3 {
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  font-family: 'Bebas Neue';
}
body.home #events .type-event .post-content {
  color: #111111;
}
body.home #events .type-event .post-content p label {
  color: #111111;
}
body.home #events .type-event .post-content p a {
  color: #ffffff;
}
body.home #events .legend {
  font-size: 12px;
  margin-bottom: 30px;
}
body.home #events .legend i {
  margin-right: 2px;
}
body.home #events .legend li {
  display: inline-block;
  color: #ffffff;
  background: none;
  padding: 0 10px 0 0;
  margin: 0;
}
body.home #careers {
  background-color: #f5f5f5;
}
body.home .happenings .post header {
  position: relative;
}
body.home .happenings .post header .post-image {
  height: 200px;
  display: block;
  background-position: center center, center center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}
body.home .happenings .post header .info a {
  color: #eeeeee;
}
body.home .happenings .post header .post-image + .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body.home .happenings .post .content {
  padding: 15px;
}
body.home .happenings .post h2 {
  margin: 0 0 15px 0;
  font-size: 24px;
}
body.home .happenings .post h2 a {
  color: #222222;
  font-weight: bold;
}
body.home .happenings .post,
body.home .happenings .events {
  margin-bottom: 15px;
}
body.home .happenings .post .info,
body.home .happenings .events .info {
  background-color: #e54729;
  display: block;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #eeeeee;
}
body.home .happenings .post .info a,
body.home .happenings .events .info a {
  color: #eeeeee;
}
/*********************
Company/About Us Base Styles
*********************/
body.page-company #ni-gallery {
  overflow: hidden;
  position: relative;
  display: block;
}
body.page-company #ni-gallery .container {
  display: table;
  width: 100%;
  height: 100%;
}
body.page-company #ni-gallery .container .wrap {
  display: table-cell;
  vertical-align: middle;
}
body.page-company #ni-gallery .h-wrapper {
  position: relative;
  z-index: 3;
}
body.page-company #office-gallery {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.page-company #office-gallery span {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 460px;
  display: block;
}
body.page-company #office-gallery .rslides::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/pattern-white.png) repeat center center;
  display: block;
  content: "";
  z-index: 2;
}
body.page-company #leaders {
  background: url(../images/pattern-white.png) repeat center center #111111;
}
body.page-company #leaders .section-header h1 {
  color: #eeeeee;
}
body.page-company #about-neutron #history,
body.page-company #about-neutron #the-neutron-way {
  text-align: center;
}
/*********************
Expertise Page Base Styles
*********************/
.page-expertise #lead-gen {
  background-image: url(../images/pattern-white.png), url(../images/expertise/screenshots.jpg);
  background-repeat: repeat, no-repeat;
  background-position: center center, center 80%;
  background-size: auto, cover;
  background-color: #e54729;
}
.page-expertise #lead-gen .h-wrapper {
  margin-top: -200px;
}
.page-expertise #lead-gen h1 {
  font-size: 36px;
  line-height: 36px;
}
.page-expertise #neutron-way {
  background: url(../images/expertise/map.gif) no-repeat center bottom;
}
.page-expertise #contact {
  background: #ffffff;
}
.page-expertise #expertise {
  text-align: center;
}
.page-expertise #sponsors li {
  width: 50%;
}
.page-expertise #sponsors .sponsor {
  height: 150px;
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-position: center center;
  padding: 50px;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.page-expertise #sponsors .everest {
  background-image: url(../images/expertise/everest-university.svg);
}
.page-expertise #sponsors .wyotech {
  background-image: url(../images/expertise/wyotech.svg);
}
.page-expertise #sponsors .lincoln {
  background-image: url(../images/expertise/lincoln-tech.svg);
}
.page-expertise #sponsors .uma {
  background-image: url(../images/expertise/uma.svg);
}
.page-expertise #sponsors .education-dynamics {
  background-image: url(../images/expertise/education-dynamics.svg);
}
.page-expertise #sponsors .cunet {
  background-image: url(../images/expertise/cunet.svg);
}
.page-expertise #sponsors .art-institute {
  background-image: url(../images/expertise/art-institute.svg);
}
.page-expertise #sponsors .ashford {
  background-image: url(../images/expertise/ashford-university.svg);
}
.page-expertise #neutron-network {
  position: relative;
  background-color: #111111;
  padding: 150px 0;
  border-top: 5px solid #e54729;
  border-bottom: 5px solid #e54729;
}
.page-expertise #neutron-network .rslides_tabs,
.page-expertise #neutron-network .rslides_nav {
  display: none;
}
.page-expertise #neutron-network .wrap {
  z-index: 5;
  position: relative;
}
.page-expertise #neutron-network .section-header h1,
.page-expertise #neutron-network .section-header p {
  color: #eeeeee;
}
.page-expertise #neutron-network .section-header a {
  margin-top: 30px;
}
.page-expertise #neutron-network .sites,
.page-expertise #neutron-network .sites li {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.page-expertise #neutron-network .sites li {
  background-size: auto, cover;
  background-repeat: repeat;
  background-position: center center, center top;
  content: "";
  display: block;
}
.page-expertise #neutron-network .college-overview {
  background-image: url(../images/pattern-white.png), url(../images/expertise/college-overview.jpg);
}
.page-expertise #neutron-network .mechanic-school {
  background-image: url(../images/pattern-white.png), url(../images/expertise/mechanic-school.jpg);
}
.page-expertise #neutron-network .online-career-schools {
  background-image: url(../images/pattern-white.png), url(../images/expertise/online-career-schools.jpg);
}
.page-expertise #neutron-network .find-any-college {
  background-image: url(../images/pattern-white.png), url(../images/expertise/find-any-college.jpg);
}
.page-expertise #neutron-network .online-nursing-school {
  background-image: url(../images/pattern-white.png), url(../images/expertise/online-nursing-school.jpg);
}
.page-expertise #neutron-network .degrees-for-soldiers {
  background-image: url(../images/pattern-white.png), url(../images/expertise/degrees-for-soldiers.jpg);
}
.page-expertise #neutron-network .grad-school-network {
  background-image: url(../images/pattern-white.png), url(../images/expertise/grad-school-network.jpg);
}
.page-expertise #neutron-network .massage-therapy-schools {
  background-image: url(../images/pattern-white.png), url(../images/expertise/massage-therapy-schools.jpg);
}
.page-expertise #products {
  background: url(../images/pattern-white.png) repeat center center #111111;
  color: #eeeeee;
  border-top: 5px solid #aaaaaa;
  border-bottom: 5px solid #aaaaaa;
}
.page-expertise #products .section-header {
  margin-bottom: 100px;
}
.page-expertise #products .section-header h1,
.page-expertise #products .section-header p {
  color: #eeeeee;
}
.page-expertise #products figure {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border: 1px solid #e54729;
  border-radius: 500px;
}
.page-expertise #products #web-connect-logo {
  background: url(../images/expertise/web-connect.svg) no-repeat center center;
  background-size: contain;
}
.page-expertise #products #choice-connect-logo {
  background: url(../images/expertise/choice-connect.svg) no-repeat center center;
  background-size: contain;
}
.page-expertise #products #call-connect-logo {
  background: url(../images/expertise/call-connect.svg) no-repeat center center;
  background-size: contain;
}
.page-expertise #features #fraudlogix-logo {
  background: url(../images/expertise/fraudlogix.svg) no-repeat center center;
  background-size: contain;
}
.page-expertise #features #neustar-logo {
  background: url(../images/expertise/neustar.svg) no-repeat center center;
  background-size: contain;
}
.page-expertise #features #leadid-logo {
  background: url(../images/expertise/leadid.svg) no-repeat center center;
  background-size: contain;
}
.page-expertise #features figure {
  margin: 0 auto;
  width: 100%;
  height: 150px;
}
.page-expertise #technology {
  border-top: 5px solid #aaaaaa;
  border-bottom: 5px solid #aaaaaa;
  background: url(../images/pattern-white.png) repeat #111111;
}
.page-expertise #technology #tech-header {
  color: #ffffff;
}
.page-expertise #technology #tech-header h1,
.page-expertise #technology #tech-header p {
  color: #dddddd;
  text-align: center;
}
.page-expertise #technology #tech-content {
  color: #ffffff;
}
.page-expertise #technology .section-header {
  text-align: left;
  padding: 0 50px;
}
.page-expertise #technology .rounded-icon {
  border-color: #e54729;
  color: #ffffff;
  background-color: #e54729;
}
.page-expertise .rounded-icon {
  height: 150px;
  width: 150px;
  border-radius: 150px;
  border: 1px solid #ffffff;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.page-expertise .rounded-icon i {
  display: table-cell;
  vertical-align: middle;
}
.page-expertise .extra {
  padding: 0 10px;
  text-align: center;
  margin-bottom: 50px;
}
/*********************
Careers and Caree Details Base Styles
*********************/
body.page-careers,
body.single-jobs,
body.page-jobs {
  /*
    #about-neutron .gallery-overlay {
        height: 550px;
        width: 550px;
        border-radius: 500px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -275px;
        z-index: 10;
    }
*/
}
body.page-careers #astronauts-wanted,
body.single-jobs #astronauts-wanted,
body.page-jobs #astronauts-wanted {
  background-image: url(../images/pattern.png), url(../images/touts/moontrip.jpg);
}
body.page-careers #suit-up,
body.single-jobs #suit-up,
body.page-jobs #suit-up {
  background-image: url(../images/pattern.png), url(../images/touts/astronaut.jpg);
}
body.page-careers #suit-up.page-header,
body.single-jobs #suit-up.page-header,
body.page-jobs #suit-up.page-header {
  padding-top: 125px;
}
body.page-careers #suit-up.page-header h1,
body.single-jobs #suit-up.page-header h1,
body.page-jobs #suit-up.page-header h1 {
  font-size: 52px;
  line-height: 52px;
}
body.page-careers #about-neutron,
body.single-jobs #about-neutron,
body.page-jobs #about-neutron {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
}
body.page-careers #about-neutron .section-content,
body.single-jobs #about-neutron .section-content,
body.page-jobs #about-neutron .section-content {
  z-index: 10;
  margin-top: 0;
}
body.page-careers #about-neutron .gallery-slideshow,
body.single-jobs #about-neutron .gallery-slideshow,
body.page-jobs #about-neutron .gallery-slideshow {
  position: relative;
}
body.page-careers #about-neutron .gallery-slideshow .rslides,
body.single-jobs #about-neutron .gallery-slideshow .rslides,
body.page-jobs #about-neutron .gallery-slideshow .rslides {
  margin: 0 auto;
  height: 360px;
  width: 360px;
  border-radius: 500px;
  display: block;
  overflow: hidden;
  border: 4px solid #e54729;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
body.page-careers #about-neutron .gallery-slideshow .rslides img,
body.single-jobs #about-neutron .gallery-slideshow .rslides img,
body.page-jobs #about-neutron .gallery-slideshow .rslides img {
  border-radius: 500px;
}
body.page-careers #about-neutron .rslides_tabs,
body.single-jobs #about-neutron .rslides_tabs,
body.page-jobs #about-neutron .rslides_tabs,
body.page-careers #about-neutron .rslides_nav,
body.single-jobs #about-neutron .rslides_nav,
body.page-jobs #about-neutron .rslides_nav {
  display: none;
}
body.page-careers .planets ul,
body.single-jobs .planets ul,
body.page-jobs .planets ul {
  margin: 0;
}
body.page-careers .planets .orbit,
body.single-jobs .planets .orbit,
body.page-jobs .planets .orbit {
  color: #e54729;
  position: absolute;
  text-align: center;
  border: 1px solid #e54729;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
body.page-careers .planets .orbit i,
body.single-jobs .planets .orbit i,
body.page-jobs .planets .orbit i {
  /*                 position: absolute; */
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  top: -10px;
  position: relative;
}
body.page-careers .planets .orbit.mercury,
body.single-jobs .planets .orbit.mercury,
body.page-jobs .planets .orbit.mercury {
  width: 400px;
  height: 400px;
  z-index: 5;
  display: inline-block;
  -moz-animation: spin 6s infinite linear;
  -o-animation: spin 6s infinite linear;
  -webkit-animation: spin 6s infinite linear;
  animation: spin 6s infinite linear;
  bottom: -20px;
  left: 50%;
  margin-left: -200px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
body.page-careers .planets .orbit.venus,
body.single-jobs .planets .orbit.venus,
body.page-jobs .planets .orbit.venus {
  height: 800px;
  width: 800px;
  z-index: 4;
  display: inline-block;
  -moz-animation: spin 10s infinite linear;
  -o-animation: spin 10s infinite linear;
  -webkit-animation: spin 10s infinite linear;
  animation: spin 10s infinite linear;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  display: none;
}
body.page-careers .planets .orbit.earth,
body.single-jobs .planets .orbit.earth,
body.page-jobs .planets .orbit.earth {
  height: 1000px;
  width: 1000px;
  z-index: 3;
  display: inline-block;
  -moz-animation: spin 15s infinite linear;
  -o-animation: spin 15s infinite linear;
  -webkit-animation: spin 15s infinite linear;
  animation: spin 15s infinite linear;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  display: none;
}
body.page-careers .planets .orbit.mars,
body.single-jobs .planets .orbit.mars,
body.page-jobs .planets .orbit.mars {
  height: 2000px;
  width: 2000px;
  z-index: 2;
  display: inline-block;
  -moz-animation: spin 25s infinite linear;
  -o-animation: spin 25s infinite linear;
  -webkit-animation: spin 25s infinite linear;
  animation: spin 25s infinite linear;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  display: none;
}
body.page-careers #your-team,
body.single-jobs #your-team,
body.page-jobs #your-team {
  background-color: white;
}
body.page-careers #your-team .you,
body.single-jobs #your-team .you,
body.page-jobs #your-team .you {
  background: whitesmoke;
  padding: 15px;
  height: 280px;
  border-radius: 5px;
}
body.page-careers #your-team .you h2,
body.single-jobs #your-team .you h2,
body.page-jobs #your-team .you h2 {
  color: #e54729;
  margin: 0 0 10px 0;
}
body.page-careers #your-team .you p,
body.single-jobs #your-team .you p,
body.page-jobs #your-team .you p {
  margin-bottom: 0;
}
body.page-careers #why-neutron,
body.single-jobs #why-neutron,
body.page-jobs #why-neutron {
  background-image: url(../images/pattern.png), url(../images/ni-pattern.png);
  background-repeat: repeat, repeat;
  background-position: center center, center top;
  background-size: auto, auto;
  background-color: #e54729;
  border-top: 5px solid #e54729;
  border-bottom: 5px solid #e54729;
}
body.page-careers #why-neutron header h1,
body.single-jobs #why-neutron header h1,
body.page-jobs #why-neutron header h1,
body.page-careers #why-neutron header p,
body.single-jobs #why-neutron header p,
body.page-jobs #why-neutron header p {
  color: white;
}
body.page-careers #job-app,
body.single-jobs #job-app,
body.page-jobs #job-app {
  background-color: whitesmoke;
}
body.page-careers #openings,
body.single-jobs #openings,
body.page-jobs #openings {
  background-color: whitesmoke;
}
body.page-careers #openings header.post-header,
body.single-jobs #openings header.post-header,
body.page-jobs #openings header.post-header {
  margin: 0;
}
body.page-careers #openings .type-careers .post-header,
body.single-jobs #openings .type-careers .post-header,
body.page-jobs #openings .type-careers .post-header {
  height: 300px;
}
body.page-careers .job-post-info,
body.single-jobs .job-post-info,
body.page-jobs .job-post-info {
  background-color: white;
  padding: 25px;
}
body.page-careers .job-post-info iframe,
body.single-jobs .job-post-info iframe,
body.page-jobs .job-post-info iframe {
  margin-top: 25px;
}
body.single-jobs #openings,
body.page-jobs #openings {
  background-color: #ffffff;
}
/*********************
Company/About Us Base Styles
*********************/
body.blog #mission-control {
  background-image: url(../images/pattern.png), url(../images/touts/bridge.jpg);
}
body.blog #posts {
  min-height: 500px;
  padding-top: 0;
}
body.blog .post-filters {
  background-color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 25px;
  border-radius: 5px;
}
body.blog .post-filters a {
  color: #444444;
  margin-left: 10px;
}
body.blog .post-filters a.active {
  color: #e54729;
  border-bottom: 1px dotted #e54729;
}
body.blog .post-filters a:hover {
  color: #e54729;
}
body.blog .post-grid {
  position: relative;
}
body.blog .post-grid .type-post,
body.blog .post-grid .type-press,
body.blog .post-grid .type-event,
body.blog .post-grid .type-twitter,
body.blog .post-grid .type-instagram {
  display: none;
}
body.blog .post-grid.show-all .type-post,
body.blog .post-grid.show-all .type-press,
body.blog .post-grid.show-all .type-event,
body.blog .post-grid.show-all .type-twitter,
body.blog .post-grid.show-all .type-instagram {
  display: block;
}
body.blog .post-grid.show-post .type-post {
  display: block;
}
body.blog .post-grid.show-press .type-press {
  display: block;
}
body.blog .post-grid.show-twitter .type-twitter {
  display: block;
}
body.blog .post-grid.show-instagram .type-instagram {
  display: block;
}
body.blog .post-grid.show-event .type-event {
  display: block;
}
body.blog #infscr-loading,
body.blog .keep-going {
  display: none !important;
}
body.single #single-nav,
body.page #single-nav {
  margin: 50px 0 0 0;
  padding-bottom: 25px;
}
body.single #single-nav nav,
body.page #single-nav nav {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}
body.single #single-nav nav div,
body.page #single-nav nav div {
  display: inline-block;
  min-width: 100px;
  min-height: 50px;
}
body.single #single-nav nav .previous,
body.page #single-nav nav .previous {
  float: left;
}
body.single #single-nav nav .next,
body.page #single-nav nav .next {
  float: right;
}
body.single #single-nav nav .all,
body.page #single-nav nav .all {
  padding-top: 10px;
}
body.single #single-nav nav a,
body.page #single-nav nav a {
  color: #aaaaaa;
  display: block;
}
body.single #single-nav nav a span,
body.page #single-nav nav a span {
  color: #aaaaaa;
  border-color: #aaaaaa;
}
body.single #single-nav nav a:hover,
body.page #single-nav nav a:hover,
body.single #single-nav nav a:hover span,
body.page #single-nav nav a:hover span {
  color: #e54729;
  border-color: #e54729;
}
body.single #comments,
body.page #comments {
  background-color: #ffffff;
}
body.single [id^="post-"],
body.page [id^="post-"],
body.single [id*=" post-"],
body.page [id*=" post-"] {
  padding-top: 0;
}
body.single [id^="post-"] header,
body.page [id^="post-"] header,
body.single [id*=" post-"] header,
body.page [id*=" post-"] header {
  height: 300px;
  position: relative;
}
body.single [id^="post-"] .entry-title,
body.page [id^="post-"] .entry-title,
body.single [id*=" post-"] .entry-title,
body.page [id*=" post-"] .entry-title {
  height: 100%;
  background: url(../images/pattern-white.png) center center repeat;
  z-index: 1;
  position: relative;
  display: table;
  width: 100%;
}
body.single [id^="post-"] .entry-title h1,
body.page [id^="post-"] .entry-title h1,
body.single [id*=" post-"] .entry-title h1,
body.page [id*=" post-"] .entry-title h1 {
  font-family: 'Bebas Neue';
  font-size: 60px;
  line-height: 72px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
body.single [id^="post-"] .entry-title h1 span,
body.page [id^="post-"] .entry-title h1 span,
body.single [id*=" post-"] .entry-title h1 span,
body.page [id*=" post-"] .entry-title h1 span {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 0 15px;
  display: inline-block;
}
body.single [id^="post-"] .post-image,
body.page [id^="post-"] .post-image,
body.single [id*=" post-"] .post-image,
body.page [id*=" post-"] .post-image {
  position: absolute;
  background-color: #e54729;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
body.single [id^="post-"] .entry-content,
body.page [id^="post-"] .entry-content,
body.single [id*=" post-"] .entry-content,
body.page [id*=" post-"] .entry-content {
  margin: 25px 0 0 0;
  font-weight: 300;
  padding-right: 25px;
}
body.single [id^="post-"] .article-footer,
body.page [id^="post-"] .article-footer,
body.single [id*=" post-"] .article-footer,
body.page [id*=" post-"] .article-footer {
  margin-top: 25px;
}
body.single [id^="post-"] .article-meta,
body.page [id^="post-"] .article-meta,
body.single [id*=" post-"] .article-meta,
body.page [id*=" post-"] .article-meta {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 25px;
}
body.single [id^="post-"] .post-aside,
body.page [id^="post-"] .post-aside,
body.single [id*=" post-"] .post-aside,
body.page [id*=" post-"] .post-aside {
  padding: 25px 15px;
  border-radius: 5px;
  background-color: #ffffff;
}
body.single [id^="post-"] .post-aside .post-meta p,
body.page [id^="post-"] .post-aside .post-meta p,
body.single [id*=" post-"] .post-aside .post-meta p,
body.page [id*=" post-"] .post-aside .post-meta p {
  padding-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}
body.single [id^="post-"] .post-aside .post-meta p:first-child,
body.page [id^="post-"] .post-aside .post-meta p:first-child,
body.single [id*=" post-"] .post-aside .post-meta p:first-child,
body.page [id*=" post-"] .post-aside .post-meta p:first-child {
  margin-top: 0;
}
body.single [id^="post-"] .post-aside h2,
body.page [id^="post-"] .post-aside h2,
body.single [id*=" post-"] .post-aside h2,
body.page [id*=" post-"] .post-aside h2 {
  margin: 0 0 15px 0;
  font-family: 'Bebas Neue';
  font-size: 36px;
}
body.single [id^="post-"] .post-aside label,
body.page [id^="post-"] .post-aside label,
body.single [id*=" post-"] .post-aside label,
body.page [id*=" post-"] .post-aside label {
  display: inline-block;
  width: 125px;
  text-transform: uppercase;
}
body.single [id^="post-"] .post-aside .share span,
body.page [id^="post-"] .post-aside .share span,
body.single [id*=" post-"] .post-aside .share span,
body.page [id*=" post-"] .post-aside .share span {
  display: inline-block;
  height: auto;
}
body.single [id^="post-"] .post-aside .about-neutron,
body.page [id^="post-"] .post-aside .about-neutron,
body.single [id*=" post-"] .post-aside .about-neutron,
body.page [id*=" post-"] .post-aside .about-neutron {
  margin-top: 25px;
}
body.category .type-post,
body.archive .type-post {
  width: 100%;
}
body.category .section-header,
body.archive .section-header {
  margin-top: 50px;
}
body.category .section-header h1,
body.archive .section-header h1 {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  font-size: 36px;
  line-height: 36px;
  margin: 0;
}
body.category .post-aside,
body.archive .post-aside {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 5px;
}
body.category .post-aside h4,
body.archive .post-aside h4 {
  margin: 0 0 5px 0;
  font-family: 'Bebas Neue';
  font-size: 36px;
}
body.category .post-aside ul,
body.archive .post-aside ul {
  margin: 0 0 25px 0;
}
body.page-contact-us #map-wrap {
  padding: 0;
  display: block;
}
body.page-contact-us #map-canvas {
  height: 100%;
}
body.page-contact-us #map-canvas .vcard {
  color: #444444;
  width: 300px;
  padding: 15px;
  text-align: left;
  font-size: 14px;
}
body.page-contact-us #map-canvas .vcard p {
  margin: 0;
}
body.page-contact-us #map-canvas .vcard h2 {
  font-family: 'Bebas Neue';
  font-size: 36px;
  color: #222222;
  margin-bottom: 5px;
}
body.page-contact-us #map-canvas .vcard .adr {
  margin-bottom: 10px;
}
body.page-contact-us #toggle-street-view {
  margin-top: -50px;
  z-index: 5;
  position: relative;
}
body.page-contact-us #careers {
  background: #ffffff;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  /*
.wrap, .full-wrap {
	width: 460px;
}
*/
  /*********************
PAGE SYTLES
*********************/
  body.home #touts h1 {
    font-size: 48px;
  }
  body.page-expertise #sponsors li {
    width: 33.333333%;
  }
  body.page-careers #about-neutron .gallery-slideshow .rslides,
  body.single-jobs #about-neutron .gallery-slideshow .rslides,
  body.page-jobs #about-neutron .gallery-slideshow .rslides {
    height: 460px;
    width: 460px;
  }
  body.page-careers .planets .orbit.mercury,
  body.single-jobs .planets .orbit.mercury,
  body.page-jobs .planets .orbit.mercury {
    width: 500px;
    height: 500px;
    margin-left: -250px;
  }
  /*********************
HEADER SYTLES
*********************/
  .global-header #logo {
    height: 60px;
    width: 180px;
  }
  .global-header nav .menu-trigger {
    margin-top: 10px;
  }
  /*********************
POST STYLES
*********************/
  .type-jobs,
  .type-perk {
    height: 230px;
    width: 50%;
  }
  .type-astronaut {
    height: 350px;
  }
  .type-astronaut .bio p {
    font-size: 14px;
    line-height: 18px;
  }
  .type-jobs .element .job-title,
  .type-jobs-category .element .job-title {
    font-size: 20px;
    line-height: 24px;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body {
    background: url(../images/haunted-building.jpg) no-repeat center bottom #111111;
  }
  .wrap,
  .full-wrap {
    width: 740px;
    padding: 0;
  }
  .field {
    width: 50%;
  }
  p {
    font-size: 16px;
    line-height: 20px;
  }
  /*********************
PAGE SYTLES
*********************/
  body.home #touts h1 {
    font-size: 72px;
  }
  body.home #touts h1 span {
    margin-bottom: 15px;
    padding-top: 8px;
  }
  body.home #touts h2 {
    font-size: 16px;
  }
  body.home #company p {
    font-size: 14px;
  }
  body.home #company .graphallax {
    display: block;
    height: 500px;
    position: relative;
  }
  body.home .graphallax .parallax {
    top: 50%;
    left: 50%;
  }
  body.home .graphallax .mountains {
    background-image: url(../images/pattern-white.png), url(../images/graphallax/wasatch.png);
    background-repeat: repeat, no-repeat;
    background-position: center center, center center;
    height: 300px;
    width: 550px;
    background-size: auto, contain;
    opacity: .75;
    margin-top: -150px;
    margin-left: -275px;
  }
  body.home .graphallax .skyline {
    background: url(../images/graphallax/skyline.png) no-repeat center center;
    background-size: 100%;
    height: 400px;
    width: 700px;
    margin-top: -200px;
    margin-left: -350px;
  }
  body.home .graphallax .sweetcandy {
    background: url(../images/graphallax/sweetcandy.png) no-repeat center center;
    background-size: contain;
    height: 400px;
    width: 400px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    border: 2px solid #444444;
    box-shadow: 10px 15px 25px rgba(0, 0, 0, 0.25);
    text-align: center;
    margin-top: -200px;
    margin-left: -200px;
  }
  body.home .graphallax .sweetcandy i {
    position: relative;
    top: -10px;
  }
  body.home .graphallax .birds {
    background: url(../images/graphallax/triangles.png) no-repeat center center;
    margin-top: -175px;
    margin-left: -500px;
    height: 350px;
    width: 1000px;
    opacity: .5;
  }
  body.home .graphallax .shapes {
    background: url(../images/graphallax/shapes.png) no-repeat center center;
    margin-top: -250px;
    margin-left: -300px;
    height: 500px;
    width: 600px;
  }
  body.home .graphallax .formulas {
    background: url(../images/graphallax/formulas.png) no-repeat center center;
    margin-top: -260px;
    margin-left: -375px;
    height: 525px;
    width: 850px;
  }
  body.home .graphallax .who,
  body.home .graphallax .what,
  body.home .graphallax .how {
    display: none;
    top: auto;
  }
  body.home .graphallax .who {
    background: url(../images/graphallax/who-node.png) no-repeat center center;
    height: 350px;
    width: 151px;
    bottom: 0;
    left: 15%;
  }
  body.home .graphallax .what {
    background: url(../images/graphallax/what-node.png) no-repeat center center;
    height: 118px;
    width: 23px;
    bottom: 0;
    left: 50%;
  }
  body.home .graphallax .how {
    background: url(../images/graphallax/how-node.png) no-repeat center center;
    height: 330px;
    width: 135px;
    bottom: 0;
    left: 75%;
  }
  body.page-company .page-header h1 {
    font-size: 108px;
    line-height: 98px;
  }
  body.page-company #office-gallery span {
    height: 540px;
  }
  body.page-company .graphallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  body.page-company .graphallax .parallax {
    display: block;
    position: absolute;
  }
  body.page-company .graphallax .founders {
    background: url(../images/company/founders.png) no-repeat center center;
    height: 570px;
    width: 448px;
    top: 5%;
    left: 0;
  }
  body.page-company .graphallax .people {
    background: url(../images/company/people.jpg) no-repeat right bottom;
    background-size: 100%;
    height: 570px;
    width: 450px;
    right: -5%;
    bottom: 0;
    top: auto;
    left: auto;
  }
  body.page-company .graphallax .birds {
    background: url(../images/graphallax/triangles.png) no-repeat center center;
    height: 350px;
    width: 1000px;
    opacity: .5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 30%;
  }
  body.page-company .graphallax .awards {
    background: url(../images/company/awards.png) no-repeat center center;
    height: 475px;
    width: 475px;
  }
  body.page-company .graphallax .founders-shapes {
    background: url(../images/graphallax/shapes.png) no-repeat left top;
    height: 480px;
    width: 300px;
    opacity: .5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.page-company .graphallax .people-shapes {
    background: url(../images/graphallax/shapes.png) no-repeat center center;
    background-size: 100%;
    height: 450px;
    width: 500px;
    opacity: .5;
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    transform: rotate(75deg);
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
  }
  body.page-company #about-neutron .row {
    z-index: 1;
    position: relative;
  }
  body.page-company #about-neutron #history {
    text-align: left;
    float: right;
    padding-left: 175px;
    margin-top: 50px;
  }
  body.page-company #about-neutron #the-neutron-way {
    text-align: right;
    margin-top: 100px;
    padding-right: 75px;
  }
  body.page-expertise #lead-gen h1 {
    font-size: 48px;
    line-height: 48px;
  }
  body.page-expertise #sponsors li {
    width: 25%;
  }
  body.page-expertise #expertise {
    margin-top: 75px;
    text-align: left;
  }
  body.page-expertise #expertise .row {
    z-index: 1;
    position: relative;
  }
  body.page-expertise #technology {
    padding: 0;
  }
  body.page-expertise #technology #tech-header {
    background-image: url(../images/pattern-white.png), url(../images/expertise/proton-table.jpg);
    background-position: center center, center center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 100px 0;
    color: #222222;
    border-bottom: 5px solid #e54729;
  }
  body.page-expertise #technology #tech-header .section-header h1,
  body.page-expertise #technology #tech-header .section-header p {
    text-align: left;
    color: #222222;
  }
  body.page-expertise #technology #tech-header p {
    color: #222222;
  }
  body.page-expertise #technology #tech-content {
    padding-bottom: 50px;
  }
  body.page-expertise #technology .rounded-icon {
    margin-top: -75px;
  }
  body.page-happenings .page-header h1 {
    font-size: 108px;
    line-height: 98px;
  }
  body.page-careers #suit-up.page-header h1,
  body.single-jobs #suit-up.page-header h1,
  body.page-jobs #suit-up.page-header h1 {
    font-size: 72px;
    line-height: 62px;
  }
  body.page-careers #about-neutron .section-header,
  body.single-jobs #about-neutron .section-header,
  body.page-jobs #about-neutron .section-header {
    margin: 25px 0;
    text-align: left;
    float: right;
    width: 40%;
  }
  body.page-careers #about-neutron .gallery-slideshow,
  body.single-jobs #about-neutron .gallery-slideshow,
  body.page-jobs #about-neutron .gallery-slideshow {
    position: relative;
    float: left;
    width: 60%;
    margin-top: 25px;
  }
  body.page-careers #about-neutron .gallery-slideshow .rslides,
  body.single-jobs #about-neutron .gallery-slideshow .rslides,
  body.page-jobs #about-neutron .gallery-slideshow .rslides {
    margin-left: -125px;
    height: 500px;
    width: 500px;
  }
  body.page-careers .planets .orbit.mercury,
  body.single-jobs .planets .orbit.mercury,
  body.page-jobs .planets .orbit.mercury {
    top: -25px;
    width: 600px;
    height: 600px;
    left: 50%;
    margin-left: -580px;
  }
  body.page-careers .planets .orbit.earth,
  body.single-jobs .planets .orbit.earth,
  body.page-jobs .planets .orbit.earth {
    display: none;
  }
  body.page-careers .planets .orbit.venus,
  body.single-jobs .planets .orbit.venus,
  body.page-jobs .planets .orbit.venus {
    top: -125px;
    left: 50%;
    margin-left: -760px;
    display: block;
  }
  body.page-careers .planets .orbit.mars,
  body.single-jobs .planets .orbit.mars,
  body.page-jobs .planets .orbit.mars {
    top: -525px;
    left: 50%;
    margin-left: -1575px;
    display: block;
  }
  /*********************
WIDGET STYLES
*********************/
  #latest-tweets .tweet {
    width: 33.333333%;
  }
  /*********************
POST
*********************/
  .type-post footer a,
  .type-press footer a,
  .type-instagram footer a {
    font-size: 36px;
    line-height: 36px;
  }
  .type-astronaut {
    width: 50%;
    height: 350px;
  }
  .type-jobs,
  .type-perk {
    width: 33.333333%;
    height: 250px;
  }
  .type-jobs .element .job-title {
    font-size: 24px;
    line-height: 30px;
  }
  .type-instagram {
    min-height: 362px;
  }
  .hello-hero h1,
  .hello-hero p {
    margin: 0 0 0 175px;
  }
  .hello-hero h1 {
    margin-top: 25px;
    font-size: 30px;
  }
  .hello-hero p {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .hello-hero .compound-bg {
    background: url(../images/compound-brain.png) no-repeat left 10px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  /*********************
HEADER SYTLES
*********************/
  .global-header {
    border-top-width: 5px;
  }
  .global-header #logo {
    height: 70px;
    width: 200px;
    padding: 10px 0;
  }
  .global-header #responsive-nav {
    display: none !important;
  }
  .global-header nav .nav {
    display: block;
    margin: 0;
    padding: 0;
    float: right;
  }
  .global-header nav .nav li {
    padding: 5px 0;
  }
  .global-header nav .nav li a {
    color: #ffffff;
    text-transform: uppercase;
    text-align: right;
    font-size: 16px;
  }
  .global-header nav .nav li a span {
    display: block;
    font-size: 10px;
    text-transform: none;
  }
  .global-header nav .nav li a:hover {
    background-color: transparent;
    color: #e54729;
  }
  .global-header nav .nav li.current-menu-item,
  .global-header nav .nav li.current_page_parent {
    background-color: #e54729;
  }
  .global-header nav .nav li.current-menu-item a:hover,
  .global-header nav .nav li.current_page_parent a:hover {
    color: #dddddd;
  }
  .global-header nav .menu-trigger {
    display: none;
  }
  .page-header {
    height: 540px;
    padding-top: 70px;
  }
  .page-header h1 {
    font-size: 96px;
    line-height: 86px;
  }
  .page-header h2 {
    font-size: 20px;
  }
  .page-header .h-wrapper {
    margin-bottom: 15px;
  }
  .page-header p {
    font-size: 18px;
    line-height: 22px;
  }
  .section-header h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .section-header p {
    font-size: 18px;
    line-height: 24px;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav li {
    float: left;
    position: relative;
    /*
		plan your menus and drop-downs wisely.
		*/
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/
  }
  .nav li a:hover,
  .nav li a:focus {
    background-color: #dedede;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */
  /*********************
FOOTER STYLES
*********************/
  #footer {
    color: #FFF;
  }
  #footer #footer-memberships {
    display: block;
    margin: 50px 0 25px 0;
  }
  #footer #footer-memberships li {
    float: left;
    height: 50px;
    width: 14.2857%;
    padding: 0 10px;
  }
  #footer #footer-memberships a {
    height: 50px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: .4;
  }
  #footer #footer-memberships .apscu {
    background-image: url(../images/memberships/apscu.png);
  }
  #footer #footer-memberships .ccst {
    background-image: url(../images/memberships/ccst.png);
  }
  #footer #footer-memberships .emc {
    background-image: url(../images/memberships/emc.png);
  }
  #footer #footer-memberships .capps {
    background-image: url(../images/memberships/capps.png);
  }
  #footer #footer-memberships .papsa {
    background-image: url(../images/memberships/papsa.png);
  }
  #footer #footer-memberships .fapsc {
    background-image: url(../images/memberships/fapsc.png);
  }
  #footer #footer-memberships .iaf {
    background-image: url(../images/memberships/iaf.png);
  }
  #footer .footer-nav {
    display: block;
  }
  #footer .vcard,
  #footer .footer-social {
    width: 25%;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1020px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .wrap,
  .full-wrap {
    width: 980px;
  }
  .section {
    padding: 75px 0;
  }
  .section h2 {
    font-size: 48px;
    line-height: 42px;
  }
  .section-header p {
    font-size: 20px;
    line-height: 30px;
  }
  .page-header .action,
  #touts .action {
    font-size: 18px;
  }
  /*********************
PAGE SYTLES
*********************/
  body.home #touts h1 {
    font-size: 100px;
  }
  body.home #touts h2 {
    font-size: 18px;
  }
  body.home #company p {
    font-size: 14px;
  }
  body.home .graphallax .mountains {
    width: 450px;
    margin-left: -250px;
    margin-top: -250px;
  }
  body.home .graphallax .sweetcandy {
    height: 300px;
    width: 300px;
    margin-top: -200px;
    margin-left: -130px;
  }
  body.home .graphallax .who,
  body.home .graphallax .what,
  body.home .graphallax .how {
    display: block;
  }
  body.page-company .page-header h1 {
    font-size: 136px;
    line-height: 136px;
  }
  body.page-company #office-gallery span {
    height: 600px;
  }
  body.page-company #about-neutron #history {
    padding-left: 75px;
  }
  body.page-company #about-neutron #the-neutron-way {
    margin-top: 200px;
    padding-right: 0;
  }
  body.page-company .graphallax .people {
    height: 600px;
    width: 500px;
    bottom: 0;
  }
  body.page-expertise #lead-gen h1 {
    font-size: 60px;
    line-height: 60px;
  }
  body.page-expertise #expertise #the-right-stuff {
    margin: 200px 0 75px 25px;
  }
  body.page-expertise #expertise #performance-grade {
    padding-left: 50px;
  }
  body.page-expertise #expertise #speedy-delivery {
    padding-left: 160px;
  }
  body.page-expertise #expertise #leading-the-way {
    margin: 125px 0 225px 25px;
  }
  body.page-expertise #expertise #quality-quantity {
    padding-left: 0;
  }
  body.page-expertise .lunar-lander {
    top: 50px;
    left: 0;
  }
  body.page-expertise .moon {
    top: 70%;
    left: 25px;
  }
  body.page-expertise .right-stuff {
    left: 0;
  }
  body.page-expertise .extra {
    padding: 0 25px;
  }
  body.page-expertise #features .section-header {
    margin-bottom: 100px;
  }
  body.blog .page-header h1 {
    font-size: 148px;
    line-height: 138px;
  }
  body.blog .post-filters {
    font-size: 16px;
  }
  body.page-careers #astronauts-wanted.page-header h1,
  body.single-jobs #astronauts-wanted.page-header h1,
  body.page-jobs #astronauts-wanted.page-header h1 {
    font-size: 136px;
    line-height: 136px;
  }
  body.page-careers #suit-up.page-header h1,
  body.single-jobs #suit-up.page-header h1,
  body.page-jobs #suit-up.page-header h1 {
    font-size: 88px;
    line-height: 88px;
  }
  body.page-careers #about-neutron .section-header,
  body.single-jobs #about-neutron .section-header,
  body.page-jobs #about-neutron .section-header {
    margin: 50px 0;
  }
  body.page-careers #about-neutron .gallery-slideshow .rslides,
  body.single-jobs #about-neutron .gallery-slideshow .rslides,
  body.page-jobs #about-neutron .gallery-slideshow .rslides {
    margin: 0;
  }
  body.page-careers .planets .orbit.mercury,
  body.single-jobs .planets .orbit.mercury,
  body.page-jobs .planets .orbit.mercury {
    margin-left: -580px;
  }
  body.page-careers .planets .orbit.venus,
  body.single-jobs .planets .orbit.venus,
  body.page-jobs .planets .orbit.venus {
    margin-left: -760px;
  }
  body.page-careers .planets .orbit.earth,
  body.single-jobs .planets .orbit.earth,
  body.page-jobs .planets .orbit.earth {
    display: block;
    top: -250px;
    left: 50%;
    margin-left: -945px;
  }
  body.page-careers .planets .orbit.mars,
  body.single-jobs .planets .orbit.mars,
  body.page-jobs .planets .orbit.mars {
    margin-left: -1400px;
  }
  /*********************
HEADER SYTLES
*********************/
  .global-header #logo {
    height: 70px;
    width: 220px;
  }
  .global-header nav .nav li a {
    font-size: 18px;
  }
  .global-header nav .nav li a span {
    font-size: 11px;
  }
  .page-header {
    height: 590px;
    padding-top: 80px;
  }
  .page-header h1 {
    font-size: 108px;
    line-height: 98px;
  }
  /*********************
POST STYLES
*********************/
  .type-astronaut {
    width: 33.333333%;
    height: 400px;
  }
  .type-jobs,
  .type-perk {
    width: 25%;
  }
  .type-twitter,
  .type-instagram,
  .type-event {
    width: 33.333333%;
  }
  .type-post,
  .type-press {
    width: 66.666666%;
  }
  .type-instagram {
    min-height: 323px;
  }
  .type-post,
  .type-press,
  .type-instagram,
  .type-twitter,
  .type-event {
    font-size: 16px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  .wrap {
    width: 1200px;
  }
  .section-header h1 {
    font-size: 56px;
    line-height: 64px;
  }
  .section-header p {
    font-size: 24px;
    line-height: 34px;
  }
  .section {
    padding: 100px 0;
  }
  /*********************
PAGE SYTLES
*********************/
  body.home #touts h1 {
    font-size: 110px;
  }
  body.home #touts h1 span {
    padding-top: 10px;
  }
  body.home #events .type-event .post-container {
    overflow: hidden;
    display: table;
    width: 100%;
  }
  body.home #events .type-event header,
  body.home #events .type-event .post-content {
    display: table-cell;
    vertical-align: middle;
  }
  body.home #events .type-event header {
    width: 110px;
    text-align: center;
    padding-right: 15px;
  }
  body.home #company p {
    font-size: 16px;
  }
  body.home #company .graphallax {
    height: 700px;
  }
  body.home .graphallax .mountains {
    width: 580px;
    margin-left: -290px;
  }
  body.home .graphallax .skyline {
    height: 500px;
    width: 750px;
  }
  body.home .graphallax .sweetcandy {
    height: 400px;
    width: 400px;
    margin-top: -200px;
    margin-left: -200px;
  }
  body.page-company #office-gallery span {
    height: 650px;
  }
  body.page-company #about-neutron #history {
    padding-left: 0;
  }
  body.page-company #about-neutron #the-neutron-way {
    margin-top: 150px;
    margin-bottom: 200px;
    padding-right: 0;
  }
  body.page-company .graphallax .people {
    height: 700px;
    width: 600px;
    background-size: contain;
    background-position: center bottom;
  }
  body.page-company .graphallax .awards {
    background-position: right center;
    width: 500px;
  }
  body.page-expertise #lead-gen h1 {
    font-size: 80px;
    line-height: 80px;
  }
  body.page-expertise #expertise #the-right-stuff {
    margin-left: 50px;
    padding-right: 50px;
  }
  body.page-expertise #expertise #performance-grade {
    padding-left: 0;
  }
  body.page-expertise #expertise #speedy-delivery {
    padding-left: 160px;
    margin-top: 50px;
  }
  body.page-expertise #expertise #leading-the-way {
    margin: 100px 0 200px 50px;
    padding-right: 50px;
  }
  body.page-expertise #expertise #quality-quantity {
    margin-left: -50px;
  }
  body.page-expertise .node-alt {
    background: url(../images/expertise/node-b.png) no-repeat center center;
    height: 25px;
    width: 160px;
    right: 104%;
    top: 75px;
  }
  body.page-expertise .right-stuff {
    left: 10%;
  }
  body.page-expertise .data {
    bottom: 115%;
    right: 50px;
  }
  body.page-careers #panel-suit-up.page-header h1,
  body.single-jobs #panel-suit-up.page-header h1,
  body.page-jobs #panel-suit-up.page-header h1 {
    font-size: 148px;
    line-height: 138px;
  }
  body.page-careers #suit-up.page-header h1,
  body.single-jobs #suit-up.page-header h1,
  body.page-jobs #suit-up.page-header h1 {
    font-size: 108px;
    line-height: 98px;
  }
  body.page-careers #about-neutron .gallery-slideshow .rslides,
  body.single-jobs #about-neutron .gallery-slideshow .rslides,
  body.page-jobs #about-neutron .gallery-slideshow .rslides {
    margin: 0 auto;
    height: 550px;
    width: 550px;
  }
  body.page-careers .planets .orbit.mercury,
  body.single-jobs .planets .orbit.mercury,
  body.page-jobs .planets .orbit.mercury {
    top: 0px;
    left: 50%;
    margin-left: -550px;
  }
  body.page-careers .planets .orbit.venus,
  body.single-jobs .planets .orbit.venus,
  body.page-jobs .planets .orbit.venus {
    top: -75px;
    left: 50%;
    margin-left: -730px;
  }
  body.page-careers .planets .orbit.earth,
  body.single-jobs .planets .orbit.earth,
  body.page-jobs .planets .orbit.earth {
    top: -175px;
    left: 50%;
    margin-left: -915px;
  }
  body.page-careers .planets .orbit.mars,
  body.single-jobs .planets .orbit.mars,
  body.page-jobs .planets .orbit.mars {
    top: -725px;
    left: 50%;
    margin-left: -1340px;
  }
  /*********************
POST STYLES
*********************/
  .type-astronaut {
    width: 25%;
    height: 450px;
  }
  .type-jobs,
  .type-perk {
    width: 20%;
    height: 230px;
  }
  .type-jobs .element .job-title {
    line-height: 30px;
  }
  .type-post,
  .type-press {
    width: 33.333333%;
  }
  .type-instagram {
    min-height: 390px;
  }
  /*********************
HEADER SYTLES
*********************/
  .page-header {
    height: 650px;
  }
}
/*
X-LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1520px) {
  /******************************************************************
Site Name: Neutron Interactive
Author: Harley Jessop

Stylesheet: Super Duper Large Monitor Stylesheet

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  .wrap {
    width: 1500px;
  }
  /*********************
PAGE SYTLES
*********************/
  body.home #touts h1 {
    font-size: 136px;
  }
  body.home #touts h2 {
    font-size: 20px;
  }
  body.home .graphallax .mountains {
    width: 700px;
    margin-left: -350px;
  }
  body.home #company .graphallax {
    height: 700px;
  }
  body.home .graphallax .mountains {
    width: 700px;
  }
  body.home .graphallax .skyline {
    height: 500px;
    width: 850px;
  }
  body.home .graphallax .sweetcandy {
    height: 450px;
    width: 450px;
  }
  body.page-company #office-gallery span {
    height: 700px;
  }
  body.page-company #about-neutron #history {
    padding-right: 200px;
    margin-left: -100px;
  }
  body.page-company #about-neutron #the-neutron-way {
    margin-top: 150px;
    margin-bottom: 175px;
    padding-left: 150px;
  }
  body.page-company .graphallax .people {
    width: 800px;
  }
  body.page-company .graphallax .awards {
    width: 600px;
  }
  body.page-expertise #lead-gen h1 {
    font-size: 96px;
    line-height: 96px;
  }
  body.page-expertise #sponsors li {
    width: 12.5%;
  }
  body.page-expertise #expertise #the-right-stuff {
    margin-left: 200px;
    padding-right: 200px;
  }
  body.page-expertise #expertise #performance-grade {
    padding-left: 0;
    padding-right: 100px;
  }
  body.page-expertise #expertise #speedy-delivery {
    padding-right: 100px;
  }
  body.page-expertise #expertise #leading-the-way {
    margin: 150px 0 225px 150px;
    padding-right: 100px;
  }
  body.page-expertise .lunar-lander {
    left: 10%;
  }
  body.page-expertise .moon {
    left: 10%;
  }
  body.page-expertise .data {
    right: 100px;
  }
  body.page-careers #suit-up.page-header h1,
  body.single-jobs #suit-up.page-header h1,
  body.page-jobs #suit-up.page-header h1 {
    font-size: 124px;
    line-height: 114px;
  }
  body.page-careers .planets .orbit.mercury,
  body.single-jobs .planets .orbit.mercury,
  body.page-jobs .planets .orbit.mercury {
    margin-left: -605px;
  }
  body.page-careers .planets .orbit.venus,
  body.single-jobs .planets .orbit.venus,
  body.page-jobs .planets .orbit.venus {
    margin-left: -750px;
  }
  body.page-careers .planets .orbit.earth,
  body.single-jobs .planets .orbit.earth,
  body.page-jobs .planets .orbit.earth {
    margin-left: -900px;
  }
  body.page-careers .planets .orbit.mars,
  body.single-jobs .planets .orbit.mars,
  body.page-jobs .planets .orbit.mars {
    margin-left: -1100px;
  }
  /*********************
POST STYLES
*********************/
  .type-astronaut {
    height: 400px;
  }
  .type-jobs {
    width: 16.666666%;
  }
  .type-jobs .element .job-title {
    font-style: 30px;
    line-height: 36px;
  }
  .type-perk {
    width: 16.666666%;
  }
  .type-twitter,
  .type-instagram,
  .type-post,
  .type-press,
  .type-event {
    width: 25%;
  }
  .type-instagram {
    min-height: 365px;
  }
  /*********************
HEADER SYTLES
*********************/
  .page-header {
    height: 700px;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
