@charset "UTF-8";
/* ==========================================================================
   Vars
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }

  .visible-mobile {
    display: block !important;
  }

  .visible-mobile-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 950px) {
  .hidden-desktop {
    display: none !important;
  }

  .visible-desktop {
    display: block;
  }

  .visible-desktop-inline-block {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .hidden-desktop {
    display: none !important;
  }

  .visible-desktop {
    display: block;
  }

  .visible-desktop-inline-block {
    display: inline-block;
  }
}
/* ==========================================================================
   01 - General
   ========================================================================== */
::selection {
  background: #0f7e8e;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #0f7e8e;
  /* Gecko Browsers */
}

body {
  background: #222 url("/images/concrete-wall.png") top left repeat;
  background-attachment: fixed;
  font-family: "Roboto Slab", serif;
  color: #fff;
  font-size: 0.7em;
  font-weight: 300;
  letter-spacing: 0.05em;
}

h1 {
  font-family: "Fjalla One", sans-serif;
  color: #cfcbcb;
  font-size: 2.5em;
  letter-spacing: 0.25em;
  text-shadow: 1px 1px 2px black;
}

h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
h2 span {
  font-family: "Roboto Slab", serif;
  font-size: 0.25em;
  font-weight: normal;
  letter-spacing: 0.15em;
  vertical-align: middle;
  width: 90px;
  display: inline-block;
  margin-right: 5px;
}
h2.left span {
  text-align: right;
}
h2.right span {
  text-align: left;
  margin-right: 0;
  margin-left: 5px;
}

h3 {
  text-transform: uppercase;
  font-size: 1.85em;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 0 25px 0;
  font-family: "Fjalla One", sans-serif;
}

h4 {
  margin: 0;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-size: 1.3em;
}

h5 {
  margin: 0;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: normal;
}

