html {
  overflow-y: scroll;
}
@font-face {
  font-family: Faktos;
  src: url('../fonts/faktos-webfont.eot');
  src: url('../fonts/faktos-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/faktos-webfont.woff') format('woff'), url('../fonts/faktos-webfont.ttf') format('truetype'), url('../fonts/faktos-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  background: url("../images/tactile_noise.png") repeat fixed #222222;
  color: #ccc;
  font-size: 14px;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
#wrapper {
  max-width: 1002px;
  margin: 0 auto;
  padding: 0 20px;
  background: #333;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
}
header {
  margin-bottom: 30px !important;
}
#logo {
  display: block;
  background: url("../images/logo.png");
  text-indent: -9999px;
  width: 220px;
  height: 68px;
  margin: 0;
}
.logo {
  font-weight: normal;
  float: left;
  margin-bottom: 0;
}
.logo .name {
  font-family: Faktos, Arial, sans-serif;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 3px 5px #000;
  display: block;
}
.logo .name:hover,
.logo .name:focus {
  text-decoration: none;
  color: #ccc;
}
.logo .tagline {
  font-size: 14px;
  color: #999;
}
ul {
  margin-top: 0;
  list-style: none;
}
hr {
  margin-bottom: 10px;
  border: 1px dotted #666;
}
p {
  margin: 0 0 15px;
}
a {
  color: #fc0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fc0;
  text-decoration: underline;
}
#menu {
  float: right;
  margin: 20px 0 0 0;
  padding: 0;
}
#menu li {
  float: left;
}
#menu li + li {
  margin-left: 20px;
}
#menu a {
  color: #ccc;
  font-weight: normal;
  text-decoration: none;
  display: block;
  background-color: transparent;
  padding: 6px 10px;
  font-size: 18px;
  border-radius: 4px;
}
#menu a:hover,
#menu a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
#menu #current a {
  color: #fff;
  background-color: #222;
}
#menu #current a:hover,
#menu #current a:focus {
  background-color: #000;
}
#menu .break {
  margin: 0;
  display: none;
}
.intro {
  margin-bottom: 25px;
}
.btn-inline {
  padding: 2px 6px;
  margin: 0 4px;
}
.row-margin > div {
  margin-bottom: 10px;
}
.design-dev > div:not(.row),
.design-dev .row p:first-child {
  border-top: 1px dotted #aaa;
  padding-top: 10px;
}
.employer {
  margin-right: 5px;
  float: right;
  opacity: 0.4;
}
.employer img {
  width: 25px;
}
.employer:hover {
  opacity: 1;
}
.resume-header {
  font-family: Faktos, Arial, sans-serif;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
}
.experience ul {
  padding-left: 20px;
}
.resume-row > div {
  float: left;
  margin-bottom: 20px;
}
.rsection-header {
  width: 30%;
  padding-right: 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}
.rsection-content {
  width: 70%;
}
.rsection-content ul {
  margin-bottom: 15px;
}
.resume-icons {
  float: right;
  margin-bottom: 15px;
}
.resume-icons a + a {
  margin-left: 10px;
}
.resume-icons a {
  color: #666;
  text-decoration: none;
}
.resume-icons a:hover {
  color: #fff;
}
@media (max-width: 600px) {
  .resume-row + .resume-row {
    border-top: 1px dotted #CCC;
    padding-top: 20px;
  }
  .resume-row > div {
    float: none;
    width: 100%;
  }
  .rsection-header {
    text-align: left;
  }
  .resume-icons {
    float: none;
  }
}
footer {
  margin: 20px -20px 0 -20px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
}
footer div {
  min-height: auto !important;
}
#footer-info {
  float: left;
}
#social {
  text-align: right;
}
#social a + a {
  margin-left: 5px;
}
#social a {
  color: #666;
}
#social a:hover {
  color: #fff;
}
::selection {
  background: #fc0;
  color: #000;
  text-shadow: none;
}
::-moz-selection {
  background: #fc0;
  color: #000;
  text-shadow: none;
}
pre ::selection {
  background: #999;
  color: inherit;
  text-shadow: none;
  /* Safari */
}
pre ::-moz-selection {
  background: #666;
  color: inherit;
  text-shadow: none;
  /* Firefox */
}
pre {
  border-radius: 4px;
}
iframe {
  border: none;
}
.thumbs {
  padding-left: 0;
  text-align: center;
}
.thumbs li {
  display: inline-block;
}
.thumbs a {
  display: block;
  position: relative;
}
.thumbs a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0 solid #fff;
  -webkit-transition: border-width 200ms, background-color 200ms;
  transition: border-width 200ms, background-color 200ms;
}
.thumbs a:hover:after,
.thumbs .active a:after {
  border-width: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
.thumbs a:active {
  left: 1px;
  top: 1px;
}
.thumbs img {
  display: block;
}
.thumbs li + li {
  margin-left: 0px;
}
#sv-container object {
  width: 100% !important;
  height: 100% !important;
}
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 940px) {
  .logo,
  #menu {
    float: none;
    text-align: center;
  }
  #menu li {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 745px) {
  #footer-info {
    float: none;
  }
  #social {
    text-align: left;
    margin-top: 15px;
  }
}
@media (max-width: 725px) {
  #menu a {
    font-size: 13px;
  }
  header {
    padding-bottom: 15px;
    border-bottom: 1px dotted #000;
  }
}
@media (max-width: 615px) {
  #menu .break {
    display: block;
  }
  #menu .break + li {
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  #menu li + li {
    margin-left: 0px;
  }
}