/*==================================================================

Main Colors:
    #3b3b5b
    #73c48d
    #ee4186
    #59c7d6

-------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700italic,700,600italic,400italic,600,300italic,300,100italic,100&subset=latin,latin-ext);

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    color: #999999;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: normal;
    background-color: #fff;
    line-height: 28px;
}

p {
    color: #666666;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 28px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #323232;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2;
    margin: 0px 0px 0px 0px;
}

h1 {
    font-size: 62px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 15px;
}

@media (max-width: 480px) {

    h5 {
        font-size: 18px;
    }

}

a {
    color: #000000;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}


/*------------------------------------------------------------------
		   LOGO
------------------------------------------------------------------*/

.logo {
    float: left;
    margin: 34px 0;
}

.logo-text {
    color: #ee4186;
    padding-left: 2px;
}

@media (max-width: 480px) {
    .logo {
        float: left;
        margin: 18px 0;
    }
}


/*------------------------------------------------------------------
		   NAVIGATION
------------------------------------------------------------------*/

.navbar-fixed-top {
    z-index: 1000000 !important;
}

.main-navigation {
    width: 100%;
}

.nav-container {
    width: auto;
    background-color: #fff;
    background-image: url(../images/navigation-strip.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

.main-navigation .container {
    background-color: #fff;
    background-image: url(../images/navigation-strip.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

.main-navigation .navbar-default {
    background-color: transparent;
    border: 0px;
}

.main-navigation .navbar {
    border-radius: 0px;
    margin: 10px 0px;
    min-height: 1px;
    float: right;
}

.kf_sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999999;
}

.kf_sticky .logo,
.kf_sticky,
.kf_sticky .navbar-nav > li,
.kf_sticky .kd-search {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

@media (max-width: 767px) {

    .navbar-toggle {
        margin-right: 0 !important;
        padding: 9px 0 9px 10px;
    }

    .main-navigation .navbar {
        border-radius: 0px;
        margin: 0px 0px;
        min-height: 1px;
        float: right;
        width: 100%;
        margin-top: -56px;
    }

    .navbar-nav {
        margin: 0 -15px !important;
    }

    .nav li {
        text-align: center;
    }

    .nav .nav-border {
        border-bottom: 1px solid #ebebec;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff !important;
    }

    .navbar-default .navbar-toggle:hover {
        background-color: #fff !important;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #59c7d6;
    }
}

@media (min-width: 481px) and (max-width: 991px) {

    .main-navigation .navbar {
        margin-top: -76px;
    }

}

@media (min-width: 768px) {

    .current {
        border-top: 6px solid;
    }

    .main-navigation .navbar {
        border-radius: 0px;
        margin: 0px 0px;
        min-height: 1px;
        float: right;
    }

    .main-navigation .navbar-default .navbar-collapse,
    .main-navigation .navbar-default .navbar-form {
        background-color: transparent;
        border: 0px;
    }

    .main-navigation .navbar-collapse {
        padding: 0px;
    }

    .main-navigation .navbar-default .navbar-nav {
        float: none;
    }

    .main-navigation .navbar-default .navbar-nav > li {
        float: left;
        margin: 0px 2px;
    }

    .main-navigation ul.nav li a {
        color: #666666;
        padding: 32px 12px;
        font-weight: bold;
        border-top: solid 6px transparent;
    }

    .main-navigation ul.nav li a.current {
        border-top: solid 6px #ccc;
    }

    .main-navigation ul.nav li.active a,
    .main-navigation ul.nav li:hover a {
        background: none;
        border-top: solid 6px #ccc;
    }

    .main-navigation .navbar-default .navbar-nav > .active > a:hover {
        background: none;
    }

    .main-navigation ul.nav li:hover a,
    .main-navigation ul.nav li.active a {
        border-color: #59c7d6;
        color: #59c7d6;
    }

    .main-navigation ul.nav li a.current {
        border-top-color: #59c7d6;
    }

}


/*------------------------------------------------------------------
		   SECTIONS
------------------------------------------------------------------*/

.about-section,
.education-section,
.skills-section,
.work-section,
.hobby-section {
    width: 100%;
    min-height: 100%;
}

.about-section,
.education-section,
.skills-section,
.work-section,
.hobby-section,
.insta-section,
.contact-section {
    padding-top: 150px;
}

.education-section,
.skills-section,
.hobby-section,
.insta-section {
    padding-bottom: 100px;
}

.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ebebeb;
}

.section-header {
    margin-bottom: 5%;
}

.section-title {
    margin: 0px 0px 16px;
}

.section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #3b3b5b;
}

.section-header .contact-title:after,
.section-header .work-title:after {
    background: #ee4186;
}

.contact-title,
.work-title {
    color: #fff;
    padding-bottom: 5px;
}

@media (max-width: 1199px) {

    .section-title,
    .contact-title,
    .work-title {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

}

@media (max-width: 543px) {

    .about-section,
    .education-section,
    .skills-section,
    .work-section,
    .hobby-section,
    .insta-section,
    .contact-section {
        padding-top: 100px;
    }

}


/*------------------------------------------------------------------
		   INTRO SECTION
------------------------------------------------------------------*/

.intro-section {
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #3b3b5b;
}

.intro-section .intro-header {
    position: absolute;
    width: 100%;
    height: 2%;
    top: 0;
    background-color: #59c7d6;
}

.intro-text {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro-section .intro-bottom {
    position: absolute;
    width: 100%;
    height: 10%;
    top: 90%;
    background-color: #59c7d6;
}

.button-down {
    max-width: 100%;
    max-height: 100%;
}

.intro-text-name {
    font-size: 80px;
    color: #fff;
}

.intro-text-lastname {
    font-size: 90px;
    color: #ee4186;
    padding-left: 10px;
}

.intro-text-profession {
    font-size: 50px;
    color: #fff;
    padding-top: 20px;
}

.intro-text-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    margin-bottom: -150px;
    text-align: center;
}

.intro-text-contact i {
    font-size: 25px;
    font-weight: 900;
    color: #ffffff;
    transition: 0.2s all;
}

.intro-text-contact a {
    padding-left: 15px;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    transition: 0.2s all;
}

.intro-text-contact a:hover {
    color: #ee4186;
}

@media (max-width: 991px) {
    .intro-text-name {
        font-size: 40px;
    }

    .intro-text-lastname {
        font-size: 45px;
        padding-left: 0px;
    }

    .intro-text-profession {
        font-size: 25px;
        padding-top: 10px;
    }

    .intro-text-contact a {
        font-size: 20px;
    }
}

.intro-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.intro-down {
    color: #fff;
}

.intro-bottom .vertical-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    width: inherit;
    transform: translate(-50%, -50%);
}


/*------------------------------------------------------------------
		   ABOUT SECTION
------------------------------------------------------------------*/

.about-section {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.about-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.about-content {
    padding-bottom: 100px;
}

.about-row {
    padding-bottom: 20px;
}

.profile-picture img {
    max-height: 75%;
    max-width: 75%;
}

@media (min-width: 992px) {

    .about-section {
        position: relative;
    }

}

.resume-download {
    width: 100%;
    margin-top: auto;
    background-color: #4f4e7d;
    padding: 50px;
}

@media (max-width: 991px) {

    .about-section .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .about-content {
        margin: 0 15px;
    }

    .profile-picture {
        padding-top: 20px;
        padding-bottom: 40px;
        width: 100%;
        text-align: center;
    }

    .profile-picture img {
        max-height: 40%;
        width: auto;
        float: none;
        display: inline-block;
    }

}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


/*------------------------------------------------------------------
       EDUCATION SECTION
------------------------------------------------------------------*/

.education-section {
    background-color: #ebebec;
}

.education-section .container {
    padding-left: 0 !important;
}

.section-header .education-title:before {
    background: #d3d3d3;
}

@media (max-width: 991px) {

    .education-section {
        padding-bottom: 80px;
    }

}


/*------------------------------------------------------------------
		   SKILLS SECTION
------------------------------------------------------------------*/

.skills-section {
    background-color: #fff;
    background-image: url("../images/hard-work.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.column-title {
    padding-bottom: 20px;
}

.progress .progress-bar.progress-bar-primary {
    background-image: -moz-linear-gradient(4deg, #59c7d6 0%, #b2ecf4 100%);
    background-image: -webkit-linear-gradient(4deg, #59c7d6 0%, #b2ecf4 100%);
    background-image: -ms-linear-gradient(4deg, #59c7d6 0%, #b2ecf4 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.skills-quote {
    margin: 20px 0;
}

@media (max-width: 991px) {

    .programming-skills {
        padding-top: 20px;
    }

    .skills-section .container {
        padding-bottom: 520px;
    }

}

@media (max-width: 767px) {

    .skills-section {
        background-size: 450px;
    }

    .skills-section .container {
        padding-bottom: 470px;
    }

}

@media (max-width: 543px) {

    .skills-section {
        background-size: 400px;
    }

    .skills-section .container {
        padding-bottom: 420px;
    }

}


/*------------------------------------------------------------------
		   WORK SECTION
------------------------------------------------------------------*/

.work-section {
    background-color: black;
}

.work-gallery-bg {
    background-color: #ededed;
    padding-bottom: 0px;
}

.image-no-padding {
    padding: 0px;
}

.work-gallery {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.work-gallery figure img {
    width: 100%;
    height: auto;
}

.work-gallery figure:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
}

.work-gallery:hover figure:before {
    height: 100%;
    opacity: 0.6;
}

.work-gallery figure:before {
    background: #000;
}

figure.effect-hera figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-hera p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    width: 100%;
    text-align: center;
}

figure.effect-hera p a {
    color: #ee4186;
    margin-right: 4px;
    position: relative;
}

figure.effect-hera p a i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 40px;
    opacity: 0;
    z-index: 99999;
    position: relative;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-hera p a i:hover {
    color: #fff;
    background-color: #ee4186;
}

figure.effect-hera p a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0);
}

figure.effect-hera p a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0);
}

figure.effect-hera:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

figure.effect-hera:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

figure.effect-hera:hover p i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); /* just because it's stronger than nth-child */
    opacity: 1;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.work-gallery-bg .container-fluid .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/*------------------------------------------------------------------
		   HOBBY SECTION
------------------------------------------------------------------*/

.hobby-section {
    position: relative;
    background-color: white;
}

.hobby-bg {
    padding-top: 20px;
}

.hobby-wrap-left,
.hobby-wrap-left ul,
.hobby-wrap-right,
.hobby-wrap-right ul,
.hobby-img {
    float: left;
    width: 100%;
}

.hobby-wrap-right ul,
.hobby-wrap-left ul {
    padding: 55px 0px 0px 0px;
}

.hobby-wrap-right ul li,
.hobby-wrap-left ul li {
    float: left;
    position: relative;
    padding: 20px 0px;
}

.hobby-wrap-right i {
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #fff;
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.18);
    border-radius: 100%;
    font-size: 40px;
    color: #333;
}

