/* BLUE: #24C0D9;
BLACK: #5E5865;
Gray: #666;
Dark Gray: #727272;
*/
/* GENERAL STYLES
================================================ */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 4.5em;
    font-weight: 200;
}
h2 {
    font-size: 2.8em;
    font-weight: 200;
    text-transform: uppercase;
    color: #606060;
}
h3 {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111;
}
p {
    font-size: 15px;
    color: #727272;
    line-height: 1.5em;
    font-weight: 400;
}
a {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #f17a72;
    font-weight: 400;
    letter-spacing: 0.3px;
}
a:hover {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.section {
    padding: 40px 0;
}
.section-title {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #f17a72;
    color: #f17a72;
}
.button {
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    color: #5F5F5F;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.button:hover {
    text-decoration: none;
    background: #454545;
    border-color: #454545;
}
.button.home i {
    margin-right: 5px;
}
.overlay {
    background: rgba(60, 60, 60, 0.2);
}
.overlay-red {
    background: rgba(206, 28, 42, 0.80);
}
.button.home:first-of-type {
    margin-right: 10px;
}
.color-gray {
    color: #727272 !important;
}
#contact-button i {
    margin-right: 5px;
}
/* NAVIGATION
================================================ */

.navbar-default {
    background: transparent;
    border-color: transparent;
    padding: 20px 0;
}
.navbar-brand {
    padding: 0;
    padding-left: 10px;
    max-width: 220px;
}
.navbar-brand img {
    margin-top: 11px;
    height: 120px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 768px) {
    .navbar-brand img {
        margin-top: 10px;
        height: 81px;
    }
}
.navbar-default .navbar-nav>li>a {
    color: #525252;
    margin-right: 8px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #F17A72;
}
.navbar-sticky-top {
    margin: 0px;
    position: fixed;
    width: 100%;
    z-index:99;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 0px;
}
/* LANDING PAGE
================================================ */
.landing-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.landing-left {
    width: 50%;
    height: 1000px;
    background: url(/templates/img/landing-cand.jpg) 50% 50% no-repeat padding-box;
    background-size: cover;
    left: 0;
    position: absolute;
    z-index: 1;
}
.landing-right {
    width: 50%;
    height: 1000px;
    background: url(/templates/img/landing-schools.jpg) 50% 50% no-repeat padding-box;
    background-size: cover;
    right: 0;
    position: absolute;
    z-index: 2;
}
.landing-tint {
    width: 100%;
    height: 1000px;
    background-color: #525252;
    opacity: 0.66;
    background-blend-mode: multiply;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 3;
    pointer-events: none;
}
.landing-top {
    width: 100%;
    height: 240px;
    background: url(/templates/img/landing-cand.jpg) 50% 50% no-repeat padding-box;
    background-size: cover;
    top: 220px;
    position: absolute;
    z-index: 1;
}
.landing-bot {
    width: 100%;
    height: 240px;
    background: url(/templates/img/landing-schools.jpg) 50% 50% no-repeat padding-box;
    background-size: cover;
    top: 460px;
    position: absolute;
    z-index: 1;
}
.landing-footer-mobile {
    width: 100%;
    height: 100px;
    background: #ffffff;
    background-size: cover;
    top: 700px;
    position: absolute;
    z-index: 1;
    padding-top: 20px;
}
.landing-tint-mobile {
    width: 100%;
    height: 480px;
    background-color: #525252;
    opacity: 0.66;
    background-blend-mode: multiply;
    left: 0;
    right: 0;
    top: 220px;
    bot: 700px;
    position: absolute;
    z-index: 3;
    pointer-events: none;
}
.landing-logo {
    width: 170px;
    height: 161px;
    margin-left: -85px;
    top: 75px;
    left: 50%;
    position: absolute;
    z-index: 4;
}
.landing-logo-mobile {
    width: 112px;
    height: 105px;
    margin-left: -56px;
    top: 10px;
    left: 50%;
    position: absolute;
    z-index: 4;
}
.landing-title {
    width: 90%;
    top: 250px;
    left: 5%;
    right: 95%;
    position: absolute;
    z-index: 4;
    pointer-events: none;
    text-align: center;
    color: #ffffff;
    font-size: 78px;
}
.landing-title-mobile {
    width: 90%;
    top: 120px;
    left: 5%;
    right: 95%;
    position: absolute;
    z-index: 4;
    pointer-events: none;
    text-align: center;
    color: #525252;
    font-size: 28px;
}
.landing-left-button {
    width: 20%;
    height: 48px;
    left: 25%;
    right: 45%;
    top: 500px;
    position: absolute;
    z-index: 4;
    border: 1px solid #ffffff;
    border-radius: 24px;
    background-color: transparent;
    font: normal normal bold 16px/22px Open Sans;
    color: #ffffff;
}
.landing-right-button {
    width: 20%;
    height: 48px;
    left: 55%;
    right: 75%;
    top: 500px;
    position: absolute;
    z-index: 4;
    border:1px solid #ffffff;
    border-radius: 24px;
    background-color: transparent;
    font: normal normal bold 16px/22px Open Sans;
    color: #ffffff;
}
.landing-top-button {
    width: 80%;
    height: 48px;
    left: 10%;
    right: 90%;
    top: 316px;
    position: absolute;
    z-index: 4;
    border:1px solid #ffffff;
    border-radius: 24px;
    background-color: transparent;
    font: normal normal bold 16px/22px Open Sans;
    color: #ffffff;
}
.landing-bot-button {
    width: 80%;
    height: 48px;
    left: 10%;
    right: 90%;
    top: 556px;
    position: absolute;
    z-index: 4;
    border:1px solid #ffffff;
    border-radius: 24px;
    background-color: transparent;
    font: normal normal bold 16px/22px Open Sans;
    color: #ffffff;
}
.landing-mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .landing-mobile {
        display: block;
    }
    .landing-desktop {
        display: none;
    }
}
.direct-login-link {
    color: #F17A72;
}
.direct-login-link:hover {
    color: #525252;
}

