* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666;
    background: #f5f5f5;
    overflow-x: hidden;
    line-height: 1.42857143;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #00BCD4;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    cursor: pointer;
}

a:hover {
    color: #007888;
    text-decoration: underline;
}

a:focus {
    text-decoration: none;
}

p {
    line-height: 1.5;
}

.btn, a .btn {
    background: #008fa1;
    padding: 11px 17px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.4);
    -o-box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.4);
    -ms-box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.4);
}

.btn:hover, a .btn:hover {
    color: #fff;
    background: #00a5bb;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.inline-list {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.inline-list li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.wrapper {
    padding: 60px 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width : 100%;
    max-width : 1170px;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width : 100%;
}

.row:before,
.row:after {
    content:"";
    display: table ;
    clear:both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: inline-block;
}

.row-item {
    margin-bottom: 45px;
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    display: block;
}

.hide {
    display: none !important;
}

#topcontrol {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: #008fa1;
    color: #fff;
    text-align: center;
    display: inline-block;
    z-index: 30;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 5px;
    right: 5px;
    opacity: 1;
    cursor: pointer;
}
#topcontrol:hover {
    background: #007888;
    color: #fff;
}
#topcontrol .fa {
    position: relative;
    top: 3px;
    font-size: 25px;
    font-weight: normal;
}

/* Header */
.header {
    background: #00BCD4;
    color: #fff;
}

.header a {
    color: #fff;
}

.header .top-nav {
    position: relative;
    padding-top: 15px;
    padding-bottom: 120px;
}

.header .social {
    margin-bottom: 0;
}

.header .social a {
    color: rgba(255,255,255,0.8);
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-top: 4px;
    font-size: 16px;
    border: 2px solid rgba(255,255,255,0.8);
}

.header .social a:hover {
    color: #fff;
    border-color: #fff;
}

.header .actions {
    position: absolute;
    top: 23px;
    right: 15px;
}

.header .actions a {
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
}

.header .actions a:last-child {
    margin-right: 0;
}

.header .actions .fa {
    margin-right: 5px;
}

.header .about-me {
    background: #00a5bb;
    padding-top: 90px;
    padding-bottom: 60px;
    position: relative;
    font-size: 16px;
}

.header .photo {
    position: absolute;
    width: 160px;
    height: 160px;
    top: -80px;
    margin-left: -80px;
    left: 50%;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header .name {
    font-size: 48px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.header .title {
    font-size: 28px;
    font-weight: 300;
    color: rgba(255,255,255, 0.8);
    margin-bottom: 30px;
}

.header .profile {
    max-width: 880px;
    margin: 0 auto;
}

.header .contact-info {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    background: #008fa1;
}

.header .contact-info ul {
    margin-bottom: 0;
}

.header .contact-info li {
    margin-right: 30px;
    color: rgba(255,255,255,0.8);
}

.header .contact-info li:last-child {
    margin-right: 0;
}

.header .contact-info li a {
    color: rgba(255,255,255,0.8);
}

.header .contact-info li a:hover {
    color: #fff;
}

.header .contact-info li .fa {
    margin-right: 10px;
}

/* Navigation */
.header .nav {
    height: 60px;
    position: relative;
}

.header .nav .fixed {
    position: fixed;
    top: 0;
    z-index: 100;
}

.header .nav-wrapper {
    background: #007888;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
}

.header .nav-wrapper .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #00BCD4;
}

.header .nav .nav-wrapper .menu li a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-weight: 500;
    padding: inherit;
    cursor: pointer;
}

.header .nav-wrapper .menu {
    margin: 0 auto;
    display: inline-block;
}

.header .nav-wrapper .menu li {
    margin-right: 30px;
    display: inline-block;
    background: none;
}

.header .nav-wrapper .menu li:hover,
.header .nav-wrapper .menu li:active {
    background: none;
}

.header .nav-wrapper .menu li:last-child {
    margin-right: 0;
}

.header .nav-wrapper .menu li:active a {
    color: #fff;
    background: none;
}

.header .nav-wrapper .menu li a:hover {
    color: #fff;
}

.header .nav-wrapper .menu li a:hover,
.header .nav-wrapper .menu li a:focus,
.header .nav-wrapper .menu li a:active {
    background: none;
}

.header .nav-wrapper .menu .active {
    color: #fff !important;
    background: none;
}

/* Sections */
.section {
    padding: 45px;
    background: #fff;
    margin-bottom: 45px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}

.section:last-child {
    margin-bottom: 0;
}

.section-title {
    margin-top: 0;
    margin-bottom: 45px;
    font-size: 24px;
    text-align: center;
}

.timeline {
    border-left: 3px solid #00BCD4;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    position: relative;
    padding: 0 30px;
    margin-left: 280px;
}

.timeline .work-item {
    position: relative;
    margin-bottom: 45px;
}

.timeline .work-item:last-child {
    margin-bottom: 0;
}

.timeline .work-item:before {
    content: "";
    position: absolute;
    left: -43px;
    top: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 3px solid #00BCD4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
}

