/*------------------------------------------  
=RESET
------------------------------------------*/

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;
}

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

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

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

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

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

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

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0 0 0 40px;
}

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

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*------------------------------------------  
=standard use, yet custom
------------------------------------------*/

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

blockquote {
  margin: 10px;
  font-style: italic;
}

table {
  margin: 1.5em 10px;
  font-size: inherit;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}

thead {
  font-weight: 700;
  background: #ccc;
}

th {
  padding: 0.25em 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #eee;
}

tbody tr:nth-child(even) {
  background: #f9f9f9;
}

td {
  padding: 4px 10px;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

.rtl {
  direction: rtl;
}

.clear {
  display: block;
  clear: both;
}

/* Hide for both screenreaders and browsers and hide print only items */

.hidden,
.print {
  display: none;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders */

.visuallyhidden {
  position: absolute!important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}

/* Hide visually and from screenreaders, but maintain layout */

.invisible {
  visibility: hidden;
}

/* floats  */

.left {
  float: left;
}

.center {
  text-align: center;
}

.right {
  float: right;
}

/* Use .group class (clearfix) on parent to clear nested columns. */

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

.group:after {
  clear: both;
}

.group {
  zoom: 1 /* For IE 6/7 (trigger hasLayout) */
;
}

/* responsive media */

/* other */

.primary img,
.primary embed,
.primary object,
.primary video {
  width: auto;
  height: auto;
  max-width: 100%;
}

video {
  width: 100%!important;
  height: auto !important;
}

/*------------------------------------------  
=print
------------------------------------------*/

@media print {
  {
    /* Black prints faster: h5bp.com/s */
  
    /* h5bp.com/t */
  
    /* add  URL to all links: MUST BE FIRST! */
  
    /* Don't show links for images, or javascript/internal links */
  
    /* override external links, no prefix */
  
    /* add  URL to email links*/
  
    /* hide */
  
  }
  body {
    background: transparent !important;
  }
  * {
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
        filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #primary,
  .primary {
    width: 100%;
  }
  .entry-content a[href]:after {
    font-size: 90%;
    content: " (/" attr(href) ") ";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  .entry-content a[href^=http]:after {
    content: " (" attr(href) ") ";
  }
  #primary a[href^=mail]:after,
  a[href^=mail]:after,
  a[href^=mail]:after {
    content: " (" attr(href) ") ";
  }
  .screen,
  .menu,
  #sidebar,
  .edit-link,
  #action {
    display: none!important;
  }
  .navigation,
  #social {
    display: none!important;
  }
}

/*
Theme Name: Interactive Llama
Version: .5
Description: Theme for Stephen M. James
Author: Stephen M. James
Author URI: http://interactivellama.com/
*/

/*------------------------------------------  
=RESET
------------------------------------------*/

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;
}

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

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

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

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

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

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

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0 0 0 40px;
}

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

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*------------------------------------------  
=standard use, yet custom
------------------------------------------*/

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

blockquote {
  margin: 10px;
  font-style: italic;
}

table {
  margin: 1.5em 10px;
  font-size: inherit;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}

thead {
  font-weight: 700;
  background: #ccc;
}

th {
  padding: 0.25em 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #eee;
}

tbody tr:nth-child(even) {
  background: #f9f9f9;
}

