body {
    font-family: 'Josefin Sans', sans-serif !important;
}

a {
    text-decoration: none!important;
}

@media (max-width: 768px)
{
    h2 {
        font-size: 22px !important;
        font-weight: inherit !important;
    }

    h3 {
        font-size: 20px !important;
        font-weight: inherit !important;
    }

    h4 {
        font-size: 14px !important;
        font-weight: inherit !important;
    }
}

.title .lnr {
    color: #c49b66;
}

.inline_block {
    display: inline-block;
}

.margin_0 {
    margin: 0!important;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_50 {
    margin-top: 50px;
}

.margin_top_80 {
    margin-top: 80px;
}

.margin_top__30 {
    margin-top: -30px;
}

/* DEVICES */
@media(max-width:768px)
{
    .desktop {
        display:none;
    }
}

@media(min-width:768px)
{
    .phone {
        display:none;
    }
}

.main-head {
    height: 100vh;
    /*background-image: url('../img/main-background.jpeg');*/
    background-size: cover;
    background-position: right!important;
    /*border: 20px solid #fff; 
    background-color: rgba(0, 0, 0, 0.44);*/
}

@media (max-width: 768px)
{
    .main-head {
        background-attachment: fixed;
    }
}


.main-head-body {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.44);
}

.main-head-body > div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


@media (min-width: 768px)
{
    .main-head-card {
        color: #fff;
        text-align: left;
        padding: 15px 30px;
    }

    .main-head-card .title {
        font-size: 4vw;
        line-height: 4vw;
        margin-bottom: 0;
        width: 90%;
        color: #c49b66;
    }

    .main-head-card .subtitle {
        font-size: 3vw;
        position: relative;
        font-weight: 100;
        color: #fff;
    }

    .main-head-card .subtitle strong {
        font-weight: 600;
        color: #fff;
    }

    .typed-cursor {
        opacity: 1;
        -webkit-animation: blink 1s infinite;
        -moz-animation: blink 1s infinite;
        animation: blink 1s infinite;
        position: absolute;
        bottom: 2px;
        margin-left: 5px;
    }
}

@media (max-width: 768px)
{
    .main-head-card {
        color: #fff;
        text-align: left;
        padding: 15px;
    }

    .main-head-card .title {
        font-size: 9vw;
        line-height: 11vw;
        margin-bottom: 0;
        width: 90%;
    }

    .main-head-card .subtitle {
        font-size: 4vw;
        position: relative;
        font-weight: 100;
        color: #c49b66;
    }

    .main-head-card .subtitle strong {
        font-weight: 600;
        color: #fff;
    }

    .typed-cursor {
        opacity: 1;
        -webkit-animation: blink 1s infinite;
        -moz-animation: blink 1s infinite;
        animation: blink 1s infinite;
        position: absolute;
        bottom: 2px;
        margin-left: 5px;
    }
}


@keyframes blink{
    0%{opacity:1}
    50%{opacity:0}
    100%{opacity:1}
}
@-webkit-keyframes blink{
    0%{opacity:1}
    50%{opacity:0}
    100%{opacity:1}
}
@-moz-keyframes blink{
    0%{opacity:1}
    50%{opacity:0}
    100%{opacity:1}
}


.button-scroll {
    position: absolute;
    bottom: 6vh;
    left: calc(50% - 13px);
    width: 23px;
    height: 41px;
    border-radius: 15px;
    border: 1px solid #fff;
    cursor: pointer;
}

.button-scroll span {
    height: 10px;
    width: 2px;
    position: absolute;
    left: calc(50% - 1px);
    background: #fff;
    -webkit-animation: scroll 1s infinite;
    -moz-animation: scroll 1s infinite;
    animation: scroll 1s infinite;
}

@keyframes scroll{
    0%{top:10%}
    25%{top:15%}
    50%{top:20%}
    75%{top:15%}
    100%{top:10%}
}
@-webkit-keyframes scroll{
    0%{top:10%}
    25%{top:15%}
    50%{top:20%}
    75%{top:15%}
    100%{top:10%}
}
@-moz-keyframes scroll{
    0%{top:10%}
    25%{top:15%}
    50%{top:20%}
    75%{top:15%}
    100%{top:10%}
}

.section-title {
    font-weight: 100;
}

@media (max-width: 768px)
{
    .section-container {
        text-align: center;
        padding: 0;
        margin-top: 50px;
    }
}

@media (min-width: 768px)
{
    .section-container {
        text-align: center;
        padding: 0;
        margin-top: 50px;
    }
}

.section-title .title {
    /*color: #c49b66;*/
    color: #333;
    margin: 0;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 1.6;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin: 10px 0;
}

