html, body {
    color: #434242;
    font-family: 'Open Sans', sans-serif !important;
    height: 100%;
}

body {
    background: #f0f0f0;
    font-size: 15px;
    line-height: 1.64;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, strong, b {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 20px;
}

h1, h4, #name-box {
    font-weight: 700;
    margin-bottom: 10px;
}

h2, h3 {
    font-weight: 300;
    color: #fc4000;
}

h2 {
    font-size: 54px;
    text-align: center;
}

h3 {
    font-size: 28px;
}

p.lead {
    text-align: center;
    color: #727878;
}

p.lead a {
    color: #FFFFFF;
    text-decoration: none;
}

p.lead a:hover, p.lead a:focus {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    /*color: #999999;*/
}

p.lead a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
}

p.lead .btn-lead {
    border: white 1px solid;
    border-radius: 0px;
    margin: 8px;
}

ul.no-bullets {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

hr {
    margin: 40px 0px;
    border-color: #727878;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#projects a {
    color: #4141ff;
}

.project-referal {
    margin-top: 40px;
}

.project-referal p {
    font-style: italic;
    color: #999999;
}

.btn-primary {
    background-color: #fc4000;
    border-color: #e23c03;
}

.btn-primary:hover {
    background-color: #e23c03;
    border-color: #e23c03;
}

.jumbotron {
    background: no-repeat center right fixed url(../img/background_low.jpg);

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background_low.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background_low.jpg', sizingMethod='scale');

    margin-bottom: 0px;
    padding: 0px;
}

.jumbotron .overlay {
    background-color: #a3b6c5;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.45;
    filter: alpha(opacity=75);
    z-index: 2;
}

.jumbotron .container {
    position: relative;
    top: 28%;
    z-index: 4;
    text-align: center;
}

.jumbotron .container > * {
    text-align: center;
    color: #FFFFFF;
}

.jumbotron .container #name-box div {
    padding-bottom: 20px;
    display: inline-block;
}

.jumbotron .container #name-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.jumbotron .container .lead {
    font-size: 18px;
    font-weight: 600;
}

.jumbotron .scroll-down {
    height: 80px;
    width: 110px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 5%;
    z-index: 6;
}

.skip-nav-link {
    background: black;
    padding: .5rem 1.5rem;
    border-radius: 0 0 .25rem .25rem;
    position: absolute;
    left: .5rem;
    transform: translateY(-120%);
    transition: transform 200ms ease-in;
}

.skip-nav-link:focus {
    transform: translateY(0);
}

.navbar {
    border: 0px;
    background-color: #222222;
    position: absolute;
    top: 100%;
    right: 5%;
    width: 120px;
    z-index: 999;
    border-radius: 0px;
}

.navbar .navbar-collapse {
    padding: 0px;
    max-height: none;
}

.navbar .navbar-nav {
    float: none;
}

.navbar-nav {
    margin: 0px;
}

.navbar .nav > li {
    display: block;
    float: none;
    height: 80px;
}

.navbar .nav > li a {
    display: block;
    height: 80px;
    text-align: center;
    padding-top: 30px;
    font-weight: 600;
    color: #FFFFFF;
    padding-right: 12px;
    padding-left: 12px;
}

.navbar .nav > li a:hover, .navbar .nav > li a:focus {
    color: #999999;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #fc4000;
    color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background: #222222;
}

.fixed .navbar {
    position: fixed;
    top: 60px;
}

.background-white {
    background: #FFFFFF;
}

.background-gray {
    background: #434242;
}

.container {
    max-width: 1280px;
    padding: 40px 180px;
}

#profile .row > div {
    margin-bottom: 20px;
}

#profile .row > div img {
    width: 100%;
    max-width: 246px;
    height: auto;
}

#experiences .experience {
    margin-bottom: 20px;
}

#experiences .experience p > strong {
    display: block;
    padding-top: 8px;
    margin-bottom: 10px;
}

#experiences .experience .experience-details {
    display: block;
    margin-top: 6px;
}

#experiences .experience .experience-details * {
    color: #fc4000;
}

#experiences .experience .experience-details .separator {
    color: #BCBCBC;
}