.hobby-right {
    padding: 0px 0px 0px 90px;
    float: none;
}

.hobby-right h5,
.hobby-left h5 {
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 20px;
}

.hobby-right p,
.hobby-left p {
    color: #333;
    margin: 0px;
    line-height: 23px;
}

.hobby-wrap-right ul li:first-child,
.hobby-wrap-left ul li:first-child {
    padding-top: 0px;
}

.hobby-img figure img {
    width: 100%;
    height: auto;
}

.hobby-wrap-left ul li i {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #fff;
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.18);
    border-radius: 100%;
    font-size: 40px;
    color: #666666;
}

.hobby-left {
    padding: 0px 90px 0px 0px;
    text-align: right;
    float: none;
}

.hobby-image {
    height: 80%;
    width: 80%;
}

.hobby-wrap-left ul li:hover i,
.hobby-wrap-right ul li:hover i {
    color: #fff;
    background-color: #59c7d6;
}

@media (max-width: 991px) {

    .hobby-img {
        width: 100%;
        text-align: center;
        margin: 30px 0 20px 0;
    }

    .hobby-image {
        width: auto;
        display: inline-block;
    }

    .hobby-img figure img {
        width: 60%;
    }

    .hobby-section {
        padding-bottom: 80px;
    }

}


/*------------------------------------------------------------------
		   INSTA SECTION
------------------------------------------------------------------*/