/* LANDING SCHOOL
================================================ */
.school-nav-login {
    width: 119px;
    height: 40px;
    background: #F17A72 0% 0% no-repeat padding-box;
    border-radius: 24px;
    text-align: center;
    margin-top: 5px;
}
.school-nav-login a {
    margin-top: -5px;
    color: #fff !important;
    margin-left: 8px;
}
.school-a {
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 0 25px 25px rgba(255, 255, 255, 0.62);
}
.school-a h1 {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font: normal normal normal 50px/60px Open Sans;
}
.school-a p {
    font: normal normal normal 20px/28px Open Sans;
}
@media only screen and (max-width: 768px) {
    .school-a {
        background: transparent;
        box-shadow: none;
    }
    .school-a h1 {
        font: normal normal normal 35px/40px Open Sans;
        text-align: left;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .school-a p {
        font: normal normal normal 14px/18px Open Sans !important;
        text-align: left;
    }
}
#login-button-main {
    width: 293px;
    height: 48px;
    text-align: center;
    background: #F17A72 0% 0% no-repeat padding-box;
    border-radius: 32px;
    color: #fff;
    font: normal normal bold 16px/22px Open Sans;
    margin-top: 40px;
}
#register-button-main {
    width: 400px;
    height: 48px;
    text-align: center;
    background: #F17A72 0% 0% no-repeat padding-box;
    border-radius: 32px;
    border-color: #F17A72;
    color: #fff;
    font: normal normal bold 16px/22px Open Sans;
    margin-top: 20px;
}
.school-b1 h1 {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font: normal normal normal 35px/40px Open Sans;
}
@media only screen and (max-width: 768px) {
    .school-b1 h1 {
        font: normal normal normal 28px/30px Open Sans;
        text-align: left;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
.school-b1 h2 {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font: normal normal normal 34px/38px Open Sans;
    text-transform: none;
}
@media only screen and (max-width: 768px) {
    .school-b1 h2 {
        font: normal normal normal 28px/30px Open Sans;
        text-align: left;
        padding-bottom: 15px;
        margin-bottom: 15px;
        text-transform: none;
    }
}
.school-c1 {
    margin-top: 100px;
}
.school-c1 h1 {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font: normal normal normal 35px/40px Open Sans;
}
@media only screen and (max-width: 768px) {
    .school-c1 {
        margin-top: 0px;
    }
    .school-c1 h1 {
        font: normal normal normal 28px/30px Open Sans;
        text-align: left;
        padding-bottom: 15px;
        margin-bottom: 15px;
        margin-top: -100px;
    }
}
.school-c2 {
    margin-top: -200px;
}
@media only screen and (max-width: 768px) {
    .school-c2 {
        margin-top: 0px;
    }
}
.school-c2-n {
    width: 190px;
    position: absolute;
    top: -10px;
    left: 300px;
    height: 190px;
    margin-top: -50px;
    background: #F17A72 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .school-c2-n {
        width: 150px;
        top: 0;
        left: 50%;
        margin-left: -75px;
        height: 150px;
    }
}
.school-c2-w {
    width: 190px;
    position: absolute;
    top: 185px;
    left: 105px;
    height: 190px;
    margin-top: -50px;
    background: #F17A72 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .school-c2-w {
        width: 150px;
        top: 150px;
        left: 50%;
        height: 150px;
        margin-left: -225px;
    }
}
@media only screen and (max-width: 450px) {
    .school-c2-w {
        width: 150px;
        top: 150px;
        left: 0;
        margin-left: 0;
        height: 150px;
    }
}
.school-c2-e {
    width: 190px;
    position: absolute;
    top: 185px;
    left: 495px;
    height: 190px;
    margin-top: -50px;
    background: #F17A72 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .school-c2-e {
        width: 150px;
        top: 150px;
        left: auto;
        right: 50%;
        margin-right: -225px;
        height: 150px;
    }
}
@media only screen and (max-width: 450px) {
    .school-c2-e {
        width: 150px;
        top: 150px;
        left: auto;
        right: 0;
        margin-right: 0;
        height: 150px;
    }
}
.school-c2-s {
    width: 190px;
    position: absolute;
    top: 380px;
    left: 300px;
    height: 190px;
    margin-top: -50px;
    background: #F17A72 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .school-c2-s {
        width: 150px;
        top: 300px;
        left: 50%;
        margin-left: -75px;
        height: 150px;
    }
}
.compass-text {
    margin-top: 120px;
    font: normal normal bold 20px/28px Open Sans;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
    .compass-text {
        margin-top: 100px;
        font: normal normal bold 16px/20px Open Sans;
        margin-left: 0;
        margin-right: 0;
    }
}
.footer-link {
    font: normal normal normal 14px/25px Open Sans;
    color: #FFFFFF;
}
.schools-mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .schools-mobile {
        display: block;
    }
    .schools-desktop {
        display: none;
    }
}

