/* line 60, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 65, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
html, body {
  height: 100% !important;
  min-height: 100%;
  background: #ccc;
  font-size: 16px; }
  @media screen and (max-width: 620px) {
    /* line 65, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    html, body {
      font-size: 13px; } }

/* 
	Typography
*/
/* line 79, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
h1 {
  font-size: 5em; }

/* line 83, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
h1, h2 {
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px; }

/* line 89, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000; }

/* line 93, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
p {
  font-size: 1.35em;
  color: #888; }
  /* line 96, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  p.small {
    font-size: 1em; }

/* line 101, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
a {
  outline: none !important; }

/* 
	Modes
*/
/* line 109, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.dark {
  background: #000;
  color: #555; }
  /* line 112, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #fff; }

/* line 116, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.white {
  background: #fff; }

/* line 119, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.dark.trans {
  background: rgba(0, 0, 0, 0.8); }

/* line 122, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.white.trans {
  background: rgba(255, 255, 255, 0.8); }

/* line 125, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.blue {
  background: #558099;
  color: #afcce0; }
  /* line 128, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  .blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 {
    color: #fff; }

/*
	Layout
*/
/* line 137, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.centered {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 250px; }

/* line 143, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.centered.medium {
  width: 100%;
  max-width: 500px;
  padding: 0 20px; }

/* line 149, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.centered.large {
  max-width: 920px;
  padding: 20px;
  width: 100%;
  min-height: 400px; }
  @media screen and (max-width: 992px) {
    /* line 149, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    .centered.large {
      position: relative !important;
      padding: 0 !important;
      height: auto !important; } }

/* line 161, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
section {
  min-height: 100%;
  width: 100%;
  position: relative;
  padding: 75px 30px; }
  @media screen and (max-width: 620px) {
    /* line 161, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    section {
      padding: 50px 20px; } }
  /* line 169, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  section#home {
    height: 100%; }
    /* line 171, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    section#home p {
      color: #fff; }
  /* line 176, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  section#about .centered {
    height: 250px; }
  /* line 181, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  section#portfolio .item {
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 620px) {
      /* line 181, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
      section#portfolio .item {
        margin-bottom: 20px; } }
    /* line 190, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    section#portfolio .item img {
      max-width: 100%;
      width: 100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    /* line 195, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    section#portfolio .item .caption {
      position: absolute;
      top: 20px;
      left: 20px;
      bottom: 20px;
      right: 20px;
      background: #fff;
      background: rgba(255, 255, 255, 0.9);
      color: #666;
      padding: 40px 30px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
      /* line 196, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
      section#portfolio .item .caption .centered {
        height: 100px; }
      /* line 208, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
      section#portfolio .item .caption h3 {
        color: #000; }
        @media screen and (max-width: 620px) {
          /* line 208, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
          section#portfolio .item .caption h3 {
            font-size: 1.2em; } }
      /* line 214, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
      section#portfolio .item .caption p {
        font-size: 1em; }
    /* line 218, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    section#portfolio .item:hover .caption {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      transform: scale(1, 1); }
    /* line 223, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    section#portfolio .item:hover img {
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
  /* line 228, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  section .block {
    padding: 40px; }

/* line 234, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
img.fs {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0; }
/* line 243, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
img.faded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background: #000; }

/* line 249, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
form {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  /* line 255, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  form .form-control {
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  /* line 259, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  form input[type='submit'].form-control {
    margin-bottom: 0;
    background: #000;
    color: #fff;
    border: 0;
    font-family: "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }
    /* line 267, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    form input[type='submit'].form-control:hover {
      background: #333; }
  /* line 271, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  form:hover {
    border: 1px solid #000; }

/* line 276, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none; }
  /* line 281, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  .overlay img, .overlay iframe {
    width: auto;
    max-width: 80%;
    max-height: 80%;
    height: auto; }
  /* line 287, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  .overlay .fa-times, .overlay .prev, .overlay .next {
    position: absolute;
    top: 5%;
    right: 3%;
    color: #555;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #555;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    /* line 298, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    .overlay .fa-times:hover, .overlay .prev:hover, .overlay .next:hover {
      text-decoration: none;
      color: #fff;
      border: 1px solid #fff; }
  /* line 304, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  .overlay .prev, .overlay .next {
    top: 50%;
    margin-top: -20px; }
  /* line 308, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  .overlay .prev {
    left: 3%;
    right: auto; }

/*
	Navigation
*/
/* line 318, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
nav#main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: #000;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  /* line 327, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  nav#main .logo {
    height: 80px;
    line-height: 80px;
    padding: 0 40px;
    position: absolute;
    left: 0;
    color: #666;
    font-family: "Oswald", Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (max-width: 620px) {
      /* line 327, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
      nav#main .logo {
        padding: 0 12px; } }
  /* line 342, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  nav#main ul {
    list-style: none;
    height: 80px;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (max-width: 620px) {
      /* line 342, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
      nav#main ul {
        text-align: right; } }
    /* line 352, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    nav#main ul li {
      height: 80px;
      display: inline-block;
      border-left: 1px solid #222;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      /* line 357, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
      nav#main ul li a {
        height: 80px;
        display: inline-block;
        padding: 0 40px;
        line-height: 80px;
        color: #666;
        font-family: "Oswald", Arial, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        @media screen and (max-width: 620px) {
          /* line 357, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
          nav#main ul li a {
            padding: 0 12px; } }
        /* line 370, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
        nav#main ul li a:hover {
          text-decoration: none;
          background: #222;
          color: #fff; }
        /* line 375, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
        nav#main ul li a.active {
          background: #222;
          color: #fff; }
      /* line 380, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
      nav#main ul li:last-child {
        border-right: 1px solid #222; }
  /* line 385, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  nav#main.affix {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: auto;
    height: 40px;
    border-bottom: 1px solid #222; }
    /* line 392, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    nav#main.affix .logo {
      height: 480px;
      line-height: 40px;
      padding: 0 10px; }
    /* line 397, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
    nav#main.affix ul {
      height: 40px; }
      /* line 399, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
      nav#main.affix ul li {
        height: 40px; }
        /* line 401, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
        nav#main.affix ul li a {
          height: 40px;
          line-height: 40px; }

/* line 410, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.social-icons {
  margin: 20px 0; }

/* line 414, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  /* line 424, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  .icon:hover {
    color: #000;
    text-decoration: none;
    border: 1px solid #555;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); }

/* line 432, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.form-control-feedback {
  display: none; }

/* line 437, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.has-feedback .form-control-feedback {
  display: inline-block;
  margin-top: -24px; }

/* line 443, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
.loader {
  border: 2px solid #555;
  width: 50px;
  height: 50px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-animation: load 1s infinite;
  /* Chrome, Safari, Opera */
  animation: load .3s infinite; }

@-webkit-keyframes load {
  /* line 459, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  0% {
    height: 50px;
    -webkit-transform: rotate(0); }

  /* line 460, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  50% {
    height: 0;
    margin-top: 0;
    -webkit-transform: rotate(180deg); }

  /* line 461, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  100% {
    height: 50px;
    margin-top: -25px;
    -webkit-transform: rotate(360deg); } }

@keyframes load {
  /* line 466, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  0% {
    height: 50px; }

  /* line 467, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  50% {
    height: 0;
    margin-top: 0; }

  /* line 468, /Users/kaj/Dropbox/freelance/Themanoid/Themes/SIR/dev-mac/source/stylesheets/style.scss */
  100% {
    height: 50px;
    margin-top: -25px; } }
