@font-face {
  font-family: harish;
  src: url(fonts/harish.eot?236hmn);
  src:
    url(fonts/harish.eot?#iefix236hmn) format("embedded-opentype"),
    url(fonts/harish.woff?236hmn) format("woff"),
    url(fonts/harish.ttf?236hmn) format("truetype"),
    url(fonts/harish.svg?236hmn#harish) format("svg");
  font-weight: 400;
  font-style: normal;
}

:root {
  --primary: #41969c;
  --dark: #161616;
  --white: #fff;
  --muted: #585858;
  --light: #dfdfdf;
  --tag-bg: #3c969d;
  --transition-default: 0.3s ease-out;
  --base-width: 960px;
  --rounded-large: 109px;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: harish;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e600";
}

.icon-arrow-down:before {
  content: "\e601";
}

.icon-arrow-up:before {
  content: "\e602";
}

.icon-mail:before {
  content: "\e603";
}

.icon-skype:before {
  content: "\e604";
}

.icon-linkedin:before {
  content: "\e605";
}

.icon-facebook:before {
  content: "\e606";
}

.icon-cv:before {
  content: "\e607";
}

.icon-menu:before {
  content: "\e609";
}

.icon-cancel:before {
  content: "\e60a";
}

.icon-menu2:before {
  content: "\e608";
}

.icon-github:before {
  content: "\e60b";
}

/* Fallbacks: use logo images inside the contact buttons when font glyphs are missing */
.contact .network > a.gh i,
.contact .network > a.so i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 0; /* hide font glyph fallback */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
  margin: 0 auto;
}

.contact .network > a.gh i {
  background-image: url("../images/github.png");
}

.contact .network > a.so i {
  background-image: url("../images/stack_overflow.png");
}

#awwwards,
#awwwards a {
  position: absolute;
  width: 126px;
  height: 126px;
}

#awwwards {
  text-indent: -666em;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#awwwards.top {
  top: 0;
}

#awwwards.bottom {
  bottom: 0;
}

#awwwards.left {
  left: 0;
}

#awwwards.right {
  right: 0;
}

#awwwards a {
  top: 0;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: 4px -23px;
  background-size: 145px 145px;
}

#awwwards.bottom.left a,
#awwwards.bottom.right a {
  background-position: -23px 4px;
}

#awwwards.top.left a {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#awwwards.bottom.right a {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ie7 #awwwards.bottom.right,
.ie8 #awwwards.bottom.right,
.ie9 #awwwards.bottom.right {
  right: auto;
  left: 0;
}

#awwwards.honorable.black a {
  background-image: url(../images/ribbons/awwwards_honorable_black.png);
}

#awwwards.honorable.silver a {
  background-image: url(../images/ribbons/awwwards_honorable_silver.png);
}

#awwwards.honorable.white a {
  background-image: url(../images/ribbons/awwwards_honorable_white.png);
}

#awwwards.honorable.green a {
  background-image: url(../images/ribbons/awwwards_honorable_green.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-moz-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min-device-pixel-ratio: 1.5) {
  #awwwards.honorable.black a {
    background-image: url(../images/ribbons/awwwards_honorable_black@2x.png);
  }
  #awwwards.honorable.silver a {
    background-image: url(../images/ribbons/awwwards_honorable_silver@2x.png);
  }
  #awwwards.honorable.white a {
    background-image: url(../images/ribbons/awwwards_honorable_white@2x.png);
  }
  #awwwards.honorable.green a {
    background-image: url(../images/ribbons/awwwards_honorable_green@2x.png);
  }
}

.g_hi,
h2,
h2 small,
h3 {
  line-height: 1em;
}

.banner,
.contact form,
.ic-menu,
.portfolio article,
.second-nav > div a,
.second-nav > div a:before,
body > footer,
h2:before,
section {
  overflow: hidden;
}

.blc:after,
.profile > div:after,
.second-nav > div a:before,
.skills > div:after,
h2:before {
  content: ".";
}

.balloon.big > div > span,
.contact form input[type="submit"],
.contact form label,
.second-nav > div a,
.skills p,
.skills ul li,
blockquote p,
h2,
h3,
header nav a {
  text-transform: lowercase;
}

.blc:after,
.portfolio .list:after,
.profile > div:after,
.skills > div:after {
  clear: both;
  visibility: hidden;
}

.contact .network > a,
.portfolio .proj-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.banner figure img,
.greetings figure img,
.profile figure img {
  max-width: 100%;
}

.ie7 .portfolio .modal-dark,
.ie8 .portfolio .modal-dark,
.portfolio article a .info {
  -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff, endColorstr=#26ffffff);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff, endColorstr=#26ffffff);
}

.balloon,
body {
  -webkit-font-smoothing: antialiased;
}

.second-nav > div,
.success-block > div,
.tweet > div,
h2 small {
  vertical-align: middle;
}

article,
blockquote,
body,
div,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
input,
label,
li,
p,
section,
select,
span,
table,
td,
tr,
ul {
  margin: 0;
  padding: 0;
}

li,
ul {
  list-style: none;
}

img {
  border: 0;
}

table,
td,
th {
  border: none;
}

b,
strong {
  font-weight: 700;
}

a,
a:hover {
  text-decoration: none;
}

body {
  font-family: "Source Sans Pro";
  font-size: 100%;
  background: var(--white);
  -moz-osx-font-smoothing: grayscale;
  color: var(--dark);
}