/* LANDING CANDIDATE
================================================ */
.cand-nav-login {
    width: 119px;
    height: 40px;
    background: #7dcec8 0% 0% no-repeat padding-box;
    border-radius: 24px;
    text-align: center;
    margin-top: 5px;
}
.cand-nav-login a {
    margin-top: -5px;
    color: #fff !important;
    margin-left: 8px;
}
.cand-nav-registration {
    width: 150px;
    height: 40px;
    background: #F17A72 0% 0% no-repeat padding-box;
    border-radius: 24px;
    text-align: center;
    margin-top: 5px;
    margin-right: 15px;
}
.cand-nav-registration a {
    margin-top: -5px;
    color: #fff !important;
    margin-left: 0px;
    margin-right: 0px;
}
.circle-bg {
    position: absolute;
    z-index: -1;
    right:0;
    background: url(/templates/img/background_road.jpg) no-repeat;
    background-position: center center;
    width: 1100px;
    height: 1100px;
    border-radius: 50%;
    margin-top: -180px;
    margin-right: -150px;
    opacity: 0.43;
}
@media only screen and (max-width: 768px) {
    .circle-bg {
        width: 696px;
        height: 689px;
        margin-top: -117px;
    }
}
.circle-bg-container {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1100px;
    margin-top: -180px;
    overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
    .circle-bg-container {
        height: 689px;
        margin-top: 0px;
    }
}
.cand-circle-bg {
    position: absolute;
    z-index: -1;
    right:0;
    background: url(/templates/img/woman-car-showing-phone-screen.png) no-repeat;
    background-position: center center;
    width: 1106px;
    height: 1098px;
    margin-top: -3px;
    margin-right: -150px;
}
.cand-circle-bg-container {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1100px;
    margin-top: -180px;
    overflow-x: hidden;
}
.laptop-pic-bg {
    position: absolute;
    z-index: -1;
    right:0;
    background: url(/templates/front_assets/img/glavni-mockup-avtosola.png) no-repeat;
    background-position: center center;
    width: 1353px;
    height: 903px;
    margin-right: -100px;
}
@media only screen and (max-width: 768px) {
    .laptop-pic-bg {
        background-size: 548px 366px;
        width: 100%;
        height: 366px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}
.laptop-pic-bg-container {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 903px;
    margin-top: 100px;
    overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
    .laptop-pic-bg-container {
        width: 100vw;
        height: 400px;
        top: 280px;
    }
}
.mobile-menu {
    position: fixed;
    width: 150%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(82, 82, 82, 0.36);
    z-index: 5;
    display: none;
    overflow-y: hidden;
}
.mobile-submenu {
    position: fixed;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(235, 235, 235, 0.94);
    z-index: 6;
}
.mobile-submenu-list {
    width: 100%;
    padding-left: 0;
    list-style-type: none;
    margin-top: 300px;
}
.mobile-submenu-list-item {
    margin-bottom: 35px;
}
.mobile-submenu-list-item-link {
    font: normal normal normal 16px/20px Open Sans;
    color: #525252;
}
.mobile-submenu-list-item-login {
    color: white;
    font: normal normal bold 14px/18px Open Sans;
    padding: 7px 40px;
    border-radius: 16px;
    background: #7dcec8;
}
.mobile-submenu-list-item-registration {
    color: white;
    font: normal normal bold 14px/18px Open Sans;
    padding: 7px 40px;
    border-radius: 16px;
    background: #F17A72;
}
.mobile-login-button {
    width:100px;
    height: 32px;
    background: #F17A72;
    border-radius: 16px;
    margin-top:22px;
    margin-right: 25px;
    padding-top: 5px;
}
.mobile-login-button-link {
    margin: 0 20px;
    color: white;
    font: normal normal bold 14px/18px Open Sans;
}
.candidate-c1 h1 {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font: normal normal normal 35px/40px Open Sans;
}
@media only screen and (max-width: 768px) {
    .candidate-c1 h1 {
        font: normal normal normal 28px/30px Open Sans;
        text-align: left;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
.steps-text {
    display: inline-block;
    text-align: center;
    font: normal normal bold 20px/28px Open Sans;
    letter-spacing: 0.2px;
    color: #525252;
    position: absolute; 
}
@media only screen and (max-width: 768px) {
    .steps-text {
        font: normal normal bold 14px/18px Open Sans;
    }
}
.candidate-d1 h1 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 30px;
    font: normal normal normal 35px/40px Open Sans;
    text-align: center;
    color: #ffffff;
}
@media only screen and (max-width: 768px) {
    .candidate-d1 h1 {
        font: normal normal normal 28px/30px Open Sans;
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-top: 100px;

    }
}
.candidate-d1 h2 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 30px;
    font: normal normal normal 34px/38px Open Sans;
    text-align: center;
    color: #ffffff;
    text-transform: none;
}
@media only screen and (max-width: 768px) {
    .candidate-d1 h2 {
        font: normal normal normal 28px/30px Open Sans;
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-top: 50px;
        text-transform: none;
    }
}
.candidate-card {
    position: relative;
    height: 418px;
    margin-top: 10px;
}
.candidate-card-circle {
    width: 190px;
    position: absolute;
    height: 190px;
    margin-top: -50px;
    background: #F17A72 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .candidate-card-circle {
        width: 115px;
        height: 115px;
        left: 5%;
        margin-top: 0;
    }
}
.candidate-card-circle-text {
    margin-top: 120px;
    font: normal normal bold 20px/28px Open Sans;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
    .candidate-card-circle-text {
        font: normal normal bold 14px/18px Open Sans;
        margin-top: 72px;
    }
}
.candidate-card-rect {
    position: absolute;
    height: 418px;
    width: 222px;
    top: 50px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    display: inline-block;
    z-index: 0;
    text-align: center;
    padding-top: 125px;
}
@media only screen and (max-width: 768px) {
    .candidate-card-rect {
        height: 128px;
        top: 0;
        left: 90px;
        margin-top: -6px;
        width: 78%;
        padding-top: 5px;
        padding-left: 70px;
    }
}
.candidate-card-rect-title {
    font: normal normal bold 20px/28px Open Sans;
    letter-spacing: 0.2px;
    color: #525252;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .candidate-card-rect-title {
        font: normal normal bold 18px/24px Open Sans;
        text-align: left;
        padding-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}
