/* app css stylesheet */
/* line 58, ../scss/app.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 66, ../scss/app.scss */
body {
  background-color: #fff6e6;
  color: #3f454c;
}

/* line 71, ../scss/app.scss */
h1,
h2 {
  font-family: 'Francois One', sans-serif;
}

/* line 76, ../scss/app.scss */
h3,
h4,
#resume .position .company-name,
#resume .position .title,
#resume .education .school-name,
#resume .education .program,
#resume .certification .certification-name,
#resume .patent .patent-title,
#resume .publication .publication-title {
  font-family: 'Cardo', serif;
  font-weight: bold;
}

/* line 89, ../scss/app.scss */
a {
  color: #ff7F66;
  text-decoration: none;
}

/* line 94, ../scss/app.scss */
a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 99, ../scss/app.scss */
.social a:hover {
  text-decoration: none;
}

/* line 103, ../scss/app.scss */
i {
  color: #fff6e6;
  padding-top: .4em;
}

/* line 108, ../scss/app.scss */
i:hover {
  text-decoration: none;
}

/* line 112, ../scss/app.scss */
rt {
  font-size: .75em;
}

/* line 116, ../scss/app.scss */
.timestamp {
  font-size: .75em;
}

/* line 120, ../scss/app.scss */
.anchor {
  color: #2385c4;
}

/* line 124, ../scss/app.scss */
.icon-wrapper {
  top: 0;
  background-color: #3f454c;
  width: 2em;
  height: 2em;
  margin-bottom: .5em;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  overflow: hidden;
}

/* line 149, ../scss/app.scss */
.icon-wrapper:hover {
  text-decoration: none;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

/* line 156, ../scss/app.scss */
.gold i {
  font-size: 0.5em;
  color: #FFCC00;
  padding-left: 3px;
  padding-right: 2.5px;
  vertical-align: 25%;
}

/* line 163, ../scss/app.scss */
.silver i {
  font-size: 0.5em;
  color: #C9CFC9;
  padding-left: 3px;
  padding-right: 2.5px;
  vertical-align: 25%;
}

/* line 170, ../scss/app.scss */
.bronze i {
  font-size: 0.5em;
  color: #C9960C;
  padding-left: 3px;
  padding-right: 2.5px;
  vertical-align: 25%;
}

/* line 177, ../scss/app.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* ui-bootstrap tooltip */
/* line 190, ../scss/app.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 195, ../scss/app.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 200, ../scss/app.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 205, ../scss/app.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 210, ../scss/app.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 215, ../scss/app.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 227, ../scss/app.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 235, ../scss/app.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 243, ../scss/app.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 251, ../scss/app.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 259, ../scss/app.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* ui-bootstrap popover */
/* line 269, ../scss/app.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 293, ../scss/app.scss */
.popover.top {
  margin-top: -10px;
}

/* line 297, ../scss/app.scss */
.popover.right {
  margin-left: 10px;
}

/* line 301, ../scss/app.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 305, ../scss/app.scss */
.popover.left {
  margin-left: -10px;
}

/* line 309, ../scss/app.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 322, ../scss/app.scss */
.popover-title:empty {
  display: none;
}

/* line 326, ../scss/app.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 330, ../scss/app.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 340, ../scss/app.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 344, ../scss/app.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 349, ../scss/app.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 358, ../scss/app.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

/* line 365, ../scss/app.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 374, ../scss/app.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

/* line 381, ../scss/app.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 390, ../scss/app.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

/* line 397, ../scss/app.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 406, ../scss/app.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

/* ui-bootstrap modals */
/* line 416, ../scss/app.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 426, ../scss/app.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 430, ../scss/app.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 436, ../scss/app.scss */
.modal {
  width: 50%;
  /* desired relative width */
  left: 25%;
  /* (100%-width)/2 */
  min-height: 170px;
  height: -moz-calc(90% - 80px);
  height: -o-calc(90% - 80px);
  height: -webkit-calc(90% - 80px);
  height: calc(90% - 80px);
  /* place center */
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 5%;
  z-index: 1050;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 468, ../scss/app.scss */
.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

/* line 476, ../scss/app.scss */
.modal.fade.in {
  top: 5%;
}

/* line 480, ../scss/app.scss */
.modal-header {
  width: 6000px;
  height: 80px;
  padding: 9px 15px;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}

/* line 489, ../scss/app.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 493, ../scss/app.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 498, ../scss/app.scss */
.modal-body {
  position: relative;
  min-height: 100px;
  height: -moz-calc(100% - 85px);
  height: -o-calc(100% - 85px);
  height: -webkit-calc(100% - 85px);
  height: calc(100% - 85px);
  padding: 15px;
  overflow-y: auto;
}

/* line 507, ../scss/app.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 511, ../scss/app.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 526, ../scss/app.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 533, ../scss/app.scss */
.modal-footer:after {
  clear: both;
}

/* line 537, ../scss/app.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 542, ../scss/app.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 546, ../scss/app.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (max-width: 767px) {
  /* line 551, ../scss/app.scss */
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }

  /* line 559, ../scss/app.scss */
  .modal.fade {
    top: -100px;
  }

  /* line 562, ../scss/app.scss */
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 568, ../scss/app.scss */
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }

  /* line 573, ../scss/app.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
}
/* ui bootstrap close */
/* line 581, ../scss/app.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 592, ../scss/app.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 601, ../scss/app.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* ui bootstrap button */
/* line 611, ../scss/app.scss */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* main styles */
/* line 649, ../scss/app.scss */
.container {
  padding: 1.8em;
  min-height: 100vh;
}