a {
  color: #cfcbcb;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
a:hover {
  border-bottom: 1px solid #cfcbcb;
}
a.no-border:hover {
  border-bottom: 1px solid transparent;
}

p {
  line-height: 1.8em;
  margin-bottom: 15px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-padding-start: 0;
}
ul.hlist li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
ul.hlist li:last-child {
  margin-right: 0;
}
ul.vlist li {
  list-style: none;
  margin-bottom: 10px;
}

.line {
  width: 1px;
  height: 100%;
  position: absolute;
  border-left: 1px solid #555555;
  margin-left: 86px;
}
.line.r-line {
  right: 71px;
  margin-right: 15px;
}
.line.h-line {
  height: 1px;
  width: 100%;
  border: none;
  margin: 0;
  border-top: 1px solid #555555;
}

.abs {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.down-arrows {
  bottom: 20px;
  position: absolute;
  left: calc(50% - 5px);
}
.down-arrows span {
  display: block;
  transform: rotate(-90deg) !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
.down-arrows span:hover {
  cursor: pointer;
  color: #0f7e8e;
}

.error-msg {
  margin-top: 50px;
}
.error-msg p {
  margin: 0;
}

/* ==========================================================================
   02 - IconFont
   ========================================================================== */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-business:before {
  content: "";
}

.flaticon-arrows:before {
  content: "";
}

.flaticon-communication:before {
  content: "";
}

.flaticon-photo:before {
  content: "";
}

.flaticon-social:before {
  content: "";
}

.flaticon-camera:before {
  content: "";
}

.flaticon-circle:before {
  content: "";
}

.flaticon-arrow:before {
  content: "";
}

.flaticon-book:before {
  content: "";
}

.flaticon-tool:before {
  content: "";
}

.flaticon-technology:before {
  content: "";
}

.flaticon-linkedin:before {
  content: "";
}

.flaticon-social-media:before {
  content: "";
}

.flaticon-black:before {
  content: "";
}

.flaticon-signs:before {
  content: "";
}

/* ==========================================================================
   03 - Nav
   ========================================================================= */
nav {
  background: rgba(34, 34, 34, 0.95);
  height: 70px;
  border-bottom: 1px solid #555555;
  position: fixed;
  width: 100%;
  z-index: 1001;
  top: -70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  -moz-timing-function: cubic-bezier(0.42, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
@media only screen and (max-width: 768px) {
  nav {
    background-color: transparent;
    top: 0;
    position: fixed;
    height: 50px;
  }
}
nav.showMeTheMoney {
  -webkit-transform: translate3d(0, 70px, 0px);
  -moz-transform: translate3d(0, 70px, 0px);
  -ms-transform: translate3d(0, 70px, 0px);
  -o-transform: translate3d(0, 70px, 0px);
  transform: translate3d(0, 70px, 0px);
}
nav .container {
  width: 960px;
  margin: 0 auto;
  display: table;
  height: 70px;
}
@media only screen and (max-width: 768px) {
  nav .container {
    height: 50px;
  }
}
nav .logo {
  display: table-cell;
  vertical-align: middle;
  width: 44px;
}
nav .logo img {
  width: 75px;
}
@media only screen and (max-width: 768px) {
  nav .logo img {
    width: 50px;
  }
}
nav .logo:hover {
  opacity: 0.8;
}
nav .hlist {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  height: 70px;
}
nav .hlist li {
  margin-right: 25px;
}
nav .hlist li a {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
}
nav .hlist li a:hover, nav .hlist li a.active {
  border-bottom: 1px solid #0f7e8e;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  nav .mobile-menu .container {
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    z-index: 1002;
    background: rgba(34, 34, 34, 0.95);
  }
  nav .mobile-menu .container .logo {
    width: 100%;
    display: block;
    padding-top: 6px;
    z-index: 2;
  }
  nav .mobile-menu .container .logo img {
    width: 60px;
  }
  nav .mobile-menu .c-hamburger {
    display: block;
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 46px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.15s;
    z-index: 3;
  }
  nav .mobile-menu .c-hamburger:focus {
    outline: none;
  }
  nav .mobile-menu .c-hamburger span {
    display: block;
    position: absolute;
    top: 23px;
    left: 15px;
    right: 5px;
    height: 3px;
    background-color: #0f7e8e;
  }
  nav .mobile-menu .c-hamburger span:before, nav .mobile-menu .c-hamburger span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0f7e8e;
    content: "";
  }
  nav .mobile-menu .c-hamburger span:before {
    top: -6px;
  }
  nav .mobile-menu .c-hamburger span:after {
    bottom: -6px;
  }
  nav .mobile-menu .c-hamburger--htx span {
    transition: background 0s 0.15s;
  }
  nav .mobile-menu .c-hamburger--htx span:before, nav .mobile-menu .c-hamburger--htx span:after {
    transition-duration: 0.15s, 0.15s;
    transition-delay: 0.15s, 0s;
  }
  nav .mobile-menu .c-hamburger--htx span:before {
    transition-property: top, transform;
  }
  nav .mobile-menu .c-hamburger--htx span:after {
    transition-property: bottom, transform;
  }
  nav .mobile-menu .c-hamburger--htx.isActive span {
    background: none !important;
  }
  nav .mobile-menu .c-hamburger--htx.isActive span:before {
    top: 0;
    transform: rotate(45deg);
  }
  nav .mobile-menu .c-hamburger--htx.isActive span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  nav .mobile-menu .c-hamburger--htx.isActive span:before, nav .mobile-menu .c-hamburger--htx.isActive span:after {
    transition-delay: 0s, 0.15s;
  }
  nav .mobile-menu .drop-menu {
    background: rgba(34, 34, 34, 0.95);
    position: absolute;
    top: -200px;
    width: 100%;
    z-index: 1001;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
    -moz-timing-function: cubic-bezier(0.42, 0, 1, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  nav .mobile-menu .drop-menu.isActive {
    -webkit-transform: translate3d(0, 251px, 0px);
    -moz-transform: translate3d(0, 251px, 0px);
    -ms-transform: translate3d(0, 251px, 0px);
    -o-transform: translate3d(0, 251px, 0px);
    transform: translate3d(0, 251px, 0px);
  }
  nav .mobile-menu .drop-menu .vlist {
    padding: 15px;
  }
  nav .mobile-menu .drop-menu .vlist li a {
    padding: 5px 0;
    display: table;
    width: 100%;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
  }
  nav .mobile-menu .drop-menu .vlist li a > * {
    display: table-cell;
    vertical-align: middle;
  }
  nav .mobile-menu .drop-menu .vlist li a > *.fi {
    padding-right: 10px;
    width: 25px;
    text-align: left;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
  }
  nav .mobile-menu .drop-menu .vlist li a:hover {
    background-color: transparent;
    color: #fff;
  }
  nav .mobile-menu .drop-menu .vlist li a:hover .fi {
    color: #0f7e8e;
  }
  nav .mobile-menu .drop-menu .vlist li.skills .fi, nav .mobile-menu .drop-menu .vlist li.port .fi {
    font-size: 1.3em;
  }
  nav .mobile-menu .drop-menu .vlist li:last-child {
    margin-bottom: 0;
  }
}

/* ==========================================================================
   04 - Footer
   ========================================================================= */
footer {
  background-color: #eee;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
}
footer .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
footer .container .line {
  top: -80px;
  height: 30px;
}
footer .container .line.r-line {
  right: 86px;
  height: 60px;
}
footer .container .content {
  width: 100%;
  display: table;
}
@media only screen and (max-width: 768px) {
  footer .container .content {
    display: block;
  }
}
footer .container .content > * {
  display: table-cell;
  vertical-align: middle;
}
footer .container .logo {
  width: 71px;
  padding-right: 25px;
}
footer .container .logo img {
  width: 71px;
}
@media only screen and (max-width: 768px) {
  footer .container .logo {
    padding-left: 5%;
  }
}
footer .container .text .vlist li {
  line-height: 1em;
  margin-bottom: 15px;
}
footer .container .text .vlist li h3 {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.7em;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #222;
  margin: 0;
  line-height: 1em;
}
footer .container .text .vlist li h4 {
  margin: 0;
  color: #222;
  line-height: 1em;
}
footer .container .text .vlist li a {
  color: #666;
}
footer .container .text .vlist li a span {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
footer .container .text .vlist li a:hover {
  border-bottom: transparent;
}
footer .container .text .vlist li a:hover .fi {
  color: #0f7e8e;
}
footer .container .text .vlist li:last-child {
  margin-bottom: 0;
}
footer .container .right {
  text-align: right;
  color: #666;
}
@media only screen and (max-width: 768px) {
  footer .container .right {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
footer .container .right .vlist li .hlist li {
  margin-right: 20px;
  margin-bottom: 0;
}
footer .container .right .vlist li .hlist li a span {
  font-size: 2em;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
footer .container .right .vlist li .hlist li a span.flaticon-linkedin {
  font-size: 1.6em;
}
footer .container .right .vlist li .hlist li a span.flaticon-social-media {
  font-size: 1.8em;
}
footer .container .right .vlist li .hlist li a:hover span {
  color: #0f7e8e;
}
footer .container .right .vlist li .hlist li:last-child {
  margin-right: 0;
}
footer .container .right .vlist li:last-child {
  margin-bottom: 0;
  font-size: 0.9em;
  letter-spacing: 0.15em;
}

/* ==========================================================================
   05 - Pages
   ========================================================================== */
section {
  min-height: 100vh;
}
@media only screen and (max-width: 768px) {
  section {
    height: 100%;
    padding: 0 15px;
  }
}
section .container {
  width: auto;
  max-width: 960px;
  padding: 0 15px 0;
  margin: 0 auto;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  section .container {
    height: auto;
    min-height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  section .container {
    width: 100%;
    padding: 0;
  }
}
section .content-container {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
section .content-container .content {
  display: table-cell;
  padding-top: 100px;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section .content-container .content {
    padding-top: 0;
  }
}
section .content-container .content .above-line {
  position: relative;
  z-index: 101;
}
section#home {
  padding-top: 0;
  text-align: center;
  height: 100vh;
}
section#home > .container {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  section#home > .container {
    height: 100vh;
  }
}
section#home h1 {
  text-transform: uppercase;
}
section#home canvas {
  position: absolute;
  top: 0;
  left: 0;
}
section#home .content {
  z-index: 100;
  position: relative;
  padding-top: 0;
  top: -50px;
}
@media only screen and (max-width: 768px) {
  section#home .content .logo {
    width: 90%;
    max-width: 300px;
    padding: 0;
  }
}
section#home .contact {
  position: absolute;
  left: calc(50% - (323px/2));
  bottom: 50px;
}
section#home .contact .hlist {
  margin-bottom: 10px;
}
section#home .contact .hlist li {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  section#home .contact .hlist li {
    line-height: 2em;
  }
}
section#home .contact .hlist li a .fi {
  margin-right: 2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
