body, html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: rgb(177 177 177);
    width: 100% !important;
    height: 100% !important;
}

h1 {
    font-weight: 700;
}

    h1 strong {
        font-weight: 900;
    }

h2 {
    line-height: 20px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 26px;
}

h3, h4 {
    color: #F34D89;
    font-size: 20px;
    font-weight: 600;
}

.timeline-image h4{
    color:#000;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

a {
    color: #333;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #F34D89;
    }

ul, ol {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

/* Navigation */
#nav {
    z-index: 9999;
}

    #nav.affix {
        position: fixed;
        top: 0;
        width: 100%;
    }

.navbar-custom {
    margin-bottom: 0;
    background-color: #131219;
    border-radius: 0px;
    padding: 10px 0;
}

    .navbar-custom .navbar-brand {
        font-weight: 600;
    }

        .navbar-custom .navbar-brand:focus {
            outline: 0;
        }

        .navbar-custom .navbar-brand .navbar-toggle {
            padding: 4px 6px;
            font-size: 16px;
            color: #fff;
        }

            .navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
                outline: 0;
            }

    .navbar-custom a {
        color: #f4f5f6;
    }

    .navbar-custom .nav li a {
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .navbar-custom .nav li a:hover {
            outline: 0;
            color: #F34D89;
            background-color: transparent;
        }

        .navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
            outline: 0;
            background-color: transparent;
            color: #F34D89;
        }

    .navbar-custom .nav li.active {
        outline: 0;
    }

        .navbar-custom .nav li.active a {
            background-color: rgba(255,255,255,.3);
        }

            .navbar-custom .nav li.active a:hover {
                color: #fff;
            }

.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    padding: 10px 20px;
    margin: 0;
    font-size: 16px;
    border-radius: 0;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
        color: #fff;
        background-color: #121d1f;
        border-color: #121d1f;
    }

.btn-primary {
    color: #fff;
    background-color: #121d1f;
    padding: 10px 20px;
    border-color: #121d1f;
    border-radius: 0;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
        color: #fff;
        background-color: #7bc3d1;
        border-color: #7bc3d1;
    }

    .btn-primary i.fa {
        margin-right: 10px;
    }

/* About Section */
#about {
    padding: 100px 0;
    background: #131219;
}

    #about .about-text {
        margin-left: 10px;
    }

    #about img {
        border-radius: 50%;
        width: 200px;
        height: 200px;
        display: inline-block;
    }

    #about p {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
/* Skills Section */
#skills {
    padding: 100px 0;
    background: #8024C8;
}

    #skills h2 {
        color: #fff;
    }

    #skills hr {
        background: rgba(255,255,255,0.3);
    }

    #skills .skill {
        margin-bottom: 40px;
        text-align: center;
        padding: 0px;
    }

        #skills .skill h4 {
            font-weight: 600;
            color: #fff;
        }

.chart {
    position: relative;
    display: inline-block;
    width: 152px;
    height: 152px;
    margin-bottom: 26px;
    text-align: center;
}

    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.percent {
    display: inline-block;
    font-size: 21px;
    color: #121d1f;
    line-height: 152px;
    z-index: 2;
}

    .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }

/* Portfolio Section */
#portfolio {
    padding: 80px 0;
    background: #131219;
}

.categories {
    padding-bottom: 30px;
    text-align: center;
    display: none;
}

ul.cat li {
    display: inline-block;
}

ol.type li {
    display: inline-block;
    margin-left: 20px;
}

    ol.type li a {
        background: #F34D89;
        color: #fff;
        padding: 6px 14px;
    }

        ol.type li a.active {
            background: #121d1f;
            color: #fff;
        }

        ol.type li a:hover {
            background: #121d1f;
            color: #fff;
        }

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope, .isotope .isotope-item {    
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }

.portfolio-item {
    margin: 15px 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .portfolio-item:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .portfolio-item .hover-bg {
        height: 260px;
        overflow: hidden;
        position: relative;
    }

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.66);
    padding: 33% 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

    .hover-bg .hover-text > h4 {
        opacity: 0;
        color: #fff;
        font-weight: 400;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: all 0.3s;
    }

.hover-bg:hover .hover-text > h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg .hover-text > i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text > i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

#portfolio i.fa {
    font-size: 20px;
    padding: 5px;
    color: #E87E04;
}

/* Achivements Section */
#achievements {
    padding: 100px 0;
    background: #8024C8;
}

    #achievements h2 {
        color: #fff;
    }

.achievement-box h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-left: 5px;
}

.achievement-box span.count {
    font-size: 52px;
    font-weight: 600;
    display: block;
    color: #fff;
    padding: 0;
    margin: 0;
}