@media screen and (min-width: 42em) {
  /* line 655, ../scss/app.scss */
  h1 {
    font-size: 2em;
  }

  /* line 658, ../scss/app.scss */
  h2 {
    font-size: 1.5em;
  }

  /* line 661, ../scss/app.scss */
  i {
    color: #3f454c;
  }

  /* line 665, ../scss/app.scss */
  .icon-wrapper {
    background-color: #fff6e6;
  }

  /* line 669, ../scss/app.scss */
  .main {
    width: 75%;
    height: 100%;
    float: left;
    color: #fff6e6;
    background-color: #3f454c;
  }
  /* line 673, ../scss/app.scss */
  .main .container {
    padding: 3.75em;
  }

  /* line 679, ../scss/app.scss */
  .second {
    float: left;
    width: 25%;
    height: 100%;
  }

  /* line 684, ../scss/app.scss */
  .third {
    clear: both;
    height: 100%;
  }
}
@media screen and (min-width: 62em) {
  /* line 691, ../scss/app.scss */
  h1 {
    font-size: 2.3em;
  }

  /* line 694, ../scss/app.scss */
  h2 {
    font-size: 1.8em;
  }

  /* line 697, ../scss/app.scss */
  .main {
    width: 50%;
    margin-left: 25%;
  }
  /* line 700, ../scss/app.scss */
  .main .container {
    padding: 2em;
  }

  /* line 704, ../scss/app.scss */
  .second {
    width: 25%;
  }

  /* line 707, ../scss/app.scss */
  .third {
    float: left;
    margin-left: -100%;
    width: 25%;
    clear: none;
  }
}
@media screen and (min-width: 90em) {
  /* line 717, ../scss/app.scss */
  h1 {
    font-size: 3em;
  }

  /* line 720, ../scss/app.scss */
  h2 {
    font-size: 2.5em;
  }

  /* line 724, ../scss/app.scss */
  .main .container {
    padding: 3.75em;
  }
}
/* line 5, ../scss/components/_resume.scss */
#resume li {
  padding-right: 20px;
  word-wrap: break-word;
  padding-bottom: 7px;
}

/* line 11, ../scss/components/_resume.scss */
#resume ul br {
  clear: left;
}

/* line 16, ../scss/components/_resume.scss */
#resume .social a {
  margin-right: 12px;
}

/* line 20, ../scss/components/_resume.scss */
#resume .section .content {
  width: 100%;
  margin: 0;
}

/* line 24, ../scss/components/_resume.scss */
#resume .section h2 {
  text-align: left;
  width: 100%;
}

/* line 28, ../scss/components/_resume.scss */
#resume .headline {
  width: 100%;
}