.section-title .title:after {
    content: '';
    width: 50%;
    height: 1px;
    background: #c49b66;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.section-title .title.text-center:after {
    content: '';
    width: 75%;
    height: 1px;
    background: #c49b66;
    position: absolute;
    bottom: -1px;
    left: calc(50% - calc(75% / 2));
}


.section-title .title strong,
.section-title .title b {
    font-weight: 600;
}

.section-title .subtitle {
    color: #313131;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 25px
}

.section-container .title {
    /*color: #c49b66;*/
    color: #333;
    margin: 0;
    font-weight: 100;
    line-height: 45px;
}

.section-container .subtitle {
    /*color: #c49b66;*/
    color: #333;
    margin: 0;
    font-weight: 100;
}

@media (max-width: 768px)
{
    .section-container .text {
        color: #aaa;
        font-size: 13px;
        font-weight: 100;
        letter-spacing: .7px;
        line-height: 27px;
    }

    .section-container .text p {
        margin-top: 25px;
        letter-spacing: .7px;
    }
}

@media (min-width: 768px)
{
    .section-container .text {
        color: #aaa;
        font-size: 16px;
        font-weight: 100;
        letter-spacing: 1.5px;
        line-height: 27px;
    }

    .section-container .text p {
        margin-top: 25px;
        letter-spacing: 1.5px;
    }
}

.separator-img .container .text {
    color: #fff;
}

@media (max-width: 992px)
{
    .profile-picture {
        height: 150px;
        width: 150px;
        margin: 20px auto 50px;
        background: transparent;
        /* background-image: url(../img/IMG_2035.JPG); */
        border-radius: 999px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.2s;
        border: 3px solid #c49b66;
    }
}

@media (min-width: 992px)
{
    .profile-picture {
        height: 300px;
        width: 300px;
        margin: 100px auto;
        background: transparent;
        /* background-image: url(../img/IMG_2035.JPG); */
        border-radius: 999px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        filter: grayscale(100%);
        transition: 0.2s;
        border: 3px solid #c49b66;
        background-size: 110%;
        filter: grayscale(0%);
    }

    .profile-picture:hover {
        background-size: 110%;
        filter: grayscale(0%);
    }
    
}

.separator-alt {
    text-align: center;
    margin-top: 80px;
    position: relative;
}
.separator-alt .separator-img {
    padding: 70px 20px;
    display: table;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.separator {
    text-align: center;
    padding: 70px 20px;
    background-color: #fff;
}

@media (max-width: 768px)
{
    .main-head-body {
        background-position: right!important;
    }

    .separator-img {
        background-size: cover;
        background-position: center center;
        /*background-image: url('../img/website-startups.jpg') !important;*/
    }
    .separator-alt {
        background-size: cover;
        background-position: right!important;
    }
}

.separator-alt.dark,
.separator.dark {
    background: rgba(0, 0, 0, 0.57);
}

.separator-alt.lgrey,
.separator.lgrey {
    background: #f8f8f8;
}

.separator-img .title {
    color: #fff;
}

.separator-img .subtitle {
    color: #fff;
    margin-top: 20px;
}

.progress {
    height: 32px!important;
    background: none!important;
    box-shadow: none!important;
    margin-top: -30px!important;
    overflow: visible!important;
    border-bottom: 2px solid #eee;
    border-radius: 0px !important;
    margin-bottom: 30px !important;
}

.progress-bar {
    height: 2px!important;
    background: #c49b66!important;
    margin-top: 30px!important;
    box-shadow: none!important;
    transition-delay: 1s;
    transition: width ease-in-out;
    -webkit-transition: width ease-in-out;
    -moz-transition: width ease-in-out;
    -o-transition: width ease-in-out;
    transition-duration: 1.5s!important;
}

.text-left .progress-bar {
    float: left !important;
}


.text-right .progress-bar {
    float: right !important;
}

.zero-progress-bar {
    width: 1% !important;
}

.value-percent {
    color: #313131;
    padding: 7px;
}

.text-left .value-percent {
    text-align: right;
}

.text-right .value-percent {
    text-align: left;
}

.section-container .social-btn-container {
    display: inline-block;
}

.section-container .text-right .social-btn-container
{
    margin-left: 5px;
}

.section-container .text-left .social-btn-container
{
    margin-right: 5px;
}

.section-container .social-btn {
    background: #fff;
    display: table;
    text-align: center;
    border-radius: 999px;
    text-transform: uppercase;
    color: #000;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    transition: 0.2s;
    cursor: pointer;
}

.section-container .social-btn:hover {
    background: #c49b66;
    color: #fff;
    border-color: #c49b66;
}

.section-container .social-btn i{
    display: table-cell;
    vertical-align: middle;
}


.social-btn-container .cv-btn {
    background: #c49b66;
    display: table;
    text-align: center;
    border-radius: 999px;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
    border: 1px solid #c49b66;
    transition: 0.2s;
    padding: 4px 27px 0;
    cursor: pointer;
}

.cv-btn.alt {
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
}

.social-btn-container .cv-btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.social-btn-container .cv-btn span{
    display: table-cell;
    vertical-align: middle;
}

.footer {
    background-color: #f8f8f8;
    padding: 20px 5px;
    font-weight: 100;
}

*:focus {
    outline: none;
}

.form-control {
    background: rgba(255, 255, 255, 0.42) !important;
    min-height: 46px !important;
    font-size: 18px !important;
    color: #fff !important;
    outline: none !important;
    border-radius: 0 !important;
    border: 0px solid !important;
}

textarea.form-control {
    height: 146px !important;
}
.input-group-addon {
    background: transparent !important;
    color: #fff !important;
    text-align: left !important;
    border: none !important;
}

.menu-mobile {
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.35);
    top: 0;
    bottom: 0;
    z-index: 9;
}