.candidate-card-rect-content {
    font: normal normal normal 20px/28px Open Sans;
    letter-spacing: 0.2px;
    color: #525252;
    margin-top: 25px;
}
@media only screen and (max-width: 768px) {
    .candidate-card-rect-content {
        font: normal normal normal 14px/18px Open Sans;
        text-align: left;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
.cand-card-horizontal {
    width:100%;
    height:342px;
    white-space: nowrap;
    position: relative;
    overflow-x:scroll;
    overflow-y:hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    background-color:rgba(255,0,0,0.0);
    padding-left: 20px;
    padding-right: 20px;
}
.cand-card-horizontal::-webkit-scrollbar {
    display: none;
}
.cand-card-horizontal-item {
    width: 245px;
    background-color:rgba(0,255,0,0.0);
    float: none;
    height: 100%;
    margin: 0 10px;
    display: inline-block;
}
.candidate-separator {
    height: 442px;
    margin-top: 200px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    font: normal normal bold 49px/69px Open Sans;
    letter-spacing: 0.49px;
    color: #F17A72;
}
@media only screen and (max-width: 768px) {
    .candidate-separator {
        height: 66px;
        margin-top: 0;
        text-align: left;
        width: 28px;
        left: 5%;
    }
}
.quote-card {
    position: relative;
    height: 200px;
    margin-top: 10px;
}
@media only screen and (max-width: 768px) {
    .quote-card {
        position: relative;
        height: 140px;
    }
}
.quote-card-reckt {
    position: absolute;
    top: 0;
    height: 200px;
    left: 44px;
    right: 0;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    display: inline-block;
    z-index: -1;
}
@media only screen and (max-width: 768px) {
    .quote-card-reckt {
        top: 44px;
        height: 140px;
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
.quote-card-reckt .author {
    align-items: left;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font: normal normal bold 18px/20px Open Sans;
    letter-spacing: 0.2px;
    color: #525252;
    padding-left: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .quote-card-reckt .author {
        font: normal normal bold 18px/24px Open Sans;
        text-align: left;
    }
}
.quote-card-reckt .author img {
    position: absolute;
    right: 0px;
    padding-right: 20px;
}
.quote-card-reckt .quote {
    align-items: left;
    position: absolute;
    top: 0px;
    width: 100%;
    white-space: normal;
    font: normal normal normal 16px/18px Open Sans;
    letter-spacing: 0px;
    color: #525252;
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 20px;
}
@media only screen and (max-width: 768px) {
    .quote-card-reckt .quote {
        white-space: normal;
        align-items: start;
        text-align: left;
        margin-top: 0;
    }
}
.quote-card-horizontal {
    width:100%;
    height:342px;
    white-space: nowrap;
    position: relative;
    overflow-x:scroll;
    overflow-y:hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    background-color:rgba(255,0,0,0.0);
}
.quote-card-horizontal::-webkit-scrollbar {
    display: none;
}
@media only screen and (max-width: 768px) {
    .quote-card-horizontal {
        height:500px;
    }
}
.quote-card-horizontal-item {
    width: 31%;
    background-color:rgba(0,255,0,0.0);
    float: none;
    height: 100%;
    margin: 0 10px;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    .quote-card-horizontal-item {
        margin: 0 2%;
        width: 96%;
    }
}
.candidate-mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .candidate-mobile {
        display: block;
    }
    .candidate-desktop {
        display: none;
    }
}
#cand-area {
    background: url(/templates/img/background_road.jpg) 50% 50% no-repeat padding-box;
    background-size: cover;
}
#cand-area .container {
    padding-top: 100px;
    padding-bottom: 50px;
}
#cand-area .container > .row {
    display: flex;
    align-items: center;
}