/* line 32, ../scss/components/_resume.scss */
#resume .picture {
  background-size: 140px 140px;
  width: 140px;
  height: 140px;
  border: 5px solid #3f454c;
  top: 0;
  margin: 1.5em auto 0;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* line 47, ../scss/components/_resume.scss */
#resume .picture-wrapper {
  width: 100%;
  height: 140px;
  position: relative;
}

/* line 53, ../scss/components/_resume.scss */
#resume .first {
  padding-top: 0;
  margin-top: 25px;
}

/* line 58, ../scss/components/_resume.scss */
#resume h1.name {
  margin: 0;
}

/* line 62, ../scss/components/_resume.scss */
#resume .headline h3 {
  margin: 0;
}

/* line 66, ../scss/components/_resume.scss */
#resume .contact {
  margin-bottom: 50px;
}

/* line 70, ../scss/components/_resume.scss */
#resume .contact .content {
  width: 12.5em;
  margin: 0 auto;
}

/* line 75, ../scss/components/_resume.scss */
#resume .contact h2 {
  margin-bottom: 0;
}

/* line 86, ../scss/components/_resume.scss */
#resume .contact .value {
  padding-left: 1em;
}

/* line 95, ../scss/components/_resume.scss */
#resume .section {
  clear: both;
  border-top: 1px solid #fff6e6;
  overflow: auto;
  margin: 0 auto;
}

/* line 102, ../scss/components/_resume.scss */
#resume .position .company-name,
#resume .education .school-name,
#resume .certification .certification-name,
#resume .patent .patent-title,
#resume .publication .publication-title {
  float: left;
}

/* line 111, ../scss/components/_resume.scss */
#resume .position .company-name,
#resume .education .school-name {
  margin-bottom: 24px;
}
/* line 114, ../scss/components/_resume.scss */
#resume .position .company-name img,
#resume .education .school-name img {
  width: 48px;
  margin-top: 14px;
  margin-bottom: -18px;
  margin-right: 10px;
  background: #3f454c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* line 126, ../scss/components/_resume.scss */
#resume .position .title,
#resume .education .program,
#resume .certification .certificate-details,
#resume .patent .patent-details,
#resume .publication .publication-details {
  clear: both;
}

/* line 134, ../scss/components/_resume.scss */
#resume .section .job-summary,
#resume .section .notes,
#resume .section .activities,
#resume .section .patent-summary,
#resume .section .publication-summary {
  padding: 15px 0;
  clear: both;
}

/* line 143, ../scss/components/_resume.scss */
#resume .section .timestamp {
  float: right;
}

/* line 147, ../scss/components/_resume.scss */
#resume .section {
  margin-top: 30px;
}

@media screen and (min-width: 42em) {
  /* line 156, ../scss/components/_resume.scss */
  #resume .picture {
    position: absolute;
    right: 0;
    margin: -5em 0 0;
    border-color: #ff7F66;
  }

  /* line 163, ../scss/components/_resume.scss */
  #resume .headline {
    width: 60%;
  }

  /* line 167, ../scss/components/_resume.scss */
  #resume .picture-wrapper {
    height: 0;
  }

  /* line 171, ../scss/components/_resume.scss */
  #resume .contact .content {
    width: 100%;
  }

  /* line 175, ../scss/components/_resume.scss */
  #resume .section .content {
    float: left;
    width: -moz-calc(70% - 25px);
    width: -o-calc(70% - 25px);
    width: -webkit-calc(70% - 25px);
    width: calc(70% - 25px);
    margin: 25px 0 25px 25px;
  }

  /* line 179, ../scss/components/_resume.scss */
  #resume .section h2 {
    width: -moz-calc(100% - 70%);
    width: -o-calc(100% - 70%);
    width: -webkit-calc(100% - 70%);
    width: calc(100% - 70%);
    margin: 30px 0 0;
    padding: 0;
    float: left;
    text-align: right;
  }
}
@media screen and (min-width: 62em) {
  /* line 192, ../scss/components/_resume.scss */
  #resume .headline {
    width: 70%;
  }

  /* line 196, ../scss/components/_resume.scss */
  #resume .section .content {
    width: 100%;
    margin: 0;
  }

  /* line 200, ../scss/components/_resume.scss */
  #resume .section h2 {
    text-align: left;
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  /* line 215, ../scss/components/_resume.scss */
  #resume .picture {
    background-size: 280px 280px;
    width: 280px;
    height: 280px;
  }

  /* line 221, ../scss/components/_resume.scss */
  #resume .headline {
    width: 60%;
  }

  /* line 225, ../scss/components/_resume.scss */
  #resume .section .content {
    float: left;
    width: -moz-calc(70% - 25px);
    width: -o-calc(70% - 25px);
    width: -webkit-calc(70% - 25px);
    width: calc(70% - 25px);
    margin: 25px 0 25px 25px;
  }

  /* line 229, ../scss/components/_resume.scss */
  #resume .section h2 {
    width: -moz-calc(100% - 70%);
    width: -o-calc(100% - 70%);
    width: -webkit-calc(100% - 70%);
    width: calc(100% - 70%);
    margin: 30px 0 0;
    padding: 0;
    float: left;
    text-align: right;
  }
}
/* line 5, ../scss/components/_portfolio.scss */
#portfolio .picture {
  background-size: auto 140px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 140px;
  width: 140px;
  border: 5px solid #3f454c;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75em;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* line 23, ../scss/components/_portfolio.scss */
