    /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
    
    body {
        background: #fff;
        color: #666666;
        font-family: 'Raleway', -apple-system, BlinkMacSystemFont, sans-serif;
    }
    
    a {
        color: #03C4EB;
        transition: 0.5s;
    }
    
    a:hover,
    a:active,
    a:focus {
        color: #03c5ec;
        outline: none;
        text-decoration: none;
    }
    
    p {
        padding: 0;
        margin: 0 0 30px 0;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Raleway', sans-serif;
        font-weight: 100;
        margin: 0 0 20px 0;
        padding: 0;
        letter-spacing: inherit;
    }
    /* Prelaoder */
    
    #preloader {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        overflow: visible;
        background: #fff url("../img/preloader.svg") no-repeat center center;
    }
    /* Back to top button */
    
    .back-to-top {
        position: fixed;
        display: none;
        background: rgba(22, 31, 85, 0.8);
        color: #fff;
        padding: 6px 12px 9px 12px;
        font-size: 16px;
        border-radius: 15px;
        right: 15px;
        bottom: 15px;
        transition: background 0.5s;
        z-index: 100;
    }
    
    .row {
        margin: auto;
    }
    
    @media (max-width: 768px) {
        .back-to-top {
            bottom: 15px;
        }
    }
    
    @media screen and (min-width:993px) {
        .pc-hide {
            display: none;
        }
    }
    
    @media screen and (max-width:767px) {
        .mobile-hide {
            display: none;
        }
    }
    /*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
    
    #hero {
        display: table;
        width: 100%;
        height: 100vh;
        background: url(https://tubikstudio.com/wp-content/uploads/2016/01/Tubik-Studio-UI-design-Saily-app-1-1024x768.jpg) top center fixed;
        background-size: cover;
    }
    
    #hero .hero-logo {
        margin: 20px;
    }
    
    #hero .hero-logo img {
        max-width: 100%;
    }
    
    #hero .hero-container {
        background: rgba(0, 0, 0, 0.8);
        display: table-cell;
        margin: 0;
        padding: 0;
        text-align: center;
        vertical-align: middle;
    }
    
    #hero h1 {
        margin: 80px 0 10px 0;
        font-weight: 800;
        line-height: 48px;
        text-transform: uppercase;
        color: #fff;
        font-size: 90px;
    }
    
    @media (max-width: 768px) {
        #hero h1 {
            font-size: 65px;
            line-height: 65px;
        }
        #hero h2 {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 30px;
        }
    }
    
    @media screen and (min-width: 400px) and (max-width: 1024px) {
        #hero {
            background: url(https://tubikstudio.com/wp-content/uploads/2016/01/Tubik-Studio-UI-design-Saily-app-1-1024x768.jpg) top center no-repeat;
            background-size: 140vh;
        }
    }
    
    @media screen and (max-width: 399px) {
        #hero {
            background: url(https://tubikstudio.com/wp-content/uploads/2016/01/Tubik-Studio-UI-design-Saily-app-1-1024x768.jpg) top center no-repeat;
        }
    }
    
    @media screen and (max-width: 320px) {
        #hero h1 {
            margin: 50px 0 10px 0;
        }
    }
    
    @media screen and (min-width: 321px) and (max-width: 375px) {
        #hero h1 {
            margin: 60px 20px 10px 30px;
        }
    }
    
    #hero h2 {
        color: #9f9f9f;
        margin: 20px auto;
        font-size: 23px;
        line-height: 35px;
        font-weight: 200;
    }
    
    #hero h2 .rotating {
        display: block;
        color: #fff;
        font-size: 26px;
        z-index: 40;
    }
    
    #hero .rotating > .animated {
        display: inline-block;
        color: #fff;
        z-index: 40;
    }
    
    #hero .actions a {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 20px;
        border-radius: 20px;
        transition: 0.5s;
        margin: 10px;
        color: #03C4EB;
    }
    
    #hero .btn-get-started {
        border-radius: 10px;
        border: 2px solid #03C4EB;
        color: #03C4EB;
    }
    
    #hero .btn-get-started:hover {
        background: none;
        background: rgba(22, 31, 85, 0.85);
        border: 2px solid #162056;
        color: #03C4EB;
    }
    
    #hero .btn-services {
        border: 2px solid #fff;
        color: #fff;
    }
    
    #hero .btn-services:hover {
        background: #03C4EB;
        border: 2px solid #03C4EB;
    }
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    
    #header {
        background: rgba(22, 31, 85, 0.85);
        padding: 5px 0;
        height: 60px;
        color: #03C4EB;
    }
    
    #header #logo {
        float: left;
    }
    
    #header #logo h1 {
        font-size: 36px;
        margin: 7px 0;
        line-height: 1;
        font-family: "Raleway", sans-serif;
        font-weight: 900;
        text-transform: uppercase;
    }
    
    #header #logo h1 a,
    #header #logo h1 a:hover {
        color: #fff;
    }
    
    #header h1 a:active {
        color: #03C4EB;
    }
    
    #header #logo img {
        padding: 0;
        margin: 0;
        max-height: 50px;
    }
    
    @media (max-width: 768px) {
        #header {
            height: 55px;
        }
        #header #logo h1 {
            font-size: 26px;
        }
        #header #logo img {
            max-height: 40px;
        }
    }
    
    .is-sticky #header {
        background: rgba(22, 31, 85, 0.8);
    }
    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /* Nav Menu Essentials */
    
    .nav-menu,
    .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }
    
    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }
    
    .nav-menu > li {
        float: left;
    }
    
    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }
    
    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }
    
    .nav-menu ul li {
        min-width: 180px;
    }
    /* Nav Menu Arrows */
    
    .sf-arrows .sf-with-ul {
        padding-right: 30px;
    }
    
    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }
    
    .sf-arrows ul .sf-with-ul:after {
        content: "\f105";
    }
    /* Nav Meu Container */
    
    #nav-menu-container {
        float: right;
        margin: 5px 0;
    }
    
    @media (max-width: 768px) {
        #nav-menu-container {
            display: none;
        }
    }
    /* Nav Meu Styling */
    
    .nav-menu a {
        padding: 10px 15px;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 14px;
        outline: none;
    }
    
    .nav-menu a:hover,
    .nav-menu li:hover > a,
    .nav-menu .menu-active > a {
        color: #03C4EB;
    }
    
    .nav-menu ul {
        margin: 4px 0 0 15px;
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
    }
    
    .nav-menu ul li {
        background: #fff;
        border-top: 1px solid #f4f4f4;
    }
    
    .nav-menu ul li:first-child {
        border-top: 0;
    }
    
    .nav-menu ul li:hover {
        background: #f6f6f6;
    }
    
    .nav-menu ul li a {
        color: #333;
    }
    
    .nav-menu ul ul {
        margin: 0;
    }
    
    .menu:hover {
        color: #03C4EB !important;
    }
    /* Mobile Nav Toggle */
    
    #mobile-nav-toggle h1 {}
    
    #mobile-nav-toggle {
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 999;
        margin: auto;
        border: 0;
        background: none;
        font-size: 24px;
        display: none;
        transition: all 0.4s;
        outline: none;
    }
    
    #mobile-nav-toggle i {
        color: #fff;
    }
    
    @media (max-width: 768px) {
        #mobile-nav-toggle {
            display: inline;
        }
    }
    /* Mobile Nav Styling */
    
    #mobile-nav {
        position: fixed;
        top: 0;
        padding-top: 18px;
        bottom: 0;
        z-index: 998;
        background: rgba(22, 31, 85, 0.85);
        left: -260px;
        width: 260px;
        overflow-y: auto;
        transition: 0.4s;
    }
    
    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    #mobile-nav ul li {
        position: relative;
    }
    
    #mobile-nav ul li a {
        color: #fff;
        font-size: 16px;
        overflow: hidden;
        padding: 10px 22px 10px 15px;
        position: relative;
        text-decoration: none;
        width: 100%;
        display: block;
        outline: none;
    }
    
    #mobile-nav ul li a:hover {
        color: #fff;
    }
    
    #mobile-nav ul li li {
        padding-left: 30px;
    }
    
    #mobile-nav ul .menu-has-children i {
        position: absolute;
        right: 0;
        z-index: 99;
        padding: 15px;
        cursor: pointer;
        color: #fff;
    }
    
    #mobile-nav ul .menu-has-children i.fa-chevron-up {
        color: #03C4EB;
    }
    
    #mobile-nav ul .menu-item-active {
        color: #03C4EB;
    }
    
    #mobile-body-overly {
        width: 100%;
        height: 100%;
        z-index: 997;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(0, 0, 0, 0.6);
        display: none;
    }
    /* Mobile Nav body classes */
    
    body.mobile-nav-active {
        overflow: hidden;
    }
    
    body.mobile-nav-active #mobile-nav {
        left: 0;
    }
    
    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }
    /*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
    /* Sections Common
--------------------------------*/
    
    .section-title {
        font-size: 32px;
        color: rgb(22, 31, 85);
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
    }
    
    .section-description {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .section-title-divider {
        width: 50px;
        height: 3px;
        background: #03C4EB;
        margin: 0 auto;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    /* Get Started Section
--------------------------------*/
    
    #about {
        background: #f7f7f7;
        padding: 50px 0;
    }
    
    #about .about-container {
        background: url('https://file.mockplus.com/image/2016/07/51582dbc-dea6-48ff-ba66-5a4f9156be02.jpg') left top no-repeat;
        background-size: contain;
        margin: auto;
    }
    
    #about .about-content {
        background: #fff;
        margin: 30px;
        padding: 40px;
        box-shadow: 5px 13px 40px rgba(22, 31, 85, 0.2);
    }
    
    @media (max-width:767px) {
        #about .about-content {
            width: 96%;
            margin: 120px auto 30px;
        }
    }
    
    @media screen and (min-width:768px) and (max-width:992px) {
        #about .about-content {
            width: 96%;
            margin: 150px 14px 30px;
        }
    }
    
    #about .about-title {
        color: #333;
        font-weight: 400;
        font-size: 28px;
        text-align: center;
        color: rgb(22, 31, 85);
    }
    
    #about .about-text {
        line-height: 26px;
        text-align: center;
    }
    
    #about .about-text:last-child {
        margin-bottom: 0;
    }
    
    #about .pic {
        margin: 5px auto 10px;
        position: relative;
        width: 120px;
    }
    
    #about h4 {
        margin: 20px auto 10px;
        text-align: center;
    }
    /* Skills Section
--------------------------------*/
    
    #skills {
        background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("http://d5vf6134d8ffdnfp1qv4rv3l.wpengine.netdna-cdn.com/wp-content/uploads/01-using-macbook-laptop.jpg") fixed center center;
        background-size: cover;
        padding: 50px 0 60px 0;
    }
    
    @media screen and (min-width: 400px) and (max-width: 1024px) {
        #skills {
            background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("http://d5vf6134d8ffdnfp1qv4rv3l.wpengine.netdna-cdn.com/wp-content/uploads/01-using-macbook-laptop.jpg") fixed center center;
        }
    }
    
    @media screen and (max-width: 399px) {
        #skills {
            background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("http://d5vf6134d8ffdnfp1qv4rv3l.wpengine.netdna-cdn.com/wp-content/uploads/01-using-macbook-laptop.jpg") fixed center center;
        }
        #skills .skills-item {
            padding: 0;
        }
    }
    
    #skills .skills-item {
        margin-bottom: 20px;
    }
    
    #skills .pic img {
        overflow: hidden;
        height: 55px;
        float: left;
    }
    
    #skills .skills-title {
        font-weight: 700;
        margin: 8px 0px 8px 70px;
        text-transform: uppercase;
        color: rgb(22, 31, 85);
        font-size: 18px;
    }
    
    #skills .service-title a {
        color: #111;
    }
    
    #skills .skills-description {
        margin-left: 40px;
        line-height: 24px;
        width: 30px;
        height: 10px;
        background: #000;
        border-radius: 10px;
    }
    
    @media (max-width: 768px) {
        #skills .skills-title {
            font-size: 13px;
            margin-left: 55px;
        }
        #skills .skills-description {
            margin-left: 70px;
            line-height: 15px;
        }
        #skills .pic img {
            overflow: hidden;
            height: 45px;
            float: left;
        }
        #skills .skills-item {
            margin: 0 auto 20px;
        }
        #skills .skills-graph {
            margin-left: 55px;
        }
    }
    /* Bar Graph Class */
    
    .skills-barGraph {
        position: relative;
        width: 77%;
        height: auto;
    }
    
    @media screen and (min-width:499px) and (max-width:767px) {
        .skills-barGraph {
            100%;
        }
    }
    
    .skills-graph {
        position: relative;
        list-style-type: none;
        padding: 0;
        margin-left: 70px;
        width: calc(70%);
    }
    
    .graph-barBack {
        border-radius: 20px;
        background: #DAE4EB;
        margin-bottom: 10px;
        display: block;
    }
    
    .graph-bar {
        background-color: #03C4EB;
        -webkit-transition: all 2s ease-out;
        -moz-transition: all 2s ease-out;
        -o-transition: all 2s ease-out;
        transition: all 2s ease-out;
        border-radius: 20px;
        cursor: pointer;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
        display: block;
        height: 10px;
        width: 0%;
    }
    
    .graph-bar:hover {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: #25d8fc;
    }
    
    .graph-bar:last-child {
        margin-bottom: 0;
    }
    
    .graph-bar:after {
        position: absolute;
        content: attr(data-value);
        display: none;
        font-size: 12px;
        border-radius: 20px;
        background: rgba(22, 31, 85, 0.8);
        color: #fff;
        line-height: 20px;
        height: 20px;
        padding: 0 10px;
        margin: -5px 5px 0px 5px;
        left: 100%;
        top: 0;
    }
    
    .graph-bar:hover:after {
        display: block;
    }
    
    .graph-legend {
        position: absolute;
        margin-right: 10px;
        left: -40px;
        z-index: 9999;
    }
    /* More Section
--------------------------------*/
    
    #more {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://tubikstudio.com/wp-content/uploads/2016/01/Tubik-Studio-UI-design-Saily-app-1-1024x768.jpg) fixed center center no-repeat;
        background-size: cover;
        padding: 80px 0;
    }
    
    @media screen and (min-width: 400px) and (max-width: 1024px) {
        #more {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://tubikstudio.com/wp-content/uploads/2016/01/Tubik-Studio-UI-design-Saily-app-1-1024x768.jpg) fixed top center;
        }
    }
    
    @media screen and (max-width: 399px) {
        #more {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://tubikstudio.com/wp-content/uploads/2016/01/Tubik-Studio-UI-design-Saily-app-1-1024x768.jpg) fixed top center;
        }
    }
    
    #more .more-title {
        color: #fff;
        font-size: 28px;
        font-weight: 500;
        margin: 28px auto;
    }
    
    #more .more-text {
        color: #fff;
    }
    
    #more .more-btn-container {
        text-align: center;
        padding-top: 20px;
    }
    
    #more img {
        height: 30px;
        margin: 0px 20px 0 0;
        float: left;
    }
    
    #more .cv {
        margin: 30px auto;
    }
    /* Portfolio Section
--------------------------------*/
    
    #portfolio {
        background: #fff;
        padding: 50px 0;
    }
    
    #portfolio .portfolio-item {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        height: auto;
        width: 100%;
        display: table;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    #portfolio .portfolio-item .details {
        height: 270px;
        background: rgb(22, 31, 85);
        display: table-cell;
        vertical-align: middle;
        opacity: 0;
        transition: 0.3s;
        text-align: center;
    }
    
    #portfolio .portfolio-item .details h4 {
        font-size: 16px;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        font-weight: 700;
        color: #03C4EB;
    }
    
    #portfolio .portfolio-item .details span {
        display: block;
        color: #fff;
        font-size: 13px;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }
    
    #portfolio .portfolio-item:hover .details {
        opacity: 0.8;
    }
    
    #portfolio .portfolio-item:hover .details h4 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    #portfolio .portfolio-item:hover .details span {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin: 20px;
    }
    /* Experience Section
--------------------------------*/
    
    #experience {
        background: #fff;
        padding: 50px 0 60px 0;
    }
    
    #experience .job {
        text-align: center;
        margin-bottom: 20px;
    }
    
    #experience .job .pic {
        overflow: hidden;
        height: 80px;
        margin-bottom: 10px;
        /* -webkit-filter: grayscale(100%);*/
        /* Safari 6.0 - 9.0 */
        /*filter: grayscale(100%);*/
    }
    
    #experience .job .pic img {
        max-width: 180px;
    }
    
    #experience .job h4 {
        font-weight: 500;
        margin-bottom: 10px;
        color: #03C4EB;
    }
    
    #experience .job h5 {
        color: #03C4EB;
    }
    
    #experience .job span {
        font-style: italic;
        display: inline;
        font-size: 13px;
        text-align: left;
    }
    
    #experience .job .social {
        margin-top: 15px;
    }
    
    #experience .job .social a {
        color: #b3b3b3;
    }
    
    #experience .job .social a:hover {
        color: #03C4EB;
    }
    
    #experience .job .social i {
        font-size: 18px;
        margin: 0 2px;
    }
    
    #experience li {
        list-style-type: disc;
        list-style-position: outside;
        margin: 10px;
    }
    
    @media (max-width:767px) {
        #experience .job .pic {
            margin: 60px auto 10px;
        }
    }
    /* Contact Section
--------------------------------*/
    
    #contact {
        background: #f7f7f7;
        padding: 50px 0;
    }
    
    #contact .info {
        color: #333333;
    }
    
    #contact .info i {
        font-size: 32px;
        color: #03C4EB;
        float: left;
    }
    
    #contact .info p {
        padding: 0 0 10px 50px;
        line-height: 24px;
    }
    
    #contact .socialmedia {
        margin: auto;
        text-align: center;
    }
    
    #contact .socialmedia img {
        width: 40px;
        margin: 0px 5px 40px 5px;
    }
    
    #contact .form #sendmessage {
        color: #03C4EB;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    #contact .form #errormessage {
        color: red;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    #contact .form #sendmessage.show,
    #contact .form #errormessage.show,
    #contact .form .show {
        display: block;
    }
    
    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }
    
    #contact .form input,
    #contact .form textarea {
        border-radius: 5px;
        box-shadow: none;
        color: rgb(22, 31, 85);
    }
    
    #contact .form button[type="submit"] {
        background: #03C4EB;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius: 10px;
    }
    
    #contact .form button[type="submit"]:hover {
        background: #25d8fc;
    }
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    
    #footer {
        background: #666;
        padding: 30px 0;
        color: #fff;
    }
    
    #footer .copyright {
        text-align: center;
    }
    
    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #ccc;
    }