* {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    margin:0;
    padding:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}

ol,ul {
    list-style:none;
}

blockquote,q {
    quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

img {
    max-width:100%;
    height:auto;
}

strong,b {
    font-weight:700;
}

em,i {
    font-style:italic;
}

p {
    margin:.5em 0;
}

div>p {
    margin-top:0;
}

.w35,.w50,.w65 {
    float:left;
    vertical-align:top;
    padding-right:1em;
}

.w35:last-child .w50:last-child .w65:last-child {
    padding-right:0;
}

.w35 {
    width:35%;
}

.w50 {
    width:50%;
}

.w65 {
    width:65%;
}

body {
    background:#fff;
    font-family:'PT Sans',sans-serif;
    font-size:1em;
    line-height:1.4em;
    color:#444;
}

.right {
    float:right;
}

.left {
    float:left;
}

h1,.h1-like,h2,.h2-like,h3,.h3-like,h4,.h4-like {
    text-transform:uppercase;
    font-weight:700;
    line-height:1em;
}

h1,.h1-like,h2,.h2-like {
    color:#35393a;
}

h1,.h1-like {
    font-size:3em;
    margin-bottom:.75em;
}

h2,.h2-like {
    font-size:1.25em;
}

h3,.h3-like {
    font-size:.8em;
    color:#69bec3;
}

h4,.h4-like {
    font-size:1em;
}

h5,.h5-like {
    font-size:.85em;
    color:#888;
}

a {
    color:#69bec3;
}

a:hover,a:focus {
    background:#69bec3;
    color:#fff;
    text-decoration:none;
    padding:0 2px;
}

a:active {
    position:relative;
    top:1px;
}

section {
    overflow:hidden;
    padding:4em 0;
}

section:nth-child(odd) {
    background:#f5f5f5;
}

section h3 span {
    display:inline-block;
    border-bottom:3px solid #69bec3;
    padding-bottom:.25em;
    margin-bottom:2em;
}

.header>article,section>article {
    width:96%;
    max-width:1020px;
    margin:0 auto;
}

section>article:after {
    content:'';
    clear:both;
    display:block;
}

section.cyan {
    background:#69bec3;
    color:#fff;
}

section.grey {
    background:#333;
    color:#fff;
}

section.darkcyan {
    background:#447c7f;
    color:#fff;
}

.cyan h3 span,.darkcyan h3 span {
    color:#fff;
    border-bottom:3px solid #fff;
}

.header {
    background:#f5f5f5;
    min-height:500px;
}

.header>article {
    background:url(img/geometric.png) no-repeat right;
    padding:5em 0;
}

.header img,.header .heading {
    display:inline-block;
    vertical-align:middle;
}

.heading {
    background:url(img/logo2.png) no-repeat left center;
    padding:23px 0 23px 140px;
}

.header h1 {
    margin-bottom:.25em;
}

.header img {
    margin-right:1em;
}

.myself {
    width:96%;
    max-width:650px;
}

.about {
    font-size:1.125em;
    line-height:1.4em;
    color:#565b5c;
    margin-top:2em;
}

.menu {
    margin-top:2em;
}

.menu li {
    display:inline-block;
    margin-right:1em;
}

.menu a {
    display:block;
    border:3px solid #c3b8b9;
    border-radius:20px;
    color:#c3b8b9;
    text-decoration:none;
    padding:5px 20px;
}

.experiences ul li,.formations ul li {
    margin-bottom:3em;
    overflow:hidden;
}

.experiences ul li:last-child,.formations ul li:last-child {
    margin-bottom:0;
}

.date:before {
    content:' • ';
}

.date {
    font-style:italic;
    color:#aaa;
}

.skills-list {
    text-align:center;
    color:#447c7f;
}

.skills-list li {
    float:left;
    width:25%;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    padding-top:14em;
    background:url(img/icon_webdesign.png) center top no-repeat;
}

.skills-list li+li {
    background:url(img/icon_code.png) center top no-repeat;
}

.skills-list li+li+li {
    background:url(img/icon_cms.png) center top no-repeat;
}

.skills-list li+li+li+li {
    background:url(img/icon_mail.png) center top no-repeat;
}

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

.work-list li {
    float:left;
    width:25%;
    font-size:12px;
    font-style:italic;
    padding:0 1%;
}

.work-list img {
    border:5px solid #2b5759;
}

.work-list strong {
    font-weight:700;
    text-transform:uppercase;
    display:block;
}

.work-list a {
    position:relative;
    display:block;
}

.work-list a:hover {
    background:0;
    padding:0;
}

.work-list a:before {
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    top:50%;
    left:50%;
    border-radius:50%;
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;
    transition:all .3s ease-out;
    margin:0;
}

.work-list a:hover:before {
    background:url(img/icon_eye.png) center no-repeat rgba(0,0,0,.8);
    width:70px;
    height:70px;
    margin:-35px 0 0 -35px;
}

.contact-list {
    padding-left:2em;
}

.contact-list li {
    margin-bottom:1em;
}

.contact-list span {
    display:block;
    font-weight:700;
    text-transform:uppercase;
    color:#447c7f;
}

.contact-list a {
    color:#fff;
    text-decoration:none;
}

.contact-form {
    border-right:1px solid #2c2c2c;
}

label {
    margin-bottom:.25em;
    display:block;
}

input[type=text],input[type=email],textarea {
    background:#2c2c2c;
    border:1px solid #2a2a2a;
    border-radius:3px;
    width:100%;
    max-width:100%;
    margin-bottom:1em;
    color:#ccc;
    padding:15px;
}

textarea {
    height:135px;
    max-height:135px;
    margin-top: 2px;
}

input[type=text]:focus,input[type=email]:focus,textarea:focus {
    border:1px solid #447c7f;
    outline:transparent;
    -webkit-appearance:none;
}

.inputerror {
    position:relative;
}

.inputerror:after {
    content:'!';
    position:absolute;
    right:10px;
    top:37px;
    background:#d96767;
    color:#fff;
    display:inline-block;
    border-radius:3px;
    padding:2px 10px;
}

input[type=submit] {
    background:#ed4545;
    border:0;
    font-weight:700;
    text-transform:uppercase;
    color:#fff;
    border-radius:3px;
    cursor:pointer;
    -webkit-appearance:none;
    padding:15px;
}

input[type=submit]:focus {
    outline:0;
}

.msgForm {
    text-align:center;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:none;
    padding:10px;
}

.msgForm.error {
    border:1px solid #d8000c;
    color:#d8000c;
    background-color:#ffbaba;
}

.msgForm.success {
    border:1px solid #4f8a10;
    color:#4f8a10;
    background-color:#dff2bf;
}

@media screen and max-width800px {
    .work-list li {
        width:50%;
        margin-bottom:2em;
    }
}

@media screen and max-width640px {
    .job-info {
        margin-bottom:1em;
    }

    .w35,.w50,.w65 {
        display:block;
        float:none;
        width:100%;
        clear:both;
        padding:0;
    }

    .header {
        text-align:center;
    }

    .header>article {
        background-image:none;
        padding:4em 0;
    }

    .header .heading {
        background-position:center top;
        padding:140px 0 0;
    }

    .skills-list li {
        width:50%;
    }

    .contact-list li {
        float:left;
        width:50%;
        text-align:center;
    }

    .contact-form {
        border-right:0;
    }

    input[type=submit] {
        width:100%;
    }
}

@media screen and max-width500px {
    .work-list li {
        width:100%;
    }
}

@media-webkit-min-device-pixel-ratio2,min-resolution192dpi {
    .header .heading {
        background-image:url(img/logo@2x.png);
        background-size:125px 125px;
    }
}

/* Skillbars */
.skillbar {
    position:relative;
    display:block;
    margin: 0px auto 15px;
    width:90%;
    background:#eee;
    height:35px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-title {
    position:absolute;
    top:0;
    left:0;
    width:110px;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    background:#6adcfa;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.skillbar-title span {
    display:block;
    background:rgba(0, 0, 0, 0.1);
    padding:0 20px;
    height:35px;
    line-height:35px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.skillbar-bar {
    height:35px;
    width:0px;
    background:#6adcfa;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.skill-bar-percent {
    position:absolute;
    right:10px;
    top:0;
    font-size:11px;
    height:35px;
    line-height:35px;
    color:#ffffff;
    color:rgba(0, 0, 0, 0.4);
}

.c3 {
    min-height: 200px;
    float: left;
    padding: 0px 20px 0px 20px;
    position: relative;
    width: 33%;
}
.c3>div {
    display: block !important;
    margin: 0 auto !important;
}
.c3 p {
    text-align: center;
    padding: 5px 0px 15px;
    /*color: #7c7f85;*/
}

/* works */
.div_team {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 270px;
}
.div_team a:hover {
    color: #2980B9;
    text-decoration: none;
    background: none;
    padding: 0;
}
.div_team .team_feature h4 {
    color: #303030;
    margin-top: 5px;
    margin-bottom: 5px;
}
.div_team .team_feature span {
    color: #767676;
}
.div_team .team_feature .team_feature_desc {
    border-top: 1px solid #ffffff;
    background-color: #efefef;
    padding: 20px 0 30px;
}
.div_team .team_feature img {
    width: 225px;
    height: 225px;
    vertical-align: middle;
}
.div_team .team_desc {
    background-color: #2980b9;
    color: #ffffff;
    position: absolute;
    top: 100%;
    height: 0;
    display: block;
    transition: all 0.4s ease-in-out 0.01s;
    height: 100%;
    opacity: 0;
}
.div_team:hover .team_desc {
    top: 0;
    height: 100%;
    opacity: 1;
}
.div_team.team_desc .team_detail {
    padding: 0 15px;
}

.col-md-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.text-center {
    text-align: center;
}
.one_two {
    width: 50%;
    float: left;
}
.div_team .team_desc .team_detail {
    padding: 0 15px;
}
.div_team .team_desc .team_detail h5 {
    font-size: 14px;
    font-weight: 700;
    color: #303030;
}
.div_team .team_desc .team_detail .ul_team_skill {
    list-style: none outside none !important;
    padding: 0;
    margin: 0;
}
.div_team .team_desc .team_detail .ul_team_skill li:before {
    content: "+";
    width: 10px;
    float: left;
}
.div_team .team_desc .team_detail h4 {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 5px;
}
.div_team .team_desc .team_detail span.position {
    color: #101010;
}
.div_team .team_desc .team_detail .line_white {
    width: 67px;
    border-bottom: 1px solid #ffffff;
    margin: 10px auto 20px;
}
.ul_team_social {
    list-style: none outside none !important;
    padding: 0;
    margin: 0;
}
.ul_team_social li {
    float: left;
    margin-right: 3px;
}

/* Addendum */
article.second {
    padding-top: 4em;
}
img.job-logo {
    width: 100px;
    margin: 16px 16px;
}

.jquery-logo {
    margin: 0;
    position: absolute;
    top: 500px;
    left: 0px;
}

/* Resume button */
.resume {
    margin-top: 5em;
    text-align: center;
}
.resume a {
    color: #69bec3;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #69bec3;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
.resume a:hover {
    background: none;
    color: #2980b9;
    border-color: #2980b9;
}


/* Sticky menu */
.sticky-menu {
    height: 55px;
    background-color: #35393a;
    padding: 17px 150px;
    font-family: 'PT Sans', sans-serif;
    color: #f5f5f5;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0px;
}
.sticky-menu a {
    text-decoration: none;
    color: #f5f5f5;
}
.sticky-menu a:hover {
    text-decoration: none;
    background: none;
    padding: 0;
}
.sticky-menu .home {
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
}
.sticky-menu .navbar {
    float: right;
}
.sticky-menu .navbar a {
    margin-left: 25px;
}

/* 404 Page */
.page-404 .about-404 {
    background-color: #ffffff;
}
.page-404 .header {
    min-height: 100%;
    margin-top: 55px;
}
.page-404 .header>article {
    background-image: none;
}
.page-404 .c3 {
    width: 50%;
}
.page-404 .reasons {
    border-left: 1px #333 solid;
    padding-left: 20px;
}
.page-404 .explain h4,
.page-404 .reasons h4 {
    margin-bottom: 20px;
    font-size: 1.5em;
}
.page-404 .explain span.cat {
    clear: both;
    float: left;
    text-transform: uppercase;
}
.page-404 .explain span.cat {
    font-weight: bold;
}
.page-404 .explain span.cat.fail {
    font-weight: bold;
    font-size: 2em;
    color: #3498db;
    line-height: 1em;
    margin-bottom: 10px;
}
.page-404 .explain span.pct{
    margin-left: 10px;
}
.page-404 .skillbar {
    margin: 0 0 15px;
}
.page-404 .skillbar-title {
    width: 122px;
}
.page-404 .skillbar-title span {
    padding: 0 10px;
}