/*!
Theme Name: 	Steelehouse 
Description: 	A customized theme for Steelehouse Productions
Version: 		1.0
Author: 		Hans Engebretsen
Author URI: 	http://heportfolio.com
Tags: 			
*/
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }
  
  
    /* Style adjustments Christmas Card 2015 */ }
/* ==========================================================================
   Seasonal Custom - Christmas 2015
   ========================================================================== */
#christmas15

#christmas15 a:link {text-decoration: none; color: #000000;}
#christmas15 a:visited {text-decoration: none; color: #FFFFFF;}
#christmas15 a:hover {text-decoration: none; color: #FFFFFF;}
#christmas15 a:active {text-decoration: none; color: #FFFFFF;}
   
   

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/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 IE 6/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.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
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.67em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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 IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/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 IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/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 IE 6/7, Firefox 3+, Safari 5,
 *    and 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 Firefox 3+ 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 IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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 IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/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; }

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

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

body {
  font-size: 1em;
  line-height: 1.4;
  font-family: helvetica-nue,Helvetica,Arial,sans-serif;
  color: #464646;
  background-color: #f7f7f7;
  -webkit-transition: all .1s linear;
  transition: all .1s linear; }

.wrap {
  padding-bottom: 144px; }

html, body, .wrap {
  height: 100%; }

body > .wrap {
  height: auto;
  min-height: 100%; }

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

img {
  vertical-align: middle; }

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

.bold {
  font-weight: 700; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px; }

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

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

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

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

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