/* HEADER
================================================ */

#home-area {
    background: url(/templates/img/landing-subpage.jpg) 50% 50% no-repeat padding-box;
    background-size: cover;
}
#home-area .container {
    padding-top: 100px;
    padding-bottom: 50px;
}
#home-area .container > .row {
    display: flex;
    align-items: center;
}
#content-area .container {
    padding-top: 175px;
    padding-bottom: 50px;
}
#content-area .container > .row {
    display: flex;
    align-items: center;
}
.home-content {
    color: #525252;
    /*padding-top: 100px;*/
}
.home-content h1 {
    font-weight: 200;
}
.home-content p {
    font-size: 20px;
    font-weight: 200;
    color: #525252;
    letter-spacing: .3px;
    line-height: 1.7em;
    margin: 30px 0;
}
.home-content .home, #download .button {
    border: 1px solid #fff;
    color: #fff;
}
.home-content .home:hover, #download .button:hover {
    background: #fff;
    color: #222;
}
.home-feature {}

.card-image {
    width: 400px; 
    height: 400px; 
    background-size: 
    cover; background-position: 50% 50%; 
    border-radius: 50%;
    background-image: url('/templates/front_assets/img/CPP-TEST.jpg');
}
.cand-card {
    position: relative;
    height: 110px;
    margin-top: 10px;
}
.cand-card-circle {
    width: 87px;
    position: absolute;
    top: 50%;
    height: 87px;
    margin-top: -44px;
    background: #F17A72 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    .cand-card-circle {
        top: 0;
        margin-top: -10px;
        left: 50%;
        margin-left: -44px;
    }
}
.cand-card-reckt {
    position: absolute;
    top: 0;
    height: 110px;
    left: 44px;
    right: 0;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    display: inline-block;
    z-index: -1;
}
@media only screen and (max-width: 768px) {
    .cand-card-reckt {
        top: 44px;
        height: 282px;
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
.cand-card-reckt .title {
    display: flex;
    align-items: center;
    height: 110px;
    font: normal normal bold 20px/28px Open Sans;
    letter-spacing: 0.2px;
    color: #F17A72;
}
.cand-card-reckt .title h3 {
    font-size: inherit;
    text-decoration: inherit;
    text-transform: none;
    font-weight: inherit;
    margin-bottom: inherit;
    color: inherit;
}
@media only screen and (max-width: 768px) {
    .cand-card-reckt .title {
        width: 245px;
        font: normal normal bold 18px/24px Open Sans;
        white-space: normal;
        margin-top: 20px;
    }
    .cand-card-reckt .title  h3{
        font-size: inherit;
        text-decoration: inherit;
        text-transform: none;
        font-weight: inherit;
        margin-bottom: inherit;
        color: inherit;
    }
}
.cand-card-reckt .description {
    display: flex;
    align-items: center;
    height: 110px;
    font: normal normal normal 14px/16px Open Sans;
    letter-spacing: 0px;
    color: #525252;
}
@media only screen and (max-width: 768px) {
    .cand-card-reckt .description {
        width: 245px;
        white-space: normal;
        align-items: start;
        text-align: left;
        margin-top: 0;
    }
}
/* SERVICES
================================================ */

#services {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#services a:hover {
    color: #187F90;
    text-decoration: none;
}
.single-service {
    margin: 15px 25px;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}
.service-title {
    color: #24C0D9;
}
.service-content {
    text-align: center;
    margin-top: -20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.service-content h3 {
    margin-top: 10px;
    margin-bottom: 0px;
}
.image-app {
    display: none;
}
.image-app:first-of-type {
    display: inline;
}
#image-app-athletes {
    display: block;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .fadeInLeft .service-content:hover {
        padding-left: 20px;
        margin-right: -20px;
    }
    .fadeInRight .service-content:hover {
        padding-right: 20px;
        margin-left: -20px;
    }
    .single-service.last {
        border-bottom: 0;
    }
}

/* PORTFOLIO
================================================ */

#portfolio {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.portfolio-filter {
    position: relative;
    right: 0;
    text-transform: uppercase;
    margin: 20px;
}
.portfolio-filter a {
    font-size: 14px;
    text-decoration: none;
    color: #6A6F73;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin: 10px 0;
}
.portfolio-filter a:hover {
    border: 1px solid #55DDF3;
    background: #55DDF3;
    color: #fff;
}
.single-portfolio {
    float: left;
    width: 25%;
}
.single-portfolio a:hover {
    background: #41C8DE;
}
/* NEWSLETTER SIGNUP
 ================================================ */

