﻿/* ===== text ===== */
.text-title-large {
    font-size: 48px;
    font-weight: bold;
    color: #00bdf6;
    text-align: center;
}

.text-title-small {
    font-size: 18px;
    font-weight: 200;
    color: #000000;
}

.text-description {
    font-size: 20px;
    font-weight: 200;
    color: #000000;
}

.text-error {
    color: #e63838 !important;
}

/* ==== blocks ==== */
.content {
    position: relative;
    height: 100%;
    /*margin: 0 5% 0 5%;*/
}

@media (max-width:1000px) {
    .content {
        margin: 0;
    }

    .container {
        max-width: 100% !important;
    }
}

.ping-block {
    background-color: #fafafa;
}

/* ==== menu ==== */
.menu {
    margin: 0;
    padding: 0;
}

.menu_item {
    display: inline-block;
    margin-right: 2.66666%;
    list-style-type: none;
}

    .menu_item.last {
        margin-right: 0;
    }

.menu_link {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
    cursor: pointer;
}

    .menu_link.active {
        font-weight: bold;
    }

/* ==== media ==== */
@media (max-width: 1199px) {
    .menu_item {
        display: block;
        margin-right: 2.66666%;
        list-style-type: none;
    }
    /*.menu{
        padding-top: 4%;
    }*/
}

@media (min-width: 1200px) {
    .content {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
    }
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.menu-top {
    display: inline-block;
    list-style: none;
    padding: 0;
    text-align: center;
}

.menu-top-right {
    float: right;
}

@media (max-width: 1199px) {
    .menu-top {
        display: table;
    }

    .menu-top-right {
        padding-top: 0;
        padding-bottom: 15px;
    }
}

.menu-top > li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
}

    .menu-top > li > a {
        display: block;
        border: none;
        padding: 5px 15px;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
        text-decoration: none;
        font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    }

        .menu-top > li > a:hover {
            color: #2895f1;
            text-decoration: none;
        }

.login-link {
    background: #8220bf;
    border-radius: 10px 0 0 0;
    margin-left: 15px !important;
    margin-top: -2px !important;
}

    .login-link > a {
        color: #fff !important;
        padding: 7px 15px !important;
    }

.sign-up {
    border: 2px solid #8220bf;
    border-radius: 0 10px 10px 0;
    margin-top: -2px !important;
}

    .sign-up > a:hover,
    .sign-up > a {
        color: #8220bf !important;
    }

.form-control.input-md {
    border-radius: 3px;
    height: 2.5rem;
    border-color: rgba(49, 58, 70, 0.2);
}

@media(max-width: 1200px) {
    .menu-top {
        float: none;
        margin: 0 auto;
    }

        .menu-top li {
            float: none;
            border-radius: 0;
            margin: 5px;
        }
}

.top-menu-alert {
    font-size: 28px;
    line-height: 0;
    vertical-align: sub;
    margin-left: -5px;
    display: inline-block;
    color: #00bdf6;
}

.big-text {
    font-size: 3.46rem;
    color: #00bdf6;
    font-family: 'Roboto';
    font-size: 2.22rem;
    line-height: 3rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    margin-top: 3rem;
    margin-bottom: 10px;
    display: block;
}

/* Registration Page */

.register-screen {
    /* margin-top: 3rem; */
}

.register-screen__column {
    line-height: 1.3rem;
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.register-screen__form {
    background: #fff;
    height: 100%;
}

    .register-screen__form h2 {
        text-align: center;
    }

    .register-screen__form .form-singup {
        margin-top: 2rem;
    }

.register-screen__form-button {
    background: var(--color-main-700);
    border: none;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 4px;
}

    .register-screen__form-button:hover {
        background: var(--color-main-700-hover);
    }

.recaptcha-error {
    color: #f5707a;
}

.video-hover:hover img {
    opacity: .7;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
}

@media (max-width: 890px) {
    .registration_layout .sweet-modal-box {
        width: 100% !important;
    }
}

.validation-summary-valid {
    display: none !important;
}

.link-not-active {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}