td {
  padding: 4px 10px;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

.rtl {
  direction: rtl;
}

.clear {
  display: block;
  clear: both;
}

/* Hide for both screenreaders and browsers and hide print only items */

.hidden,
.print {
  display: none;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders */

.visuallyhidden {
  position: absolute!important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}

/* Hide visually and from screenreaders, but maintain layout */

.invisible {
  visibility: hidden;
}

/* floats  */

.left {
  float: left;
}

.center {
  text-align: center;
}

.right {
  float: right;
}

/* Use .group class (clearfix) on parent to clear nested columns. */

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

.group:after {
  clear: both;
}

.group {
  zoom: 1 /* For IE 6/7 (trigger hasLayout) */
;
}

/* responsive media */

/* other */

.primary img,
.primary embed,
.primary object,
.primary video {
  width: auto;
  height: auto;
  max-width: 100%;
}

video {
  width: 100%!important;
  height: auto !important;
}

/*------------------------------------------  
=print
------------------------------------------*/

@media print {
  {
    /* Black prints faster: h5bp.com/s */
  
    /* h5bp.com/t */
  
    /* add  URL to all links: MUST BE FIRST! */
  
    /* Don't show links for images, or javascript/internal links */
  
    /* override external links, no prefix */
  
    /* add  URL to email links*/
  
    /* hide */
  
  }
  body {
    background: transparent !important;
  }
  * {
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
        filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #primary,
  .primary {
    width: 100%;
  }
  .entry-content a[href]:after {
    font-size: 90%;
    content: " (/" attr(href) ") ";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  .entry-content a[href^=http]:after {
    content: " (" attr(href) ") ";
  }
  #primary a[href^=mail]:after,
  a[href^=mail]:after,
  a[href^=mail]:after {
    content: " (" attr(href) ") ";
  }
  .screen,
  .menu,
  #sidebar,
  .edit-link,
  #action {
    display: none!important;
  }
  .navigation,
  #social {
    display: none!important;
  }
}

/*------------------------------------------  
=body
------------------------------------------*/

a,
a:visited {
  color: #333333;
}

a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #c82430;
}

a:active {
  color: #b3b3a5;
}

a:link {
  -webkit-tap-highlight-color: #1f7e9a;
}

body {
  margin: 0;
  font-family: 'PT Sans', Helvetica, Lucida Sans, Arial, sans-serif;
  font-size: 80%;
  line-height: 1.22;
  color: #333;
  background: url(/assets/img/body.png) #e7e8ea;
}

/*------------------------------------------  
=MISC
------------------------------------------*/

.follow-up .wide-col {
  float: none;
  width: 85%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.follow-up h2 {
  font-size: 32px;
  line-height: 120%;
  text-align: center;
}

.follow-up p {
  font-size: 16px;
  text-align: center;
}

.wide-col img,
.wide-col embed,
.wide-col object,
.wide-col video {
  width: auto;
  height: auto;
  max-width: 100%;
}

.pagewrapper {
  position: relative;
  margin: 0 auto /* max-width: 400px; */
 /* 320 and up testing */
;
}

section {
  padding-right: 2%;
  padding-bottom: 50px;
  padding-left: 2%;
  -webkit-transform: translate3d(0, 0, 0);
}

/* primary content - - - - - - - - - - - - - - - - - - - - -  */

.primary {
  position: relative;
}

article p,
.entry p {
  margin: 0 0 10px;
  line-height: 150%;
}

.wide-col ul,
article ul,
.entry ul {
  padding: 5px 0 10px 30px;
  list-style: square;
}

article ul li,
.entry ul li {
  margin: 0 0 8px;
}

article .updated {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  padding-top: 10px;
  text-align: right;
}

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

h2.headline {
  position: relative;
  top: -22px;
  z-index: 999;
  margin-top: 0;
  text-align: center;
}

h2 span {
  display: inline-block;
  padding-top: 6px;
  padding-right: 25px;
  padding-bottom: 6px;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 700;
  background-color: #FFF;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.95) inset, 0 0 8px rgba(0, 0, 0, 0.12) inset, 1px 0 0 rgba(0, 0, 0, 0.25), -1px 0 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.09);
}

section {
  position: relative;
}

section.sectionbox {
  width: 96%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 2px rgba(0, 0, 0, 0.2) inset;
}

section.tan {
  background-color: #ededed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 2px rgba(0, 0, 0, 0.2) inset;
}

section.parallax {
  width: 96%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 2px rgba(0, 0, 0, 0.2) inset;
}

/* END Misc */

/*------------------------------------------  
=INTRO
------------------------------------------*/

#intro {
  z-index: 100;
  width: 100%;
  height: 800px;
  padding-right: 0;
  padding-left: 0;
  background: #fff;
}

figure.logo {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}

.llamalogo {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/img/introllamalogo.png) center 150px no-repeat;
}

h1.logotitle {
  position: absolute;
  top: 460px;
  z-index: 102;
  display: block;
  width: 96%;
  height: 109px;
  text-indent: -9999px;
  background: url(/assets/img/intrologotitle.png) center no-repeat;
}

#intro .foreground {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/assets/img/introforeground.png) center 100px no-repeat;
}

#intro .background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/assets/img/introbackground.png) center 100px no-repeat;
}

#intro .caption {
  display: block;
  margin-top: 100px;
  font-family: 'Coming Soon', cursive;
  font-size: 12px;
  text-align: center;
  text-indent: 0;
  text-transform: none;
}

#intro .scroll {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  margin: 20px auto 0;
  text-indent: -9999px;
  background-color: #C9252C;
  border-radius: 50% 50% 50% 50%;
  box-shadow: 0 1px 2px #AF2C19 inset;
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

#intro .scroll:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: url(/assets/img/scroll.png) 0 -1px no-repeat;
  content: "";
}

#intro .scroll:hover {
  background-color: #AF2C19;
  box-shadow: 0 1px 2px #333333 inset;
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

/* end intro */

/*------------------------------------------  
=passion
------------------------------------------*/

#passion {
  position: relative;
  z-index: 101;
  min-height: 800px;
  padding-bottom: 0;
  margin: 0 auto 0px auto;
  background: #CCCCCC;
}

#passion h2 {
  margin-bottom: -52px;
}

/* Vertical Accordion Style */

.va-container {
  position: relative;
  margin: 0 auto 0 auto;
}

.va-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ccc;
}

