.col.developer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.col.developer-image {
  max-width: 200px;
  position: relative;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 479px) {
  .col.developer-image {
    margin: 0 0 27px;
  }
}
.col.developer-image img {
  width: 100%;
  border-radius: 7px 0;
}
.col.developer-image::after {
  content: '';
  position: absolute;
  right: -27px;
  bottom: 0;
  left: -27px;
  background: url("../img/tb.svg") no-repeat 0/100% 100%;
  height: 47px;
  display: none;
}
.col.developer-info {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 27px;
  position: relative;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 479px) {
  .col.developer-info {
    margin: 57px;
  }
}
.col.developer-info .name {
  font-size: 2em;
}
.col.developer-info .description {
  font-size: 1em;
}
@media (max-width: 479px) {
  .col.developer-info .description {
    margin: 57px;
  }
}
.col.developer-info .description p {
  text-align: left;
  font-size: 0.8em;
}
@media (max-width: 479px) {
  .col.developer-info .description p {
    text-align: center;
  }
}
.col.developer-info .description p + p {
  margin: -34px 0 0;
}
.col.developer-info .description .social {
  position: absolute;
  right: 27px;
  bottom: 7px;
  left: 27px;
}
@media (max-width: 479px) {
  .col.developer-info .description .social {
    text-align: center;
  }
}
.col.developer-info .description .social a {
  padding: 0 7px;
  color: #fff;
  font-size: 1.2em;
}
.col.developer-info .description .social a:hover {
  color: #ff5252;
}
.col.developer-info .description .social a:first-child {
  margin: 0 0 0 -7px;
}
.dev {
  -webkit-flex-wrap: initial;
  -ms-flex-wrap: initial;
  flex-wrap: initial;
}
@media (max-width: 479px) {
  .dev {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin: 37px 17px 0;
  }
}
.dev .col {
  -webkit-box-flex: initial;
  -moz-box-flex: initial;
  -o-box-flex: initial;
  -ms-box-flex: initial;
  box-flex: initial;
  -webkit-flex-grow: initial;
  flex-grow: initial;
  width: 100%;
}
.skills {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.skills > div {
  letter-spacing: 3px;
  text-indent: 7px;
  text-transform: uppercase;
  font-size: 0.7em;
}
.skills .pug .bar .color {
  background: #52b4ff;
}
.skills .html .bar .color {
  background: #52b4ff;
}
.skills .java .bar .color {
  background: #ffc252;
}
.skills .javascript .bar .color {
  background: #ffc252;
}
.skills .stylus .bar .color {
  background: #ff5252;
}
.skills .css .bar .color {
  background: #ff5252;
}
.skills .cpp .bar .color {
  background: #ff5274;
}
.skills .bar {
  height: 4px;
  border-radius: 7px;
  margin: 7px 0 27px;
  width: 100%;
  background: rgba(255,255,255,0.1);
  letter-spacing: 0px;
  position: relative;
}
.skills .bar .color {
  max-width: 0px;
  -webkit-transition: max-width 3s ease;
  -moz-transition: max-width 3s ease;
  -o-transition: max-width 3s ease;
  -ms-transition: max-width 3s ease;
  transition: max-width 3s ease;
  width: 100%;
  height: 4px;
  border-radius: 7px;
  background: #ff5252;
  position: absolute;
  top: 0;
}
.skills .bar .percent {
  margin: -17px 0 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 4s ease;
  -moz-transition: opacity 4s ease;
  -o-transition: opacity 4s ease;
  -ms-transition: opacity 4s ease;
  transition: opacity 4s ease;
  font-size: 0.9em;
  float: right;
  padding: 0 7px 0 0;
}