.menu-mobile .inner {
    background: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 30px;
}

.menu-mobile .inner .title {
    color: #22eaaa;
    font-size: 28px;
    text-transform: lowercase;
}


.menu-mobile .inner .subtitle {
    color: #313131;
    font-size: 16px;
    text-transform: lowercase;
}

/* POPUP */
.popup-alert {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.32);
    overflow: hidden;
    z-index: 9999;
}

.popup-alert-inner {
    display: table;
    height: 100%;
    width: 100%;
}

.popup-alert-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.popup {
    width: 300px;
    margin: auto;
    background: #fff;
    padding: 15px;
}

.popup .title{
    font-weight: 700;
    font-size: 16px;
}

.popup-buttons-container {
    text-align: right;
    margin-top: 25px;
}

.popup-buttons-container .button {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 3px solid #fff;
}

.popup-buttons-container .button:hover {
    border-bottom: 3px solid #c49b66;
}

/* DIALOG */
.popup-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.32);
    overflow: hidden;
    z-index: 9999;
}

.popup-dialog-inner {
    display: table;
    height: 100%;
    width: 100%;
}

.popup-dialog-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media (max-width:768px) {
    .dialog {
        width: 90%;
        height: 90%;
        margin: auto;
        position: relative;
    }
}

@media (min-width:768px) {
    .dialog {
        width: 80%;
        height: 80%;
        margin: auto;
        position: relative;
    }
}


.dialog iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.dialog .title{
    font-weight: 700;
    font-size: 16px;
    position: relative;
}

.dialog .subtitle{
    position: relative;
}

.dialog-buttons-container {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.dialog-buttons-container .button {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 12px;
}

.dialog-buttons-container .button:hover {
    border-bottom: 3px solid #c49b66;
}

@media (max-width: 768px)
{
    .experience-period {
        margin-top: 0;
        border-left: 1px solid #ccc;
    }
}

@media (min-width: 768px)
{
    .experience-period {
        margin-top: 0;
    }   
}

.experience-period .time-label {
    color: #333;
    text-align: center;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 34px;
    margin-right: 23%;
    background: #333;
    color: #fff;
    border-radius: 2px;
}

@media (max-width: 768px)
{
    .experience-detail {
        border-left: 1px solid #ccc;
        padding-bottom: 20px;
        margin-left: 0;
        padding-left: 4% !important;
    }
}

@media (min-width: 768px)
{
    .experience-detail {
        border-left: 1px solid #ccc;
        padding-bottom: 20px;
        margin-left: -45px;
        padding-left: 4% !important;
    }
}


.experience-detail .title {
    color: #333;
    text-align: left;
    font-weight: 300;
    margin-top: 20px;
    line-height: 34px;
}

.experience-detail .title::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #c49b66;
    position: absolute;
    border-radius: 50px;
    left: -7px;
    margin-top: 10px;
    border: 1px solid #fff;
}

.experience-detail .subtitle {
    font-weight: 500;
    color: #333;
    text-align: left;
    line-height: 34px;
    margin-top: -10px;
}

@media (max-width: 992px)
{
    .icon-section {
        margin-bottom: 80px;
    }
    .icon-section:last-of-type {
        margin-bottom: 0;
    }
}


.video-parallax {
    -webkit-transition-position: fixed;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    background-size: cover;
    transition: 1s opacity;
}

