body {
    overflow-x: hidden;
}

.list {
    display: inline;
    padding: 0 0 0 0;
    list-style-type: none;
}

.list li {
    display: inline;
}

ul {
    padding-left: 57px;
}

ul li  {
    color: #616161;
}

.cv.skills ul li,
.cv.expertise ul li {
    display: block;
}

.cv.skills ul li:before,
.cv.expertise ul li:before {
    content: "\e089";
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    float: left;
    margin-top: 4px;
    margin-left: -40px;
    color: #CCCCCC;
}

.cv.environment h4 {
    font-weight: bold;
}

.cv.environment ul li {
    font-size: 0.889em;
}

.cv.environment ul {
    padding: 0 0 0 22px;
}

.cv.duration {
    display: block;
}

.p-summary {
    padding: 0 0 30px 10px;
    color: var(--font-color-secondary);
}
.h-event {
    margin-left: 23px;
    padding-left: 25px; 
}
.h-event:before {
    position: absolute;
    left: 39px;
    width: .2rem;
    height: 100%;
    background: #f0f1f4;
    content: "";
}
.h-event > p {
    margin-left: 10px;
    padding-top: 1px;
}
.event {
    position: relative;
    top: 59px;
    font-size: 0.889em;
    color: #999;
}
.event.s3-height {
    height: 138px;
}
.event.s6-height {
    height: 228px;
}

.cv .intro p,
.cv.environment p,
.cv.languages p,
.cv.interests p {
    color: #616161;
}

.icon {
    position: absolute;
    left: 15px;
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    border-radius: 25px;
    background: #fff;
    text-align: center;
}
.icon > img {
    position: relative;
    top: 11px;
}
.icon > img.companeo {
    top: 12px;
}
.icon > img.deesinf {
    top: 14px;
}
.icon.current {
    border: none;
    border-radius: 0px;
}
.screenshots {
    width: 1920px;
    height: 651px;
}
.screenshots > figure > img {
    position: relative;
    left: -145px;
    border: 1px solid #ccc;
}
.screenshots > figure:first-child {
    float: left;
    margin-right: 20px;
}
.screenshots > figure > figcaption {
    position: absolute;
    color: #999;
    font-style: italic;
    font-size: 0.889em;
    text-align: center;
}
.screenshots figure .figure1 {
    left: 485px;
}
.screenshots figure .figure2 {
    left: 1265px;
}
.pin {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #a6c1ee;
    box-shadow: 0 2px 3px #999;
    text-align: center;
}
.pin:hover {
    box-shadow: 0 2px 3px #999;
}
.pin > a {
    color: #fff;
    height: 30px;
    font-size: 20px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    width: 30px;
}
.pin > a:hover {
    text-decoration: none;
}
.pin-netbeans {
    top: -480px;
    left: 370px;
}
.pin-debian {
    top: -615px;
    left: 850px;
}
.pin-firefox {
    top: -630px;
    left: 1130px;
}
.pin-php {
    top: -635px;
    left: 940px;
}
.pin-mozilla {
    top: -665px;
    left: 1060px;
}
.pin-stackoverflow {
    top: -695px;
    left: 1180px;
}
.pin-wappalyzer {
    top: -700px;
    left: 980px;
}
.pin-mesure-it {
    top: -630px;
    left: 1130px;
}
.pin-colorzilla {
    top: -625px;
    left: 1140px;
}
.pin-dashlane {
    top: -645px;
    left: 1160px;
}
.pin-wimperator {
    top: -255px;
    left: 1090px;
}
.credits-icons {
    margin-top: 30px;
    font-size: 0.778em;
}
.credits-icons a {
    color: #333333;
    text-decoration: underline;
}
.credits-icons a:hover {
    color: #000000;
}
.screenshots figure .figure1 {
    left: 160px;
}
.screenshots figure .figure2 {
    left: 925px;
}
    
@media all and (min-device-width: 1600px) {
    .pin-debian {
        left: 800px;
    }
    .pin-php {
        left: 900px;
    }
    .pin-wappalyzer {
        left: 950px;
    }
    .pin-mozilla {
        left: 1010px;
    }
    .pin-stackoverflow {
        left: 1130px;
    }
    .pin-firefox {
        left: 1170px;
    }
    .pin-mesure-it {
        top: -720px;
        left: 1220px;
    }
    .pin-colorzilla {
        top: -750px;
        left: 1270px;
    }
    .pin-dashlane {
        top: -820px;
        left: 1245px;
    }
    .pin-wimperator {
        left: 1090px;
    }
    .screenshots figure .figure1 {
        left: 485px;
    }
    .screenshots figure .figure2 {
        left: 1265px;
    }
}

@media all and (max-device-width: 1280px) {
    .pin-mesure-it,
    .pin-colorzilla,
    .pin-http-headers, 
    .pin-dashlane {
        display: none;
    }
}

@media all and (max-device-width: 1279px) {
    .screenshots {
        display: none;
    }
    .event {
        display: none;
    }
}

@media all and (min-device-width: 320px) and (max-device-width: 480px) {
    body {
        font-size: 1.2em;
    }
    .icon {
        position: absolute;
        left: 15px;
    }
    .icon > img.incubart {
        top: 13px;
    }
    .icon > img.companeo {
        top: 14px;
    }
    .h-event {
        margin-left: 23px;
    }
    .h-event > .job-title {
        word-break: break-all;
    }
    .p-name {
        display: block;
    }
    .cv ul li {
        line-height: 20px;
    }
    .cv.environment h4 {
        font-weight: normal;
    }
    .cv.environment ul li {
        font-size: inherit;
    }
}