﻿

.topDiv {
    width: 100%;
    background: url('../img/landing/landing4-w.jpg') no-repeat;
    background-size: cover;
    background-position-y: -150px;
    height: 800px;
}

.slide-first {
    background-image: url('../img/landing/landing4-w.jpg');
    transition: .5s ease-out;
}

a.button-dashboard {
    padding: 10px;
    width: 216px;
    margin-right: 14px;
    /*background: transparent !important;*/
    border-radius: 6px;
    border: thin solid;
}

.topDiv div.topDiv_Title {
    position: relative;
    z-index: 1;
    max-width: 770px;
    padding: 180px 0 85px;
}

div.topDiv_Title h1 {
    font-size: 110px;
    line-height: 1.3;
    letter-spacing: 0;
    word-spacing: -5px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Playfair Display", "Times New Roman";
    font-weight: 700;
    color: white;
    padding-bottom: 20px;
}

div.topDiv_Title span.outer-title {
    font-weight: 500;
    font-style: normal;
    color: rgb(124, 47, 28);
}

div.topDiv_Title span.title_tail {
    font-size: 80px;
}

.topDiv div.upload-btn-wrapper {
    margin-top: 50px;
}

a.button-special {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 14px 31px;
    font-size: 16px;
    line-height: 1.5;
    background: #ccac6e;
    border-color: #ccac6e;
    font-family: "Segoe UI";
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    border-radius: 7px;
    color: white !important;
}

a.button-login {
    padding: 10px;
    width: 110px;
    margin-right: 14px;
    background: #ccac6e !important;
    /* border-color: white !important; */
    border-radius: 6px;
    /* color: black !important; */
    border: thin solid;
}

    a.button-login:hover, a.button-dashboard:hover {
        color: #c16048 !important;
        transition: 0.6s cubic-bezier(0.56, 0.55, 0.58, 1);
        background-color: #7d705f !important;
    }

a.button-special, .btn-primary:not(:disabled):not(.disabled):active {
    background: #ccac6e;
    border-color: #ccac6e;
}

    a.button-special:hover {
        color: white !important;
    }

.bg-dark {
    background-color: #0c3a45 !important;
    background-color: #020202 !important;
}

section {
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #74757f;
}

    section h3 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        color: #2b2b2b;
        font-family: "Playfair Display";
        font-weight: 700;
        font-size: 36px;
        line-height: 1.33333;
        letter-spacing: 0;
    }

    section p:first-of-type {
        margin-top: 40px;
    }

.section parallax-container {
    color: white;
}

.section-one-column {
    padding: 120px 0;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
}

.section-two-columns {
    padding: 80px;
    font-family: "Segoe UI";
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: .028em;
}

    .section-two-columns h3 {
        text-align: left;
    }

.section-gray {
    background-color: #f5f6fa;
}

.text-italic {
    font-style: italic;
}

.font-weight-regular {
    font-weight: 400;
}

.section-howto, .section-classes {
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /*font-size: 14px;*/
    /*line-height: 1.7;*/
    font-weight: 300;
    color: #74757f;
    -webkit-text-size-adjust: none;
    letter-spacing: .028em;
}

section.section-welcome {
    padding: 80px;
    font-family: "Segoe UI";
    font-weight: 300;
    color: #74757f;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: .028em;
}

.section-where, .section-classes, .section-howto {
    background-size: cover;
    background-position: center center;
    background-color: #f5f6fa;
    padding: 120px 0;
}

.section-howto {
    background-color: white;
}



    .section-howto h3 {
        margin-bottom: 45px;
    }

.box-creative {
    margin-top: 75px;
    display: block;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    cursor: default;
}

.box-creative-icon {
    width: 2.4em;
    height: 2.4em;
    font-size: 40px;
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e8e9ee;
    border-radius: 50%;
    line-height: 1;
    color: #c5a15b;
}

.box-creative:hover .box-creative-icon, span.linearicons-arrow-right:hover {
    color: #fff;
    background: #c5a15b;
    border-color: #c5a15b;
    transition: .15s ease-in;
    transform: scale3d(1.05, 1.05, 1.05);
}

.box-creative.unsethover:hover .box-creative-icon.unsethover {
    color: #c5a15b;
    background: unset;
    transition: unset;
    transform: unset;
    border: 2px solid #e8e9ee;
}

.box-creative-icon::before {
    position: relative;
    z-index: 2;
}

.box-creative-icon::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.box-creative-title {
    margin-top: 24px;
}

h4.box-creative-title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

    h4.box-creative-title a, a.box-creative-title {
        text-decoration: none;
        color: inherit;
    }

        h4.box-creative-title a:hover, a.box-creative-title:hover {
            color: #c5a15b;
            text-decoration: none;
            text-decoration-line: none;
            text-decoration-style: solid;
            text-decoration-color: currentcolor;
            text-decoration-thickness: auto;
            transition: .15s ease-in;
            transform: scale3d(1.05, 1.05, 1.05);
            cursor: pointer;
        }


.thumbnail-light {
    margin-top: 75px;
}

.thumbnail-light-media {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}


.thumbnail-light-image a:hover::before {
    opacity: 1;
    visibility: visible;
}

.thumbnail-light-media::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(43, 43, 43, 0.3);
    transition: .22s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

