@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v15/7MygqTe2zs9YkP0adA9QQQ.ttf) format('truetype')
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/dtpHsbgPEm2lVWciJZ0P-A.ttf) format('truetype')
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/W5F8_SL0XFawnjxHGsZjJA.ttf) format('truetype')
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v15/Uxzkqj-MIMWle-XP2pDNAA.ttf) format('truetype')
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v15/bdHGHleUa-ndQCOrdpfxfw.ttf) format('truetype')
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url(http://fonts.gstatic.com/s/roboto/v15/H1vB34nOKWXqzKotq25pcg.ttf) format('truetype')
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url(http://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf) format('truetype')
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf) format('truetype')
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(http://fonts.gstatic.com/s/robotoslab/v6/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf) format('truetype')
}
* {
    font-family: Roboto, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    position: absolute;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.clear_fix {
    clear: both;
}
.row:after {
    clear: both;
    content: " ";
    display: table;
}
.float_left {
    float: left;
}
.col-1 {
    width: 8.333333%;
    float: left;
}
.col-2 {
    width: 16.666667%;
    float: left;
}
.col-3 {
    width: 25%;
    float: left;
}
.col-4 {
    width: 33.333333%;
    float: left;
}
.col-5 {
    width: 41.666667%;
    float: left;
}
.col-6 {
    width: 50%;
    float: left;
}
.col-7 {
    width: 58.333333%;
    float: left;
}
.col-8 {
    width: 66.666667%;
    float: left;
}
.col-9 {
    width: 75%;
    float: left;
}
.col-10 {
    width: 83.333333%;
    float: left;
}
.col-11 {
    width: 91.666667%;
    float: left;
}
.col-12 {
    width: 100%;
    float: left;
}
.header {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.menu {
    padding-top: 20px;
    padding-right: 30px;
}
.menu-button .sm-profile, .menu-button .title-menu, #toggle-menu{
    display: none;
}
.menu nav {
    text-align: right;
}
.menu ul {
    margin: 0;
}
.menu li {
    list-style-type: none;
    display: initial;
    margin: 15px;
    font-size: 18px;
}
.menu li a {
    text-decoration: none;
    color: #1a1a1a;
}
.menu li a:hover {
    color: #808488;
    text-decoration: underline;
}
.title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(#ffffff00, #ffffff40, white);
    background: -o-linear-gradient(#ffffff00, #ffffff40, white);
    background: -moz-linear-gradient(#ffffff00, #ffffff40, white);
    background: linear-gradient(#ffffff00, #ffffff40, white);
}
.content-title {
    color: #1a1a1a;
    display: block;
    font-family: Junction;
    text-align: center;
    position: relative;
    top: 150px;
}
.title h1 {
    margin: 0px;
    font-weight: 100;
    font-size: 70px;
}
.title h3 {
    font-weight: 100;
    margin: 100px 0px 0px 0px;
    font-size: 30px;
}
.img-home {
    width: 100%;
    margin-top: -300px;
}
/*** about me ***/

.about {
    color: #1a1a1a;
}
.about, .contact {
    width: 100%;
    margin: 0px;
    padding: 50px;
    box-sizing: border-box;
    font-weight: 300;
}
.about h1, .contact h1, .career h1 {
    font-weight: 100;
    text-align: center;
    margin: 0px;
    padding: 20px 0px;
}
.about>.row {
    margin: auto;
    max-width: 1140px;
}
.about>.row>div {
    padding: 39px 15px;
    box-sizing: border-box;
    line-height: 1.5;
}
.my_info>div>div {
    padding: 15px 0px;
}
.profile {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}
.my_info p {
    text-indent: 15px;
}
.topics {
    text-indent: 50px!important;
}
.contact h1 {
    color: #fff;
}
.contact>.row {
    background: rgba(0, 0, 0, 0.51);
    margin: auto;
    max-width: 1140px;
}
.contact form label, .contact form input, .contact form textarea {
    width: 100%;
}
.contact input[type="text"], .contact input[type="email"], .contact textarea {
    width: 100%;
    color: #777;
    padding: 15px 10px;
    margin-bottom: 24px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 3px solid #a2a2a2;
}
.contact form>.row>div {
    padding: 15px;
    box-sizing: border-box;
    color: #fff;
}
.contact textarea {
    height: 249px;
    resize: none;
}
.contact label {
    color: #fff;
}
.btn-send {
    width: auto!important;
    float: right;
    background: #a2a2a2;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    padding: 13px 40px;
    margin-bottom: 21px;
}
/**career**/

.career h4 {
    font-size: 20px;
    font-weight: 300;
}
.career span, .career p, .career div {
    font-weight: 300;
}
.career>.row {
    margin: auto;
    max-width: 1140px;
}
.panel {
    color: #000;
    box-sizing: border-box;
}
.panel-content {
    margin: 30px 0px;
    position: relative;
}
.panel-separator {
    border: 3px solid #808488;
    height: 100%;
    width: 1px;
    position: absolute;
    margin-left: calc(50% - 2px);
}
.panel-content:nth-child(even)>.panel:nth-child(1) {
    float: right;
    height: 100%;
}
.panel-content:nth-child(even)>.panel:nth-child(2) {
    float: left;
}
.panel-content:nth-child(odd)>.panel:nth-child(1) {
    float: left;
    height: 100%;
}
.panel-content:nth-child(odd)>.panel:nth-child(2) {
    float: right;
}
.panel-content:nth-child(odd)>.panel:nth-child(1)>div:before, .panel-content:nth-child(even)>.panel:nth-child(2)>div:before {
    content: '';
    position: absolute;
    display: block;
    left: calc(100% + 1px);
    top: 2px;
    border-top: 17px solid transparent;
    border-left: 17px solid #808488;
    border-right: 0 solid #808488;
    border-bottom: 17px solid transparent;
}
.panel-content:nth-child(odd)>.panel:nth-child(1)>div:after, .panel-content:nth-child(even)>.panel:nth-child(2)>div:after {
    content: '';
    position: absolute;
    display: block;
    left: 100%;
    top: 5px;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
}
.panel-content:nth-child(even)>.panel:nth-child(1)>div:before, .panel-content:nth-child(odd)>.panel:nth-child(2)>div:before {
    content: '';
    position: absolute;
    display: block;
    left: -17px;
    top: 2px;
    border-top: 17px solid transparent;
    border-right: 17px solid #808488;
    border-left: 0 solid #808488;
    border-bottom: 17px solid transparent;
}
.panel-content:nth-child(even)>.panel:nth-child(1)>div:after, .panel-content:nth-child(odd)>.panel:nth-child(2)>div:after {
    content: '';
    position: absolute;
    display: block;
    left: -13px;
    top: 5px;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 14px solid transparent;
}
.panel-content:nth-child(odd)>.panel:nth-child(1):before, .panel-content:nth-child(even)>.panel:nth-child(2):before {
    width: 10px;
    height: 80px;
    z-index: 1;
    background: #fff;
    content: "";
    position: absolute;
}
.panel-content:nth-child(odd)>.panel:nth-child(1):before {
    left: calc(50% - 3px);
}
.panel-content:nth-child(even)>.panel:nth-child(2):before {
    left: calc(50% + -3px);
}
.panel-content:nth-child(odd)>.panel:nth-child(1):after, .panel-content:nth-child(even)>.panel:nth-child(2):after {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 5px solid #808488;
    background: #fff;
    top: 25px;
    content: "";
    position: absolute;
    z-index: 2;
}
.panel-content:nth-child(odd)>.panel:nth-child(1):after {
    left: calc(50% - 13px);
}
.panel-content:nth-child(even)>.panel:nth-child(2):after {
    right: calc(50% - 11px);
}
.panel-info, .panel-date {
    background: #fff;
    padding: 10px;
    position: relative;
    border: 3px solid #808488;
    border-radius: 6px;
}
.panel-content:nth-child(odd)>.panel:nth-child(1) .panel-date {
    margin: 15px 15% 0px 35%;
}
.panel-content:nth-child(even)>.panel:nth-child(1) .panel-date {
    margin: 20px 35% 0px 15%;
}
.panel-info {
    width: 70%;
    margin: 15px auto 0;
}
.panel-info img {
    max-width: 80%;
    margin: 30px auto;
    display: block;
}
/**tech**/

.tech {
    padding: 30px 0px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}
.tech img {
    max-height: 80%;
    max-width: 80%;
    width: auto!important;
    height: auto!important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tech .column {
    height: 200px;
    position: relative;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots {
    text-align: center;
}
/**footer**/

footer {
    margin-top: 70px;
    padding: 0;
    width: 100%;
    text-align: center;
}
.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 45px;
}
.scroll-top:hover, button:hover {
    cursor: pointer;
}
.scroll-top i {
    font-size: 26px;
    color: #1a1a1a;
    margin: 10px 10px;
}
.social-network i {
    margin: 0px 5px;
}
.form .row>div {
    padding: 20px;
}
footer a {
    color: #000;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}
/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #fff;
    width: 80%;
    max-width: 500px;
    color: #fff;
}
/* The Close Button */

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width: 1024px) and (min-width: 520px) {
    .md-col-1 {
        width: 8.333333%;
        float: left;
    }
    .md-col-2 {
        width: 16.666667%;
        float: left;
    }
    .md-col-3 {
        width: 25%;
        float: left;
    }
    .md-col-4 {
        width: 33.333333%;
        float: left;
    }
    .md-col-5 {
        width: 41.666667%;
        float: left;
    }
    .md-col-6 {
        width: 50%;
        float: left;
    }
    .md-col-7 {
        width: 58.333333%;
        float: left;
    }
    .md-col-8 {
        width: 66.666667%;
        float: left;
    }
    .md-col-9 {
        width: 75%;
        float: left;
    }
    .md-col-10 {
        width: 83.333333%;
        float: left;
    }
    .md-col-11 {
        width: 91.666667%;
        float: left;
    }
    .md-col-12 {
        width: 100%;
        float: left;
    }
    .menu ul {
        margin: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        padding: 0px;
    }
    .menu li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #aaa;
    }
    .menu {
        padding-top: 0px;
        padding-right: 0px;
        background: white;
        top: 45px;
        position: fixed;
        width: 100%;
        z-index: 9;
        box-shadow: 0px 2px #aaa;
    }
    .menu-button {
        display: block;
        height: 45px;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #aaa;
        z-index: 9;
        position: fixed;
        transition: 2s;
    }
    .menu-button.hidden{
        display: none;
    }

    #toggle-menu {
        float: right;
        font-size: 35px;
        margin: 5px 20px 5px 0;
        z-index: 11;
        position: fixed;
        top: 0;
        right: 0;
        display: block;
    }
    .title-menu {
        font-size: 35px;
        margin: 5px 20px 5px 20px;
        float: left;
        display: block!important;
    }
    .img-home {
        margin-top: 0px;
    }
    .sm-profile {
        width: 35px;
        border-radius: 50%;
        margin: 5px;
        float: left;
        display: block!important;
    }
}
@media screen and (max-width: 519px) {
    .sm-col-1 {
        width: 8.333333%;
        float: left;
    }
    .sm-col-2 {
        width: 16.666667%;
        float: left;
    }
    .sm-col-3 {
        width: 25%;
        float: left;
    }
    .sm-col-4 {
        width: 33.333333%;
        float: left;
    }
    .sm-col-5 {
        width: 41.666667%;
        float: left;
    }
    .sm-col-6 {
        width: 50%;
        float: left;
    }
    .sm-col-7 {
        width: 58.333333%;
        float: left;
    }
    .sm-col-8 {
        width: 66.666667%;
        float: left;
    }
    .sm-col-9 {
        width: 75%;
        float: left;
    }
    .sm-col-10 {
        width: 83.333333%;
        float: left;
    }
    .sm-col-11 {
        width: 91.666667%;
        float: left;
    }
    .sm-col-12 {
        width: 100%;
        float: left;
    }
    .content-title {
        top: 75px;
    }
    .title h1 {
        font-size: 40px;
    }
    .title h3 {
        margin: 20px 0px;
        font-size: 20px;
    }
    .about, .contact {
        padding: 0px;
    }
    .my_info {
        padding-top: 0px !important;
    }
    .panel-content:nth-child(2n+1)>.panel:nth-child(1)::before, .panel-content:nth-child(2n)>.panel:nth-child(2)::before, .panel-content:nth-child(2n+1)>.panel:nth-child(1)::after, .panel-content:nth-child(2n)>.panel:nth-child(2)::after, .panel-content:nth-child(2n)>.panel:nth-child(1)>div::after, .panel-content:nth-child(2n+1)>.panel:nth-child(2)>div::after, .panel-content:nth-child(2n)>.panel:nth-child(1)>div::before, .panel-content:nth-child(2n+1)>.panel:nth-child(2)>div::before, .panel-content:nth-child(2n+1)>.panel:nth-child(1)>div::before, .panel-content:nth-child(2n)>.panel:nth-child(2)>div::before, .panel-content:nth-child(2n+1)>.panel:nth-child(1)>div::after, .panel-content:nth-child(2n)>.panel:nth-child(2)>div::after {
        border: 0px;
        background: none;
    }
    .panel-separator {
        display: none;
    }
    .panel-info {
        width: 83.333333%;
    }
    .panel-content:nth-child(2n+1)>.panel:nth-child(1) .panel-date, .panel-content:nth-child(2n)>.panel:nth-child(1) .panel-date {
        margin: 0 auto;
        float: none;
    }
    .panel-content {
        margin: 40px 0px;
    }
    .img-home {
        margin-top: 0px;
    }
    .menu ul {
        margin: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        padding: 0px;
    }
    .menu li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #aaa;
    }
    .menu li a {
        display: block;
    }
    .menu {
        padding-top: 0px;
        padding-right: 0px;
        background: white;
        top: 45px;
        position: fixed;
        width: 100%;
        z-index: 9;
        box-shadow: 0px 2px #aaa;
    }
    .menu-button {
        display: block;
        height: 45px;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #aaa;
        z-index: 9;
        position: fixed;
        transition: 2s;
    }
    .menu-button.hidden{
        display: none;
    }
    #toggle-menu {
        float: right;
        font-size: 35px;
        margin: 5px 20px 5px 0;
        z-index: 11;
        position: fixed;
        top: 0;
        right: 0;
        display: block;
    }
    .title-menu {
        font-size: 35px;
        margin: 5px 20px 5px 20px;
        float: left;
        display: block!important;
    }
    .sm-profile {
        width: 35px;
        border-radius: 50%;
        margin: 5px;
        float: left;
        display: block!important;
    }
}