@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #444;
  color: rgba(0, 0, 0, 0.7);
  background: #fff;
  height: 100%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  body {
    background-position: center center;
    background-repeat: no-repeat;
  }
}

a {
  color: #0b8bbb;
  -webkit-transition: 0.0s;
  -o-transition: 0.0s;
  transition: 0.0s;
}
a:hover, a:active, a:focus {
  color: #0b8bbb;
  outline: none;
}

p {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 0px 0;
}


#main {
  width: 1000px;
  min-height: 0px;
  margin: 0em auto 0em auto;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.0s;
  -o-transition: 0.0s;
  transition: 0.0s;
  box-shadow:0 0 10px #aaa;
  background:#fff;
  background:-moz-linear-gradient(top, #EEEEEE 0%, #FFFFFF 2%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(2%, #FFFFFF));
}
@media screen and (max-width: 850px) {
  #main {
    margin: 2em .5em 5em .5em;
  }
}

.tab-wrap {
  position: relative;
}
.tab-wrap .tab-menu {
  list-style: none;
  text-align: center;
  margin-bottom: 2em;
  position: relative;
  top: -.5em;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .tab-wrap .tab-menu {
    top: -7px;
  }
}
.tab-wrap .tab-menu li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  padding: 0;
  margin: 0;
}
.tab-wrap .tab-menu li a {
  padding: 2em 1em 1em 1em;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.0s;
  -o-transition: 0.0s;
  transition: 0.0s;
}
.tab-wrap .tab-menu li a .icon {
  display: block;
  position: relative;
  font-size: 22px;
  bottom: 0;
  -webkit-transition: 0.0s;
  -o-transition: 0.0s;
  transition: 0.0s;
}
.tab-wrap .tab-menu li a .menu-text {
  display: block;
  -webkit-transition: 0.0s;
  -o-transition: 0.0s;
  transition: 0.0s;
}
@media screen and (max-width: 768px) {
  .tab-wrap .tab-menu li a .menu-text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .tab-wrap .tab-menu li a {
    padding: 1em .5em .5em .5em;
  }
}
.tab-wrap .tab-menu li a:after {
  position: absolute;
  content: "";
  height: 0;
  background: #0b8bbb;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.tab-wrap .tab-menu li a:hover {
  color: #444;
  text-decoration: none;
}
.tab-wrap .tab-menu li a:hover .icon {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tab-wrap .tab-menu li a:hover .icon {
    bottom: 0px;
  }
}
.tab-wrap .tab-menu li a:hover:after {
  height: 100%;
}
.tab-wrap .tab-menu li.active .icon {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tab-wrap .tab-menu li.active .icon {
    bottom: 0px;
  }
}
.tab-wrap .tab-menu li.active > a {
  color: #fff;
  text-decoration: none;
}
.tab-wrap .tab-menu li.active > a:after {
  height: 100%;
}
.tab-wrap .tab-content {
  padding-left: 4em;
  padding-right: 4em;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tab-wrap .tab-content {
    padding-left: .5em;
    padding-right: .5em;
  }
}
.tab-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.tab-wrap .tab-content .content-inner {
  padding: 7em 1em 5em 1em;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab-wrap .tab-content .content-inner {
    padding: 4em .5em 5em .5em;
  }
}

figure {
}

.header-photo{
  float:left;
  background-color:#eee;
  padding:5px 5px 2px 5px;
  -webkit-box-shadow:0 0 10px #aaa;
  -moz-box-shadow:0 0 10px #aaa;
  box-shadow:0 0 5px #aaa;
}
.header-photo img{
  width:150px;
  height:200px;
  border:1px #ddd solid;
}

.header-content h1{
  margin:0 5px 2px 30px;
  padding:0px 0px 0px 150px;
  color:#444;
  font-size:26px;
}
.header-content h2{
  margin:10px 0 2px 30px;
  padding:0px 0px 0px 150px;
  color:#0b8bbb;
  font-size:22px;
}
.header-content p{
  font-size:19px;
  margin:10px 0 0 30px;
  padding:0px 0px 0px 150px;
}
.counter .number {
  font-size: 100px;
  color: #0b8bbb;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: .7;
}
.counter .number.left {
  float: left;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .counter .number.left {
    width: 100%;
    line-height: 1.2;
  }
}
.counter .text {
  float: right;
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .counter .text {
    width: 100%;
    text-align: center;
  }
}
.counter .text h3 {
  margin: 0;
  padding: 0;
  position: relative;
}
.counter .text h3.border-bottom:after {
  content: "";
  width: 50px;
}

.social {
  padding: 0;
  margin: 0;
  text-align: center;
}
.social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.social li a {
  font-size: 22px;
  color: #444;
  padding: 10px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .social li a {
    padding: 10px 8px;
  }
}
.social li a:hover {
  color: #0b8bbb;
}
.social li a:hover, .social li a:active, .social li a:focus {
  outline: none;
  text-decoration: none;
}

.feature {
  text-align: left;
  width: 100%;
  float: left;
}
.feature .icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
}
.feature .icon i {
  color: #0b8bbb;
  font-size: 40px;
}
.feature .text {
  float: right;
  width: 82%;
}
@media screen and (max-width: 768px) {
  .feature .text {
    width: 82%;
  }
}
@media screen and (max-width: 480px) {
  .feature .text {
    width: 72%;
    float: right;
  }
}

.line{
  clear:both;
  border-bottom:2px #eee solid;
}
.feature .text h2, .feature .text h3 {
  margin: 0;
  padding: 0;
}
.feature .text h3 {
  font-weight: 300;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
}
.feature .text h2 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

.feature img{
  float:left;
  width:80px;
  height:80px;
}

.chart {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px auto;
  position: relative;
  text-align: center;
}
.chart span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 100%;
}
.chart span strong {
  display: block;
}
.chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}

#footer {
  margin-top: 50px;
  background: black;
  clear: both;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 20px;
  line-height: 1.2;
}
#footer small {
  font-size: 14px;
}
#footer .author {
  display: block;
}
@media screen and (max-width: 768px) {
  #footer .author {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}
#content{
  width:800px;
  margin:0 0 15px 10px;
}
#content #cv-section-item{
  float:left;
  width:800px;
  margin:0 0 15px 0px;
}
#content #cv-section-item #cv-section-item-content{
  float:left;
  width:800px;
  margin:0 0 15px 30px;
}
#content #cv-section-item #cv-section-item-content h3{
  font-size:20px;
  color:#444;
}
#content #cv-section-item #cv-section-item-content h4.title{
  font-size:18px;
  color:#0b8bbb;
  margin:0 0 0 0px;
}
#content #cv-section-item #cv-section-item-content h4.papername{
  font-size:18px;
  margin:0 0 0 0px;
}
#content #cv-section-item #cv-section-item-content h4.authors{
  font-size:18px;
  color:#777;
  margin:5px 0 5px 0px;
}
#content #cv-section-item #cv-section-item-content h4.links{
  font-size:16px;
  color:#0b8bbb;
}
#content #cv-section-item #cv-section-item-content p{
  font-size:16px;
  color:#555;
  letter-spacing:0;
  margin:0 0 0px 0px;
}
#content #cv-section-item #cv-section-item-image{
  float:left;
  background-color:#eee;
  padding:1px 1px 1px 1px;
  -webkit-box-shadow:0 0 2px #aaa;
  -moz-box-shadow:0 0 2px #aaa;
  box-shadow:0 0 5px #aaa;
}
#content #cv-section-item #cv-section-item-image img{
  width:250px;
  height:auto;
  border:1px #ddd solid;
}

/*# sourceMappingURL=style.css.map */