h5.thumbnail-light-title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .01em;
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

    h5.thumbnail-light-title a, h5.thumbnail-light-title a:hover, h5.thumbnail-light-title:focus {
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        color: #2b2b2b;
    }

        h5.thumbnail-light-title a:hover {
            color: #c5a15b;
            transition: all 0.3s ease-in-out;
        }

.thumbnail-light-image {
    /*width: 100%;*/
}

.section-one-column img {
    max-height: 180px;
    width: auto;
    border-radius: 6px;
}

    .section-one-column img.teachers {
        max-height: 300px;
        width: auto;
        border-radius: 6px;
    }

.parallax-container {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-color: #5a544a;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0;
    background-position: center center;
}

    .material-parallax img {
        display: none;
        position: absolute;
        left: 50%;
        bottom: 0;
        min-width: 101%;
        min-height: 101%;
        max-width: none;
        transform: translate3d(-50%, 0, 0);
    }

.parallax-content {
    position: relative;
    z-index: 1;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.profile-classic-main {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 6px;
}

.profile-classic-title {
    color: #c5a15b;
}

.profile-classic {
    text-align: left;
}

* + .profile-classic-title {
    margin-top: 15px;
}

section.contact a [href*='tel'], a[href*='mailto'] {
    white-space: nowrap;
}

section.contact .link-default, .link-default:active, .link-default:focus {
    color: rgba(21, 21, 21, 0.6);
}

section.contact a, a:focus, a:active {
    color: #c5a15b;
}

section.contact a, a:focus, a:active, a:hover {
    text-decoration: none;
}

section.contact a {
    transition: all 0.3s ease-in-out;
}

section.contact.section-sm {
    padding: 60px 0;
    background-color: #f5f6fa;
}

section.contact .layout-bordered {
    text-align: center;
}

section.contact .layout-bordered-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 290px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}

section.contact .layout-bordered-item {
    border: 0 solid #deef7f;
}

    .layout-bordered-item:first-child {
        border-left-width: 1px;
    }

section.contact .wow-outer {
    position: relative;
    overflow: hidden;
}

section.contact .text-primary {
    color: #c5a15b !important;
}

section.contact .icon-lg {
    font-size: 1.875em;
}

section.contact .icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

    section.contact .icon::before {
        position: relative;
        display: inline-block;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-transform: none;
    }

section.contact ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.contact .mdi {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

@media(max-width:1024px) {
    .section-two-columns {
        padding: 10px;
    }

    .topDiv {
        background-position-y: -20px;
        height: 400px;
    }

        .topDiv div.topDiv_Title {
            max-width: unset;
            padding: 58px 0 68px;
        }

    div.topDiv_Title h1 {
        line-height: 1.4;
        font-size: 59px;
        word-spacing: 17px;
        font-weight: 700;
    }

    div.topDiv_Title span.title_tail {
        font-size: 41px;
        word-spacing: 2px;
    }

    div.topDiv_Title span.outer-title {
    }

    .topDiv div.upload-btn-wrapper {
        margin-top: 10px;
    }
}

@media(max-width:820px) {
    div.topDiv_Title h1 {
        line-height: 1.3;
        font-size: 50px;
        word-spacing: 17px;
        font-weight: 700;
    }

    div.topDiv_Title span.title_tail {
        font-size: 31px;
        word-spacing: 1px;
    }
}

@media (min-width: 768px) {
    .layout-bordered {
        display: flex;
    }

    .layout-bordered-item {
        flex-basis: 33.333%;
        border-right-width: 1px;
        flex-grow: 1;
    }
}

@media(max-width:540px) {
    a.button-dashboard {
        width: 157px;
    }

    .section-two-columns {
        padding: 10px;
    }

    .topDiv {
        background-position-y: -20px;
        height: 240px;
    }

        .topDiv div.topDiv_Title {
            max-width: 150px;
            padding: 20px 0 20px;
        }

    div.topDiv_Title h1 {
        line-height: 1.3;
        font-size: 25px;
        word-spacing: -5px;
        font-weight: 700;
        padding-bottom: 20px;
    }

    div.topDiv_Title span.title_tail {
        font-size: 15px;
        word-spacing: 1px;
    }

    div.topDiv_Title span.outer-title {
    }

    .topDiv div.upload-btn-wrapper {
        margin-top: 10px;
    }

    a.button-special {
        padding: 9px 20px;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        border-radius: 3px;
    }

    a.button-login {
        width: 90px;
    }

    .linearicons-arrow-right:before {
        content: "\ec42";
    }

    .thumbnail-light {
        text-align: center;
    }
}




.bg-gray-100 {
    background-color: #f5f6fa;
}

.form-input {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px;
    padding: 11px 19px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2b2b2b;
    background-color: #fff;
    background-image: none;
    border-radius: 6px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #c5c6cd;
}

.form-label-outside {
    width: 100%;
    padding-right: 150px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #aeb1be;
    cursor: pointer;
}

textarea.form-input {
    height: 150px;
    min-height: 48px;
    max-height: 255px;
    resize: vertical;
}

.button.button-primary {
    font-size: 18px;
    line-height: 1.5;
    background: #ccac6e;
    border-color: #ccac6e;
    font-family: "Segoe UI";
    font-weight: 500;
    border-radius: 7px;
    color: white !important;
    padding: 10px;
}

    .button.button-primary:hover, .button.button-primary:active {
        color: #fff;
        background-color: #6a5325;
        border-color: #6a5325;
    }

.contact-message form {
    margin-top: 40px;
}