strong, .work-thumbnail-wrap .work-nav .sort-handle.selected, .work-thumbnail-wrap .work-nav li.current-cat a {
  color: #000; }

p {
  font-size: 12px;
  color: #a7a9ac; }

a {
  color: #0ea7e0;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px; }
  a:hover {
    text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: "jaf-facitweb", Futura,helvetica-nue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-shadow: 2px 1px 0 #fff;
  margin: .7em 0; }

h1, h2 {
  font-weight: 200;
  text-transform: uppercase;
  margin: .55em 0; }
  h1 strong, h2 strong {
    font-weight: 600; }

h3, h4, h5 {
  color: #676767; }

h2 {
  font-size: 30px;
  margin: .55em 0; }

li {
  list-style: none; }

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

textarea {
  resize: vertical; }

form fieldset legend {
  display: none;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 10px; }

form fieldset input {
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  max-width: 100%;
  padding: 10px; }

form fieldset label.error {
  color: red;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  margin-bottom: 10px;
  font-style: italic; }

form textarea {
  width: 100%;
  min-height: 7em;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top: 25px;
  font-size: 14px;
  padding: 10px; }

input[type="email"] {
  width: 70%;
  color: #0ea7e0;
  font-weight: 700; }

input[type="submit"] {
  display: block;
  margin-top: 10px;
  text-transform: uppercase; }

form fieldset label, .mc_form_inside .mc_var_label {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px; }

.button {
  font-size: 13px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  min-width: 54px;
  padding: 4px 20px;
  border-radius: 2px;
  -webkit-transition: all .229s;
  transition: all .229s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #0ea7e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0ea7e0), to(#109cd2));
  background-image: -webkit-linear-gradient(top, #0ea7e0, #109cd2);
  background-image: linear-gradient(top, #0ea7e0, #109cd2); }
  .button:hover {
    color: #fff;
    border: 1px solid #0b86b4;
    cursor: pointer;
    -webkit-transition: all 0;
    transition: all 0;
    background-color: #40b5e1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#40b5e1), to(#109cd2));
    background-image: -webkit-linear-gradient(top, #40b5e1, #109cd2);
    background-image: linear-gradient(top, #40b5e1, #109cd2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .button:active {
    background-color: #29afe1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#29afe1), to(#109cd2));
    background-image: -webkit-linear-gradient(top, #29afe1, #109cd2);
    background-image: linear-gradient(top, #29afe1, #109cd2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.button.red {
  background-color: #b42a27; }
  .button.red:hover {
    border: 1px solid #601615;
    background-color: #9f2522; }

.button.white {
  color: #c6c6c6;
  background-color: #b6bb18;
  background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f1f1f1);
  background-image: linear-gradient(top, whitesmoke, #f1f1f1); }
  .button.white:hover {
    color: #c6c6c6;
    border: 1px solid #C6C6C6;
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1); }
  .button.white:active {
    background-color: #F6F6F6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
    background-image: linear-gradient(top, #f6f6f6, #f1f1f1); }

a.button:hover {
  cursor: pointer;
  text-decoration: none; }

.wrapper, .contact-main-title {
  width: 980px;
  min-width: 300px;
  margin: 0 auto; }

.halfcol {
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3%;
  height: 100%;
  padding: 0; }

.onethirdcol {
  display: block;
  width: 33.33%;
  float: left;
  padding: 0 0 0 40px; }
  @media (max-width: 570px) {
    .onethirdcol {
      width: 100%;
      padding: 0 20px 40px 20px;
      border-top: 1px solid #ccc; } }

.twothirdcol {
  display: block;
  width: 66.66%;
  float: left;
  padding-right: 40px;
  border-right: 2px solid #f1f1f1; }

.standard-header {
  font-family: jaf-facitweb ,Futura,helvetica-nue,Helvetica,Arial,sans-serif;
  font-size: 11.5px;
  text-align: center;
  background-color: #343434;
  background-image: url(img/template/header_dark.png);
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.9); }

.standard-header h1 {
  display: inline-block;
  background: transparent url(img/template/bleep_right.png) 400px -40px no-repeat;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin: 20px auto 5px; }
  .standard-header h1:hover {
    background-position: 192px 20px;
    opacity: 1; }

.logo {
  display: block;
  text-indent: -9999px;
  background: transparent url(img/template/bleep_left.png) -80px -20px no-repeat;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  padding: 0 20px 10px; }
  .logo:hover {
    background-position: 10px 20px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1; }

.logo img {
  display: block;
  margin: 0 auto; }

.standard-page-nav {
  padding-top: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.9);
  margin: 0 auto; }

.standard-page-nav ul {
  display: inline-block;
  margin: 0;
  padding: 0; }

.standard-page-nav li a {
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(190, 190, 190, 0.7);
  text-shadow: 1px 1px 3px #000;
  font-size: 11.5px;
  padding: 20px; }

.standard-page-nav li a:hover {
  color: #fff;
  text-decoration: none; }

.standard-page-nav li.current-menu-item:after, .standard-page-nav li.current-menu-parent:after {
  content: "";
  display: block;
  border-radius: 1px 1px 0 0;
  height: 5px;
  background: #0ea7e0;
  margin: 5px 12px 0; }

.menu-nav-menu-container {
  min-height: 25px; }

.standard-page-nav li.current-menu-item#menu-item-117:after, .standard-page-nav li.current-menu-parent#menu-item-117:after, .standard-page-nav li.current-menu-item#menu-item-881:after, .standard-page-nav li.current-menu-parent#menu-item-881:after {
  background: #c5cb31; }

.standard-page-nav li.current-menu-item#menu-item-16:after, .standard-page-nav li.current-menu-parent#menu-item-16:after {
  background: #ffad23; }

.standard-page-nav li.current-menu-item a, .standard-page-nav li.current-menu-parent a {
  color: #fff; }

.standard-page-nav h1 {
  margin-bottom: 10px; }

.carousel {
  display: block;
  width: 100%;
  max-height: 544px;
  margin-top: 0;
  border-bottom: 1px solid #b8b8b8; }

.carousel .nivoslider {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  padding: 0; }

.carousel img {
  width: 100%;
  min-width: 700px; }

.welcome {
  border-top: 2px solid #fff;
  position: relative;
  padding: 20px 0;
  padding-top: 10px;
  border-bottom: 1px solid #ccc; }
  .welcome:before {
    content: "";
    position: absolute;
    background: transparent;
    width: 100%;
    height: 46px;
    top: -49px;
    z-index: 999;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(img/template/gradient_normal.png);
    background-repeat: repeat-x; }

h4, .welcome p {
  font-size: 15px; }

.side-image a {
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 152px;
  min-width: 248px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 10%; }

.side-image img {
  width: auto;
  float: right;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  border-bottom: 1px solid #000; }
  .side-image img .side-image img:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
    opacity: .9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #000; }

.featured {
  text-align: right;
  border-bottom: 2px solid #fff;
  position: relative;
  padding: 20px 0px;
  padding-bottom: 20px; }

.home .featured {
  padding-top: 10px; }

.featured ul {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 6px 1px;
  padding: 0; }

.featured ul li {
  display: inline-block;
  position: relative;
  margin-right: 1%;
  margin-bottom: 1%;
  margin-top: 0;
  width: 32.33%; }

.featured ul li img {
  width: 100%;
  max-width: 316px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  -webkit-transition: opacity 0.44s ease-in;
  transition: opacity 0.44s ease-in;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1; }

.featured ul li:hover img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  opacity: .7; }

.featured .description h2 {
  text-shadow: 2px 2px 1px #fff;
  padding-top: 10px;
  line-height: 85%;
  font-size: 18px;
  text-align: center;
  padding-bottom: 0;
  color: #464646;
  font-weight: 400;
  margin: 0; }

.featured .description h4 {
  font-size: 13px;
  font-style: italic;
  margin: 0; }

.featured .description {
  width: 102%;
  height: 36%;
  padding-top: 3%;
  color: #656565;
  position: absolute;
  bottom: -3px;
  left: -4px;
  text-align: center;
  z-index: 2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.22s ease-in;
  transition: opacity 0.22s ease-in;
  background-color: rgba(248, 248, 248, 0.9);
  border-top: 1px solid #ccc;
  margin: 0; }

.featured .button {
  margin: 0 0 10px; }

.featured h2, .featured.ourspace h3 {
  text-align: left; }

.featured a:hover, .work-thumbnail-wrap .thumbs-container a:hover {
  text-decoration: none; }

.featured a:hover .description, #emailshare a:hover span {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1; }

.callout {
  background-image: url(img/template/gradient_light.png);
  background-repeat: repeat-x;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  display: block;
  background-color: #f1f1f1;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 13px 0;
  padding-bottom: 26px; }
  .callout:after {
    content: "";
    position: absolute;
    background: transparent;
    z-index: 0;
    width: 100%;
    height: 46px;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(img/template/gradient_light.png);
    background-repeat: repeat-x; }
 
.fader-container {
  text-align: center;
  position: relative;
  height: 74px;
  margin-bottom: 11px;
  margin-top: 14px; }

.callout h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #a7a9ac;
  color: rgba(167, 169, 172, 0.7); }

.callout ul {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0 auto;
  padding: 0; }

.callout ul.active {
  z-index: 10;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1; }

.callout ul.last-active {
  z-index: 9; }

.callout li {
  width: 15.4516%;
  height: 74px;
  display: block;
  max-width: 220px;
  background-color: #f1f1f1;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  margin: 0 1.4580952381% 1.4880952381% auto; }
  .callout li:hover {
    background-color: #eaeaea; }
  .callout li:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }

.callout a {
  text-align: center;
  text-indent: -999px;
  display: inline-block;
  width: 95px;
  height: 21px;
  margin: 0 auto;
  vertical-align: middle;
  background: url(img/clients.png) no-repeat 0 0;
  background-repeat: no-repeat; }

.callout a.Hyatt {
  background: url("img/clients.png") no-repeat -7px -14px;
  width: 90px;
  height: 20px; }

.callout li:hover a.Hyatt {
  background: url("img/clients.png") no-repeat -7px -42px; }

.callout a.Walmart {
  background: url("img/clients.png") no-repeat -101px -13px;
  width: 89px;
  height: 23px; }

.callout li:hover a.Walmart {
  background: url("img/clients.png") no-repeat -101px -39px; }

.callout a.Machinima {
  background: url("img/clients.png") no-repeat -374px -11px;
  width: 57px;
  height: 61px; }

.callout li:hover a.Machinima {
  background: url("img/clients.png") no-repeat -374px -76px; }

.callout a.Universal {
  background: url("img/clients.png") no-repeat -196px -56px;
  width: 89px;
  height: 47px; }

.callout li:hover a.Universal {
  background: url("img/clients.png") no-repeat -196px -110px; }

.callout a.Remington {
  background: url("img/clients.png") no-repeat -195px -15px;
  width: 88px;
  height: 19px; }

.callout li:hover a.Remington {
  background: url("img/clients.png") no-repeat -195px -36px; }

.callout a.Sonic {
  background: url("img/clients.png") no-repeat -97px -68px;
  width: 93px;
  height: 43px; }

.callout li:hover a.Sonic {
  background: url("img/clients.png") no-repeat -97px -113px; }

.callout a.Hasbro {
  background: url("img/clients.png") no-repeat -296px -2px;
  width: 64px;
  height: 68px; }

.callout li:hover a.Hasbro {
  background: url("img/clients.png") no-repeat -296px -79px; }

.callout a.Honda {
  background: url("img/clients.png") no-repeat -443px -9px;
  width: 77px;
  height: 63px; }

.callout li:hover a.Honda {
  background: url("img/clients.png") no-repeat -443px -75px; }

.callout a.Bushnell {
  background: url("img/clients.png") no-repeat -622px -1px;
  width: 75px;
  height: 75px; }

.callout li:hover a.Bushnell {
  background: url("img/clients.png") no-repeat -622px -80px; }

.callout a.New-Balance {
  background: url("img/clients.png") no-repeat -698px -2px;
  width: 91px;
  height: 44px; }

.callout li:hover a.New-Balance {
  background: url("img/clients.png") no-repeat -698px -48px; }

.callout a.Air-Force {
  background: url("img/clients.png") no-repeat -791px -2px;
  width: 86px;
  height: 65px; }

.callout li:hover a.Air-Force {
  background: url("img/clients.png") no-repeat -791px -69px; }

.callout a.Under-Armour {
  background: url("img/clients.png") no-repeat -526px -11px;
  width: 94px;
  height: 58px; }

.callout li:hover a.Under-Armour {
  background: url("img/clients.png") no-repeat -526px -77px; }

.callout a.Thunder {
  background: url("img/clients.png") no-repeat -1154px -84px;
  width: 76px;
  height: 70px; }

.callout li:hover a.Thunder {
  background: url("img/clients.png") no-repeat -1154px -9px; }

.callout a.Sandridge {
  background: url("img/clients.png") no-repeat -4px -111px;
  width: 88px;
  height: 42px; }

.callout li:hover a.Sandridge {
  background: url("img/clients.png") no-repeat -4px -66px; }

.callout a.Sesame-street {
  background: url("img/clients.png") no-repeat -697px -126px;
  width: 84px;
  height: 31px; }

.callout li:hover a.Sesame-street {
  background: url("img/clients.png") no-repeat -698px -93px; }

.callout a.Travel-channel {
  background: url("img/clients.png") no-repeat -1064px -43px;
  width: 78px;
  height: 33px; }

.callout li:hover a.Travel-channel {
  background: url("img/clients.png") no-repeat -1064px -6px; }

.callout a.BJs {
  background: url("img/clients.png") no-repeat -992px -66px;
  width: 60px;
  height: 60px; }

.callout li:hover a.BJs {
  background: url("img/clients.png") no-repeat -992px -1px; }

.callout a.Chesapeake {
  background: url("img/clients.png") no-repeat -886px -60px;
  width: 93px;
  height: 53px; }

.callout li:hover a.Chesapeake {
  background: url("img/clients.png") no-repeat -885px -4px; }

.lower {
  border-top: 2px solid #fff;
  border-bottom: 2.5px solid #8b8b8b;
  padding-bottom: 60px;
  padding-top: 20px; }

.halfcol article img, .steelehousestatus article img {
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  border-radius: 2px; }

.halfcol article p, .steelehousestatus article p {
  margin-bottom: 5px;
  position: relative;
  max-height: 65px;
  overflow: hidden; }

.steelehousestatus article p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(img/template/gradient_paragraph.png);
  height: 20px;
  width: 100%; }

.steelehousestatus article a {
  text-transform: uppercase; }

.steelehousestatus article a.image {
  display: block; }
  .steelehousestatus article a.image:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px; }

.halfcol article a {
  display: block; }

.socialfeed {
  min-height: 525px;
  position: relative; }

.socialfeed h1 {
  font-weight: 400;
  margin-bottom: 0; }

.work-thumbnail-wrap {
  margin-bottom: 40px; }

.work-thumbnail-wrap h1 {
  margin-bottom: 0; }

.work-thumbnail-wrap ul {
  line-height: 1;
  margin: 24px 1px 2px; }

.work-thumbnail-wrap ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0; }

.work-thumbnail-wrap .thumbs-container li {
  width: 306px; }

.work-thumbnail-wrap .work-nav {
  margin-top: .71em;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  width: 100%;
  height: 100%;
  padding: 0; }

.work-thumbnail-wrap .work-nav li {
  margin: 0; }

.work-thumbnail-wrap .work-nav .sort-handle, .work-thumbnail-wrap .work-nav li a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #b8b8b8;
  padding: 10px 25px; }

.work-thumbnail-wrap .work-nav li a:hover {
  text-decoration: none; }

.work-thumbnail-wrap .work-nav li a.archive-link {
  color: #0ea7e0;
  text-transform: none; }

.sort-handle:hover, .work-nav .cat-item:hover {
  background-color: #f1f1f1;
  text-decoration: none; }

.work-thumbnail-wrap .thumbs-container {
  margin-left: -30px;
  position: relative;
  padding: 0; }

.reels-top {
  border-top: 1px solid #b8b8b8;
  text-align: center;
  margin-top: 25px; }

.reels-top .button {
  margin: 0 auto;
  margin-top: -18px;
  display: block; }

.thumbs-container li {
  margin-left: 27px; }

.thumbs-container li img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  -webkit-transition: opacity 0.44s ease-in;
  transition: opacity 0.44s ease-in; }

.thumbs-container .description {
  display: block;
  font-weight: 400;
  color: #ccc;
  text-align: center;
  margin-top: 6px; }

.thumbs-container .description h2 {
  display: inline-block;
  font-size: 13px;
  padding-right: 10px;
  color: #b8b8b8;
  font-weight: 400;
  border-right: 1px solid #b8b8b8;
  margin: .3em 10px .3em .3em; }

.thumbs-container .description h3 {
  text-align: right;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  color: #CCC;
  margin: 0; }

.intro {
  padding-top: 20px;
  padding-bottom: 15px; }

.intro.about {
  border-bottom: 2px solid #fff;
  padding-bottom: 36px; }

.intro.about p {
  font-size: 13px; }

.intro .twothirdcol {
  padding-bottom: 15px;
  border-right: 0;
  padding-left: 40px;
  padding-right: 0; }

.intro.about .twothirdcol li {
  font-size: 13px; }

.intro .twothirdcol a {
  float: right; }

.intro .side-image a {
  margin-top: 7%;
  min-width: 172px; }

.intro .onethirdcol {
  padding-left: 5px; }

.intro .side-image img {
  float: left; }

.featured.ourspace {
  border-bottom: none;
  border-top: 2px solid #fff;
  padding-top: 20px; }

.featured.ourspace hr {
  margin-top: 40px; }

.featured.ourspace li {
  width: 15.3%;
  min-width: 130px;
  border: 8px solid #EAEAEA;
  border-radius: 3px;
  overflow: hidden; }

.featured.ourspace li.last, .featured.ourspace li.last2 {
  margin-right: 0; }

.featured.ourspace ul li img {
  min-width: 137px;
  min-height: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-transition: opacity 0.14s ease-in;
  transition: opacity 0.14s ease-in; }

.featured.ourspace ul li:hover {
  background-color: #f7f7f7; }

.featured.ourspace ul li:hover img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: .9; }

.callout h2 {
  text-align: center;
  letter-spacing: .04em;
  font-weight: 600;
  text-transform: none;
  font-size: 33px; }

.lower.about {
  border-top: none;
  padding-bottom: 40px; }

.status-main-content {
  margin-bottom: 60px; }

.status-main-content article {
  position: relative; }

.status-main-content a.expand_handle {
  display: block;
  overflow: hidden;
  min-height: 135px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px 1px; }

.status-main-content a h2.article-title {
  background-color: #f7f7f7;
  display: block;
  position: absolute;
  border-left: none;
  font-size: 18px;
  top: 5.8em;
  z-index: 1;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  padding: 5px 15px;
  color: #676767;
  border-top: 1px solid #a7a9ac;
  border-right: 1px solid #a7a9ac;
  border-bottom: 1px solid #a7a9ac;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 4px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 4px 1px; }

.status-main-content.twothirdcol {
  padding-right: 40px;
  padding-left: 0; }

.status-main-content ol {
  margin-left: 0;
  padding-left: 0; }

.status-main-content time {
  font-size: 12px;
  font-style: italic;
  float: right;
  margin-top: 1.2em;
  margin-bottom: 10px;
  margin-left: 20px; }

.status-main-content article img {
  width: 100%;
  position: relative;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  min-width: 570px;
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in; }

.status .newsletter-signup {
  padding-top: 55px; }

#status-single img {
  max-width: 100%;
  margin-bottom: 10px;
  display: block; }

.status-main-content a:hover img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px 1px; }

.contact-main-title-wrap {
  background-image: url(img/elisebethmanor-header-cc.jpg);
  width: 100%;
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 30px 30px 0 0;
  display: block;
  background-position: center 35%; }
  @media (max-width: 650px) {
    .contact-main-title-wrap {
      background-position: center top; } }
  @media (max-width: 570px) {
    .contact-main-title-wrap {
      height: 175px; } }

.contact-main-title {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  text-align: right;
  margin-top: 1em;
  font-size: 3em;
  line-height: 1.2em; }
  .contact-main-title strong {
    color: white; }
  @media (max-width: 570px) {
    .contact-main-title {
      font-size: 2em;
      margin-top: 0; } }
  @media (max-width: 570px) {
    .contact-main-title {
      text-align: right;
      margin-top: 2em; } }

.contact #mc_embed_signup label {
  display: none; }

#mailchimp-toggle {
  font-weight: 300;
  color: #0ea7e0;
  border-bottom: 1px solid #0ea7e0; }

.contact-mailchimp-form h3 {
  display: none; }
.contact-mailchimp-form #mc_subheader {
  display: none; }
.contact-mailchimp-form .mc_merge_var {
  position: relative; }
.contact-mailchimp-form .mc_merge_var input {
  margin-top: 10px;
  padding: 10px;
  font-size: 14px; }
.contact-mailchimp-form .mc_form_inside {
  padding-top: 15px; }
.contact-mailchimp-form .mc_form_inside label {
  position: absolute;
  top: 20px;
  margin-left: 10px;
  left: 0;
  text-transform: none;
  color: #A7A9A7;
  font-size: 12px;
  margin-top: 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
.contact-mailchimp-form .active label {
  font-size: 12px;
  text-transform: none;
  color: #464646;
  top: -10px;
  z-index: -1;
  margin-left: 0;
  padding-left: 0px;
  padding: 4px 4px 0 4px; }

#mc-indicates-required, .range-link {
  display: none; }

.contact .twothirdcol {
  margin-left: 0;
  padding-left: 0;
  display: block;
  padding-right: 40px; }
  .contact .twothirdcol ul {
    padding: 0px 20px; }
  @media (max-width: 570px) {
    .contact .twothirdcol {
      padding-right: 0px;
      border-right: none; } }

.contact .onethirdcol h2 {
  font-size: 20px; }

.contact .twothirdcol li {
  margin-bottom: 40px; }

.contact {
  font-size: 12px;
  display: block;
  color: #a7a9ac; }
  .contact a {
    font-size: 12px; }

.send-message {
  width: 100%;
  display: inline-block; }

.contact-float {
  font-size: 14px;
  float: left;
  margin-right: 20%; }

.contact iframe {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  border: 1px solid #ccc;
  max-width: 100%; }

.contact .onethirdcol, .contact .twothirdcol {
  padding-top: 20px; }

.contact .onethirdcol .button {
  margin-top: 15px; }

.contact .top-section {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.contact .twothirdcol span, .contact-float span {
  color: #464646;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px; }

.contact form fieldset span, .mc_required {
  color: red; }

#form-container {
  overflow: hidden;
  height: 0px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.compacted {
  height: 100%; }

#contactform {
  margin-top: -10px; }

.contact p.thanks {
  margin-right: 0;
  text-transform: none;
  margin-top: 20%;
  margin-bottom: 20%;
  border: 1px solid #b8b8b8;
  background-color: #f1f1f1;
  color: #0ea7e0;
  font-weight: 700;
  padding: 10px; }

.contact .half {
  width: 50%;
  height: 100%;
  display: inline-block;
  float: left;
  background-position: left center;
  overflow: hidden; }
  @media (max-width: 570px) {
    .contact .half {
      width: 100%;
      display: block; } }

.contact .twothirdcol a.map {
  min-height: 190px;
  margin-left: 5%;
  width: 45%;
  background-image: url(img/map-one-color.jpg);
  background-repeat: no-repeat;
  background-position: -25px center;
  color: #0ea7e0;
  position: relative;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .contact .twothirdcol a.map span {
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 30%;
    display: inline-block;
    padding: 7px;
    border: 1px solid #464646;
    border-radius: 3px;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .contact .twothirdcol a.map:hover {
    text-decoration: none; }
    .contact .twothirdcol a.map:hover span {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      /* Safari and Chrome */ }
    .contact .twothirdcol a.map:hover:after {
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      opacity: 1; }
  .contact .twothirdcol a.map:after {
    content: "";
    opacity: 0;
    background-color: rgba(247, 247, 247, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    right: 0;
    position: absolute;
    z-index: 1; }
  @media (max-width: 650px) {
    .contact .twothirdcol a.map {
      background-position: -100px center; } }
  @media (max-width: 570px) {
    .contact .twothirdcol a.map {
      width: 100%;
      display: block;
      margin: 0;
      margin-top: 20px;
      margin-bottom: 10px;
      min-height: 140px;
      background-position: top center; } }

.portfolio-item {
  padding-top: 30px; }

.video-wrapper.twothirdcol {
  padding-right: 20px;
  margin-top: 10px;
  width: 75%;
  border-right: 1px solid #ccc; }

.video-wrapper.twothirdcol iframe {
  border: 6px solid #FFF;
  border-radius: 2px; }

#video-embed {
  border: 1px solid #d2d2d2;
  border-radius: 3px; }

#sidebar ul {
  margin-top: 0;
  padding: 0; }

.sidebar.onethirdcol {
  width: 25%;
  padding-left: 20px; }

.sidebar.onethirdcol h2 {
  text-align: center; }

.sidebar.onethirdcol ul {
  padding-left: 0; }

.portfolio-item h2 {
  font-size: 23px;
  color: #464646; }

.portfolio-item .post-meta {
  font-size: 15px;
  border-bottom: 1px solid #ccc; }

.portfolio-item .post-meta-key {
  display: block;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  color: #a7a9ac; }

.portfolio-item h3.light {
  text-transform: uppercase;
  text-align: center; }

.social-single {
  margin-top: 30px; }

.social-single div {
  display: inline-block;
  margin-right: 10%;
  text-align: left;
  overflow: hidden;
  margin-bottom: 10px; }

#twitterbutton iframe {
  max-width: 59px; }

#likebutton iframe {
  max-width: 50px; }

#linkedinshare {
  max-height: 21px;
  margin-right: 0;
  max-width: 62px; }

#emailshare {
  width: 64px;
  height: 64px;
  overflow: hidden;
  display: block;
  margin: 10px auto 0; }

#emailshare a {
  width: 61px;
  height: 36px;
  display: block;
  background: url(img/template/email_sprite.png) 0 0;
  text-indent: -9999px;
  position: relative;
  margin: 0 auto; }

#emailshare a span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(img/template/email_sprite.png) 0 37px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

/* ==========================================================================
    Media Queries
   ========================================================================== */
@media only screen and (max-width: 1080px) {
  /* Style adjustments for viewports that meet the condition */
  .wrapper, .contact-main-title {
    width: 100%;
    padding: 0 40px; }

  .welcome h1 {
    line-height: 1em; }

  .featured ul li {
    margin-right: .7%; }

  .work-thumbnail-wrap .work-nav li {
    width: 32.5%; }

  .intro.contact .top-section p {
    margin-bottom: 0px; } }
@media only screen and (max-width: 820px) {
  /* Style adjustments for viewports that meet the condition */
  .wrapper, .contact-main-title {
    width: 100%;
    padding: 0 30px; }

  .welcome h1 {
    line-height: 1em; }

  .featured ul li:nth-child(3) {
    display: none; }

  .featured ul li {
    width: 48%; }

  .standard-page-nav li a {
    padding: 20px 13px; }

  .callout .last, .callout .second-last {
    display: none; }

  .callout li {
    width: 23.5%; }

  #reel a {
    margin-top: 18%; }

  .work-thumbnail-wrap .thumbs-container {
    margin-left: 2.5%; }

  .work-thumbnail-wrap .work-nav li {
    width: 49.6%; }

  .work-thumbnail-wrap .work-nav li a {
    background-color: #f1f1f1;
    border-top: 1px solid #fff; }

  .work-thumbnail-wrap .work-nav li a:hover {
    background-color: #e1e1e1; }

  .status-main-content h2.article-title {
    top: 5em;
    background-color: rgba(255, 255, 255, 0.9); }

  .status-main-content.twothirdcol {
    width: 100%;
    padding-right: 0px;
    border-right: none; }

  .newsletter-signup.onethirdcol {
    padding-left: 0px;
    width: 100%;
    margin-bottom: 60px;
    padding-top: 15px; }

  .status-main-content {
    margin-bottom: 20px; }

  .status-main-content.twothirdcol {
    border-bottom: 1px solid #ccc; }

  #mc_signup_form #mc_subheader {
    border-bottom: none; }

  #emailshare {
    margin: 0;
    margin-top: 10px; }

  .side-image a {
    margin-top: 0px; } }
@media only screen and (max-width: 570px) {
  /* iPhone or mobile */
  .wrapper, .contact-main-title {
    width: 100%;
    padding: 0 15px; }

  .welcome h1 {
    text-align: center; }

  .welcome .halfcol {
    width: 100%; }

  #menu-item-117, #menu-item-881 {
    display: none; }

  #reel {
    display: none; }

  .featured ul li {
    margin: 1em 0; }

  .featured ul li {
    width: 99%;
    padding: 0;
    margin: 0;
    margin-bottom: 2%; }

  .standard-page-nav li a {
    padding: 20px 9px; }

  .standard-page-nav {
    min-width: 300px; }

  .standard-page-nav li #menu-item-17 {
    padding-right: 0px; }

  .socialfeed {
    display: none; }

  .steelehousestatus.twothirdcol, .status-main-content.twothirdcol {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #ccc; }

  #mc_signup_form
  #mc_subheader {
    padding-bottom: 5px;
    border-bottom: none; }

  .footer-links li {
    padding: 0 6px; }

  .footer-links {
    width: 100%;
    text-align: center;
    padding: 5px; }

  .copywrite {
    display: block;
    text-align: center;
    margin: 0;
    margin-bottom: 1em;
    width: 100%; }

  .featured .description {
    opacity: .8; }

  .work-thumbnail-wrap .work-nav li {
    display: block;
    width: 100%; }

  .work-thumbnail-wrap .thumbs-container {
    margin-left: 0px; }

  .work-thumbnail-wrap ul li {
    padding-left: 0px;
    margin-left: 0px; }

  .thumbs-container li img {
    max-width: 100%; }

  .intro .side-image {
    display: none; }

  footer #menu-nav-menu-1 {
    float: none;
    margin: 0 auto;
    width: 260px;
    margin-top: -3px;
    margin-bottom: 15px; }

  .twothirdcol h1 {
    text-align: center; }

  .intro.about {
    padding-bottom: 0px;
    padding-top: 0px; }

  .twothirdcol, .intro .twothirdcol, .intro.contact .twothirdcol {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px; }

  .intro.contact .onethirdcol {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 10px;
    width: 100%; }

  .intro.contact .onethirdcol p {
    width: 44.33%;
    float: left;
    margin-right: 7%; }

  .intro.contact a {
    font-size: 12px; }

  .intro.contact .onethirdcol p:last-child {
    margin-right: 0; }

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

  .status-main-content h2 {
    text-align: center; }

  .status-main-content h2.article-title {
    top: 3.5em;
    background-color: rgba(255, 255, 255, 0.9); }

  .status-main-content time {
    display: none; }

  .status-main-content article {
    margin-bottom: 20px; }

  .status-main-content .expand_content {
    margin-bottom: 0px; }

  .work-thumbnail-wrap h1 {
    text-align: center; }

  .featured ul li:hover {
    background-color: transparent; }

  .featured .description {
    padding-top: 2%; }

  .portfolio-item .twothirdcol {
    width: 100%;
    border-right: none;
    padding-right: 0px; }

  .portfolio-item .onethirdcol {
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 0px; }

  .portfolio-item #project-meta {
    width: 50%;
    border-right: 1px solid #ccc;
    border-bottom: none;
    padding-right: 20px;
    float: left; }

  .sidebar.onethirdcol ul {
    border-bottom: none; }

  .portfolio-item #social-share {
    width: 50%;
    padding-left: 20px;
    padding-top: 0px;
    float: left; }

  .social-links {
    padding-left: 0px;
    margin: 0 auto; }

  .footer-links li {
    display: inline-block;
    float: none;
    margin-top: 5px; }

  .callout .third-last {
    display: none; }

  .callout li {
    width: 31.7%; }

  #carousel img {
    width: 100%;
    min-width: 481px; }

  #carousel {
    max-height: 137px;
    overflow: hidden; }

  .intro.contact .onethirdcol p, .intro.contact .onethirdcol p:last-child {
    overflow: hidden; }

  .social-links li.facebook {
    margin-right: 0px; }

  .featured.ourspace li.last2 {
    display: none; }

  .callout a.Hyatt {
    background: url("img/clients.png") no-repeat -7px -42px; }

  .callout a.Walmart {
    background: url("img/clients.png") no-repeat -101px -39px; }

  .callout a.Machinima {
    background: url("img/clients.png") no-repeat -374px -76px; }

  .callout a.Universal {
    background: url("img/clients.png") no-repeat -196px -110px; }

  .callout a.Remington {
    background: url("img/clients.png") no-repeat -195px -36px; }

  .callout a.Sonic {
    background: url("img/clients.png") no-repeat -97px -113px; }

  .callout a.Hasbro {
    background: url("img/clients.png") no-repeat -296px -79px; }

  .callout a.Honda {
    background: url("img/clients.png") no-repeat -443px -75px; }

  .callout a.Bushnell {
    background: url("img/clients.png") no-repeat -622px -80px; }

  .callout a.New-Balance {
    background: url("img/clients.png") no-repeat -698px -48px; }

  .callout a.Air-Force {
    background: url("img/clients.png") no-repeat -791px -69px; }

  .callout a.Under-Armour {
    background: url("img/clients.png") no-repeat -526px -77px; }

  .callout a.Thunder {
    background: url("img/clients.png") no-repeat -1154px -9px; }

  .callout a.Sandridge {
    background: url("img/clients.png") no-repeat -4px -68px; }

  .callout a.Sesame-street {
    background: url("img/clients.png") no-repeat -698px -93px; }

  .callout a.Travel-channel {
    background: url("img/clients.png") no-repeat -1064px -6px; }

  .callout a.BJs {
    background: url("img/clients.png") no-repeat -987px 0; }

  .callout a.Chesapeake {
    background: url("img/clients.png") no-repeat -885px -4px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
  	     * !Don't show links for images, or javascript/internal links
  	     */
  .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;
    /* h5bp.com/t */ }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.steelehouseland-logo-container {
  position: relative;
  width: 100%; }
  .steelehouseland-logo-container:before {
    content: "";
    display: block;
    padding-top: 32%; }
    @media (max-width: 650px) {
      .steelehouseland-logo-container:before {
        padding-top: 42%; } }

.steelehouseland-logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  background-image: url("img/christmas2013/Christmastime-Logo.jpg");
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -9999px; }
  @media (max-width: 650px) {
    .steelehouseland-logo {
      -webkit-background-size: 130%;
      background-size: 130%; } }

.christmastime-steelehouseland {
  background-color: white;
  color: #18a7e0; }
  @media (max-width: 570px) {
    .christmastime-steelehouseland {
      font-size: .8em; } }
  .christmastime-steelehouseland .main-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
  .christmastime-steelehouseland .lights {
    position: absolute;
    top: 40em;
    left: 0;
    width: 50%;
    display: inline-block;
    background-image: url("img/christmas2013/lights.jpg");
    max-width: 520px;
    height: 255px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media (min-width: 1426px) {
      .christmastime-steelehouseland .lights {
        top: 48em;
        left: 15%; } }
    @media (max-width: 1050px) {
      .christmastime-steelehouseland .lights {
        top: 35em;
        left: 0; } }
    @media (max-width: 650px) {
      .christmastime-steelehouseland .lights {
        top: 37em; } }
    @media (max-width: 570px) {
      .christmastime-steelehouseland .lights {
        display: none; } }
  .christmastime-steelehouseland .gingerbreadMan {
    position: absolute;
    top: 40em;
    left: 40%;
    width: 50%;
    height: 210px;
    display: inline-block;
    background-image: url("img/christmas2013/sam-cookie.png");
    max-width: 175px;
    max-height: 210px;
    z-index: 1;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media (min-width: 1426px) {
      .christmastime-steelehouseland .gingerbreadMan {
        top: 43em;
        left: -30px; } }
    @media (max-width: 1050px) {
      .christmastime-steelehouseland .gingerbreadMan {
        top: 37em;
        left: 40%; } }
    @media (max-width: 650px) {
      .christmastime-steelehouseland .gingerbreadMan {
        top: 38em;
        left: -30px; } }
    @media (max-width: 570px) {
      .christmastime-steelehouseland .gingerbreadMan {
        top: 37em; } }
  .christmastime-steelehouseland .gingerbreadMan-2 {
    position: absolute;
    right: 80%;
    width: 50%;
    top: 43em;
    height: 210px;
    display: inline-block;
    background-image: url("img/christmas2013/nate-cookie.png");
    max-width: 175px;
    max-height: 210px;
    z-index: 1;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media (min-width: 1426px) {
      .christmastime-steelehouseland .gingerbreadMan-2 {
        top: 43em;
        right: 0px;
        background-position: 30px 0; } }
    @media (max-width: 1050px) {
      .christmastime-steelehouseland .gingerbreadMan-2 {
        top: 35em;
        right: 60%;
        background-position: 0 0; } }
    @media (max-width: 650px) {
      .christmastime-steelehouseland .gingerbreadMan-2 {
        top: 38em;
        right: -0;
        background-position: 30px 0; } }
    @media (max-width: 570px) {
      .christmastime-steelehouseland .gingerbreadMan-2 {
        top: 55em;
        left: 0;
        background-position: 0 0; } }
  .christmastime-steelehouseland .description-container {
    background-image: url("img/christmas2013/wheel-snow-background.jpg");
    min-height: 400px;
    background-position: right center;
    background-repeat: no-repeat; }
    @media (max-width: 1050px) {
      .christmastime-steelehouseland .description-container {
        background-position: right -164px center; } }
    @media (max-width: 570px) {
      .christmastime-steelehouseland .description-container {
        background-position: right -164px bottom; } }
  .christmastime-steelehouseland .description-wrapper {
    position: relative;
    width: 70%;
    display: inline-block;
    padding-right: 20px;
    max-width: 680px;
    float: left;
    padding-left: 30px;
    overflow: hidden; }
    .christmastime-steelehouseland .description-wrapper h2 {
      font-weight: 700;
      font-size: 2.5em;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }
      @media (max-width: 570px) {
        .christmastime-steelehouseland .description-wrapper h2 {
          font-size: 1.8em;
          text-align: center; } }
    @media (max-width: 650px) {
      .christmastime-steelehouseland .description-wrapper {
        width: 60%; } }
    @media (max-width: 570px) {
      .christmastime-steelehouseland .description-wrapper {
        width: 100%;
        padding-right: 30px; } }
  .christmastime-steelehouseland .films ul li {
    width: 33.3% !important; }
  .christmastime-steelehouseland .twitter a {
    background: url(img/template/social_sprite.png) no-repeat -10px -78px; }
  .christmastime-steelehouseland .vimeo a {
    background: url(img/template/social_sprite.png) no-repeat -85px -78px; }
  .christmastime-steelehouseland .youtube a {
    background: url(img/template/social_sprite.png) no-repeat -160px -78px; }
  .christmastime-steelehouseland .facebook a {
    background: url(img/template/social_sprite.png) no-repeat -235px -78px; }

.christmastime-steelehouseland .reels, .christmastime-steelehouseland .films {
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
  z-index: 2;
  width: 100%;
  border: 13px solid #c8ce4f;
  border-right: none;
  border-left: none;
  position: relative;
  height: 260px;
  padding: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6), 0px 16px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6), 0px 16px 40px rgba(0, 0, 0, 0.2); }
  @media (max-width: 570px) {
    .christmastime-steelehouseland .reels, .christmastime-steelehouseland .films {
      border: 7px solid #c8ce4f;
      border-right: 3px solid #c8ce4f;
      border-left: 3px solid #c8ce4f; } }
  @media (max-width: 570px) {
    .christmastime-steelehouseland .reels, .christmastime-steelehouseland .films {
      height: 150px; } }
  .christmastime-steelehouseland .reels ul, .christmastime-steelehouseland .films ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; }
    .christmastime-steelehouseland .reels ul li, .christmastime-steelehouseland .films ul li {
      width: 25%;
      float: left;
      display: block;
      height: 100%;
      padding: 0;
      position: relative;
      border-right: 13px solid #c8ce4f; }
      .christmastime-steelehouseland .reels ul li:nth-last-child(1), .christmastime-steelehouseland .films ul li:nth-last-child(1) {
        border-right: 0px; }
      .christmastime-steelehouseland .reels ul li a, .christmastime-steelehouseland .films ul li a {
        width: 100%;
        display: inline-block;
        height: 100%;
        text-align: center;
        text-shadow: 1px 1px 2px black;
        color: white;
        overflow: hidden; }
        .christmastime-steelehouseland .reels ul li a img, .christmastime-steelehouseland .films ul li a img {
          height: 100%;
          display: inline;
          text-align: center; }
          @media (max-width: 570px) {
            .christmastime-steelehouseland .reels ul li a img, .christmastime-steelehouseland .films ul li a img {
              margin-left: -35%; } }
        .christmastime-steelehouseland .reels ul li a:hover span, .christmastime-steelehouseland .films ul li a:hover span {
          padding-bottom: 40px; }
      .christmastime-steelehouseland .reels ul li span, .christmastime-steelehouseland .films ul li span {
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .03em;
        font-size: 1.7em;
        line-height: 1em;
        background-color: rgba(102, 102, 102, 0.8);
        display: inline-block;
        min-height: 10px;
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transition: padding-bottom 100ms ease-out;
        transition: padding-bottom 100ms ease-out; }
        @media (max-width: 570px) {
          .christmastime-steelehouseland .reels ul li span, .christmastime-steelehouseland .films ul li span {
            font-size: 1em;
            padding: 10px 0; } }

.wheel-wrapper {
  display: inline-block;
  overflow: hidden;
  max-width: 40%;
  height: 400px;
  display: block;
  overflow: hidden;
  float: right; }
  @media (max-width: 570px) {
    .wheel-wrapper {
      max-width: 100%; } }

.wheel-container {
  display: inline-block;
  padding-top: 25px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  .wheel-container .wheel {
    width: 350px;
    height: 350px;
    overflow: hidden; }
    .wheel-container .wheel.spinning {
      -webkit-animation: spin 37s infinite linear;
      -ms-animation: spin 37s infinite linear;
      animation: spin 37s infinite linear; }
    .wheel-container .wheel.paused {
      -webkit-animation-play-state: paused;
      -ms-animation-play-state: paused;
      animation-play-state: paused; }
  @media (max-width: 1050px) {
    .wheel-container {
      margin-right: -150px; } }
  .wheel-container .pin {
    position: absolute;
    right: 0;
    z-index: 2;
    right: 42%;
    top: 39%;
    display: block;
    -webkit-transform-origin: 77% 65%;
    -ms-transform-origin: 77% 65%;
    transform-origin: 77% 65%; }
    .wheel-container .pin.spinning {
      -webkit-animation: spin .45s infinite linear reverse;
      -ms-animation: spin .45s infinite linear reverse;
      animation: spin .45s infinite linear reverse;
      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      -ms-animation-play-state: running;
      -o-animation-play-state: running; }
    .wheel-container .pin.paused {
      -webkit-animation-play-state: paused;
      -ms-animation-play-state: paused;
      animation-play-state: paused; }

.christmas-footer {
  background-color: #18a7e0;
  border-top: none;
  position: relative;
  height: auto;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1998cf), color-stop(100%, #1588c6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1998cf 0%, #1588c6 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#1998cf), to(#1588c6));
  background: linear-gradient(to bottom, #1998cf 0%, #1588c6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1998cf', endColorstr='#1588c6',GradientType=0 );
  /* IE6-9 */ }
  .christmas-footer:before {
    content: "";
    display: inline-block;
    background-image: url("img/christmas2013/top-bg.jpg");
    width: 100%;
    height: 34px; }
  .christmas-footer:after {
    content: "";
    display: inline-block;
    background-image: url("img/christmas2013/lego-men.png");
    width: 195px;
    height: 110px;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media (max-width: 450px) {
      .christmas-footer:after {
        width: 92.5px;
        height: 55px;
        -webkit-background-size: 100%;
        background-size: 100%; } }
  .christmas-footer #copywrite {
    margin-right: 195px; }
    @media (min-width: 1426px) {
      .christmas-footer #copywrite {
        margin-right: 0; } }
    @media (max-width: 570px) {
      .christmas-footer #copywrite {
        margin-right: 0px;
        text-align: left; } }
  .christmas-footer #footer-links {
    margin: 0;
    padding: 0; }
    @media (max-width: 570px) {
      .christmas-footer #footer-links {
        text-align: left;
        display: block; } }
  .christmas-footer #footer-links a, .christmas-footer #copywrite {
    color: white; }

@-ms-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes partial-spin {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(180deg); } }
@-webkit-keyframes partial-spin {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(180deg); } }
@keyframes partial-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: .8s;
  transition-duration: .8s; }

.isotope {
  -webkit-transition-property: height,width;
  transition-property: height,width; }

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0;
  transition-duration: 0; }

#mc_signup_form #mc_subheader {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc; }

.mc_merge_var input {
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  max-width: 100%;
  padding: 6px; }

#mc_signup_form #mc_mv_EMAIL {
  color: #0ea7e0;
  font-weight: 700;
  width: 100%;
  max-width: 300px; }

#mc_signup_form #mc_signup_submit {
  margin: 20px auto 0; }

