body {
  background: #f8f8f8;
  font-family: Georgia, Times, 'Times New Roman';
}

ul, li {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

/* page header */
.container {
}

.container .layout {
  max-width: 800px;
  margin: auto;
  padding-top: 100px;
}

.container .layout .row-line {
  margin: 3px 0;
  float: left;
  width: 100%;
}

.layout h5 {
  font-style: italic;
  font-size: 1.4em;
}

.container .layout .row-line .year {
  float: left;
  width: 150px;
  font-weight: bold;
}

.container h4 {
  margin: 40px 0;
  width: 100%;
  float: left;
  font-size: 2.0em;
}

.container .button-down {
  bottom: 10px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  background: #DADADA;
  display: table;
  border-radius: 50%;
}

.container .button-down span {
  display: table-cell;
  vertical-align: middle;
}

.container .button-down i {
  font-size: 2.0em;
}

.container .si-photo {
  width: 70px;
  height: 70px;
  background: #FFF;
  border-radius: 50%;
  position: relative;
}

.container .si-photo .picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #DADADA;
}

.container .si-photo .picture img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.container .si-photo .title {
  position: absolute;
  bottom: -60px;
  text-align: center;
  width: 200px;
  left: -25px;
  font-size: 1.0em;
  font-family: 'Roboto', sans-serif;
}

.container .si-photo .title span {
  letter-spacing: 4px;
}

.container .si-photo .title small {
  letter-spacing: 2px;
}


.tag {
  padding: 2px 0;
  background: rgba(0,0,0,.1);
  float: left;
  margin: 3px 10px 3px 0;
  border-radius: 3px;
  font-size: 0.8em;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  position: relative;
  display: inline-block;
}

.tag:hover {
  background: rgba(0,0,0,.3);
  -webkit-transition: all 0.3s linear;
}

.tag .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tag .tooltip-active {
    visibility: visible;
    width: 120px;
    bottom: 150%;
    left: 50%; 
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tag .tooltip-active small {
    width: 100%;
    margin-top: 40px;
    display: block;
    float: left;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.tag .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

a(href="#") {
  background: #FAFAFA;
  color: #337ab7;
}

.sub-container {
  min-height: 1000px;
  max-width: 1080px;
  margin: auto;
  background: #FFFFFF;
  font-family: 'Roboto', sans-serif;
}

.sub-container h1 {
  margin: auto;
  text-align: center;
  font-size: 1.8em;
  font-weight: normal;
  color: #666;
  letter-spacing: 4px;
  line-height: 40px;
  float: left;
  padding: 50px 20px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #DADADA;
}

.sub-container h1 span {
  font-size: 1.8em;
  font-weight: bold;
  color: #000;
}

.sub-container h1 strong {
  color: #000;
}

.cv-container {
  max-width: 1280px;
  margin: auto;
}

.cv-container .who-i-am {
  font-size: 0.8em;
}

.cv-container .who-i-am small {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  letter-spacing: 0;
  margin: 5px 0;
  font-weight: 100;
  font-family: 'Arial', sans-serif;
  line-height: 15px;
}

/* Sub */
.main {
  min-height: 500px;
}

.experience {
  margin: 20px;
}

.experience ul li {
  display: block;
  border-bottom: 1px solid #DADADA;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}

.experience ul li .title {
  font-weight: bold;
}


/* Projects */
.projects {
  margin: 20px;
  float: left;
}

.projects ul li {
  display: block;
  border-bottom: 1px solid #DADADA;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}

.projects ul li .title {
  font-weight: bold;
}

.projects ul li small {
  color: #DADADA;
  font-size: 0.8em;
  letter-spacing: 2px;
}

/* Education */
.widget {
  padding: 20px;
  float: left;
  width: 100%
}

.widget ul li {
  display: block;
  border-bottom: 1px solid #DADADA;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}


.widget .skill-list .skill-tag {
  font-size: 0.8em;
  float: left;
  margin: 0 2px;
  padding: 0 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
}

.widget .skill-list .skill-tag:hover {
  background: #DADADA;
  -webkit-transition: all 0.3s linear;
}


/* Levels */

.levels {
  width: 100%;
  height: 3px;
  background: #FFF;
  position: relative;
  float: left;
}

.levels .bar {
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: green;
}



.levels.level-4 .bar {
  width: 80%;
}

.levels.level-5 .bar {
  width: 90%;
}

.levels.level-3 .bar {
  width: 60%;
}

.levels.level-2 .bar {
  width: 40%;
}

.levels.level-1 .bar {
  width: 20%;
}


.skill-group {
  width: 100%;
  float: left;
  margin: 5px 0;
}

.skill-group h5 {
  margin: 0 20px 0 0;
  float: left;
  font-size: 0.8em;
  font-weight: normal;
}

.skill-group a {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  font-size: 0.8em;
  color: #D8D8D8;
  padding: 0 5px;
}

.skill-group a:hover {
  color: #000;
  text-decoration: none;
  background: #D8D8D8;
}

.more {
  background: none;
  font-size: 1.0em;
  color: #000;
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
  margin: 0 10px;
  cursor: pointer;
}

.more:hover {
  background: #DADADA;
  -webkit-transition: all 0.3s linear;
}

.exp-info {
  margin: 10px;
  font-size: 1.0em;
  padding: 10px;
  border-radius: 3px;  
  display: block;
  border-left: 4px solid #DADADA;
}

.exp-info h5 {
  margin: 10px 0;
  font-size: 1.4em;
}

.exp-info ul li {
  list-style-type: square;
  margin: 0 20px;
}

.slogan {
  margin-top: 40px;
  padding-top: 40px;
}

.resume {
  margin: 20px 0;
  display: block;
}

.resume i {
  font-size: 2.0em;
}