section#home .contact .hlist li a:hover {
  border-bottom: transparent;
}
section#home .contact .hlist li a:hover .fi {
  color: #0f7e8e;
}
section#home .contact .hlist li:last-child {
  margin-right: 0;
}
section#about .content-container {
  vertical-align: top;
}
section#about .content-container .content {
  vertical-align: top;
}
section#about .content-container .content .simpsonized {
  overflow: hidden;
  position: relative;
}
section#about .content-container .content .simpsonized img {
  width: 92px;
}
section#about .content-container .content .simpsonized .left-line,
section#about .content-container .content .simpsonized .right-line {
  height: 100%;
  width: 44%;
  border-top: 1px solid #555555;
  top: 55px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  section#about .content-container .content .simpsonized .left-line,
section#about .content-container .content .simpsonized .right-line {
    width: 32%;
  }
}
section#about .content-container .content .simpsonized .right-line {
  left: auto;
  right: 0;
}
section#about .content-container .content .text {
  max-width: 510px;
  margin: 25px auto;
}
section#about .content-container .content .ratings {
  margin-top: 80px;
}
section#about .content-container .content .ratings .t {
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  section#about .content-container .content .ratings .t {
    display: block;
  }
}
section#about .content-container .content .ratings .t > .tc {
  display: inline-block;
  margin-right: 15px;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 768px) {
  section#about .content-container .content .ratings .t > .tc {
    margin-right: 10px;
    width: 16%;
    height: 16%;
  }
}
section#about .content-container .content .ratings .t > .tc:last-child {
  margin-right: 0;
}
section#about .content-container .content .ratings .progress .circle .progressbar-text {
  font-family: "Fjalla One", sans-serif;
  font-size: 3em;
}
@media only screen and (max-width: 768px) {
  section#about .content-container .content .ratings .progress .circle .progressbar-text {
    font-size: 2em;
  }
}
section#about .content-container .content .ratings .texts .tc {
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
section#skills .content-container {
  vertical-align: top;
}
section#skills .content-container .content {
  vertical-align: top;
  text-align: left;
}
section#skills .content-container .content .r-line {
  margin-top: 85px;
}
section#skills .content-container .content .table {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section#skills .content-container .content .table {
    display: block;
  }
}
section#skills .content-container .content .table .h-line.btm {
  top: 55px;
}
section#skills .content-container .content .table .line1 {
  margin-left: 33.3%;
  height: 105%;
}
section#skills .content-container .content .table .line2 {
  margin-left: 66.6%;
  height: 112%;
}
section#skills .content-container .content .table a img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
section#skills .content-container .content .table a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
section#skills .content-container .content .table a:hover img {
  opacity: 0.8;
}
section#skills .content-container .content .table .td {
  flex: 1;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  section#skills .content-container .content .table .td {
    flex: none;
    padding: 0;
    display: block;
    margin-bottom: 30px;
  }
}
section#skills .content-container .content .table .td h3 {
  display: table;
  width: 100%;
  height: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section#skills .content-container .content .table .td h3 {
    padding: 5px 0;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
  }
}
section#skills .content-container .content .table .td h3:hover .icon {
  color: #0f7e8e;
}
section#skills .content-container .content .table .td h3 > * {
  display: table-cell;
  vertical-align: middle;
}
section#skills .content-container .content .table .td h3 > *.icon {
  font-size: 1.8em;
  padding-right: 10px;
  text-align: left;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  section#skills .content-container .content .table .td h3 > *.icon {
    margin-top: 2px;
  }
}
section#skills .content-container .content .table .td#tech h3 .icon {
  width: 20px;
}
section#skills .content-container .content .table .td#tech .list {
  text-align: center;
}
section#skills .content-container .content .table .td#tech .list span {
  -ms-word-break: break-all;
  word-break: break-all;
  margin-bottom: 20px;
  display: block;
  font-size: 0.9em;
  line-height: 2em;
}
@media only screen and (max-width: 768px) {
  section#skills .content-container .content .table .td#tech .list span {
    margin-bottom: 10px;
  }
}
section#skills .content-container .content .table .td#tech .list span.intro {
  margin-bottom: 2px;
  line-height: 1em;
  font-style: italic;
}
section#skills .content-container .content .table .td#tech .hlist {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  section#skills .content-container .content .table .td#tech .hlist {
    margin-top: 20px;
  }
}
section#skills .content-container .content .table .td#tech .hlist li {
  width: 22%;
  text-align: center;
}
section#skills .content-container .content .table .td#tech .hlist li a img {
  width: 50px;
}
section#skills .content-container .content .table .td#tech .hlist li.angular img {
  width: 40px;
}
section#skills .content-container .content .table .td#works h3 .icon {
  font-size: 1.3em;
  width: 27px;
  margin-top: 5px;
}
section#skills .content-container .content .table .td#works .works-list li {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
section#skills .content-container .content .table .td#works .works-list li > * {
  display: table-cell;
  vertical-align: top;
}
section#skills .content-container .content .table .td#works .works-list li .logo {
  width: 50px;
  padding-right: 10px;
}
section#skills .content-container .content .table .td#works .works-list li a {
  display: block;
  width: 50px;
}
section#skills .content-container .content .table .td#works .works-list li a img {
  width: 50px;
}
section#skills .content-container .content .table .td#works .works-list li p.date {
  margin-top: 0;
  font-size: 0.8em;
}
section#skills .content-container .content .table .td#learned {
  text-align: center;
}
section#skills .content-container .content .table .td#learned h3 .icon {
  font-size: 1.75em;
  width: 20px;
}
section#skills .content-container .content .table .td#learned a img {
  width: 100px;
}
section#skills .content-container .content .table .td#learned p.date {
  margin-top: 0;
  font-size: 0.8em;
}
section#portfolio {
  overflow: hidden;
  min-height: 100vh;
  height: 100%;
}
section#portfolio .container {
  min-height: 100vh;
  height: 100%;
}
section#portfolio .content-container {
  vertical-align: top;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  section#portfolio .content-container {
    padding-bottom: 30px;
  }
}
section#portfolio .content-container .content {
  vertical-align: top;
}
section#portfolio .content-container .content h2 {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  section#portfolio .content-container .content h2 {
    text-align: left;
  }
}
section#portfolio .content-container .content .port-container {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  section#portfolio .content-container .content .port-container {
    display: block;
    margin-bottom: 15px;
  }
}
section#portfolio .content-container .content .port-container .tile {
  flex: 1;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  section#portfolio .content-container .content .port-container .tile {
    flex: none;
    margin: 0 0 15px 0;
  }
}
section#portfolio .content-container .content .port-container .tile:nth-child(3n+3) {
  margin-right: 0;
}
section#portfolio .content-container .content .port-container .tile a {
  display: block;
  border-bottom: none;
}
section#portfolio .content-container .content .port-container .tile a img {
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
section#portfolio .content-container .content .port-container .tile a:hover {
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.8);
}
section#portfolio .content-container .content .port-container .tile a:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -moz-transform: scale(1.02);
  transform: scale(1.02);
}
section#portfolio .content-container .content .port-container .tile a:hover .external,
section#portfolio .content-container .content .port-container .tile a:hover .overlay {
  opacity: 1;
}
section#portfolio .content-container .content .port-container .tile a:hover .text-box {
  background-color: #111;
}
section#portfolio .content-container .content .port-container .tile a:hover .text-box .dash {
  height: 40px;
  background-color: #0f7e8e;
}
section#portfolio .content-container .content .port-container .tile a:hover .text-box .date-text {
  color: #0f7e8e;
  bottom: 55px;
}
section#portfolio .content-container .content .port-container .tile .thumb {
  position: relative;
  overflow: hidden;
}
section#portfolio .content-container .content .port-container .tile .thumb .award {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  font-family: "Fjalla One", sans-serif;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* future proofing */
  -khtml-border-radius: 2px;
  /* for old Konqueror browsers */
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
section#portfolio .content-container .content .port-container .tile .thumb .external {
  position: absolute;
  right: 7px;
  bottom: 7px;
  color: #fff;
  font-size: 1.5em;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