.insta-section {
    width: 100%;
    background-color: #ebebec;
    padding: 150px 50px 100px 50px;
}

.insta-section .row {
    margin: 0 !important;
}

.insta-image-box {
    text-align: center;
    padding: 1px !important;
}

.insta-image {
    width: 80%;
}

@media (max-width: 991px) {

    .insta-section {
        padding: 100px 0px 50px 0px;
    }

    .insta-image {
        height: 100%;
        width: 100%;
    }

}

/*------------------------------------------------------------------
		   CONTACT SECTION
------------------------------------------------------------------*/

.contact-section {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.contact-section .container {
    position: relative;
    z-index: 999;
}

.contact-section:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.contact-section:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 440px;
    top: 60px;
    opacity: 0.4;
}

.contact-footer {
    margin: auto;
    width: 80%;
    position: relative;
    text-align: center;
    padding-bottom: 50px;
}

.contact-footer a {
    display: inline-block;
    margin: 0px 0px 30px;
    font-size: 50px;
    color: #fff;
}

.contact-footer p {
    color: #fff;
    word-break: break-all;
    line-height: 24px;
    margin: 0px 0px 34px;
}

.contact-section-bg {
    background-color: #4f4e7d;
}

.contact-option {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0px 30px 40px;
    min-height: 155px;
}