.mc_success_msg {
  font-size: 15px;
  color: #0ea7e0;
  display: block;
  padding: 20px 0; }

#sidebar .widgettitle {
  font-size: 18px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 36px;
  text-align: left; }

.widget_twitter li {
  border-top: 1px solid #ccc;
  font-size: 13px;
  position: relative;
  margin: 5px 0;
  padding: 20px 0 0; }

.widget_twitter li:first-child {
  border-top: none; }

.time-meta {
  position: absolute;
  top: 4px;
  right: 0; }

.time-meta a {
  color: #a7a9ac;
  font-weight: 400;
  font-style: italic;
  font-size: 10px; }

.intent-meta {
  display: block;
  height: 16px;
  text-align: center;
  margin-top: 3px; }

.intent-meta a {
  background: url(img/template/everything-spritev2.png);
  display: inline-block;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
  color: #ccc;
  font-weight: 400;
  margin-right: 3px; }

.widget_twitter .intent-meta a.in-reply-to {
  background-position: 0 center;
  float: left; }

.widget_twitter .intent-meta a:hover.in-reply-to {
  background-position: -16px center; }

.widget_twitter .intent-meta a.favorite {
  background-position: -32px center;
  float: right;
  display: none;
  margin: 0; }

.widget_twitter .intent-meta a:hover.favorite {
  background-position: -48px center; }