.va-slice {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.va-creativity {
  background-image: url(/assets/img/passion-creativity.jpg);
}

.va-creativity h3 {
  color: #000;
  text-shadow: 0px 0px 2px #2a2a2a;
}

.va-creativity .va-content p {
  max-width: 400px;
  background-color: #333333;
}

.va-empathy {
  background-image: url(/assets/img/passion-empathy.jpg);
}

.va-empathy .va-content p {
  max-width: 400px;
  background-color: #42100e;
}

.va-balance {
  background-image: url(/assets/img/passion-balance.jpg);
}

.va-balance h3 {
  color: #000;
  text-shadow: 0px 0px 2px #2a2a2a;
}

.va-balance .va-content p {
  max-width: 600px;
  background-color: #210693;
}

.va-consistency {
  background-image: url(/assets/img/passion-consistency.jpg);
}

.va-consistency .va-content p {
  max-width: 400px;
  background-color: #55AC4D;
}

.va-optimization {
  background-image: url(/assets/img/passion-optimization.jpg);
}

.va-optimization h3 {
  color: #000;
  text-shadow: 0px 0px 2px #2a2a2a;
}

.va-optimization .va-content p {
  max-width: 600px;
  background-color: #811788;
}

.va-change {
  background-image: url(/assets/img/passion-change.jpg);
}

.va-change .va-content p {
  max-width: 550px;
  background-color: #0A50A1;
}

.va-inclusion {
  background-image: url(/assets/img/passion-inclusion.jpg);
}

.va-inclusion h3 {
  color: #000;
  text-shadow: 0px 0px 2px #2a2a2a;
}

.va-inclusion .va-content p {
  max-width: 400px;
  background-color: #FF7F00;
}

.va-persistence {
  background-image: url(/assets/img/passion-persistence.jpg);
}

.va-persistence .va-content p {
  max-width: 400px;
  background-color: #34B3D1;
}

.va-slice-color-1 {
  background-color: #97c5eb;
}

.va-slice-color-2 {
  background-color: #68ace5;
}

.va-slice-color-3 {
  background-color: #0072cf;
}

.va-slice-color-4 {
  background-color: #0039a6;
}

.va-slice-color-5 {
  background-color: #00338e;
}

.va-slice-color-6 {
  background-color: #002c76;
}

.va-slice-color-7 {
  background-color: #002144;
}

.va-title {
  padding: 0 0px 0px 0px;
  margin-bottom: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 48px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 1px #ccc;
  text-transform: uppercase;
}

.va-content {
  display: none;
  margin-top: 0;
  color: #fff;
  text-align: center;
}

.va-slice p {
  display: inline-block;
  padding: 15px 20px 17px 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  text-align: center;
  border-radius: 10px;
}

.va-slice ul {
  margin-top: 20px;
}

.va-slice ul li {
  float: left;
  margin: 0 2px;
}

.va-slice ul li a {
  padding: 3px 6px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  background: #eede2f;
}

.va-slice ul li a:hover {
  color: #fff;
  text-shadow: none;
  background: #000;
}

.va-nav {
  display: none;
}

.va-nav span {
  position: absolute;
  top: -35px;
  left: 50%;
  z-index: 100;
  display: none;
  width: 40px;
  height: 25px;
  margin-left: -20px;
  text-indent: -9000px;
  cursor: pointer;
  background: transparent url(..//assets/img/prev.png) no-repeat center center;
  opacity: 0.7;
}

.va-nav span.va-nav-next {
  top: auto;
  bottom: -35px;
  background-image: url(..//assets/img/next.png);
}

.va-nav span:hover {
  opacity: 1.0;
}

/* end passion */

/*------------------------------------------  
=CONTACT
------------------------------------------*/

#contact {
  z-index: 103;
  min-height: 400px;
  background-color: #eaeac7;
}

#contact p {
  font-size: 19px;
  line-height: 150%;
  text-align: center;
}

.stamp {
  display: none;
}

.contactwrapper {
  max-width: 640px;
  margin: 0 auto;
}

#contact .icons {
  width: 255px;
  margin: 0 auto;
  text-align: center;
}

.icons span {
  display: inline-block;
  float: left;
}

.icons span a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  margin: 20px 20px 0;
  text-indent: -9999px;
  background-color: #C9252C;
  border-radius: 50% 50% 50% 50%;
  box-shadow: 0 1px 2px #AF2C19 inset;
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

.icons a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  content: "";
}

.icons a:hover {
  background-color: #333;
  box-shadow: 0 1px 2px #333 inset;
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

.icons a#mail {
  background-color: #C9252C;
  box-shadow: 0 1px 2px #AF2C19 inset;
}

.icons span.twitter a {
  background-color: #4099FF;
  box-shadow: 0 1px 2px #4A75A4 inset;
}

.icons span.linkedin a {
  background-color: #0073B2;
  box-shadow: 0 1px 2px #01659D inset;
}

.icons a#mail:hover {
  background-color: #AF2C19;
  box-shadow: 0 1px 2px #333 inset;
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

.icons span.twitter a:hover {
  background-color: #4A75A4;
  box-shadow: 0 1px 2px #333 inset;
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

.icons span.linkedin a:hover {
  background-color: #01659D;
  box-shadow: 0 1px 2px #333 inset;
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

.icons a#mail:after {
  background: url(/assets/img/contact-email.png) center center no-repeat;
}

.icons span.twitter a:after {
  background: url(/assets/img/contact-twitter.png) center center no-repeat;
}

.icons span.linkedin a:after {
  background: url(/assets/img/contact-linkedin.png) center center no-repeat;
}

/* end contact */

/*------------------------------------------  
=BLOG
------------------------------------------*/

#infscr-loading {
  position: fixed;
  bottom: 40px;
  left: 45%;
  z-index: 100;
  width: 200px;
  padding: 10px;
  color: #FFF;
  text-align: center;
  background: #000;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  opacity: .8;
}

.entry-content ul {
  padding-left: 20px;
  list-style: square;
}

.blog {
  padding-top: 50px;
}

#ideaboard header {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#ideaboard h1 {
  margin-top: 5px;
}

#ideaboard header h2 {
  margin-top: -15px;
  margin-bottom: 0;
  font-family: 'PT Sans', Helvetica, Lucida Sans, Arial, sans-serif;
}

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.menu .current_page_item a,
.menu .current_page_item a:hover {
  color: #000;
  cursor: default;
}

#sidebar {
  display: none;
}

.navigation a,
#sidebar a {
  text-decoration: none;
}

.wide-col {
  padding: 20px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.box {
  padding: 10px;
  margin-bottom: 10px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.box p,
box ul {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 150%;
  color: #333;
}

.box img {
  z-index: 0;
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}

.category-asides:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.category-asides h2,
.category-pins h2 {
  display: none;
}

.category-pins p {
  margin-top: 0;
}

.category-asides p {
  margin: 0 3px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 150%;
}

.category-asides a {
  display: block;
  height: 16px;
  margin-top: 10px;
  text-indent: -9999px;
  background: url(/assets/img/category-aside-a.png) 0 0 no-repeat;
}

.category-asides a:hover {
  background-position: 0 -16px;
}

#nav-above {
  margin-bottom: 20px;
}

#nav-below {
  display: block;
  margin-top: 20px;
  clear: both;
}

