/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

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

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

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

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

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
  line-height: normal;
  *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input {
  *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
/***
*
*	FONTS
*
***/
/* fonts ************************************************************/
/* site specific ****************************************************/
/***
*
*	FONTS
*
***/
/* fonts ************************************************************/
@font-face {
  font-family: "HelvBldCond";
  src: url(/inc/fonts/HelveNeuCon.otf) format("opentype"); }

@font-face {
  font-family: "UniBld";
  src: url(/inc/fonts/UniveBol.otf) format("opentype"); }

@font-face {
  font-family: "UniBlk";
  src: url(/inc/fonts/UniveBla.otf) format("opentype"); }

/* site specific ****************************************************/
body {
  background: url(/img/main/bg.png) #111111; }

/***
*
*	NAV
*
***/
nav {
  position: relative;
  top: 40px;
  margin-top: 0px; }
  @media (max-width: 450px) {
    nav {
      top: 0px;
      margin-top: 20px; } }

nav #logobar {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 0 18px 0px;
  height: 85px;
  letter-spacing: 1px;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 450px) {
    nav #logobar {
      padding: 0px 0 5px 0px;
      height: 35px; } }

nav #logobar-inner {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 12px 0 10px 0px;
  height: 20px;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 450px) {
    nav #logobar-inner {
      padding: 0px 0 2px 0px; } }

nav #logowrapper {
  float: left;
  height: 58px;
  left: 23px;
  position: relative;
  margin: -4px 0 0;
  padding: 0; }
  @media (max-width: 450px) {
    nav #logowrapper {
      padding: 0px 0 2px 0px;
      left: 13px; } }
  nav #logowrapper img {
    width: 225;
    height: height;
    opacity: 0.8;
    cursor: pointer; }

nav #topnav {
  position: absolute;
  left: 0px;
  width: 100%;
  margin-top: 10px;
  z-index: 2; }
  @media (max-width: 450px) {
    nav #topnav {
      margin-top: 30px; } }

nav #topnav ul {
  padding-left: 335px; }
  @media (max-width: 450px) {
    nav #topnav ul {
      padding-left: 15px; } }

nav #aboutnav {
  float: right;
  right: 40px; }
  @media (max-width: 800px) {
    nav #aboutnav {
      right: auto;
      float: left;
      margin-left: 0px; } }
  @media (max-width: 450px) {
    nav #aboutnav {
      right: auto;
      margin-left: 0px; } }

/*
nav #aboutnav{
	float:left;
	margin-left:230px;
	position:absolute;	
	right:40px;
	margin-top:10px;
	@include breakpoint(mobile) { right:5px;margin-left:0px;}
}
nav #aboutnav ul{
	padding-left:10px;
	//height:70%;
}
*/
nav li {
  cursor: pointer;
  font-family: "HelvBldCond", Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #aa9;
  margin: 0px auto;
  font-size: 16px;
  margin-top: -4px;
  margin-right: 30px;
  float: left;
  white-space: nowrap; }
  @media (max-width: 800px) {
    nav li {
      font-size: 12px;
      margin-top: 0px; } }

nav #sections li.selected {
  color: #eee; }

nav #topnav span.plus {
  font-size: 13px;
  padding-right: 12px;
  float: left;
  margin-top: -0.1em; }
  @media (max-width: 450px) {
    nav #topnav span.plus {
      display: none; } }

#newwork {
  z-index: 50000; }
  #newwork ul li {
    float: left;
    padding-right: 10px;
    list-style: none; }
    #newwork ul li img {
      height: 80px;
      width: auto; }

/***************
*	social stuff
****************/
#twitter {
  position: absolute;
  float: left;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2px; }
  #twitter img {
    width: 20px;
    height: auto; }
  #twitter span {
    font-family: "HelvBldCond", Helvetica, sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 15px 3px 0;
    color: #aa9;
    padding-left: 5px; }
    #twitter span a:link {
      color: #aaaa99; }
    #twitter span a:visited {
      color: #aaaa99; }
    #twitter span a:hover {
      color: white; }
    #twitter span a:active {
      color: white; }
    @media (max-width: 800px) {
      #twitter span {
        display: none !important; } }