section#portfolio .content-container .content .port-container .tile .thumb .overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
section#portfolio .content-container .content .port-container .tile .text-box {
  padding: 15px;
  color: #fff;
  display: table;
  width: auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  section#portfolio .content-container .content .port-container .tile .text-box {
    padding: 10px;
  }
}
section#portfolio .content-container .content .port-container .tile .text-box > * {
  display: table-cell;
}
section#portfolio .content-container .content .port-container .tile .text-box .text {
  padding-right: 5px;
}
section#portfolio .content-container .content .port-container .tile .text-box .text h5 {
  font-size: 0.9em;
}
section#portfolio .content-container .content .port-container .tile .text-box .text p {
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 0;
}
section#portfolio .content-container .content .port-container .tile .text-box .date {
  vertical-align: bottom;
  text-align: center;
  position: relative;
  width: 15px;
}
section#portfolio .content-container .content .port-container .tile .text-box .date .dash {
  width: 2px;
  background-color: #fff;
  height: 25px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
section#portfolio .content-container .content .port-container .tile .text-box .date .date-text {
  float: right;
  bottom: 25px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: -5px;
  line-height: 1em;
  bottom: 40px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
section#portfolio .content-container .content .port-container .tile.sm a {
  display: table;
  width: 100%;
}
section#portfolio .content-container .content .port-container .tile.sm a > * {
  display: table-cell;
  vertical-align: top;
}
section#portfolio .content-container .content .port-container .tile.sm a .thumb {
  width: 125px;
}
section#portfolio .content-container .content .port-container .tile.sm a .thumb img {
  width: 100%;
}
section#portfolio .content-container .content .port-container .tile.sm a .text-box {
  padding: 10px 0 10px 10px;
}
section#portfolio .content-container .content .port-container .tile.sm a .text-box h4 {
  font-size: 1em;
}
section#portfolio .content-container .content .port-container .tile.sm a .text-box h5,
section#portfolio .content-container .content .port-container .tile.sm a .text-box p {
  font-size: 0.8em;
}
section#portfolio .content-container .content .port-container .tile.sm a .text-box .date {
  top: 5px;
}
section#portfolio .content-container .content .port-container .tile.sm a .text-box .date .date-text {
  font-size: 0.8em;
  right: -3px;
}
section#portfolio .content-container .content .port-container .tile.sm a:first-child {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  section#portfolio .content-container .content .port-container .tile.sm a:first-child {
    margin: 0 0 15px 0;
  }
}