.nav-previous,
.nav-next {
  float: left;
  margin-right: 20px;
  clear: right;
}

#nav-above {
  display: none;
}

#nav-below {
  padding: 15px 0 0;
  margin-top: 30px;
  border-top: 2px solid #000;
}

#nav-below a {
  width: 38%;
  max-width: 100px;
  padding: 15px 5%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.next a,
.older a {
  float: right;
  padding-right: 5%;
  padding-left: 5%;
  text-align: right;
}

.previous a,
.newer a {
  float: left;
  padding-right: 5%;
  padding-left: 5%;
  text-align: left;
}

.next a:hover,
.next a:visited:hover,
.older a:hover,
.older a:visited:hover {
  background-color: #627377;
}

.previous a:hover,
.previous a:visited:hover,
.newer a:hover,
.newer a:visited:hover {
  background-color: #627377;
}

#top {
  display: block;
  padding: 15px 15px 14px;
  margin: 15px 0 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background: #F2F2F2;
}

#top:hover {
  color: #ffffff;
  background-color: #80949A;
}

/* comments - - - - - - - - - - - - - - - - - - - - -  */

#comments .url {
  text-decoration: underline;
}

#comments cite a {
  text-decoration: none;
}

#respond {
  margin: 20px 0 0;
}

.home #respond label {
  display: none;
}

.home #respond .required {
  display: none;
}

.commentlist li {
  padding: 15px 15px 5px;
  margin-top: 15px;
  background: #eeeeee bottom no-repeat;
}

.commentlist cite {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  margin: 3px 0 0 15px;
  font-size: 11px;
  font-style: normal;
}

.commentlist cite span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20%;
  padding-top: 10px;
  text-align: right;
}

/* end BLOG */

/*------------------------------------------  
=PROJECTS / work
------------------------------------------*/

#work {
  z-index: 103;
  background-color: #333;
  border-top: 2px solid #ccc;
}

#projects {
  z-index: 999;
  padding: 0 3% 0px 3%;
  margin-top: 100px;
}

#projectlistwrapper .thumbnailswrapper {
  display: none;
  padding: 0 0 20px;
  margin: 0 0 23px;
}

.oldie .thumbnailswrapper {
  display: none;
}

.thumbnailswrapper img {
  border: 0;
}

#projectlistwrapper .thumbnails li {
  float: left;
  width: 19.2%;
  max-width: 175px;
  margin: 0 2px 2px 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#projectlistwrapper .thumbnails li:last-child {
  margin-right: 0;
}

#projectlistwrapper .project {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 3px solid #333333;
}

#projectslidewrapper {
  display: none;
}

.thumbnails li {
  float: left;
  width: 19%;
  margin: 0 2px 0 0;
}

.thumbnails a {
  display: block;
}

.thumbnails .info {
  display: none;
}

.project .info {
  padding-top: 0;
  color: #fff;
}

.project .info h1,
.project .info h2 {
  color: #fff;
}

.project .info p {
  margin: 7px 3px 7px 0;
  line-height: 150%;
}

.project h1 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}

.project h2 {
  padding: 0 0 8px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  color: #333;
  border-bottom: 2px solid #333333;
}

.project .category {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: 'PT Sans', Helvetica, Lucida Sans, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.project h3 {
  padding: 0;
  margin: 15px 0 5px;
  font-weight: 400;
}

.highlights {
  color: #fff;
}

.project .info ul,
.horizontal .highlights ul {
  margin: 3px 10px 10px 20px;
  list-style: square;
}

.project .info ul li {
  margin-bottom: 10px;
}

.visit,
.visit:visited {
  display: block;
  width: 93%;
  padding: 15px 3%;
  margin: 23px 0 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #666;
  border: 1px solid #222;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #222;
     -moz-box-shadow: inset 0 0 1px 1px #222;
          box-shadow: inset 0 0 1px 1px #222;
}

.visit:hover,
.visit:visited:hover {
  color: #333;
  cursor: pointer;
  background-color: #cbc9bc;
  -webkit-box-shadow: inset 0 0 1px 1px #BFBEB2;
     -moz-box-shadow: inset 0 0 1px 1px #BFBEB2;
          box-shadow: inset 0 0 1px 1px #BFBEB2;
}

.visit:active {
  color: #000000;
  background: #cbc9bc;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
     -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
          box-shadow: inset 0 0 1px 1px #e3e3e3;
}

.close {
  display: none;
}

/* END projects */

/*------------------------------------------  
=header
------------------------------------------*/

.oldie header.page {
  background-color: #000000;
}

header.page {
  width: 100%;
  margin: 0;
  background: #333;
  border-bottom: 2px solid #000;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 1px 1px 2px #000;
     -moz-box-shadow: 1px 1px 2px #000;
          box-shadow: 1px 1px 2px #000;
}

nav {
  padding: 0 3%;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

header.page ul {
  padding: 22px 0 10px;
  margin: 0;
  text-align: center;
  list-style: none;
}

/* END header */

/*------------------------------------------  
=menu
------------------------------------------*/

header a,
nav a {
  text-decoration: none;
  text-transform: uppercase;
}

.menu li {
  display: inline-block;
  margin: 0 5% 10px 0;
}

.menu a,
.menu a:visited {
  padding-bottom: 3px;
  color: #F2F2F2;
}

.menu a:hover,
.menu a:visited:hover {
  color: #ab9632;
}

.menu li.selected a,
.menu li.selected a:hover {
  color: #C82430;
  cursor: default;
}

/* END menu */

/*------------------------------------------  
=footer
------------------------------------------*/

footer.page {
  margin-bottom: 20px;
}

/* END footer */

/*------------------------------------------  
=h1s
------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1 {
  padding: 0;
  margin: 18px 0 .5em;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #333;
  text-transform: uppercase;
}

h2 {
  padding: 10px 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  color: #333;
}

.blog h3 {
  margin-bottom: 10px;
}

h3 {
  padding-top: 10px;
  margin-bottom: .3em;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h4 {
  margin-bottom: 0.6em;
  font-size: 1em;
}

h5,
h6 {
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 700;
}

/* h1s */

/*------------------------------------------  
=form
------------------------------------------*/

#contact-form {
  padding-bottom: 75px;
  margin: 30px 0 0;
}

#contact-form input,
#contact-form textarea {
  font-family: 'Coming Soon', cursive;
  color: #000000;
}