#experiences .experience ul {
    padding-left: 15px;;
}
/* 
#experiences .experience .experience-details {
    padding-left: 15px;;
} */

#abilities ul > li {
    min-height: 30px;
    padding: 3px 0px;
}

#abilities ul > li:hover {
    background: #F2F2F2;
}

#abilities ul > li .ability-title {
    padding-left: 4px;
    display: inline-block;
    width: 60%;
}

#abilities ul > li .ability-score {
    float: right;
}

#abilities ul > li .ability-score .fa {
    color: #6d6e6e;
    font-size: 16px;
    margin-left: 2px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#abilities ul > li .ability-score .fa-star {
    color: #fc4000;
}

#abilities ul > li:hover .ability-score .fa {
    margin-left: 4px;
}

#projects .row > div {
    margin-bottom: 30px;
}

#projects figure {
    position: relative;
    overflow: hidden;
}

#projects figure h3 {
    color: #FFF;
    font-weight: 600;
    margin-bottom: 5px;
}

#projects figure p > strong {
    width: 60px;
    display: inline-block;
    margin: 0px;
}

#projects figure img {
    width: 110%;
}

#projects figure figcaption {
    padding: 20px 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#projects figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#projects figure .icon {
    background: #fc4000;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
}

#projects figure .icon span {
    font-size: 18px;
    line-height: 18px;
    padding: 15px;
}

#contact {
    padding-bottom: 50px;
}

#contact h2, #contact .row * {
    color: #FFFFFF;
}

#contact-socials a {
    display: block;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#contact a .fa-left {
    margin-right: 10px;
}

#contact a .fa-right {
    margin-left: 10px;
}

#contact a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
}

.fa-inverse {
    color: #434242 !important;
}

.lang {
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 99999;
}

.lang a {
    width: 58px;
    height: 58px;
    display: block;
    color: #ffffff;
    font-weight: bold;
    background-color: #222222;
    padding-top: 16px;
    padding-left: 16px;
}

.lang a:hover {
    color: #999999;
}

@media (max-width: 1200px) {
    #interests .interest-content {
        padding: 20px 0px;
    }
}

@media (max-width: 767px) {
    .jumbotron:before {
        bottom: 100px;
        left: 20px;
        right: 20px;
        top: 20px;
    }

    .jumbotron .container {
        top: 20%;
        padding-top: 0px;
    }

    .jumbotron .scroll-down {
        width: 100%;
        right: 0px;
    }

    .navbar {
        left: 0px;
        width: 100%;
    }

    .navbar .nav > li {
        height: 60px;
    }

    .navbar .nav > li a {
        height: 60px;
        text-align: center;
        padding-top: 20px;
        font-weight: 600;
        color: #FFFFFF;
    }

    .fixed .navbar {
        top: 0px;
    }

    .container {
        padding: 60px 20px;
        min-width: 280px;
    }

    .hidden-phone {
        display: none;
    }

    #profile .row * {
        text-align: center;
    }

    #contact {
        padding-bottom: 60px;
    }

    #contact a .icon {
        float: left;
        margin-right: 10px;
    }
}

@media only screen and (orientation: portrait) and (max-width: 767px) {
    .jumbotron {
        -webkit-background-size: auto 150%;
        background-attachment: scroll;
    }
}

@media only screen and (orientation: landscape) and (max-width: 767px) {

    .jumbotron {
        -webkit-background-size: 150% auto;
        background-attachment: scroll;
    }

    .jumbotron .lead {
        display: none;
    }
}

@keyframes wiggle {
    0% {
        padding-top: 20px;
    }

    50% {
        padding-top: 28px;
    }

    100% {
        padding-top: 20px;
    }
}

/*---------------*/
/***** EFFECT *****/
/*---------------*/

figure.effect {
    background: #fc4000;
    color: #FFF;
}

figure.effect img {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect:hover img {
    opacity: 0.2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect figcaption {
    text-align: left;
}

figure.effect h3 {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect:hover h3 {
    opacity: 1;
}

figure.effect h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

figure.effect:hover h3::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect p {
    padding-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

figure.effect:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}