body.scrolling {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

body.opened {
  margin-top: 108px;
}

.base {
  width: 960px;
  margin: 0 auto;
  padding: 0 32px;
}

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

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

::-ms-clear {
  display: none;
}

.blc:after {
  display: block;
  height: 0;
}

h2 {
  font-size: 2.0625em;
  margin-bottom: 30px;
  font-weight: 600;
}

h2 small,
h2 > span {
  font-weight: 400;
  font-family: "Source Sans Pro";
}

h2:before {
  width: 12px;
  height: 12px;
  background: #41969c;
  display: inline-block;
  margin-right: 10px;
  text-indent: -12px;
  border-radius: 12px;
}

.bt-down,
.bt-down > span {
  height: 109px;
  width: 109px;
  border-radius: 109px;
}

h2 small {
  font-size: 0.4848em;
  color: #585858;
  margin-left: 10px;
}

h3 {
  font-size: 1.125em;
  color: #41969c;
  margin-bottom: 10px;
  font-weight: 400;
}

.bt-down {
  background-color: var(--dark);
  display: block;
}

.bt-down > span {
  background: url(../images/icons.png) 0 -109px no-repeat;
  display: block;
  transition: background-position 0.2s ease-out;
}

.bt-up,
.bt-up > span {
  height: 90px;
  width: 90px;
  display: block;
}

.bt-down:hover {
  background-color: var(--white);
}

.bt-down:hover > span {
  background-position: 0 0;
}

.bt-up {
  border-radius: 90px;
  background-color: var(--dark);
}

.bt-up > span {
  background: url(../images/icons.png) 0 -729px no-repeat;
  transition: background-position 0.2s ease-out;
  border-radius: 109px;
}

body > footer,
header,
section {
  min-width: 1024px;
  width: 100%;
}

.bt-up:hover {
  background-color: var(--white);
}

.bt-up:hover > span {
  background-position: 0 -819px;
}

figure {
  display: block;
}

figure img {
  display: block;
  -webkit-user-select: none;
  user-select: none;
}

header {
  height: 108px;
  background: #161616;
  top: -50px;
  z-index: 13;
}

.opened header {
  height: 50px;
  position: fixed;
  top: 0;
}

header .lg-cont {
  position: relative;
  float: left;
}

header .lg,
header .lg-small {
  position: absolute;
  left: 0;
  top: 0;
}

header .lg-small {
  margin-top: -50px;
}

header .lg {
  margin-top: 27px;
}

.opened header .lg {
  margin-top: -100px;
}

.opened header .lg-small {
  margin-top: 0;
}

header nav {
  float: right;
  height: 40px;
  margin-top: 37px;
  margin-right: -15px;
}

.ic-menu,
.opened header nav {
  margin-top: 5px;
}

header nav a {
  line-height: 40px;
  display: block;
  float: left;
  color: #fff;
  padding: 0 15px;
  font-size: 1.0625em;
}

.ic-menu,
.ic-menu i {
  line-height: 38px;
  text-align: center;
}

header nav a.act {
  padding-bottom: 2px;
  border-bottom: 3px solid #fff;
}

.ic-menu {
  width: 38px;
  height: 38px;
  float: right;
  border: 1px solid #41969c;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: none;
}

.ic-menu i {
  display: inline-block;
}

.ic-menu .icon-menu {
  display: block;
  font-size: 2em;
}

.ic-menu .icon-cancel {
  display: none;
  font-size: 1.3em;
}

.ic-menu input[type="checkbox"] {
  display: none;
}

.ic-menu.active,
.ic-menu:hover {
  background: #41969c;
  color: #fff;
}

.ic-menu.active .icon-cancel {
  display: block;
}

.ic-menu.active .icon-menu,
.ic-menu.active .icon-menu2 {
  display: none;
}

.ic-menu.active + nav {
  right: 0;
}

.second-nav {
  color: #fff;
  padding: 0 20px;
  background: rgba(22, 22, 22, 0);
  border-left: 2px solid rgba(255, 255, 255, 0);
  height: 100%;
  top: 0;
  left: -50px;
  position: fixed;
  z-index: 10;
  transition:
    left 0.5s ease-out,
    border 0.5s ease-out,
    opacity 0.5s ease-out;
  display: table;
}

.second-nav.opened {
  left: 0;
}

.second-nav > div {
  display: table-cell;
  height: 100%;
}

.second-nav > div a {
  color: #fff;
  display: block;
  font-size: 1.125em;
  white-space: nowrap;
  padding: 10px 0;
  position: relative;
  width: 17px;
}

.second-nav > div a span {
  position: absolute;
}

.second-nav > div a:before {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background: #41969c;
  display: inline-block;
  margin: 0 15px 0 0;
  text-indent: -15px;
  border-radius: 15px;
}

.g_go,
.g_hi,
.g_it,
.g_my {
  display: block;
}

.second-nav > div a:hover:before {
  border: 1px solid #41969c;
  background: #fff;
}

.banner {
  background: var(--primary);
  position: relative;
}

.banner .css-nominee {
  width: 80px;
  height: 96px;
  position: absolute;
  top: 180px;
  right: 0;
  z-index: 10;
  background: url(../images/award-nominee-cssda-80-r.png) left top no-repeat;
}

.banner .base {
  position: relative;
  height: 47.375em;
  z-index: 1;
}

.banner figure {
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: 0;
  margin-left: -2.125em;
  width: 45.625em;
  height: 38.625em;
}

.banner .button {
  position: absolute;
  top: 33.375em;
  left: 0;
  width: 52%;
}

.banner .button a {
  margin: 0 auto;
}

.banner .button p {
  text-align: center;
  font-size: 0.9375em;
  margin-top: 20px;
  color: #fff;
}

.g_fr,
.g_it,
.g_ye,
.skills .pro li,
.skills .pro p {
  text-align: right;
}

/* ---- SKILLS FIX ---- */
.skills > .base {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.skills .dev,
.skills .pro {
  float: none;
  flex: 1;
}

.g_24,
.g_ca,
.g_fr,
.g_go {
  font-weight: 700;
  color: #41969c;
}

.balloon {
  position: absolute;
  left: 50%;
  z-index: 2;
  background-repeat: no-repeat;
  animation-fill-mode: forwards;
  transform: scale(0) translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
  background-size: 100% 100%;
}

.balloon.anim {
  animation-name: balloon, balloonFloating;
  animation-iteration-count: 1, infinite;
  animation-timing-function: ease-out, linear;
}

.balloon.animOut {
  transform: scale(1) translate3d(0, 0, 0);
  animation-name: balloonOut;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

.balloon.small {
  width: 2.625em;
  height: 2.4375em;
  margin-left: 8.75em;
  top: 8.5em;
  background-image: url(../images/balloon-small.svg);
}

.balloon.small.anim {
  animation-duration: 0.2s, 20s;
  animation-delay: 0.2s, 0.4s;
}

.balloon.small.animOut {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
}

.balloon.med {
  width: 5.6875em;
  height: 4.1875em;
  margin-left: 2em;
  top: 6.6875em;
  background-image: url(../images/balloon-med.svg);
}

.balloon.med.anim {
  animation-duration: 0.2s, 13s;
  animation-delay: 0.4s, 0.5s;
}

.balloon.med.animOut {
  animation-duration: 0.2s;
  animation-delay: 0.4s;
}

.balloon.big {
  margin-left: -34.5em;
  top: 2.4375em;
  width: 37.75em;
  background-image: url(../images/balloon-big.svg);
  height: 26.25em;
}

.balloon.big.anim {
  animation-duration: 0.35s, 9s;
  animation-delay: 0.5s, 1.1s;
}

.balloon.big.animOut {
  animation-duration: 0.35s;
  animation-delay: 0.5s;
}

.balloon.big > div {
  position: relative;
  top: -2.4375em;
  left: 4.5em;
}

.balloon.big > div > span {
  position: absolute;
  perspective: 1100;
  backface-visibility: hidden;
  transform: scale(0) translate3d(0, 0, 0);
}

.balloon.big > div.anim > span {
  animation-name: words, wordsRepeat;
  animation-iteration-count: 1, infinite;
  animation-duration: 0.7s, 5s;
  animation-fill-mode: forwards, forwards;
}

.w_frd {
  font-size: 1.5em;
  left: 2.0333em;
  top: 3.6em;
  animation-delay: 0.54s, 4.54s;
}

.w_htl {
  font-size: 2.5em;
  left: 3.85em;
  top: 2.05em;
  animation-delay: 0.55s, 4.55s;
}

.w_nx {
  font-size: 1.25em;
  left: 13.55em;
  top: 6.55em;
  animation-delay: 0.56s, 4.56s;
}

.w_aws {
  font-size: 3.8em;
  left: 5.875em;
  top: 1.425em;
  animation-delay: 0.6s, 4.6s;
}

.w_grn {
  font-size: 1.3em;
  left: -0.3875em;
  top: 6.3875em;
  animation-delay: 0.53s, 4.53s;
}

.w_ajx {
  font-size: 2.0625em;
  left: -0.6em;
  top: 4.94em;
  animation-delay: 0.67s, 4.67s;
}

.w_ang {
  font-size: 3.4375em;
  left: 1.9272em;
  top: 2.5364em;
  animation-delay: 0.64s, 4.64s;
}

.w_inn {
  font-size: 1.6875em;
  left: 11.5185em;
  top: 6.037em;
  animation-delay: 0.74s, 4.74s;
}

.w_css {
  font-size: 5.625em;
  left: 0.0778em;
  top: 1.9889em;
  animation-delay: 0.75s, 4.75s;
}

.w_pee {
  font-size: 1.1875em;
  left: 8.9473em;
  top: 10.8421em;
  animation-delay: 0.83s, 4.83s;
}

.w_ui {
  font-size: 1.875em;
  left: 9.8em;
  top: 6.5667em;
  animation-delay: 0.77s, 4.77s;
}

.w_rea {
  font-size: 2.8125em;
  left: 7.35556em;
  top: 4.266667em;
  animation-delay: 0.75s, 4.75s;
}

.w_jat {
  font-size: 2.5em;
  left: 3.475em;
  top: 5.6em;
  animation-delay: 0.87s, 4.87s;
}

.w_ree {
  font-size: 1.0625em;
  left: 19.1765em;
  top: 14.3529em;
  animation-delay: 0.81s, 4.81s;
}

.w_ecm {
  font-size: 1.25em;
  left: 2.25em;
  top: 13.55em;
  animation-delay: 0.8s, 4.8s;
}

.w_ux {
  font-size: 2.875em;
  left: 4.4783em;
  top: 5.5435em;
  animation-delay: 0.71s, 4.71s;
}

.w_red {
  font-size: 1.75em;
  left: 10em;
  top: 9.4642em;
  animation-delay: 0.54s, 4.54s;
}

.w_nod {
  font-size: 2.25em;
  left: 8.4111em;
  top: 8.8444em;
  animation-delay: 0.64s, 4.64s;
}

.w_den {
  font-size: 2.5em;
  left: -0.5em;
  top: 7.2em;
  animation-delay: 0.69s, 4.69s;
}

.w_che {
  font-size: 1.875em;
  left: 4.2em;
  top: 9.9em;
  animation-delay: 0.63s, 4.63s;
}

.w_jqy {
  font-size: 1.125em;
  left: 13.3333em;
  top: 16.9444em;
  animation-delay: 0.65s, 4.65s;
}

.w_opa {
  font-size: 1.0625em;
  left: 18.1176em;
  top: 17.5294em;
  animation-delay: 0.7s, 4.7s;
}

.w_mic {
  font-size: 1.6625em;
  left: 13.1176em;
  top: 10.4294em;
  animation-delay: 0.7s, 4.7s;
}

.w_soa {
  font-size: 1.2em;
  left: 4.3125em;
  top: 18.1125em;
  animation-delay: 0.55s, 4.55s;
}

.w_egd {
  font-size: 1.5625em;
  left: 8.52em;
  top: 13.96em;
  animation-delay: 0.87s, 4.87s;
}

.w_wbp {
  font-size: 2.625em;
  left: 4.823em;
  top: 9em;
  animation-delay: 0.9s, 4.9s;
}

.w_prt {
  font-size: 1.5625em;
  left: 3.0412em;
  top: 14.9353em;
  animation-delay: 0.88s, 4.88s;
}

.greetings {
  padding: 7.8125em 0;
  background: #fff;
}

.greetings > div {
  position: relative;
}

.greetings .text {
  width: 29.4375em;
  text-transform: lowercase;
}

.greetings figure {
  width: 34.625em;
  height: 29.9375em;
  margin-left: 2.875em;
  position: absolute;
  left: 50%;
  top: 4.375em;
}

.g_hi {
  font-size: 6.5em;
  font-weight: 700;
}

.g_my {
  font-size: 3.8125em;
  line-height: 0.85em;
}

.g_go {
  font-size: 8.375em;
  line-height: 0.78em;
}

.g_it {
  font-size: 0.9em;
  line-height: 1.7em;
}

.g_an,
.g_ca {
  display: inline-block;
}

.g_ca {
  font-size: 4.5em;
  line-height: 1.1em;
}

.g_an {
  font-size: 3.1875em;
  margin-left: 0.3141em;
  margin-right: -10px;
}

.g_24,
.g_fr,
.g_ni,
/* ---- GREETINGS FIX ---- */
.g_ye {
  text-align: left;
  display: inline;
}

.g_24 {
  font-size: 6.8em;
  float: left;
  line-height: 1em;
}

.g_ye {
  font-size: 2.48em;
  line-height: 1.5em;
}

.g_fr {
  font-size: 2.3em;
  line-height: 1.12em;
  margin-bottom: 9px;
}

.g_ni {
  font-size: 4.1em;
  line-height: 1em;
  white-space: nowrap;
}

.profile {
  background: var(--dark);
  color: var(--white);
  position: relative;
  height: 41.25em;
}

.profile > div:after {
  display: block;
  height: 0;
}

.profile figure {
  width: 50.875em;
  height: 41.25em;
  left: 50%;
  bottom: 0;
  margin-left: -46.9375em;
  z-index: 1;
  float: left;
  position: relative;
  margin-bottom: -6.975em;
}

.profile figure img {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.profile .info,
.work .meters,
.work > div {
  position: relative;
}

.profile figure img:first-child {
  display: block;
}

.profile .info {
  z-index: 2;
  padding: 6.875em 0 0;
  float: right;
}

.profile h2 + h3 {
  margin-top: 4.0625em;
}

.profile h3 {
  margin-top: 2.5em;
}

.profile p {
  font-size: 1.375em;
}

.skills {
  background: url(../images/pic_skills.jpg) center 10px no-repeat;
  padding: 90px 0;
}

.skills > div:after {
  display: block;
  height: 0;
}

.skills .dev {
  float: left;
}

.skills .pro,
.skills .pro h2 {
  float: right;
}

.skills ul {
  font-size: 1.4375em;
  color: #454545;
  display: block;
  clear: both;
}

.skills ul li {
  margin-bottom: 12px;
  display: block;
}

.skills p {
  margin-top: 20px;
  font-size: 3.6875em;
  line-height: 1.1;
  font-weight: 600;
}

.skills p strong {
  color: #41969c;
  font-size: 1.3em;
  line-height: 0.8;
}

.quote {
  background: var(--primary);
  color: var(--white);
  padding: 50px 0 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
}

blockquote p {
  font-size: 3.0625em;
  text-align: center;
  margin: 0 auto;
}

blockquote p strong {
  font-weight: 700;
}

blockquote p:after,
blockquote p:before {
  font-size: 1.204em;
  font-weight: 600;
}

blockquote p:before {
  content: "“";
}

blockquote p:after {
  content: "”";
}

blockquote footer {
  display: block;
  color: #94d2d7;
  text-align: right;
  margin-top: 10px;
}

.work {
  padding: 90px 0;
}

.work .meters {
  width: 200px;
  height: 934px;
  float: left;
  background: url(../images/pic_work_small.jpg) left bottom no-repeat;
}

.work .meters span {
  transform-origin: left top;
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  left: 10px;
  top: 509px;
  font-size: 6.25em;
  color: #d1d1d1;
  font-weight: 700;
  white-space: nowrap;
}

.ie7 .work .meters span,
.ie8 .work .meters span,
.ie9 .work .meters span {
  display: none;
}

.work .timeline {
  float: right;
  width: 634px;
  margin-left: 75px;
  position: relative;
  z-index: 2;
}

.work article {
  position: relative;
  margin-top: 40px;
}

.work article:first-child {
  margin-top: 0;
}

.work article > span {
  width: 34px;
  height: 34px;
  display: block;
  background: #41969c;
  border-radius: 34px;
  text-align: center;
  color: #fff;
  line-height: 31px;
  font-size: 1.375em;
  font-weight: 600;
  position: absolute;
  left: -52px;
  top: 5px;
}

.work article h3 {
  color: #161616;
  font-size: 1.25em;
  padding: 9px 0 5px;
  margin: 0;
  font-weight: 600;
}

.work article h4 {
  font-weight: 300;
  color: #585858;
  font-size: 1em;
}

.work article p {
  font-size: 1.0625em;
  line-height: 1;
}

.work article .line {
  height: 2px;
  border: none;
  margin: 5px 0 0;
  display: block;
  background: #41969c;
  position: relative;
}

.work article .line span {
  width: 18px;
  height: 18px;
  background: #41969c;
  border-radius: 18px;
  position: absolute;
  top: -8px;
  right: -9px;
  display: block;
}

.work article ul {
  margin-top: 0.9375em;
  line-height: 1.4;
  color: #454545;
}

.work article ul li:before {
  content: ". ";
  font-size: 1.0625em;
}

.work article:first-child {
  width: 96.22%;
}

.work article:first-child + article {
  width: 88.33%;
}

.work article:first-child + article + article {
  width: 92.74%;
}

.work article:first-child + article + article + article {
  width: 95.17%;
}

.work figure {
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: 247px;
  width: 275px;
  height: 1138px;
  z-index: 1;
}

.work .blc {
  padding-top: 50px;
}

.portfolio {
  background: #161616;
  padding: 90px 0;
  color: #fff;
  position: relative;
  min-height: 600px;
}

.portfolio .list {
  margin-left: -15px;
  margin-top: -15px;
}

.portfolio .list:after {
  content: ".";
  display: block;
  height: 0;
}

.portfolio article {
  width: 33.3333%;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  position: relative;
  margin-top: 15px;
}

.portfolio article img {
  display: block;
  max-width: 100%;
}

.portfolio article a {
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
}

.portfolio article a .info {
  background: rgba(0, 0, 0, 0.9);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff, endColorstr=#26ffffff), alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.portfolio article a:hover .info {
  opacity: 1;
  filter: alpha(opacity=100);
}

.portfolio article .info > div {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: table;
}

.portfolio article .info > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 0 10px;
}

.portfolio article h3 {
  color: #fff;
  font-size: 1.5625em;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 15px;
}

.portfolio .modal .tags span,
.portfolio article li {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 5px;
  font-weight: 700;
}

.portfolio article li {
  display: inline-block;
  background: var(--tag-bg);
  color: var(--white);
  font-size: 0.875em;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 3px;
}

.portfolio article li:first-child {
  margin-left: 0;
}

.portfolio .modal.ng-enter,
.portfolio .modal.ng-hide,
.portfolio .modal.ng-leave.ng-leave-active {
  transform: translate3d(100%, 0, 0);
}

.portfolio .modal.ng-enter.ng-enter-active,
.portfolio .modal.ng-leave {
  transform: translate3d(0, 0, 0);
}

.portfolio .modal-dark {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.ie7 .portfolio .modal-dark,
.ie8 .portfolio .modal-dark {
  background: 0 0;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff, endColorstr=#26ffffff);
  zoom: 1;
}

.portfolio .modal {
  transition: transform 0.3s ease-out;
  will-change: top;
  height: 600px;
  background: #fff;
  position: absolute;
  top: 0;
  margin-top: 120px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.portfolio .close-modal {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #41969c;
  text-align: center;
  color: #fff;
  font-size: 2.8125em;
  position: absolute;
  left: 50%;
  top: -30px;
  line-height: 50px;
  cursor: pointer;
  font-weight: 700;
  margin-left: 450px;
  z-index: 10;
  backface-visibility: hidden;
}

.portfolio .slider figure {
  position: absolute;
  left: 0;
  top: 0;
}

.portfolio .slider {
  position: relative;
}

.portfolio .proj-gallery ul {
  height: 62px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.portfolio .modal .base {
  width: 1024px;
  padding: 0;
}

.portfolio .proj-gallery ul li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

.portfolio .proj-gallery ul li span {
  width: 15px;
  height: 15px;
  background: var(--light);
  display: block;
  border-radius: 8px;
}

.portfolio .proj-gallery ul li.active span,
.portfolio .proj-gallery ul li:hover span {
  background: var(--primary);
}

.portfolio .proj-gallery {
  float: left;
  width: 682px;
}

.portfolio .proj-gallery .slider figure {
  transition: all 0.6s ease-out;
  transform: translate3d(200%, 0, 0);
  opacity: 0;
}

.portfolio .proj-gallery .slider figure.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.portfolio .proj-info {
  width: 310px;
  float: right;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  height: 600px;
  color: #161616;
  padding: 0 25px;
  box-sizing: border-box;
  margin-right: 32px;
}

.ie7 .portfolio .proj-info,
.ie8 .portfolio .proj-info {
  background: 0 0;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff, endColorstr=#26ffffff);
  zoom: 1;
}

.portfolio .proj-info .top {
  padding-bottom: 4px;
}

.portfolio .modal .sep {
  height: 2px;
  background: #41969c;
  margin-left: -25px;
}

.portfolio .modal .sep:before {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  content: ".";
  text-indent: -99px;
  display: block;
  overflow: hidden;
  background: #41969c;
  position: relative;
  left: -7px;
  top: -7px;
}

.portfolio .proj-info .date {
  float: right;
  font-size: 0.875em;
  color: #5d5d5d;
}

.portfolio .modal .tit {
  color: #161616;
  font-size: 1.25em;
  padding: 10px 0 5px;
  font-weight: 700;
}

.portfolio .modal .tags span {
  display: inline-block;
  background: #3c969d;
  color: #fff;
  font-size: 0.875em;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 3px;
}

.portfolio .modal .tags {
  margin-left: -5px;
}

.portfolio .proj-info .topics {
  margin-top: 20px;
}

.portfolio .main-info {
  min-height: 324px;
  padding-top: 49px;
  padding-bottom: 20px;
}

.portfolio .proj-info .topics li {
  margin-bottom: 3px;
}

.portfolio .sec-info > div {
  margin-bottom: 20px;
}

.portfolio .sec-info .proj-subval {
  font-size: 0.875em;
  color: #5d5d5d;
}

.portfolio .sec-info .proj-copy {
  font-size: 0.6875em;
  color: #5d5d5d;
}

input[type="text"],
textarea {
  padding: 10px;
  font-size: 0.875em;
}

.portfolio .sec-info .proj-lk {
  color: #161616;
  text-decoration: underline;
  font-weight: 700;
}

.portfolio .sec-info .proj-lk small {
  text-decoration: none;
  margin-right: 6px;
  display: inline-block;
}

.portfolio .sec-info .proj-lk:hover {
  text-decoration: none;
}

.portfolio .resp-top {
  display: none;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
  font-family: "Source Sans Pro";
  font-weight: 300;
}

:-moz-placeholder {
  color: #fff;
  opacity: 0.6;
  font-family: "Source Sans Pro";
  font-weight: 300;
}

::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
  font-family: "Source Sans Pro";
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
  font-family: "Source Sans Pro";
  font-weight: 300;
}

input[type="text"],
textarea {
  border: 0;
  background: 0 0;
  display: block;
  font-family: "Source Sans Pro";
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

textarea {
  line-height: 1.4;
  resize: none;
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
}

/* ========================================
   WORK SECTION — 5th article width fix
   ======================================== */
.work article:first-child + article + article + article + article {
  width: 88%;
}

/* ========================================
   PERSONAL PROJECTS SLIDESHOW
   ======================================== */
.projects {
  padding: 90px 0;
  background: #f7f7f7;
}

.projects-intro {
  font-size: 1.2em;
  color: var(--muted);
  margin-bottom: 50px;
  margin-top: -15px;
}

.proj-slider {
  position: relative;
  overflow: hidden;
}

.proj-track {
  position: relative;
  min-height: 360px;
}

.proj-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 50px;
  align-items: center;
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  pointer-events: none;
}

.proj-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  position: relative;
}

.proj-image {
  flex: 0 0 420px;
  height: 260px;
  background: #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}

.proj-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.proj-content {
  flex: 1;
}

.proj-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.proj-tags span {
  background: var(--primary);
  color: #fff;
  font-size: 0.78em;
  padding: 3px 10px;
  border-radius: 3px;
  text-transform: lowercase;
}

.proj-content h3 {
  font-size: 1.5em;
  color: var(--dark);
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: none;
}

.proj-content p {
  font-size: 1.05em;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.proj-link {
  display: inline-block;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.95em;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
  transition:
    color 0.2s,
    border-color 0.2s;
}

.proj-link:hover {
  color: var(--dark);
  border-color: var(--dark);
}

.proj-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.proj-prev,
.proj-next {
  background: none;
  border: 2px solid var(--primary);
  color: var(--primary);
  width: 42px;
  height: 42px;
  border-radius: 42px;
  font-size: 1.2em;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
  line-height: 38px;
  text-align: center;
  padding: 0;
}

.proj-prev:hover,
.proj-next:hover {
  background: var(--primary);
  color: #fff;
}

.proj-dots {
  display: flex;
  gap: 10px;
}

.proj-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--light);
  cursor: pointer;
  transition: background 0.2s;
  display: block;
}

.proj-dot.active {
  background: var(--primary);
}

/* Mobile */
@media all and (max-width: 768px) {
  .proj-slide {
    flex-direction: column;
  }
  .proj-image {
    flex: none;
    width: 100%;
    height: 200px;
  }
  .proj-track {
    min-height: 520px;
  }
}

.contact {
  padding: 90px 0;
}

.contact .network {
  background: url(../images/bg_network.gif) center 0 no-repeat;
  width: 100%;
  max-width: 902px;
  position: relative;
  margin: 0 auto;
  padding-top: 497px;
}

.contact .network > a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  background: #41969c;
  border-radius: 80px;
  opacity: 0;
}

.no-anim .contact .network > a {
  opacity: 1;
}

.contact.anim .network > a {
  text-indent: -100px;
  transform: translate3d(0, 0, 0) scale(0.225);
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}

.contact .network > a i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  font-size: 2.4em;
}

.contact .network > a i.icon-cv,
.contact .network > a i.icon-skype {
  font-size: 2.8em;
}

.contact .network > a:hover {
  background: #161616;
}

.contact .network > a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  background: #41969c;
  border-radius: 80px;
  opacity: 0;
}
.contact .network > a.gh i,
.contact .network > a.so i {
  display: block;
  width: 50%;
  height: 50%;
  line-height: normal;
  font-size: 0; /* hide font glyph fallback */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0;
}

.contact .network > a.so {
  left: 569px;
  top: 187px;
}

.contact .network > a.gh {
  left: 641px;
  top: 87px;
}

.contact.anim .network > a.sk {
  animation-name: Skype;
  animation-delay: 0.2s;
}

.contact.anim .network > a.in {
  animation-name: LinkedIn;
  animation-delay: 0.3s;
}

.contact.anim .network > a.em {
  animation-name: Email;
  animation-delay: 0.4s;
}

.contact.anim .network > a.fb {
  animation-name: Facebook;
  animation-delay: 0.5s;
}

.contact.anim .network > a.cv {
  animation-name: CV;
  animation-delay: 0.6s;
}

.contact.anim .network > a.so {
  animation-name: LinkedIn;
  animation-delay: 0.45s;
}

.contact.anim .network > a.gh {
  animation-name: Facebook;
  animation-delay: 0.65s;
}

.contact form {
  width: 570px;
  height: 570px;
  margin: 0 auto;
  border-radius: 570px;
  background: var(--primary);
  color: var(--white);
  transition: transform 650ms cubic-bezier(0.69, -0.6, 0.305, 1.65);
  position: relative;
}

.contact form h3 {
  font-size: 1.5625em;
  color: #fff;
  margin: 85px 0 45px;
  text-align: center;
  font-weight: 600;
}

.contact form label {
  padding-bottom: 5px;
  display: none;
  font-size: 0.875em;
}

.contact form input[type="text"],
.contact form textarea {
  border: 1px solid #76b2b6;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}

.contact form textarea {
  max-width: 364px;
  max-height: 140px;
  height: 130px;
  overflow: auto;
}

.contact form input[type="text"]:focus,
.contact form textarea:focus {
  outline: 0;
  border-color: #fff;
}

.contact form .form {
  width: 340px;
  margin: 0 auto;
  transition: opacity 0.6s ease-out;
}

.contact form .ln {
  padding-bottom: 20px;
  position: relative;
}

.contact form input[type="submit"] {
  border: none;
  border-radius: 68px;
  width: 68px;
  height: 68px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  background: #161616;
  cursor: pointer;
  font-size: 1.1875em;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Source Sans Pro";
}

.contact form input[type="submit"]:hover {
  background: #fff;
  color: #41969c;
}

.no-anim .contact form label {
  display: block;
}

.no-anim .contact form {
  width: 630px;
  height: 630px;
}

.contact form.sending {
  transform: scale(0.5);
  background: url(../images/loading_contact.gif) center center no-repeat #41969c;
  background-size: 512px auto;
}

.contact form.success,
.twitter {
  background: #41969c;
}

.contact form.sending .form,
.contact form.success .form {
  opacity: 0;
}

.contact form.sending input[type="submit"],
.contact form.success input[type="submit"] {
  display: none;
}

.success-block {
  display: none;
  font-size: 0.9em;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.tweet-list,
.twitter .base {
  position: relative;
}

.contact form.success .success-block {
  display: table;
}

.success-block > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
}

.success-block em {
  font-size: 6em;
  font-style: normal;
  font-weight: 700;
  display: block;
}

.success-block span {
  display: block;
  font-size: 4em;
  font-weight: 300;
}

.twitter {
  padding: 70px 0 90px;
  height: 630px;
}

.twitter h2:before {
  display: none;
}

.twitter h2,
.twitter h3 {
  display: block;
  text-align: center;
}

.twitter h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 2.25em;
}

.twitter h3 {
  color: #afe4e8;
  margin-bottom: 50px;
  line-height: 1.4;
  padding: 0 20px;
}

.tweet-list {
  top: -20px;
}

.tweet {
  height: 210px;
  display: table;
  width: 340px;
  position: absolute;
  left: 50%;
  transition: 0.6s ease-out all;
}

.tweet.ng-enter,
.tweet.ng-leave.ng-leave-active {
  transform: scale(0);
  opacity: 0;
}

.tweet.ng-enter.ng-enter-active,
.tweet.ng-leave {
  transform: scale(1);
  opacity: 1;
}

.tweet > div {
  display: table-cell;
  height: 100%;
  width: 100%;
}

.tweet .msg {
  border-radius: 10px;
  background: #fff;
  padding: 18px 16px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  color: #161616;
}

.tweet .msg em {
  font-style: normal;
  font-weight: 400;
  color: #41969c;
}

.tweet .msg a {
  font-weight: 700;
  color: #41969c;
  text-decoration: underline;
}

.tweet .msg a:hover,
.tweet-bt a {
  text-decoration: none;
}

.tweet .pic {
  width: 73px;
  height: 73px;
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  margin-top: 15px;
  float: right;
}

.tweet-bt a,
.tweet-bt:hover + .big-tweet {
  display: block;
}

.tweet .img {
  width: 130px;
  height: 88px;
  background: url(../images/tweet_bal_1.png) left top no-repeat;
}

.tweet-bt,
.tweet-bt a {
  color: #fff;
  width: 104px;
  text-align: center;
}

.tweet2 .pic {
  float: left;
  margin-top: 0;
}

.tweet2 .img {
  float: right;
  background: url(../images/tweet_bal_2.png) right bottom no-repeat;
}

.tweet3 .pic {
  float: left;
  margin-top: 15px;
}

.tweet3 .img {
  float: right;
  background: url(../images/tweet_bal_3.png) right top no-repeat;
}

.tweet4 .pic {
  float: left;
  margin-top: 15px;
}

.tweet4 .img {
  float: right;
  background: url(../images/tweet_bal_4.png) right top no-repeat;
}

.tweet5 .pic {
  float: right;
  margin-top: 0;
}

.tweet5 .img {
  background: url(../images/tweet_bal_5.png) left bottom no-repeat;
}

.tweet.pos1 {
  top: 60px;
  margin-left: -157px;
}

.tweet.pos2 {
  top: -100px;
  margin-left: 200px;
}

.tweet.pos3 {
  top: -110px;
  margin-left: -510px;
}

.tweet.pos4 {
  top: 212px;
  margin-left: 279px;
}

.tweet.pos5 {
  top: 170px;
  margin-left: -611px;
}

.tweet.pos6 {
  top: 104px;
  margin-left: -1001px;
}

.tweet.pos7 {
  top: -252px;
  margin-left: -884px;
  opacity: 0;
}

.tweet.pos8 {
  top: -242px;
  margin-left: 573px;
}

.tweet.pos9 {
  top: 27px;
  margin-left: 704px;
}

.tweet.pos10 {
  top: 316px;
  margin-left: 708px;
}

.tweet.pos11 {
  top: 236px;
  margin-left: 1202px;
  opacity: 0;
}

.tweet.pos12 {
  top: 106px;
  margin-left: 1150px;
  opacity: 0;
}

.tweet.pos13 {
  top: -154px;
  margin-left: -1340px;
  opacity: 0;
}

.tweet.pos14 {
  top: 120px;
  margin-left: -1120px;
  opacity: 0;
}

.tweet-bt {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.tweet-bt span {
  font-size: 0.825em;
}

.tweet-bt a {
  background: #000;
  font-size: 1.325em;
  border-radius: 52px;
  height: 104px;
  margin-bottom: 5px;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 20px;
}

.tweet-bt a:hover,
.tweet-bt:hover a {
  color: #41969c;
  background: #fff;
}

.tweet-bt a i {
  font-size: 1.5em;
}

.big-tweet {
  display: none;
  bottom: 150px;
  left: 50%;
  margin-left: -120px;
  height: 116px;
}

body > footer {
  background: var(--primary);
  padding: 110px 0 0;
}

body > footer > div {
  min-height: 671px;
  position: relative;
}

body > footer h3 {
  font-size: 5.3125em;
  color: var(--white);
  font-weight: 600;
  text-transform: none;
  text-align: center;
  margin: 0;
}

body > footer h3 > span {
  font-family: "Source Sans Pro";
}

body > footer figure {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 607px;
  height: 438px;
  display: block;
  z-index: 1;
  margin-left: -69px;
}

body > footer .button {
  margin-top: 54px;
  position: relative;
  z-index: 2;
}

body > footer .button a {
  margin: 0 auto;
}

body > footer .button p {
  color: #fff;
  text-align: center;
  font-size: 0.75em;
  padding-top: 15px;
}

@-webkit-keyframes Skype {
  0% {
    left: 51px;
    top: 27px;
    opacity: 1;
  }
  16.67% {
    left: -26px;
    top: 89px;
  }
  33.33% {
    left: 108px;
    top: 135px;
  }
  50% {
    left: 147px;
    top: 27px;
  }
  66.66% {
    left: 195px;
    top: 181px;
    text-indent: -100px;
  }
  83.33% {
    left: 294px;
    top: 107px;
    -webkit-transform: translate3d(0, 0, 0) scale(0.225);
    text-indent: 0;
  }
  100% {
    left: 294px;
    top: 107px;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    text-indent: 0;
    opacity: 1;
  }
}

@-webkit-keyframes LinkedIn {
  0% {
    left: 51px;
    top: 27px;
    opacity: 1;
  }
  12.5% {
    left: -26px;
    top: 89px;
  }
  25% {
    left: 108px;
    top: 135px;
  }
  37.5% {
    left: -31px;
    top: 220px;
  }
  50% {
    left: 171px;
    top: 290px;
  }
  62.5% {
    left: 195px;
    top: 181px;
  }
  75% {
    left: 294px;
    top: 231px;
    text-indent: -100px;
  }
  87.5% {
    left: 429px;
    top: 227px;
    -webkit-transform: translate3d(0, 0, 0) scale(0.225);
    text-indent: 0;
  }
  100% {
    left: 429px;
    top: 227px;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    text-indent: 0;
    opacity: 1;
  }
}

@-webkit-keyframes Email {
  0% {
    left: 51px;
    top: 27px;
    opacity: 1;
  }
  20% {
    left: -26px;
    top: 89px;
  }
  40% {
    left: 108px;
    top: 135px;
  }
  60% {
    left: -31px;
    top: 220px;
    text-indent: -100px;
  }
  80% {
    left: 171px;
    top: 290px;
    -webkit-transform: translate3d(0, 0, 0) scale(0.225);
    text-indent: 0;
  }
  100% {
    left: 171px;
    top: 290px;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    text-indent: 0;
    opacity: 1;
  }
}

@-webkit-keyframes Facebook {
  0% {
    left: 51px;
    top: 27px;
    opacity: 1;
  }
  8.33% {
    left: -26px;
    top: 89px;
  }
  16.67% {
    left: 108px;
    top: 135px;
  }
  25% {
    left: 147px;
    top: 27px;
  }
  33.33% {
    left: 195px;
    top: 181px;
  }
  41.67% {
    left: 294px;
    top: 107px;
  }
  50% {
    left: 294px;
    top: 231px;
  }
  58.33% {
    left: 429px;
    top: 227px;
  }
  66.67% {
    left: 501px;
    top: 116px;
  }
  75% {
    left: 576px;
    top: -21px;
  }
  83.33% {
    left: 706px;
    top: 45px;
    text-indent: -100px;
  }
  91.67% {
    left: 709px;
    top: 153px;
    -webkit-transform: translate3d(0, 0, 0) scale(0.225);
    text-indent: 0;
  }
  100% {
    left: 709px;
    top: 153px;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    text-indent: 0;
    opacity: 1;
  }
}

@-webkit-keyframes CV {
  0% {
    left: 51px;
    top: 27px;
    opacity: 1;
  }
  9.09% {
    left: -26px;
    top: 89px;
  }
  18.18% {
    left: 108px;
    top: 135px;
  }
  27.27% {
    left: -31px;
    top: 220px;
  }
  36.36% {
    left: 171px;
    top: 290px;
  }
  45.45% {
    left: 195px;
    top: 181px;
  }
  54.54% {
    left: 294px;
    top: 231px;
  }
  63.63% {
    left: 429px;
    top: 227px;
  }
  72.72% {
    left: 513px;
    top: 344px;
  }
  81.81% {
    left: 641px;
    top: 389px;
    text-indent: -100px;
  }
  90.90% {
    left: 770px;
    top: 326px;
    -webkit-transform: translate3d(0, 0, 0) scale(0.225);
    text-indent: 0;
  }
  100% {
    left: 770px;
    top: 326px;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    text-indent: 0;
    opacity: 1;
  }
}

@keyframes Skype {
  0% {
    left: 51px;
    top: 27px;
    opacity: 1;
  }
  16.67% {
    left: -26px;
    top: 89px;
  }
  33.33% {
    left: 108px;
    top: 135px;
  }
  50% {
    left: 147px;
    top: 27px;
  }
  66.66% {
    left: 195px;
    top: 181px;
    text-indent: -100px;
  }
  83.33% {
    left: 294px;
    top: 107px;
    transform: translate3d(0, 0, 0) scale(0.225);
    text-indent: 0;
  }
  100% {
    left: 294px;
    top: 107px;
    transform: translate3d(0, 0, 0) scale(1);
    text-indent: 0;
    opacity: 1;
  }
}

@keyframes LinkedIn {
  0% {
    left: 51px;
    top: 27px;
    opacity: 1;
  }
  12.5% {
    left: -26px;
    top: 89px;
  }
  25% {
    left: 108px;
    top: 135px;
  }
  37.5% {
    left: -31px;
    top: 220px;
  }
  50% {
    left: 171px;
    top: 290px;
  }
  62.5% {
    left: 195px;
    top: 181px;
  }
  75% {
    left: 294px;
    top: 231px;
    text-indent: -100px;
  }
  87.5% {
    left: 429px;
    top: 227px;
    transform: translate3d(0, 0, 0) scale(0.225);
    text-indent: 0;
  }
  100% {
    left: 429px;
    top: 227px;
    transform: translate3d(0, 0, 0) scale(1);
    text-indent: 0;
    opacity: 1;
  }
}

@keyframes Email {
  0% {
    left: 51px;
    top: 27px;
    opacity: 1;
  }
  20% {
    left: -26px;
    top: 89px;
  }
  40% {
    left: 108px;
    top: 135px;
  }
  60% {
    left: -31px;
    top: 220px;
    text-indent: -100px;
  }
  80% {
    left: 171px;
    top: 290px;
    transform: translate3d(0, 0, 0) scale(0.225);
    text-indent: 0;
  }
  100% {
    left: 171px;
    top: 290px;
    transform: translate3d(0, 0, 0) scale(1);
    text-indent: 0;
    opacity: 1;
  }
}

@keyframes Facebook {
  0% {
    left: 51px;
    top: 27px;
    opacity: 1;
  }
  8.33% {
    left: -26px;
    top: 89px;
  }
  16.67% {
    left: 108px;
    top: 135px;
  }
  25% {
    left: 147px;
    top: 27px;
  }
  33.33% {
    left: 195px;
    top: 181px;
  }
  41.67% {
    left: 294px;
    top: 107px;
  }
  50% {
    left: 294px;
    top: 231px;
  }
  58.33% {
    left: 429px;
    top: 227px;
  }
  66.67% {
    left: 501px;
    top: 116px;
  }
  75% {
    left: 576px;
    top: -21px;
  }
  83.33% {
    left: 706px;
    top: 45px;
    text-indent: -100px;
  }
  91.67% {
    left: 709px;
    top: 153px;
    transform: translate3d(0, 0, 0) scale(0.225);
    text-indent: 0;
  }
  100% {
    left: 709px;
    top: 153px;
    transform: translate3d(0, 0, 0) scale(1);
    text-indent: 0;
    opacity: 1;
  }
}

@keyframes CV {
  0% {
    left: 51px;
    top: 27px;
    opacity: 1;
  }
  9.09% {
    left: -26px;
    top: 89px;
  }
  18.18% {
    left: 108px;
    top: 135px;
  }
  27.27% {
    left: -31px;
    top: 220px;
  }
  36.36% {
    left: 171px;
    top: 290px;
  }
  45.45% {
    left: 195px;
    top: 181px;
  }
  54.54% {
    left: 294px;
    top: 231px;
  }
  63.63% {
    left: 429px;
    top: 227px;
  }
  72.72% {
    left: 513px;
    top: 344px;
  }
  81.81% {
    left: 641px;
    top: 389px;
    text-indent: -100px;
  }
  90.90% {
    left: 770px;
    top: 326px;
    transform: translate3d(0, 0, 0) scale(0.225);
    text-indent: 0;
  }
  100% {
    left: 770px;
    top: 326px;
    transform: translate3d(0, 0, 0) scale(1);
    text-indent: 0;
    opacity: 1;
  }
}

@-webkit-keyframes balloon {
  from {
    -webkit-transform: scale(0) translateX(5px);
  }
  to {
    -webkit-transform: scale(1) translateX(5px);
  }
}

@-webkit-keyframes balloonOut {
  from {
    -webkit-transform: scale(1) translateX(5px);
  }
  to {
    -webkit-transform: scale(0) translateX(5px);
  }
}

@-webkit-keyframes balloonFloating {
  0%,
  100% {
    -webkit-transform: rotate(0) translateX(5px) rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translateX(5px) rotate(-180deg);
  }
}

@-webkit-keyframes balloonFloatingInverse {
  0%,
  100% {
    -webkit-transform: rotate(0) translateX(5px) rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg) translateX(5px) rotate(180deg);
  }
}

@-webkit-keyframes words {
  0% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes wordsRepeat {
  0%,
  100%,
  12% {
    -webkit-transform: scale(1);
  }
  4% {
    -webkit-transform: scale(0.8);
  }
  8% {
    -webkit-transform: scale(1.2);
  }
}

@keyframes balloon {
  from {
    transform: scale(0) translateX(5px);
  }
  to {
    transform: scale(1) translateX(5px);
  }
}

@keyframes balloonOut {
  from {
    transform: scale(1) translateX(5px);
  }
  to {
    transform: scale(0) translateX(5px);
  }
}

@keyframes balloonFloating {
  0%,
  100% {
    transform: rotate(0) translateX(5px) rotate(0);
  }
  50% {
    transform: rotate(180deg) translateX(5px) rotate(-180deg);
  }
}

@keyframes balloonFloatingInverse {
  0%,
  100% {
    transform: rotate(0) translateX(5px) rotate(0);
  }
  50% {
    transform: rotate(-180deg) translateX(5px) rotate(180deg);
  }
}

@keyframes words {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes wordsRepeat {
  0%,
  100%,
  12% {
    transform: scale(1);
  }
  4% {
    transform: scale(0.8);
  }
  8% {
    transform: scale(1.2);
  }
}

@media all and (max-width: 1024px) {
  .banner .base,
  .greetings {
    font-size: 0.9em;
  }
  .base,
  .portfolio .modal .base {
    width: auto;
  }
  body > footer,
  header,
  section {
    min-width: inherit;
  }
  .work .meters {
    display: none;
  }
  .work .timeline {
    float: none;
    margin: 0 auto;
  }
  .work .blc {
    position: relative;
  }
  .work figure {
    top: -120px;
    margin-left: 90px;
  }
  .portfolio .proj-gallery {
    width: 66%;
  }
  .portfolio .proj-info {
    width: 34%;
    margin-right: 0;
  }
  .portfolio .close-modal {
    right: 20px;
    left: auto;
    margin-left: 0;
  }
  .profile figure {
    margin-left: -73.33%;
  }
  .contact .base {
    padding: 0;
  }
  .contact h2 {
    margin-left: 32px;
  }
}

@media all and (max-height: 660px) {
  .banner .base {
    font-size: 0.8em;
  }
}

@media all and (max-width: 915px) {
  .banner .css-nominee {
    top: 180px;
  }
  body.opened {
    margin-top: 50px;
  }
}

@media all and (max-width: 900px) {
  header {
    height: 50px;
  }
  header nav {
    margin-top: 5px;
  }
  header .lg-small {
    margin-top: 0;
  }
  header .lg {
    margin-top: -100px;
  }
  body.opened {
    margin-top: 50px;
  }
  header nav a {
    padding: 0 12px;
  }
  .banner .base,
  .greetings {
    font-size: 0.8em;
  }
  .profile {
    font-size: 0.85em;
  }
  .contact .network > a.cv {
    left: 641px;
    top: 389px;
  }
  .profile .info {
    padding: 50px 0 0;
    font-size: 1.15em;
  }
  .profile h2 {
    margin-bottom: 0;
  }
  .profile h2 + h3 {
    margin-top: 40px;
  }
  @keyframes CV {
    0% {
      left: 51px;
      top: 27px;
      opacity: 1;
    }
    10% {
      left: -26px;
      top: 89px;
    }
    20% {
      left: 108px;
      top: 135px;
    }
    30% {
      left: -31px;
      top: 220px;
    }
    40% {
      left: 171px;
      top: 290px;
    }
    50% {
      left: 195px;
      top: 181px;
    }
    60% {
      left: 294px;
      top: 231px;
    }
    70% {
      left: 429px;
      top: 227px;
    }
    80% {
      left: 513px;
      top: 344px;
      text-indent: -100px;
    }
    90% {
      left: 641px;
      top: 389px;
      transform: translate3d(0, 0, 0) scale(0.225);
      text-indent: 0;
    }
    100% {
      left: 641px;
      top: 389px;
      transform: translate3d(0, 0, 0) scale(1);
      text-indent: 0;
      opacity: 1;
    }
  }
}

@media all and (max-width: 850px) {
  .quote {
    font-size: 0.8em;
  }
}

@media all and (max-width: 850px) and (min-width: 769px) {
  .portfolio article h3 {
    font-size: 1.375em;
  }
  .portfolio article li {
    font-size: 0.8125em;
  }
}

@media all and (max-width: 800px) {
  .skills ul {
    font-size: 1.25em;
  }
  .skills p {
    font-size: 2.8125em;
  }
}

@media all and (max-width: 768px) {
  .profile p:after,
  header nav a.act:before {
    content: ".";
  }
  .quote {
    font-size: 0.7em;
  }
  .ic-menu {
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  header nav {
    width: 200px;
    position: fixed;
    top: 50px;
    right: -240px;
    padding: 20px;
    background: #161616;
    margin: 0;
    height: 100%;
    transition: right 0.6s ease-out;
  }
  .banner figure,
  .greetings figure {
    position: static;
    text-align: center;
  }
  .opened header nav {
    margin-top: 0;
  }
  header nav a.act {
    padding-bottom: 0;
    border-bottom: none;
    font-weight: 700;
  }
  header nav a.act:before {
    width: 7px;
    height: 7px;
    background: #41969c;
    display: inline-block;
    margin-right: 7px;
    text-indent: -12px;
    overflow: hidden;
    border-radius: 12px;
  }
  header nav a {
    display: block;
    float: none;
  }
  .banner .base {
    font-size: 0.8em;
    padding: 0;
  }
  .banner .button {
    display: none;
  }
  .greetings figure img,
  .profile h3,
  .profile p {
    display: inline;
  }
  .balloon {
    left: 50%;
  }
  .balloon.big {
    margin-left: -18.875em;
  }
  .balloon.med {
    top: 350px;
    margin-left: -210px;
  }
  .balloon.small {
    top: 420px;
    margin-left: -150px;
  }
  .banner figure {
    left: 0;
    margin: 410px 0 0;
    width: 100%;
    height: auto;
    float: left;
    font-size: 0;
  }
  .banner figure img {
    max-width: 500px;
    width: 100%;
    display: inline;
  }
  .greetings {
    font-size: 0.9em;
    padding: 6.25em 0;
  }
  .greetings figure {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .greetings .text {
    margin: 0 auto 40px;
    overflow: hidden;
  }
  .profile {
    height: auto;
    font-size: 0.7em;
  }
  .work .timeline {
    width: 430px;
    padding-left: 50px;
  }
  .profile .base {
    padding: 80px 32px;
  }
  .profile .info {
    margin-left: 0;
    width: 100%;
    font-size: 1.3em;
    padding: 0;
    text-align: center;
    float: none;
  }
  .profile h2 + h3 {
    margin-top: 30px;
  }
  .profile figure {
    float: none;
    margin: 0 auto 70px;
    position: relative;
    left: 0;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    border: 2px solid #000;
    overflow: hidden;
  }
  .profile figure img {
    max-width: inherit;
    max-height: 300px;
    left: 50%;
    margin-left: -62%;
    z-index: 1;
  }
  .profile h2 {
    margin-bottom: 40px;
  }
  .profile h3 {
    margin-right: 5px;
  }
  .profile p:after {
    visibility: hidden;
    display: block;
    height: 30px;
    clear: both;
  }
  .portfolio article {
    width: 50%;
  }
  .portfolio > .base {
    max-width: 635px;
  }
  .portfolio .resp-top {
    display: block;
    padding-left: 32px;
    padding-top: 27px;
    height: 126px;
  }
  .portfolio .proj-gallery {
    width: 100%;
  }
  .portfolio .proj-info {
    display: none;
  }
  .portfolio .modal {
    height: 540px;
  }
  .portfolio .slider {
    height: 448px;
  }
  .portfolio .slider figure {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .portfolio .slider figure img {
    max-width: 100%;
    max-height: 100%;
    display: inline;
  }
  .contact .network > a.fb {
    left: 576px;
    top: -21px;
  }
  body > footer .button {
    width: 90px;
    left: 50%;
    margin-left: -211px;
  }
  body > footer figure {
    margin-left: -240px;
  }
}

@media all and (max-width: 680px) {
  .skills {
    background: 0 0;
  }
  .portfolio .slider {
    height: 378px;
  }
  .portfolio .modal {
    height: 470px;
  }
}

@media all and (max-width: 570px) {
  .skills .dev,
  .skills .pro {
    float: none;
    text-align: center;
  }
  .skills .pro li,
  .skills .pro p {
    text-align: center;
  }
  .skills .pro h2,
  .skills h2 {
    display: inline-block;
    float: none;
  }
  .skills .dev {
    padding-bottom: 65px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 60px;
  }
  .skills ul {
    font-size: 1.4375em;
  }
  .skills p {
    font-size: 3.6875em;
  }
  .work article .line span,
  .work figure {
    display: none;
  }
  .work h2 {
    margin-bottom: 0;
  }
  .work article {
    width: 100% !important;
  }
  .contact form {
    left: 50%;
    margin-left: -285px;
  }
  .contact .network > a,
  .contact.anim .network > a {
    animation: none;
    transform: none;
    opacity: 1;
    text-indent: 0;
  }
  .contact .network > a.em {
    left: 271px;
    top: 371px;
  }
  .contact .network > a.cv {
    left: 512px;
    top: 344px;
  }
  .contact .network > a.fb {
    left: 500px;
    top: 116px;
  }
  body > footer h3 {
    font-size: 4.375em;
  }
}

@media all and (max-width: 570px) and (min-width: 500px) {
  .portfolio article h3 {
    font-size: 1.375em;
  }
  .portfolio article li {
    font-size: 0.8125em;
  }
}

@media all and (max-width: 544px) {
  .work .timeline {
    width: 100%;
    box-sizing: border-box;
  }
  .portfolio .modal {
    height: 400px;
  }
  .portfolio .slider {
    height: 308px;
  }
}

@media all and (max-width: 500px) {
  .portfolio .list {
    max-width: 310px;
    margin: 0 auto;
  }
  .portfolio article {
    width: 100%;
  }
}

@media all and (max-width: 480px) {
  .banner .base {
    font-size: 0.6em;
  }
  .banner figure {
    margin: 310px 0 -2px;
  }
  .balloon {
    left: 50%;
  }
  .balloon.med {
    top: 267px;
    margin-left: -143px;
  }
  .balloon.small {
    top: 318px;
    margin-left: -90px;
  }
  .greetings .g_an {
    margin-left: 0.3em;
    margin-right: -10px;
  }
  body > footer > div {
    min-height: 741px;
  }
  body > footer .button {
    margin-left: -45px;
  }
  body > footer figure {
    width: 100%;
    height: auto;
    margin-left: -50%;
  }
  body > footer img {
    max-width: 100%;
  }
}

@media all and (max-width: 470px) {
  .greetings {
    font-size: 0.75em;
  }
}

@media all and (max-width: 420px) {
  .greetings {
    font-size: 0.7em;
  }
  .contact form .form {
    width: 290px;
  }
}

@media all and (max-width: 374px) {
  .profile figure {
    width: 252px;
    height: 252px;
    border-radius: 124px;
  }
  .profile figure img {
    max-height: 252px;
  }
  .skills p {
    font-size: 3.125em;
  }
}

@media all and (max-width: 390px) {
  .greetings {
    font-size: 0.65em;
  }
}

@media all and (max-width: 360px) {
  .greetings {
    font-size: 0.6em;
  }
}

@media all and (max-width: 340px) {
  .greetings {
    font-size: 0.55em;
  }
}

/* GitHub ribbon (top-right corner) */
.github-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  z-index: 9999;
  pointer-events: auto;
}
.github-ribbon a {
  position: absolute;
  display: block;
  width: 240px;
  padding: 8px 0;
  background: #161616;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transform: rotate(45deg);
  transform-origin: 0 0;
  top: -24px;
  right: -94px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.github-ribbon a:hover {
  background: #41969c;
}
@media all and (max-width: 768px) {
  .github-ribbon a {
    width: 180px;
    top: 14px;
    right: -48px;
    font-size: 12px;
  }
}