#contact-form .fields {
  margin-right: 40px;
}

#contact-form li li {
  width: 100%;
  margin-right: 0;
}

#contact-form input {
  width: 250px;
}

#contact-form textarea {
  width: 300px;
  height: 200px;
}

#contact-form #submit {
  width: 50%;
  padding: 5px 10px;
  font-family: 'PT Sans', Helvetica, Lucida Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #333;
  box-shadow: 0 1px 2px #000 inset;
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

#contact-form #submit:hover {
  background-color: #AF2C19;
  box-shadow: 0 1px 2px #333333 inset;
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

/* standard */

form div {
  margin: .5em 0;
  clear: both;
}

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

.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}

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

fieldset li {
  padding: 0.5em 0;
  margin: 0;
  list-style: none;
}

li label {
  margin: 0;
}

label + input {
  margin: 5px 0;
}

textarea {
  width: 94%;
  min-height: 5em;
}

input,
textarea,
select,
button {
  padding: .5em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5em;
  line-height: 1.2em;
  background: #fff;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
  -webkit-box-shadow: 0 1px 2px #CCC inset;
     -moz-box-shadow: 0 1px 2px #CCC inset;
          box-shadow: 0 1px 2px #CCC inset;
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
  -webkit-appearance: none;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  box-shadow: 0 1px 2px #2d2d2d inset;
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

optgroup,
option {
  background: transparent;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea,
select {
  border: 0;
  border-color: #bbb #ccc #ccc #bbb;
}

button,
.button,
input[type="file"] > input[type="button"],
input[type="reset"],
input[type="submit"],
select {
  padding: 1% 2%;
  cursor: pointer;
  background: #f9f9f9;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  padding: 0;
  margin: 0 .25em 0 0;
  font-size: 15px;
  line-height: 1em;
  vertical-align: text-top;
  cursor: pointer;
}

input[type="file"] {
  font-size: .714em;
  cursor: pointer;
}

select[size],
select[multiple] {
  background-image: none;
}

/* see .rtl rule */

input ~ label:hover {
  color: #80949a;
  cursor: pointer;
}

/* label after radio */

input[type="radio"] + label {
  width: auto;
  margin: 0 .75em 0 .5em;
  font-size: 1.5em;
  cursor: pointer;
}

/* hover */

input[type="radio"] + label:hover,
input[type="radio"] {
  color: #80949a;
}

input[type=radio]:hover + label {
  color: #80949a;
}

input[type=radio]:hover:checked + label {
  color: #80949a;
}

input[type=radio]:checked + label:hover,
input[type=radio]:checked {
  color: #80949A;
  cursor: default;
}

/* BUTTONS */

button:hover,
.button:hover,
button:focus,
.button:focus,
input[type="file"] > input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  overflow: visible;
  color: #fff;
  background-color: #80949A;
}

button,
.button,
input[type="reset"],
input[type="submit"] {
  width: 48%;
  padding: 15px 2% 14px;
  margin: 0 5px 0 0;
  margin: 8px 8px 0 0;
  font-size: 1em;
  background: #F2F2F2;
}

/* ON FOCUS */

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.focus {
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
}

/* Selected radio button */

input:checked + label {
  font-weight: 700;
  color: #000000;
}

/* for mozilla */

select[size="1"] {
  padding-right: 0;
}

input[type="radio"] {
  vertical-align: center;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
      -ms-appearance: checkbox;
       -o-appearance: checkbox;
}

input[type="checkbox"] {
  vertical-align: center;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
      -ms-appearance: checkbox;
       -o-appearance: checkbox;
}

input[type="checkbox"] + label {
  margin: 0 0.75em 0 0.5em;
  font-size: 1.5em;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

/* custom */

label.error,
label.error:hover {
  display: block;
  width: 90%;
  padding: 10px 0 10px 1%;
  color: #FC4128;
  cursor: default;
}

form input.error {
  border: 1px solid #fc4128;
}

.subform {
  display: none;
  padding: 0 0 0 8%;
}

form p.description {
  font-size: 12px;
  line-height: 150%;
}

label.hidden {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.radiogroup {
  padding: 0 0 0 1%;
}

#confirmation {
  padding: 13px 10px 1px;
  margin-top: 30px;
  line-height: 150%;
  text-align: center;
}

#confirmation h2 {
  font-weight: 700;
}

#grid {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 480px) {
  {
    /*------------------------------------------  
    	=MISC
    	------------------------------------------*/
  
    /* END Misc */
  
    /*------------------------------------------  
    	=header
    	------------------------------------------*/
  
    /* END header */
  
    /*------------------------------------------  
    	=sidebar
    	------------------------------------------*/
  
    /* END sidebar */
  
    /*------------------------------------------  
    	=menu
    	------------------------------------------*/
  
    /* END menu */
  
    /*------------------------------------------  
    	=footer
    	------------------------------------------*/
  
    /* END footer */
  
    /*------------------------------------------  
    	=h1s
    	------------------------------------------*/
  
    /* END h1s */
  
  }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="url"],
  textarea,
  select {
    width: 95%;
  }
}