.timeline .work-item:after {
    content: "";
    position: absolute;
    left: -37px;
    top: 6px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid #00BCD4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    z-index: 10;
}

.timeline .work-place {
    position: relative;
}

.timeline .place {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 300;
}

.timeline .job-meta {
    position: absolute;
    left: -280px;
    top: 0;
}

.timeline .job-meta .title {
    font-size: 18px;
    color: #00BCD4;
}

.timeline .job-meta .time {
    color: #8a8a8a;

}

.timeline .job-desc {
    color: #666;
}

/* Education section */

.education {
    display: inline-block;
}

.education .degree {
    font-size: 18px;
    color: #00BCD4;
    margin-top: 0;
    margin-bottom: 0;
}

.education .item {
    margin-bottom: 45px;
}

.education .item-inner {
    padding: 0 30px;
}

.education .education-body {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 16px;
}

.education .time {
    color: #8a8a8a;
    margin-bottom: 15px;
}

.education .desc {
    color: #666;
}

/* Skills section */

.skills .subtitle {
    font-size: 18px;
    color: #8a8a8a;
    margin-bottom: 45px;
    margin-top: 0;
    font-weight: 300;
}

.skills .top-skills {
    margin-bottom: 60px;
}

.skills .top-skills .item {
    margin-bottom: 45px;
}

.skills .level {
    color: #8a8a8a;
    margin-bottom: 15px;
}

.skills .desc {
    color: #666;
}

.skills .skill-tag {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    padding: 6px 30px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #f5f5f5;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.chart-easy-pie {
    position: relative;
}

.chart {
    width: 110px;
    height: 110px;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.chart span {
    line-height: 110px;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

/* Portfolio section */
.portfolio .row-item {
    margin-bottom: 30px;
}
.portfolio .item-inner {
    background: #00BCD4;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.portfolio .item-inner:hover {
    background: #00c5de;
}
.portfolio .item-inner:hover img {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.portfolio .item-inner .work-photo {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

.portfolio .item-inner .content {
    padding: 30px;
    padding-bottom: 75px;
    position: relative;
}
.portfolio .item-inner .content a {
    color: #fff;
}
.portfolio .item-inner .content .sub-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}
.portfolio .item-inner .content .meta {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
.portfolio .item-inner .content .action {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.portfolio .item-inner .link-mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* Contact section */

.contact .about-me {
    position: relative;
    padding: 30px 30px 30px 190px;
    font-size: 16px;
    color: #666;
}

.contact .about-me .photo {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 30px;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.contact .about-me p {
    margin-bottom: 15px;
}

.contact .service-list {
    margin-left: 30px;
    margin-bottom: 15px;
}

.contact .service-list li {
    margin-bottom: 15px;
}

.contact .service-list .fa {
    color: #00BCD4;
}

.contact .social {
    margin-bottom: 0;
}

.contact .social li {
    margin-right: 10px;
}

.contact .social li:last-child {
    margin-right: 0;
}

.contact .social a {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #8a8a8a;
}

.contact .social a:hover {
    color: #00BCD4;
}

.footer .container {
    padding: 30px;
    color: #8a8a8a;
    letter-spacing: 0.5px;
}

.footer .container a {
    color: #8a8a8a;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .hide-xs {
        display: none !important;
    }

    .row-item {
        width: 100%;
    }

    .header .social {
        margin: 0 auto;
        text-align: center;
    }
    .header .actions {
        position: static;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }
    .header .actions .btn {
        margin-bottom: 15px;
        font-size: 12px;
        display: inline-block;
        width: 100%;
    }
    .header .actions .btn:last-child {
        margin-bottom: 0;
    }
    .header .name {
        font-size: 36px;
    }
    .header .title {
        font-size: 22px;
    }
    .header .contact-info li {
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 14px;
        width: 100%;
        display: inline-block;
    }
    .header .contact-info li:last-child {
        margin-bottom: 0;
    }
    .section {
        padding: 30px;
    }
    .section-title {
        font-size: 20px;
    }
    .timeline {
        margin-left: 0;
        padding-right: 0;
    }
    .timeline .place {
        margin-bottom: 5px;
    }
    .timeline .job-meta {
        position: static;
        margin-bottom: 15px;
    }
    .education .item {
        padding: 0;
    }
    .portfolio .filters .type {
        font-size: 12px;
        margin-right: 5px;
        padding: 8px 5px;
    }
    .portfolio .item-inner .content {
        padding: 15px;
    }
    .portfolio .item-inner .content .sub-title {
        font-size: 14px;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .portfolio .item-inner .content .meta {
        margin-bottom: 30px;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .portfolio .item-inner .content .action {
        position: static;
        font-size: 12px;
    }
    .contact .about-me {
        padding: 0;
        text-align: center;
    }
    .contact .about-me .photo {
        position: static;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }
    .contact .service-list {
        margin-left: 0;
    }
    .contact .social {
        margin: 0 auto;
    }
}