/* Resume Section */
#resume {
    padding: 100px 0;
    background: #8024C8;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        width: 2px;
        margin-left: -1.5px;
        background-color: #eee;
    }

    .timeline > li {
        position: relative;
        margin-bottom: 50px;
        min-height: 50px;
    }

        .timeline > li:before, .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li .timeline-panel {
            float: right;
            position: relative;
            width: 100%;
            padding: 0 20px 0 100px;
            text-align: left;
        }

            .timeline > li .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .timeline > li .timeline-image {
            z-index: 100;
            position: absolute;
            left: 0;
            width: 70px;
            height: 70px;
            margin-left: 0;
            border: 1px solid #eee;
            border-radius: 100%;
            text-align: center;
            background: #fff;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 20px;
                font-size: 14px;
                text-transform: uppercase;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 20px 0 100px;
            text-align: left;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .timeline > li:last-child {
            margin-bottom: 40px;
        }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        text-transform: uppercase;
        font-size: 16px;
    }

    .timeline .timeline-heading h2 {
        margin-top: 30px;
    }

    .timeline .timeline-heading h4.subheading {
        text-transform: none;
        color: #fff;
        font-size: 20px;
    }

    .timeline .timeline-body > p, .timeline .timeline-body > ul {
        margin-bottom: 0;
    }

/* Contact Section */
#contact {
    padding: 100px 0 40px 0;
    color: #fff;
    background: #15141A;
}

    #contact h2 {
        color: #fff;
    }

    #contact hr {
        background: rgba(255,255,255,0.3);
    }

    #contact h3 {
        padding-top: 20px;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
    }

    #contact form {
        padding: 30px 0;
    }

    #contact i.fa {
        color: #fff;
        margin-bottom: 10px;
    }

    #contact .text-danger {
        color: #222;
        text-align: left;
    }

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #1A191F;
    background-image: none;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

    #contact .form-control:focus {
        border-color: inherit;
        outline: 0;
        -webkit-box-shadow: transparent;
        box-shadow: transparent;
    }

.form-control::-webkit-input-placeholder {
    color: #74787C;
}

.form-control:-moz-placeholder {
    color: #74787C;
}

.form-control::-moz-placeholder {
    color: #74787C;
}

.form-control:-ms-input-placeholder {
    color: #74787C;
}

#contact .social {
    margin-top: 60px;
}

    #contact .social ul li {
        display: inline-block;
        margin: 0 20px;
    }

    #contact .social i.fa {
        font-size: 30px;
        padding: 4px 5px;
        color: #fff;
        transition: all 0.5s;
    }

        #contact .social i.fa:hover {
            color: #121d1f;
        }

#contact .btn {
    background-color: #8024C8;
    padding: 10px 20px;    
    border:  0 none;
    margin-top: 15px;
}

    #contact .btn:hover, #contact .btn:focus {
        background-color: #F34D89;
    }

    .address:after{
        content: "fabio@brainfonet.com";
    }

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: none;
        outline-offset: none;
    }

/* Footer Section*/
#footer {
    background: #131219;
    color: #7d8384;
    padding: 30px 0 25px 0;
    border-top:1px solid rgb(24 23 29)
}

    #footer p {
        font-size: 13px;
    }

    #footer a {
        color: #a0a5a5;
    }

        #footer a:hover {
            color: #7bc3d1;
        }

/* Media Queries */
@media(min-width:768px) {
    section {
        padding: 120px 0;
    }

    .section-title{
        margin-bottom: 30px;;
    }

    .timeline:before {
        left: 50%;
    }

    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }

        .timeline > li .timeline-panel {
            float: left;
            width: 41%;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline > li .timeline-image {
            left: 50%;
            width: 100px;
            height: 100px;
            margin-left: -50px;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 16px;
                line-height: 18px;
                font-weight: 400;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 30px 20px 20px;
            text-align: left;
        }

    .categories {
        display: block;
    }
}

@media(min-width:992px) {
    h2 {
        font-size: 34px;
    }

    #here-me h1 {
        margin: 10px 0 0px;
    }

    .timeline > li {
        min-height: 150px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px;
        }

        .timeline > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 30px;
                font-size: 18px;
                line-height: 26px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 20px 20px;
        }

    .categories {
        display: block;
    }
}

@media(min-width:1200px) {
    h2 {
        font-size: 34px;
    }

    .timeline > li {
        min-height: 170px;
    }

        .timeline > li .timeline-panel {
            padding: 10px 20px 20px 100px;
        }

        .timeline > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 40px;
                font-weight: 400;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 10px 100px 20px 20px;
        }

    .categories {
        display: block;
    }
}