@media only screen and (min-width: 600px) {
  {
    /*------------------------------------------  
    	=MISC
    	------------------------------------------*/
  
    /* END Misc */
  
    /*------------------------------------------  
    	=header
    	------------------------------------------*/
  
    /* END header */
  
    /*------------------------------------------  
    	=sidebar
    	------------------------------------------*/
  
    /* END sidebar */
  
    /*------------------------------------------  
    	=menu
    	------------------------------------------*/
  
    /* END menu */
  
    /*------------------------------------------  
    	=footer
    	------------------------------------------*/
  
    /* END footer */
  
    /*------------------------------------------  
    	=h1s
    	------------------------------------------*/
  
    /* END h1s */
  
  }
  #introwrapper {
    padding-top: 120px;
  }
  #intro {
    text-align: center;
  }
  .stamp {
    position: absolute;
    top: -35px;
    left: 80%;
    display: block;
    width: 108px;
    height: 126px;
    background: url(/assets/img/stamp.png) no-repeat 0 0px;
  }
  .follow-up .wide-col {
    margin-top: 80px;
  }
  .section {
    padding-top: 100px;
  }
  #projects > h1 {
    display: none;
  }
  .project .close {
    display: none;
  }
  #projectlistwrapper .thumbnails li {
    margin: 0 5px 5px 0px;
  }
  .visit,
  .visit:visited {
    display: inline;
    width: auto;
    padding: 2px 4px 2px 0;
    margin: 0;
    line-height: auto;
    color: #fff;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase;
    background: none;
    background-color: none;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .visit i {
    display: inline-block;
    width: 13px;
    height: 10px;
    background-image: url(/assets/img/visit.svg);
    background-repeat: no-repeat;
    background-repeat: none;
    background-size: contain;
  }
  .visit:hover,
  .visit:visited:hover {
    color: #C82430;
    background: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .visit:hover i,
  .visit:visited:hover i {
    background-image: url(/assets/img/visit-hover.svg);
    background-repeat: none;
  }
  #logo {
    display: block;
    width: 228px;
    height: 38px;
    margin-top: 12px;
    text-indent: -9999px;
    background: url(/assets/img/logo.png) 0 0 no-repeat;
  }
  header.page {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    min-height: 65px;
    margin: 0 0 0px 0;
    border-bottom: none;
  }
  header.page ul {
    list-style: none;
  }
  #sidebar ul {
    list-style: none;
  }
  .menu li {
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 0;
  }
  .line {
    width: 0;
    height: 2px;
    margin-top: 3px;
    background-color: #fff;
    -webkit-transition: width 0.25s ease-in-out;
       -moz-transition: width 0.25s ease-in-out;
        -ms-transition: width 0.25s ease-in-out;
         -o-transition: width 0.25s ease-in-out;
            transition: width 0.25s ease-in-out;
  }
  a:hover .line {
    width: 100%;
    background-color: #AB9632;
    -webkit-transition: width 0.25s ease-in-out;
       -moz-transition: width 0.25s ease-in-out;
        -ms-transition: width 0.25s ease-in-out;
         -o-transition: width 0.25s ease-in-out;
            transition: width 0.25s ease-in-out;
  }
  .selected a .line {
    width: 100%;
    background-color: #C82430;
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
  }
}