.widget_twitter .intent-meta a.retweet {
  background-position: -80px center;
  float: left; }

.widget_twitter .intent-meta a:hover.retweet {
  background-position: -96px center; }

.follow-button iframe {
  position: absolute;
  top: 100px; }

#fancybox-wrap, div#fancybox-outer, div#fancybox-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

#infscr-loading {
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #f1f1f1;
  position: fixed;
  text-align: center;
  bottom: 0px;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 100;
  padding: 20px;
  color: #656565;
  font-size: 15px;
  font-weight: bold; }

#infscr-loading div {
  margin-left: 20px;
  display: inline-block; }

#infscr-loading img {
  display: inline-block; }

#infscr-loading:after {
  content: "";
  position: absolute;
  background: transparent;
  z-index: 0;
  width: 100%;
  height: 46px;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(img/template/gradient_light.png);
  background-repeat: repeat-x; }

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

.nivo-controlNav a {
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

footer {
  border-top: 3px solid #000;
  position: relative;
  margin-top: -144px;
  height: 144px;
  clear: both; }

.footer-upper {
  min-height: 100px;
  border-bottom: 2px solid #505050;
  background: url(img/template/header_dark.png);
  -webkit-box-shadow: inset 0 5px 30px #1d1d1d;
  box-shadow: inset 0 5px 30px #1d1d1d; }

.footer-lower {
  background-image: url(img/template/gradient_light.png);
  background-repeat: repeat-x;
  background-color: #171717;
  border-top: 3px solid #000;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2); }

footer #menu-nav-menu-1, footer #menu-nav-menu {
  float: right;
  margin: -3px 0 0;
  padding: 0; }

#menu-nav-menu-1 li, footer #menu-nav-menu li {
  float: left;
  width: 50px;
  height: 8px;
  margin-left: 2px;
  text-align: center;
  position: relative;
  text-indent: 1000px;
  background: #0ea7e0;
  border-radius: 0 0 2px 2px;
  margin-top: 0;
  -webkit-transition: height .2s;
  transition: height .2s; }

#menu-nav-menu-1 li a, footer #menu-nav-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#menu-nav-menu-1 li.menu-item-, #menu-nav-menu-1 li.menu-item-881 {
  background: #c6cc30; }

#menu-nav-menu-1 li.menu-item-16 {
  background: #ffaf24; }

.footer-links {
  float: left;
  font-size: 11px;
  font-weight: 400;
  color: #7e7e7e; }

.footer-links li {
  float: left;
  border-left: 1px solid #7e7e7e;
  padding: 0 18px; }

.footer-links a {
  font-size: 11px;
  font-weight: 400;
  color: #7e7e7e; }

.footer-links a:hover {
  font-weight: 400;
  color: #f7f7f7;
  text-decoration: none; }

footer .footer-links li.first {
  margin-right: 0;
  border-left: none; }

.copywrite {
  font-size: 11px;
  float: right;
  color: #7e7e7e;
  margin: 1em 0; }

footer #menu-navq-menu-1 li:hover, #menu-nav-menu-1 li.current-menu-item, #menu-nav-menu-1 li.current-menu-parent {
  height: 16px; }

.social-links {
  width: 282px;
  padding-top: 1em;
  padding-left: 0;
  margin: 0 auto; }

.social-links li {
  float: left;
  margin-right: 10px;
  overflow: hidden; }

.twitter a {
  background: url(img/template/social_sprite.png) no-repeat -10px -8px;
  width: 61px;
  height: 61px; }

.twitter a:hover {
  background: url(img/template/social_sprite.png) no-repeat -10px -78px; }

.twitter a:active {
  background: url(img/template/social_sprite.png) no-repeat -10px -148px; }

.vimeo a {
  background: url(img/template/social_sprite.png) no-repeat -85px -8px;
  width: 61px;
  height: 61px; }

.vimeo a:hover {
  background: url(img/template/social_sprite.png) no-repeat -85px -78px; }

.vimeo a:active {
  background: url(img/template/social_sprite.png) no-repeat -85px -148px; }

.youtube a {
  background: url(img/template/social_sprite.png) no-repeat -160px -8px;
  width: 60px;
  height: 59px; }

.youtube a:hover {
  background: url(img/template/social_sprite.png) no-repeat -160px -78px; }

.youtube a:active {
  background: url(img/template/social_sprite.png) no-repeat -160px -148px; }

.facebook a {
  background: url(img/template/social_sprite.png) no-repeat -235px -8px;
  width: 60px;
  height: 59px; }

.facebook a:hover {
  background: url(img/template/social_sprite.png) no-repeat -235px -78px; }

.facebook a:active {
  background: url(img/template/social_sprite.png) no-repeat -235px -148px; }

.social-links li a {
  display: block;
  text-indent: -9999px; }

.halfcol.last, .featured ul li:nth-child(3), #callout li.last {
  margin-right: 0; }

.standard-page-nav li, .featured .description img, #likebutton {
  display: inline-block; }

.standard-page-nav li.current-menu-item#menu-item-638:after, .standard-page-nav li.current-menu-parent#menu-item-638:after, #menu-nav-menu-1 li.menu-item-638,
.standard-page-nav li.current-menu-item#menu-item-734:after, .standard-page-nav li.current-menu-parent#menu-item-734:after, #menu-navq-menu-1 li.menu-item-734 {
  background: #b42a27; }

.haflcol article, .steelehousestatus article, .work-thumbnail-wrap p, .status-main-content .expand_content, .portfolio-item .post-meta li {
  margin-bottom: 20px; }

#callout h2 .light, .status-main-content h2 {
  font-weight: 200; }

.lower.about h3, .widget_twitter a, .light {
  font-weight: 400; }

.portfolio-item .video-wrapper p, #mc_subheader p {
  font-size: 14px; }
