html {
    height: 100%;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    padding-top: 70px;
    color: #333333;
    background-color: #efede3 !important;
    overflow-wrap: break-word;
}

.confirmation {
    background-color: #629200;
    border-color: #4e8200;
    color: white;
}

.confirmation:hover {
    background-color: #507c00;
    color: white;
}

.reject-delete {
    background-color: #a71f39;
    border-color: #950828;
    color: white;
}

.reject-delete:hover {
    background-color: #851024;
    color: white;
}

.form-signin,
.form-register {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox,
.form-register .form-register-heading,
.form-register {
    margin-bottom: 10px;
}

.form-signin .checkbox,
.form-register .checkbox {
    font-weight: normal;
}

.form-signin .form-control,
.form-register .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus,
.form-register .form-control:focus {
    z-index: 2;
}

.modal-input input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-input input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

span.input-group-addon {
    width: 50px;
}

div.input-group {
    width: 100%;
}

form.form-signin,
form.form-register {
    background-color: #ffffff;
}

.banner-container {

    padding: 60px 15px;

    text-align: center;
    color: black;
    min-height: 225px;
    background: url('../../assets/img/banner2.png') no-repeat top center;
    background-size: cover;
    margin: -40px;
    margin-bottom: 30px;

}

.heading-text {
    color: rgba(0, 0, 0, 0.79);
    text-shadow: 0px 0px 100px #000000;
}

.content {
    min-height: 1px !important;
}

p {
    line-height: 20px;

    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.content-box {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 40px 40px 40px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 45vh;
    flex: 1 0 auto;
    -webkit-flex: 0 0 auto;
}

.lesson-description {
    box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);
    padding: 40px 40px 40px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.menu-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.btn-blue {
    border-radius: 6px;
    background-color: #0085b1;
    color: #fff;
}

.btn-blue:hover {
    border-radius: 6px;
    background-color: #00a7d6;
    color: #fff;
}

.main-text {
    margin: 10px;
}

.courses {
    text-align: center;
}

.course {
    border: 1px solid #d6d6d6;
    width: 400px;
    height: auto;
    display: inline-block;
    padding: 20px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 6px;
    background: linear-gradient(#ffffff, #f5f5f5);
    margin-bottom: 20px;
}

footer{
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    background-color: #3c3d41;
    color: white;
    padding-top: 30px;
}

footer .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

footer .row {
    margin-bottom: 60px;
}

footer .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

footer .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

footer h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

footer h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

footer a {
    color: #d2d1d1;
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    text-decoration: none;
    color: white;
}

footer .social-networks {
    padding-top: 30px;
    padding-bottom: 16px;
}

footer .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

footer .contacts{
    text-align: center;
}

footer .social-networks a:hover {
    text-decoration: none;
}

footer .facebook:hover {
    color: #0077e2;
}

footer .google:hover {
    color: #ef1a1a;
}

footer .twitter:hover {
    color: #00aced;
}

.section-headlines {
    text-align: center;
    margin-bottom: 2em;
}

.section-headlines h4 {
    font-family: 'Oxygen', sans-serif;
    font-size: 3em;
    text-transform: uppercase;
    color: #747474;
    border-bottom: 2px solid #ddd;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 35px;
    letter-spacing: 2px;
    word-spacing: 5px;
}
#carousel-testimonial {
    margin-top: 50px;
}

.testimonial {
    background: #f9f9f9;
    padding: 40px;
}
.testimonial-avatar img {
    width: 100px;
    height: auto;
}

.testimonial-content .lead {
    border-left: 1px solid #ddd;
    padding-left: 30px;
    font-size: 18px;
    margin-top: 10px;
}

.carousel-controller {
    position: absolute;
    right: 15px;
    top: 15px;
}

.btn-inverse {
    background: #2e9e4a;
    color: #fff;
}

.btn-inverse:hover {
    background: #206631;
    color: #fff;
}

.reviews-slide {
    padding: 100px 0;
}



@media screen and (max-width: 767px) {
    footer {
        text-align: center;
    }
}

.cookiesAgreement {
    background-color: #fafafa;
    color: #777;
    padding: 20px 50px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.cookiesAgreement .cookiesAgreementClose {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 27px;
    width: 27px;
    color: #343434;
    font-size: 20px;
}

.cookiesAgreement .cookiesAgreementClose:hover {
    color: #d4ccd8;
}

@media only screen and (max-width: 991px) {
    .cookiesAgreement .cookiesAgreementClose {
        right: auto;
        left: 10px;
    }
}

.has-error {
    border: 1px solid red;
}

.logo-name {
    font-size: 30px;
    margin-top: 13px;
    color: #2e96d3;
}

@media screen and (max-width: 768px) {
    .course {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .course-description {
        height: inherit !important;
    }

    .test-button {
        width: auto !important;
    }

    .btn-previous-lesson {
        width: 100%;
    }

    .btn-next-lesson {
        width: 100%;
        margin-top: 5px;
    }

    .logo-name {
        font-size: 13px !important;
        margin-left: 10px;
    }
}

.carousel-indicators li {
    border-color: #747474;
}

.carousel-indicators .active {
    background-color: #747474;
}