@media only screen and (min-width: 768px) {
  {
    /*------------------------------------------  
    	=BLOG
    	------------------------------------------*/
  
    /* end BLOG */
  
    /*------------------------------------------  
    	=MISC
    	------------------------------------------*/
  
    /* END Misc */
  
    /*------------------------------------------  
    	=header
    	------------------------------------------*/
  
    /* END header */
  
    /*------------------------------------------  
    	=sidebar
    	------------------------------------------*/
  
    /* END sidebar */
  
    /*------------------------------------------  
    	=menu
    	------------------------------------------*/
  
    /* END menu */
  
    /*------------------------------------------  
    	=footer
    	------------------------------------------*/
  
    /* END footer */
  
    /*------------------------------------------  
    	=h1s
    	------------------------------------------*/
  
    /* END h1s */
  
  }
  section {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  section.sectionbox {
    width: 100%;
  }
  section.parallax {
    width: 100%;
  }
  h1.logotitle {
    width: 100%;
  }
  #intro {
    padding-top: 19px;
    padding-bottom: 22px;
  }
  #intro .make {
    line-height: 400%;
  }
  #intro .create {
    display: block;
  }
  #ideaboard header {
    max-width: 500px;
  }
  .blog {
    padding-top: 85px;
  }
  .wide-col {
    float: left;
    width: 58%;
    clear: right;
  }
  .narrow-col {
    float: right;
    width: 300px;
    padding: 20px;
    clear: right;
    background: #FFF;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
  #sidebar {
    display: block;
    float: right;
    width: 31%;
    padding: 20px;
    clear: right;
  }
  .box h2 {
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: .03em;
    color: #777;
    text-transform: uppercase;
  }
  .box ul li {
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .box {
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
  }
  .wrap {
    width: 98%;
    margin: 0 auto;
  }
  #sort .box {
    position: relative;
    float: left;
    width: 295px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #FFF;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
  span.view-large {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    background: url(/assets/img/bigger.png) no-repeat center #000000;
    background: url(/assets/img/bigger.png) no-repeat center rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 0 0 0 10px;
       -moz-border-radius: 0 0 0 10px;
            border-radius: 0 0 0 10px;
  }
  .alignleft {
    float: left;
    clear: left;
  }
  img.alignleft,
  .alignleft img {
    margin: 0 25px 5px 0;
  }
  .alignright {
    float: right;
    clear: right;
  }
  img.alignright,
  .alignright img {
    margin: 0 0 5px 25px;
  }
  .aligncenter {
    margin: auto;
    clear: both;
    text-align: center;
  }
  .alignnone {
    display: block;
    float: none;
    clear: both;
  }
  .oldie #logo {
    margin-right: 20px;
  }
  header.page ul {
    padding: 22px 0 10px 0px;
    margin: 0 auto 0px auto;
    list-style: none;
  }
  #sidebar ul {
    margin-left: 0;
    list-style: none;
  }
  .widget,
  #sidebar ul {
    margin-bottom: 40px;
  }
  ul#recent {
    margin-right: 15px;
    margin-left: 15px;
  }
  #recent li:first-child {
    border-top: 1px dotted #000;
  }
  #recent li {
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    border-bottom: 1px dotted #000;
  }
  #sidebar h3 {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #FFFFFF;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.45);
    background-color: rgba(57, 75, 86, 0.7);
    background-repeat: repeat;
    background-size: auto auto;
  }
  .simple-flickr-photostream {
    margin-bottom: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .picture-item a {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  }
  .picture-item a {
    -moz-transition-delay: 0s;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
  }
  .picture-item a {
    display: inline;
    float: left;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 15px;
    clear: right;
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    background-clip: border-box;
    background-origin: padding-box;
  }
  .menu li {
    margin-right: 2%;
    margin-left: 2%;
  }
}