#reviews {
    background: url('/templates/front_assets/img/steering_background.jpg') no-repeat 50% 50%;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 30px;
}
#reviews h2, #download h2 {
    margin-top: 40px;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
#reviews p {
    color: #fff;
    margin: 20px 0;
}
#reviews .row {
    display: flex;
    align-items: center;
}
#newsletter .form-control {
    border: none;
    height: 50px;
    margin: 20px 0;
    font-size: 18px;
    padding-left: 20px;
}
#newsletter input {
    display: inline-block;
}
.newsletter {
    position: relative;
    top: -70px;
    right: -1px;
    border: none;
    background: #222;
    color: #fff;
    height: 50px;
}
.newsletter:hover {
    background: #454545;
    color: #fff;
}
/* TESTIMONIAL
================================================ */

#testimonial {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.single-testimonial {
    max-width: 500px;
    margin: 0 auto;
}
.single-testimonial img {
    max-width: 102px;
    max-height: 102px;
    border-radius: 100%;
    border: 2px solid #efefef;
}
.single-testimonial p {
    margin-top: 30px;
}
.social-networks {
    margin-top: 0px;
    margin-bottom: 30px;
}
.social-networks a {
    display: inline-block;
    border: 1px solid #24C0D9;
    border-radius: 50%;
    background: #FFFFFF;
    margin: 3px;
    padding: 14px 20px 15px 18px;
    width: 50px;
    height: 50px;
}
.social-networks a:hover {
    background: #24C0D9;
    border: 1px solid #24C0D9;
    color: #fff;
}
.testimonial {
    background: #24C0D9;
    color: #fff;
    margin-top: 20px;
}
.testimonial:hover {
    color: #fff;
}
/* GET TRIAL
================================================ */