.modal-body img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* line 39, ../scss/components/_portfolio.scss */
#portfolio .content {
  width: 100%;
  padding-top: .75em;
  text-align: center;
  margin-bottom: 0.75em;
}

/* line 46, ../scss/components/_portfolio.scss */
#portfolio .picture,
#portfolio .text {
  cursor: pointer;
}

/* line 50, ../scss/components/_portfolio.scss */
#portfolio tr .picture {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  overflow: hidden;
}

/* line 62, ../scss/components/_portfolio.scss */
#portfolio tr:hover .picture {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}

/* line 68, ../scss/components/_portfolio.scss */
#portfolio tr:hover .picture {
  cursor: pointer;
}

/* line 72, ../scss/components/_portfolio.scss */
#portfolio td {
  display: block;
}

@media screen and (min-width: 90em) {
  /* line 87, ../scss/components/_portfolio.scss */
  #portfolio .picture {
    display: inline-block;
  }

  /* line 90, ../scss/components/_portfolio.scss */
  #portfolio td {
    display: inline-block;
    margin: 0.75em 0 0.75em 0.5em;
  }

  /* line 94, ../scss/components/_portfolio.scss */
  #portfolio .content {
    text-align: left;
    width: -moz-calc(100% - 10em);
    width: -o-calc(100% - 10em);
    width: -webkit-calc(100% - 10em);
    width: calc(100% - 10em);
  }
}
/* line 5, ../scss/components/_feed.scss */
#feed .twitter {
  list-style-type: none;
  padding-left: 1em;
  padding-right: 1em;
}

/* line 12, ../scss/components/_feed.scss */
#feed .twitter li {
  border-bottom: 1px solid #3f454c;
}

/* line 16, ../scss/components/_feed.scss */
#feed .twitter .content {
  width: -moz-calc(100% - 6em);
  width: -o-calc(100% - 6em);
  width: -webkit-calc(100% - 6em);
  width: calc(100% - 6em);
  padding-top: .75em;
}

/* line 25, ../scss/components/_feed.scss */
#feed .twitter td {
  vertical-align: top;
  display: inline-block;
  margin-left: 1em;
}

/* line 31, ../scss/components/_feed.scss */
#feed .twitter img {
  width: 48px;
  margin-top: 14px;
  border: 3px solid #3f454c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* line 40, ../scss/components/_feed.scss */
#feed .twitter .timestamp {
  display: block;
}

@media screen and (min-width: 62em) {
  /* line 45, ../scss/components/_feed.scss */
  #feed .twitter td {
    display: block;
  }
}
@media screen and (min-width: 90em) {
  /* line 51, ../scss/components/_feed.scss */
  #feed .twitter td {
    display: inline-block;
  }
}