@media only screen and (min-width: 992px) {
  {
    /*------------------------------------------  
    	=INTRO
    	------------------------------------------*/
  
    /* end intro */
  
    /*------------------------------------------  
    	=passion
    	------------------------------------------*/
  
    /*------------------------------------------  
    	=MISC
    	------------------------------------------*/
  
    /* END Misc */
  
    /*------------------------------------------  
    	=PROJECTS
    	------------------------------------------*/
  
    /* END Projects */
  
    /*------------------------------------------  
    	=header
    	------------------------------------------*/
  
    /* END header */
  
    /*------------------------------------------  
    	=sidebar
    	------------------------------------------*/
  
    /* END sidebar */
  
    /*------------------------------------------  
    	=menu
    	------------------------------------------*/
  
    /* END menu */
  
    /*------------------------------------------  
    	=footer
    	------------------------------------------*/
  
    /* END footer */
  
    /*------------------------------------------  
    	=h1s
    	------------------------------------------*/
  
    /* END h1s */
  
  }
  .pagewrapper {
    position: relative;
    padding: 0 0px;
    margin: 0 auto;
  }
  .primary {
    padding-top: 150px;
  }
  #primary {
    position: relative;
    padding-top: 0;
    margin: 0 auto;
  }
  .section {
    padding: 0;
    padding-top: 75px;
    border: none;
  }
  #introwrapper {
    padding-top: 130px;
    padding-right: 5px;
    padding-bottom: 6px;
  }
  #intro span {
    display: block;
    color: #000;
  }
  #intro .welcome {
    font-size: 32px;
  }
  #intro .create {
    font-size: 22px;
    line-height: 175%;
  }
  #intro .make {
    font-size: 15px;
    line-height: 275%;
  }
  #work {
    background-color: transparent;
  }
  #work .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(/assets/img/workbackground.png) center -50px no-repeat;
  }
  #projects {
    position: relative;
    top: 100px;
    z-index: 1;
    width: 100%;
    min-width: 900px;
    min-height: 360px;
    padding: 0 0px 0px 0px;
    margin: 0 auto 0px auto;
  }
  .projectcontainer {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .projectcontainerwrapper {
    z-index: 1;
    background-color: rgba(50, 50, 50, 0);
    opacity: 0;
    visibility: hidden;
  }
  .open .projectcontainerwrapper {
    background-color: #323232;
    opacity: 1;
    visibility: visible;
  }
  #projectslidewrapper {
    display: block;
  }
  .oldie #projectslidewrapper {
    display: none;
  }
  #projects #projectlistwrapper {
    display: none;
  }
  .oldie #projects #projectlistwrapper {
    display: block;
  }
  .upper {
    position: absolute;
    top: 0;
  }
  .lower {
    position: absolute;
    bottom: 0;
  }
  .thumbnailswrapper {
    z-index: 300;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .thumbnails {
    list-style: none;
  }
  .thumbnails li {
    float: left;
    width: 20%;
    height: 175px;
    max-width: 175px;
    margin: 0 5px 5px 0px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
  .thumbnails a,
  .thumbnails a:visited {
    position: relative;
    display: block;
    display: table;
    width: 175px;
    height: 100%;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background-color: #efefef;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .thumbnails .info {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: 0;
  }
  .thumbnails .info span {
    display: block;
    padding: 5px 10% 0 10%;
    text-align: center;
  }
  .thumbnails .title {
    font-size: 18px;
  }
  .thumbnails .category {
    padding-top: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: italic;
  }
  .thumbnails li img {
    position: absolute;
    -webkit-transition: opacity 0.25s ease-in-out;
       -moz-transition: opacity 0.25s ease-in-out;
        -ms-transition: opacity 0.25s ease-in-out;
         -o-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out;
  }
  .open .thumbnails li a:hover img {
    opacity: 1;
  }
  .thumbnails li a:hover img {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    -webkit-transition: opacity 0.25s ease-in-out;
       -moz-transition: opacity 0.25s ease-in-out;
        -ms-transition: opacity 0.25s ease-in-out;
         -o-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out;
  }
  .oldie .bx-wrapper {
    opacity: 0;
  }
  .bx-wrapper {
    position: absolute;
    z-index: 100;
    width: 900px;
    height: 396px;
    margin-right: auto;
    margin-left: auto;
    visibility: hidden;
  }
  .bx-window {
    width: 896px;
  }
  #projects .bx-prev {
    position: absolute;
    top: 175px;
    left: -55px;
    z-index: 300;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background: url(/assets/img/projects-bx-prev.png) right 0 no-repeat;
    -webkit-transition: width 0.25s ease-in-out;
       -moz-transition: width 0.25s ease-in-out;
        -ms-transition: width 0.25s ease-in-out;
         -o-transition: width 0.25s ease-in-out;
            transition: width 0.25s ease-in-out;
  }
  #projects .bx-prev:hover {
    width: 95px;
    background-position: right -51px;
    -webkit-transition: width 0.25s ease-in-out;
       -moz-transition: width 0.25s ease-in-out;
        -ms-transition: width 0.25s ease-in-out;
         -o-transition: width 0.25s ease-in-out;
            transition: width 0.25s ease-in-out;
  }
  #projects .bx-next {
    position: absolute;
    top: 175px;
    right: -50px;
    z-index: 300;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background: url(/assets/img/projects-bx-next.png) 0 0 no-repeat;
    -webkit-transition: width 0.25s ease-in-out;
       -moz-transition: width 0.25s ease-in-out;
        -ms-transition: width 0.25s ease-in-out;
         -o-transition: width 0.25s ease-in-out;
            transition: width 0.25s ease-in-out;
  }
  #projects .bx-next:hover {
    width: 95px;
    background-position: 0 -51px;
    -webkit-transition: width 0.25s ease-in-out;
       -moz-transition: width 0.25s ease-in-out;
        -ms-transition: width 0.25s ease-in-out;
         -o-transition: width 0.25s ease-in-out;
            transition: width 0.25s ease-in-out;
  }
  #slidewrapper {
    position: absolute;
    z-index: 200;
    height: 430px;
    overflow: hidden;
  }
  .project {
    position: relative;
    min-height: 392px;
    padding-top: 3px;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .project h1 {
    margin-top: 10px;
    font-size: 23px;
  }
  .project .info {
    float: left;
    width: 32%;
    padding-top: 20px;
    margin-left: 15px;
    font-size: 11px;
    color: #fff;
  }
  .project .info ul li {
    margin-bottom: 5px;
  }
  .horizontal ul li {
    margin-bottom: 2px;
  }
  .project .slideshow {
    float: left;
    width: 585px;
    height: 389px;
    margin: 0 0px 0px 0px;
  }
  .project .close {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 20px;
    padding-right: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
  }
  .project .close:hover {
    color: #C9252C;
    background-position: right -28px;
  }
  .horizontal .slideshow {
    float: none;
    width: 896px;
    height: 223px;
    margin: 0 0px 0px 0px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
        -ms-box-shadow: none;
            box-shadow: none;
  }
  .horizontal h1 {
    margin-top: 0;
    font-size: 21px;
    line-height: 100%;
  }
  .horizontal .info {
    float: left;
    width: 40%;
    padding-top: 10px;
    margin-right: 23px;
    margin-left: 0;
    color: #fff;
  }
  .horizontal .highlights {
    float: left;
    width: 50%;
    color: #fff;
  }
  .oldie .close {
    display: none;
  }
  nav {
    max-width: 90%;
    padding: 0 7% 0px 7%;
    margin: 0 auto 0px auto;
  }
}

@media only screen and (min-width: 1100px) {
  {
    /*------------------------------------------  
    	=MISC
    	------------------------------------------*/
  
    /* END Misc */
  
    /*------------------------------------------  
    	=header
    	------------------------------------------*/
  
    /* END header */
  
    /*------------------------------------------  
    	=sidebar
    	------------------------------------------*/
  
    /* END sidebar */
  
    /*------------------------------------------  
    	=menu
    	------------------------------------------*/
  
    /* END menu */
  
    /*------------------------------------------  
    	=footer
    	------------------------------------------*/
  
    /* END footer */
  
    /*------------------------------------------  
    	=h1s
    	------------------------------------------*/
  
    /* END h1s */
  
  }
  #projects .bx-prev {
    left: -100px;
    width: 95px;
  }
  #projects .bx-prev:hover {
    width: 95px;
    background-position: right -51px;
  }
  #projects .bx-next {
    right: -100px;
    width: 95px;
  }
  #projects .bx-next:hover {
    width: 95px;
    background-position: 0 -51px;
  }
}

/*------------------------------------------  
=MISC
------------------------------------------*/

/* END Misc */

/*------------------------------------------  
=header
------------------------------------------*/

/* END header */

/*------------------------------------------  
=sidebar
------------------------------------------*/

/* END sidebar */

/*------------------------------------------  
=menu
------------------------------------------*/

/* END menu */

/*------------------------------------------  
=footer
------------------------------------------*/

/* END footer */

/*------------------------------------------  
=h1s
------------------------------------------*/

/* END h1s */