.contact-option:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 260px;
    height: 1px;
    background-color: #5c5c5c;
}

.contact-option:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 21px 20px 21px;
    border-color: transparent transparent #59c7d6 transparent;
}

.contact-option a {
    display: block;
}

.contact-option a i {
    font-size: 35px;
    color: #fff;
    display: block;
    margin: 0px 0px 20px;
}

.contact-option h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
}

.contact-option h6 a {
    color: #fff;
}

.contact-option:hover a i,
.contact-option:hover a {
    color: #ee4186;
}

.contact-quote {
    color: #fff;
    margin-top: 100px;
}

@media (max-width: 991px) {

    .contact-section:after {
        background-size: 340px;
        top: 20px;
    }

    .contact-option {
        margin-bottom: 50px;
    }

    .contact-quote {
        margin-top: -10px;
    }

}

.footer-copyright {
    float: left;
    width: 100%;
    background-color: #3b3b5b;
    position: relative;
    padding: 20px 0px;
    overflow: hidden;
}

.footer-copy {
    float: left;
}

.footer-copy p {
    margin: 0px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 8px;
}

.social-links {
    float: right;
}

.social-links ul {
    float: left;
    width: 100%;
}

.social-links ul li {
    float: left;
    position: relative;
    margin: 0px 0px 0px 12px;
}

.social-links ul li a {
    display: block;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    position: relative;
    z-index: 99999;
}

.social-links ul li a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    margin: auto;
    z-index: -1;
    border-radius: 100%;
}

.social-links ul li:hover a:before {
    width: 100%;
    height: 100%;
}

.social-links ul li:first-child {
    margin-left: 0px;
}

.social-links ul li a:before {
    background-color: #ee4186;
}

.social-links ul li:hover a {
    border-color: #ee4186;
}

@media (max-width: 767px) {

    .footer-copyright .container {
        display: flex;
        flex-direction: column;
    }

    .footer-copy {
        float: none;
        text-align: center;
        order: 2;
    }

    .social-links {
        float: none;
        width: 100%;
        text-align: center;
        order: 1;
    }

    .social-links ul {
        width: auto;
        float: none;
        display: inline-block;
    }

}


/*------------------------------------------------------------------
		   BACK TO TOP
------------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    height: 40px;
}

.back-to-top a {
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    padding: 0px 12px;
}

.back-to-top:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 76px 76px;
    border-color: transparent transparent #59c7d6 transparent;
    position: absolute;
    right: 0px;
    bottom: 0px;

}

.back-to-top a i {
    line-height: normal;
}

.back-to-top a:hover {
    text-decoration: none;
}


/*------------------------------------------------------------------
		   BUTTON - SWEEP TO RIGHT EFFECT
------------------------------------------------------------------*/

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    border-radius: 30px;
    background-color: #ee4186;
}

.hvr-sweep-to-right,
.hvr-sweep-to-right:before {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #fff;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.download-link {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 20px 25px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: bold;
    overflow: hidden;
}

.download-link {
    color: #ee4186;
}


/*------------------------------------------------------------------
		   TIMELINE
------------------------------------------------------------------*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-panel {
    background-color: #fff !important;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.green {
    background-color: #73c48d !important;
}

.timeline-badge.lila {
    background-color: #bc8cbe !important;
}

.timeline-badge.pink {
    background-color: #ee4186 !important;
}

.timeline-badge.blue {
    background-color: #59c7d6 !important;
}

.timeline-badge.violet {
    background-color: #3b3b5b !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}


/*------------------------------------------------------------------
		   BLOCKQUOTE
------------------------------------------------------------------*/

blockquote {
    float: left;
    width: 100%;
    padding: 40px 30px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    margin-top: 7px;
    color: black;
    border: 0px !important;
}

.quote:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 20px;
    padding: 0px 20px 0px 0px;
    display: inline-block;
    color: #ee4186;
}

.quote:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 20px;
    padding: 0px 0px 0px 5px;
    display: inline-block;
    position: relative;
    top: 4px;
    color: #ee4186;
}




/*------------------------------------------------------------------
		   PROGRAMMER MANIFEST
------------------------------------------------------------------*/

.programmer-manifest {
    width: 100%;
    height: 20%;
    background-color: #ee4186;
    background-image: url(../images/manifest.png);
}