#tumblr {
  position: absolute;
  float: left;
  bottom: 45px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2px; }
  @media (max-width: 450px) {
    #tumblr {
      background-color: rgba(0, 0, 0, 0) !important; } }
  #tumblr img {
    width: 20px;
    height: auto;
    padding-top: 80px; }
  #tumblr span {
    z-index: 1;
    float: right;
    padding-left: 15px; }
    #tumblr span img {
      width: auto;
      height: 120px;
      padding: 1px;
      background: rgba(170, 170, 153, 0.9);
      margin-left: -10px; }
    @media (max-width: 800px) {
      #tumblr span {
        display: none !important; } }

/***************
*	#sectionnav
****************/
#sectionnav {
  margin-left: -10px;
  margin-top: -10px;
  z-index: 200; }
  @media (max-width: 450px) {
    #sectionnav {
      margin-top: 0px;
      margin-left: -30px; } }

#sectionnav ul {
  position: absolute; }
  #sectionnav ul li {
    font-family: "HelvBldCond", Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 15px 3px 0;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    /* Firefox 4 */
    -webkit-transition: background-color 0.5s;
    /* Safari and Chrome */
    -o-transition: background-color 0.5s;
    /* Opera */
    overflow: hidden;
    width: 300px;
    /*float:left;*/ }
    @media (max-width: 450px) {
      #sectionnav ul li {
        font-size: 9px; } }

#sectionnav li a {
  color: #eee;
  text-decoration: none;
  width: 100%;
  padding: 6px 5px 3px 7px;
  display: block; }

#sectionnav li a:link {
  color: #eee;
  text-decoration: none;
  width: 300px; }

#sectionnav li:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0s;
  -moz-transition: background-color 0s;
  /* Firefox 4 */
  -webkit-transition: background-color 0s;
  /* Safari and Chrome */
  -o-transition: background-color 0s;
  /* Opera */ }

li.sections:not(.new) {
  display: none; }

#projects {
  position: absolute;
  top: 90px;
  overflow: hidden;
  width: 100%;
  display: none; }
  @media (max-width: 450px) {
    #projects {
      top: 50px; } }
  #projects ul {
    padding-left: 41px; }
    @media (max-width: 450px) {
      #projects ul {
        padding-left: 15px; } }

#project-name, #project-count, #project-thumbnails {
  color: #fff;
  background: rgba(17, 17, 17, 0.3);
  font: 10px "HelvBldCond", Helvetica, sans-serif;
  letter-spacing: 2px;
  position: relative;
  display: inline; }

#project-details {
  text-align: center;
  padding-top: 3px; }

#project-count {
  display: inline;
  margin: 0 10px;
  width: 30px; }

#project-thumbnails {
  float: left;
  margin-left: 0px;
  padding: 0px; }
  #project-thumbnails img {
    height: 18px;
    width: auto;
    margin-right: 5px;
    margin-top: 0px;
    cursor: pointer;
    transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    /* Firefox 4 */
    -webkit-transition: height 0.2s ease-out;
    /* Safari and Chrome */
    -o-transition: height 0.2s ease-out;
    /* Opera */ }

#project {
  margin-top: 10px;
  position: absolute;
  overflow: hidden; }
  @media (max-width: 450px) {
    #project {
      margin-top: 0px; } }
  #project > div {
    color: #999;
    display: inline;
    float: left;
    position: fixed;
    overflow: hidden; }
    #project > div.next-project {
      display: none !important; }
    #project > div.prev-project {
      display: none !important; }
    #project > div.current-project {
      display: inline !important; }
    #project > div ul {
      list-style: none;
      overflow: hidden; }
    #project > div ul.images li {
      display: none;
      overflow: hidden; }
      #project > div ul.images li:first-child {
        display: block; }
      #project > div ul.images li img {
        height: 300px;
        width: auto;
        padding: 1px;
        background: rgba(170, 170, 153, 0.9);
        line-height: 90px;
        font-size: 200px; }
        @media (max-width: 450px) {
          #project > div ul.images li img {
            line-height: 30px;
            font-size: 120px; } }
      #project > div ul.images li > iframe {
        border: 1px solid rgba(170, 170, 153, 0.9);
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        clear: both; }
        @media (max-width: 800px) {
          #project > div ul.images li > iframe {
            position: relative; } }
        #project > div ul.images li > iframe div {
          display: block;
          padding: 10px !important;
          background: rgba(170, 170, 153, 0.9) !important; }

