@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');


html {
    direction: ltr;
    overflow-x: hidden;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body {
    background-color: #FFF;
    color: #777;
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    position: relative;
    overflow-x: hidden;
}
.body {
    background-color: transparent;
}

html.safari .body {
    overflow-x: hidden;
}

/* Responsive */
.visible-md { display: none;}
@media (max-width: 575px) {
    body {
        font-size: 13px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 860px;
    }
    .visible-md { display: block;}
}
@media (min-width: 1060px) {
    .container {
        max-width: 920px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 990px;
    }
}
@media (min-width: 1350px) {
    .container {
        max-width: 1140px;
    }
}

h2 {
    margin-bottom: 17px;
    font-size: 1.8em;
}

section.section {
    padding: 60px 0px;
    border: none;
}

@media (max-width: 767px) {
    section.section {
        padding: 30px 0px;
    }
}



/* Half Section */
.col-half-section {
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    max-width: 555px;
    margin-left: 30px;
    margin-right: 0;
}

.col-half-section.col-half-section-right {
    margin-left: 0;
    margin-right: 30px;
}

@media (max-width: 1199px) {
    .col-half-section {
        max-width: 465px;
    }
}

@media (max-width: 991px) {
    .col-half-section {
        max-width: 720px;
        margin: 0 auto !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 767px) {
    .col-half-section {
        max-width: 540px;
    }
}

@media (max-width: 575px) {
    .col-half-section {
        max-width: 100%;
    }
}


/*
* CUSTOM STYLES
*/

.parallax-no-overflow {
    overflow: visible !important;
}

.parallax-no-overflow .parallax-background {
    z-index: -1;
}


@media (min-width: 991px) {
    .custom-image-position-2 {
        position: absolute;
        max-width: 90%;
        top: -60px;
        z-index: 1;
    }
}

.custom-margin-bottom-1 {
    margin-bottom: 30px !important;
}

@media (min-width: 992px) {
    .custom-section-padding-1 {
        padding-top: 150px !important;
        padding-bottom: 70px !important;
    }

    .custom-md-margin-top-1 {
        margin-top: 58px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-section-padding-1 {
        padding-top: 150px !important;
        padding-bottom: 2.3rem !important;
    }
}

@media (max-width: 991px) {
    .custom-sm-margin-bottom-1 {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .custom-xs-margin-1 {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

.custom-btn-style-1 {
    padding: 5px 18px;
    border-radius: 35px !important;
}

.custom-btn-style-2 {
    padding: 10px 30px;
    border-radius: 35px !important;
}

.custom-btn-style-2.btn-outline {
    border-color: #b5b5b5 !important;
    border-width: 1px;
}

.custom-box-shadow-1 {
    -webkit-box-shadow: 0px 30px 120px 0px #dde5ee;
    box-shadow: 0px 30px 120px 0px #dde5ee;
}

.custom-box-shadow-2 {
    -webkit-box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6) !important;
    box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6) !important;
}

.custom-box-shadow-3 {
    -webkit-box-shadow: 0 30px 40px -15px #e5edf6;
    box-shadow: 0 30px 40px -15px #e5edf6;
}

.custom-box-shadow-4 {
    -webkit-box-shadow: 0px 12px 90px -10px rgba(139, 139, 139, 0.5) !important;
    box-shadow: 0px 12px 90px -10px rgba(139, 139, 139, 0.5) !important;
}

.custom-bg-color-1 {
    background: #f4f9ff !important;
}

@media (max-width: 767px) {
    .custom-xs-bg-size-cover {
        background-size: cover !important;
    }
}

.flag {
    position: relative;
    top: -1px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-image-pos-1 {
        position: relative;
        left: -60px;
        max-width: 160%;
    }
}

/*
* Owl Carousel
*/
.owl-carousel.custom-carousel-style-1 {
    width: calc(100% + 120px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-carousel.custom-item-padding .owl-item {
    padding: 20px 40px 40px;
}

.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot:hover span {
    border-color: #1e1e1e !important;
    background-color: #1e1e1e !important;
}

.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot span {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 5px 2px;
    background: transparent !important;
    border: 2px solid #1e1e1e;
}

.owl-carousel.custom-dots-color-1 .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-color-1 .owl-dots button.owl-dot:hover span {
    border-color: #1e1e1e !important;
    background-color: #1e1e1e !important;
}

.owl-carousel.custom-dots-color-1 .owl-dots button.owl-dot span {
    border: 2px solid #1e1e1e !important;
}

.owl-carousel.custom-dots-position-1 .owl-dots {
    text-align: right;
    padding-right: 68px;
}



/*
* About Me
*/
.about-me-more {
    display: none;
}

.about-me-more.about-me-more-visible {
    display: block;
}

.custom-about-me-infos span {
    display: block;
}

@media (max-width: 767px) {
    .custom-about-me-infos span {
        font-size: 0.9em;
    }
}

.custom-about-me-links {
    position: relative;
}

.custom-about-me-links:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75vw;
    border-bottom: 1px solid #e2e2e2;
    z-index: 0;
}

@media (max-width: 991px) {
    .custom-about-me-links:after {
        width: 100vw;
    }
}

@media (max-width: 767px) {
    .custom-about-me-links > .container {
        max-width: none;
    }
}

.custom-nav-button {
    display: inline-block;
    padding: 30px 10px;
    font-size: 1.2em;
    letter-spacing: -0.5px;
    line-height: 1.3;
    text-align: center;
}

.custom-nav-button.custom-divisors:before, .custom-nav-button.custom-divisors:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    height: 100%;
    border-left: 1px solid #e2e2e2;
}

.custom-nav-button.custom-divisors:after {
    left: auto;
    right: -16px;
}

.custom-nav-button i {
    float: left;
    font-size: 1.3em;
    margin-right: 5px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .custom-nav-button.custom-divisors:before, .custom-nav-button.custom-divisors:after {
        content: none;
    }

    .custom-xs-border-bottom {
        border-bottom: 1px solid #e2e2e2;
    }
}

.custom-box-details {
    padding: 35px;
}

.custom-box-details h4 {
    letter-spacing: -0.5px;
}

@media (max-width: 767px) {
    .custom-box-details {
        float: none !important;
        margin-left: 0 !important;
    }
}

.custom-list-style-1 {
    padding: 0;
}

.custom-list-style-1 li {
    list-style: none;
}

.custom-list-style-1 li span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
}

.custom-list-style-1 li span:nth-child(1) {
    display: inline-block;
    min-width: 100px;
}

.custom-list-style-1 li span.custom-max-width-1 {
    min-width: 130px;
}

/*
* Education
*/


/*
* Portfolio
*/
.custom-nav-sort.nav > li {
    margin-right: 10px;
}

.custom-nav-sort.nav > li > a {
    background: transparent;
    border-radius: 35px;
    color: #1e1e1e;
    text-transform: uppercase;
    border: 1px solid #d0d3d6;
    font-weight: 700;
    padding: 7px 30px;
    font-size: 0.9em;
    -webkit-transition: ease background 300ms;
    transition: ease background 300ms;
}

.custom-nav-sort.nav > li.active > a, .custom-nav-sort.nav > li:hover > a {
    background: #c4c4c4;
    border-color: #c4c4c4;
}

.custom-nav-sort.nav > li.active > a:hover, .custom-nav-sort.nav > li.active > a:focus, .custom-nav-sort.nav > li:hover > a:hover, .custom-nav-sort.nav > li:hover > a:focus {
    color: #1e1e1e;
}

@media (max-width: 767px) {
    .custom-nav-sort.nav > li {
        margin-bottom: 10px;
    }
}

.custom-thumb-info-1 {
    border: none;
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
    -webkit-transform: none;
    transform: none;
}

.custom-thumb-info-1:hover .thumb-info-wrapper:after {
    opacity: 0.8;
}

.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus {
    opacity: 1;
    width: 30%;
}

.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.custom-thumb-info-1 img {
    filter: grayscale(0%);
    transition: all 0.35s ease-in-out;
}

.custom-thumb-info-1:hover img {
    filter: grayscale(100%);
}

.custom-thumb-info-1 .thumb-info-wrapper {
    margin: 0 !important;
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
    -webkit-transform: none;
    transform: none;
}

.custom-thumb-info-1 .thumb-info-wrapper:after {
    background: #fd832d;
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus {
    opacity: 0;
    position: absolute;
    width: 10%;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:before, .custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    border-top: 1px solid #fd832d;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -1em;
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

/*
* Testimonials
*/
.custom-testimonial-style-1.testimonial-with-quotes blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes blockquote:after {
    color: #1e1e1e;
}

.custom-testimonial-style-1.testimonial-with-quotes blockquote p {
    padding: 0 10px;
}

.custom-testimonial-style-1 blockquote {
    background: transparent !important;
}

.custom-testimonial-style-1 blockquote p {
    font-family: "Open Sans";
    font-size: 1em;
    line-height: 1.8;
}

.custom-testimonial-style-1 .testimonial-author {
    position: relative;
    margin: 19px 0 0 72px;
}

.custom-testimonial-style-1 .testimonial-author:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 10px;
    width: 100px;
    border-top: 1px solid #deb717;
}

.custom-testimonial-style-1 .testimonial-author span {
    font-size: 1em;
}

/*
* Blog
*/
.custom-thumb-info-2 {
    border: 0;
}

.custom-thumb-info-2 .thumb-info-wrapper {
    margin: 0 !important;
}

.custom-thumb-info-2 .thumb-info-wrapper:after {
    content: none;
}

.custom-thumb-info-2 .thumb-info-caption {
    display: block;
    padding: 25px 45px 45px;
}

.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text {
    padding: 0;
    min-height: 112px;
}

.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text p {
    font-size: 1em;
    padding: 0;
    line-height: 2;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share {
    float: right;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul {
    float: right;
    margin-left: 8px;
    padding: 0;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li {
    display: inline-block;
    list-style: none;
    line-height: 1;
    padding: 0 10px;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a {
    line-height: 1;
    -webkit-transition: ease opacity 300ms;
    transition: ease opacity 300ms;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a:hover {
    opacity: 0.7;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a.item-facebook {
    color: #395b98;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a.item-twitter {
    color: #2baae1;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a.item-google-plus {
    color: #fc5956;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li:nth-child(2) {
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li:last-child {
    padding-right: 0;
}

@media (max-width: 1200px) {
    .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share {
        float: left;
    }
}

@media (max-width: 1200px) {
    .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-date {
        display: block;
    }
}

@media (max-width: 767px) {
    .custom-thumb-info-2 .thumb-info-caption {
        padding: 25px 25px 45px;
    }

    .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share {
        float: left;
    }
}

@media (max-width: 430px) {
    .custom-thumb-info-2 .thumb-info-caption {
        padding: 25px 25px 15px;
    }

    .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share {
        float: none;
        display: block;
    }

    .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul {
        float: none;
        margin-left: 0;
    }

    .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li {
        padding-left: 0;
    }

    .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li:nth-child(2) {
        border: none;
    }

    .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-date {
        float: none;
        display: block;
    }
}



/*
* Footer
*/
#footer {
    border-top: none;
}

#footer .footer-copyright {
    border-top: none;
    padding: 15px 0px 30px 0px;
}