#contact {
    padding: 40px 0;
}
#contact h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin: 20px;
}
#contact p {
    font-weight: 300;
    font-size: 16px;
}
#contact .button {
    width: 190px;
    height: 40px;
    text-align: center;
    font: normal normal bold 14px/28px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0;
}
.get-trial {
    background: #24C0D9;
    border: none;
    color: #fff;
}
.get-trial:hover {
    background: #fff;
    color: #222;
}

/* inquiry
================================================ */

#inquiry {
    background: url('/templates/front_assets/img/lesson_background.jpg') no-repeat 50% 50%;
    background-size: cover;
    padding: 40px 0;
}
#inquiry h4 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 20px;
}
#inquiry p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
#inquiry .row {
    margin-top: 40px;
}
#inquiry .button {
    width: 100%;
}
.get-trial {
    background: #24C0D9;
    border: none;
    color: #fff;
}
.get-trial:hover {
    background: #fff;
    color: #222;
}
/* CONTACT US
 ================================================ */

.contact-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 15px;
}
.form-control {
    height: 45px;
    font-size: 16px;
}
.send-button {
    width: 190px;
    background: #F17A72 0% 0% no-repeat padding-box;
    border-radius: 24px;
    color: #fff;
}
.send-button:hover {
    background: #e96056;
}
.contact-form {
    margin-top: 15px;
    margin-bottom: 100px;
}
.contact-info {
    margin-top: 30px;
}
.contact-info span {
    color: #525252;
    margin-right: 10px;
    font-size: 35px;
}
.contact-info h3 {
    margin-bottom: 10px;
    font: normal normal bold 20px/28px Open Sans;
    letter-spacing: 0.2px;
    color: #F17A72;
}
.contact-info p {
    margin-bottom: 5px;
    font: normal normal normal 14px/25px Open Sans;
    letter-spacing: 0.14px;
    color: #525252;
}
.contact-info, .business-hours {
    margin-bottom: 30px;
    margin-left: 10px;
}
.contact-info .icon-container {
    text-align: center;
    width: 16px;
    align-self: center;
    font: normal normal normal 14px/25px Open Sans;
}
.contact-info .icon-container i {
    width: 16px;
    text-align: center;
}
#contact #contact-title {
    margin-top: 30px;
}
#contact .contact-flex {
    display: flex;
    align-items: center;
}
.contact-input-field {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 10px;
}
.contact-input-field:active {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #707070;
    border-radius: 10px;
}
/* FOOTER
================================================ */

footer {
    background: #fff;
    border-top: 1px solid #efefef;
    padding: 40px 0;
}
.footer-menu a {
    color: #A8A8A8;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px;
}
.footer-menu a:hover {
    color: #F17A72;
    text-decoration: none;
}
.footer-content p {
    color: #34495E;
    font-size: 14px;
}
blockquote footer {
    color: #fff;
    background: none;
    border-top: 1px dashed #efefef;
    padding: 10px 0;
    text-align: right;
}

@media (max-width: 768px) {
    .single-service.last.mobile {
        border-bottom: 1px dashed #ccc;
    }
    .button.home {
        width: 80%;
        margin-right: 0 !important;
        margin: 0 auto 10px;
    }
    #reviews .row {
        display: block;
    }
    #download .button {
        margin-top: 20px;
    }
    .single-service.las {
        border-bottom: 0;
    }
}

#functions i {
    display: none;
}
.login-link {
    background-color: #f17a72;
    border-radius: 0px;
}
.login-link:hover {
    background-color: #cd6761;
}
.login-link a {
    color: #fff !important;
    margin-left: 8px;
}