#itemnav {
  position: absolute;
  width: 100%; }
  #itemnav > div {
    width: 70px;
    height: 70px;
    background: url(/img/main/arrow_prev.png) no-repeat 70% 50% rgba(17, 17, 17, 0.3);
    position: fixed;
    cursor: pointer;
    margin: 37% 10px 60%;
    display: none; }
    @media (max-width: 450px) {
      #itemnav > div {
        cursor: default;
        display: block; } }
    @media (max-width: 450px) {
      #itemnav > div:first-child {
        margin-left: -40px; } }
    #itemnav > div:last-child {
      right: 0px;
      background: url(/img/main/arrow_next.png) no-repeat 30% 50% rgba(17, 17, 17, 0.3); }
      @media (max-width: 450px) {
        #itemnav > div:last-child {
          right: 0px;
          margin-right: -40px; } }

#item-caption {
  color: #fff;
  background: rgba(17, 17, 17, 0.3);
  padding: 6px 0px 2px;
  font: 10px "HelvBldCond", Helvetica, sans-serif;
  letter-spacing: 2px;
  position: absolute;
  float: left;
  bottom: 20px;
  text-align: center; }
  @media (max-width: 450px) {
    #item-caption {
      display: none !important; } }

#projectnav {
  position: absolute;
  width: 100%; }
  #projectnav > div {
    width: 35px;
    height: 18px;
    background: url(/img/main/arrow_prev.png) no-repeat 70% 50% rgba(17, 17, 17, 0.3);
    background-size: 7px 7px;
    position: fixed;
    cursor: pointer; }
    #projectnav > div:last-child {
      right: 0px;
      background: url(/img/main/arrow_next.png) no-repeat 30% 50% rgba(17, 17, 17, 0.3); }

#progress {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: url(/img/main/progress.gif) center center no-repeat;
  display: none; }

#about {
  color: #fff;
  font: 11px "HelvBldCond", Helvetica, sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  position: absolute;
  top: 165px;
  left: 50%; }
  @media (max-width: 450px) {
    #about {
      top: 90px;
      left: 0%;
      padding-right: 40px; } }
  #about > div {
    background: rgba(17, 17, 17, 0.3);
    padding: 10px;
    width: 360px;
    height: auto;
    margin-left: -190px; }
    #about > div a {
      text-decoration: none; }
      #about > div a:link {
        color: white; }
      #about > div a:visited {
        color: white; }
      #about > div a:hover {
        color: #aaaa99; }
      #about > div a:active {
        color: #aaaa99; }
    @media (max-width: 450px) {
      #about > div {
        width: 100%;
        margin-left: 10px; } }
    #about > div h3 {
      text-align: center;
      font-style: normal;
      font-weight: normal;
      text-transform: uppercase;
      margin: 1px; }
      #about > div h3 a {
        text-decoration: none; }
        #about > div h3 a:link {
          color: white; }
        #about > div h3 a:visited {
          color: white; }
        #about > div h3 a:hover {
          color: #aaaa99; }
        #about > div h3 a:active {
          color: #aaaa99; }
      #about > div h3 span.no-wrap {
        white-space: nowrap; }
    #about > div img {
      width: 100%;
      height: auto; }

#contact {
  color: #fff;
  font: 10px "HelvBldCond", Helvetica, sans-serif;
  letter-spacing: 2px;
  position: absolute;
  background: rgba(17, 17, 17, 0.1);
  top: 120px;
  padding-left: 30px;
  line-height: 12px; }
  #contact .label {
    width: 90px !important;
    float: left; }
  #contact a {
    padding: 10px 0;
    color: #fff;
    text-decoration: none; }
    #contact a:link {
      color: white; }
    #contact a:visited {
      color: white; }
    #contact a:hover {
      color: white; }
    #contact a:active {
      color: white; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */ }
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */ }
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

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

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

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999999;
    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: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