.main-head-card .swiper-slide {
    width:100% !important;
    text-align: left;
    padding-left: 2px;
}


@media (max-width: 768px)
{
    .main-head-card .swiper-container {
        padding: 0!important;
        width: 50vw;
        margin: 0;
        margin-top: -10px;
    }
}

@media (min-width: 768px)
{
    .main-head-card .swiper-container {
        padding: 0!important;
        width: 40vw;
        margin: 0;
    }
}

.profile-preword{
    text-align: left;
    margin-bottom:10px
}

.profile-preword span{color:#fff;
    font-size:14px;
    font-weight:700;
    line-height:1.1;
    display:inline-block;
    padding:7px 12px;
    text-transform:uppercase;
    background:#222;
    position:relative
}

.profile-preword span:before{
    content:'';
    width:0;
    height:0;
    top:100%;
    left:5px;
    display:block;
    position:absolute;
    border-style:solid;
    border-width:0 0 8px 8px;
    border-color:transparent;
    border-left-color:#222222
}

.skills-container:nth-of-type(1) .section-container{
    text-align: left;
}

.skills-container:nth-of-type(1) .section-container .progress-bar{
    float: left;
}

.skills-container:nth-of-type(1) .section-container .value-percent {
    text-align: right;
}

@media (min-width: 768px)
{
    .skills-container:nth-of-type(2) .section-container{
        text-align: right;
    }

    .skills-container:nth-of-type(2) .section-container .progress-bar{
        float: right;
    }

    .skills-container:nth-of-type(2) .section-container .value-percent {
        text-align: left;
    }
}
@media (max-width: 768px)
{
    .skills-container:nth-of-type(2) .section-container{
        text-align: left;
    }

    .skills-container:nth-of-type(2) .section-container .progress-bar{
        float: left;
    }

    .skills-container:nth-of-type(2) .section-container .value-percent {
        text-align: right;
    }
}

.skills-micro {
    cursor: pointer;
}
.skills-micro .lnr {
    margin-left: 5px;
    color: #c49b66;
}


.item-work-container {
    padding: 15px;
}

.item-work {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}

.item-work-inner {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.item-work-inner > div {
    display: table-cell;
    vertical-align: middle;
}

.item-work img,
.item-work video {
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale(1.12);
    width: 100%;
    height: 275px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    object-fit: cover;
    position: relative;
    opacity: 1;
}


.item-work p.title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: normal;
}

.item-work p small{
    font-size: 73%;
    text-transform: lowercase;
}



.item-work p.title:before {
    position: absolute;
    top: 13px;
    right: 17px;
    bottom: 13px;
    left: 17px;
    border: 1px solid #c49b66;
    content: '';
    opacity: 0;
    transition: .2s;
}

.item-work p.readmore {
    position: absolute;
    left: 17px;
    right: 17px;
    text-align: center;
    bottom: -30px;
    font-size: 12px;
    color: #000;
    transform: scale(0);
    transition: .2s;
    z-index: 999;
    padding: 12px 8px 8px;
    display: inline-block;
}

.item-work:hover p.readmore {
    bottom: 3px;
    transform: scale(1);
    background: #c49b66;
    transition: .2s;
}
.item-work:hover img,
.item-work:hover video {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.item-work:hover p:before{
    opacity: 1;
}



@media (max-width: 768px)
{
    .rounded-btns-container {
        margin-top: 30px;
        text-align: center;
    }

    .rounded-btn {
        display: inline-block;
        height: 45px;
        width: 45px;
        text-align: center;
        margin: 1px;
    }
    
    .rounded-btn .inner{
        display: table;
        height: 100%;
        width: 100%;
        text-align: center;
        border-radius: 999px;
        background-color: rgba(255, 255, 255, 0.32);
        color: #fff;
        border: 2px solid #c49b66;
    }
    
    .rounded-btn .inner p{
        display: table-cell;
        vertical-align: middle;
        font-size: 10px;
        margin: 0;
        padding-top: 5px;
    }
}

@media (min-width: 768px)
{
    .rounded-btns-container {
        margin-top: 50px;
        text-align: center;
    }

    .rounded-btn {
        height: 50px;
        width: 50px;
        text-align: center;
        margin: 10px;
        display: inline-block;
    }
    
    .rounded-btn .inner{
        display: table;
        height: 100%;
        width: 100%;
        text-align: center;
        border-radius: 999px;
        background-color: rgba(255, 255, 255, 0.32);
        color: #fff;
        border: 2px solid #c49b66;
    }
    
    .rounded-btn .inner p{
        display: table-cell;
        vertical-align: middle;
        font-size: 10px;
        margin: 0;
        padding-top: 5px;
    }
}