/* custom.css override bootstrap & global.css */

.video, .video p {
    text-align: center!important;
}

.p-bold {
    font-weight: bold;
}

@media (min-width: 1200px) {

    .content {
        width: 940px!important;
    }
}

@media (min-width: 980px) {

    #footer_mob,  #langs_list_mob {
        display:none;
    }
}

@media (max-width: 979px) {

    .hometext.hero-unit h1 {
        width: unset;
        padding-right: unset;
    }

    .home-list {
        width: unset;
        float: unset;
    }

    #video_link {
        padding-top: 15%;
    }

    #footer_desk, #langs_list {
        display: none;
    }

    .clearfix ul li {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .accordion-inner ul li {
        line-height: 30px!important;
        font-size: 24px;
        text-align: justify;
    }

    .infowide {
        width: unset;
    }

    .hero-unit.more-right-holders h1, .hero-unit.hometext h3, .hero-unit.how-right-holders h1, .hero-unit.how-translators h1 {
        text-align: center;
    }

    .hero-unit h3 {
        margin-bottom: 20px;
    }

    .hero-unit h5 {
        margin-top: 20px;
    }

    img {
        width: 100%;
    }

    .accordion-heading {
        font-size: 22px;
    }
}

@media (max-width: 700px) {
    .people img{
        width: 80%;
    }

    .people {
        text-align: center;
        float: none;
    }

    .message {
        float: left;
        line-height: 30px;
        text-align: justify;
        font-size: 24px;
    }

    .quote, .quote2 {
        float: left;
        line-height: 30px;
        text-align: justify;
        font-size: 24px;
    }

    .quote-sign, .quote2-sign {
        float: left;
        line-height: 30px;
        margin-bottom: 30px;
        font-size: 24px;
        text-align: left;
    }

    .quote-user, .quote2-user {
        text-align: center;
        float: unset;
    }

    .quote-user img, .quote2-user img {
        width: 50% !important;
        border-radius: 150px;
        margin-bottom: 10px;
    }

    .hero-unit p {
        line-height: 30px;
        text-align: justify;
        font-size: 24px;
    }

    #faq p {
        line-height: 30px;
        text-align: justify;
        font-size: 24px;
    }

    #footer {
        padding: 0 0 0;
    }

    .clearfix p {
        font-size: 16px;
    }

    .hero-unit h3 {
        text-align: center;
        font-size: 26px;
    }

    .hero-unit.hometext h1 {
        width: auto;
        padding-right: 0;
    }

    .home-list {
        padding-bottom: 30px;
    }

    .clearfix.hidden-desktop ul{
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #logo {
        float: none;
        text-align: center;
    }

    #security {
        position: unset;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 10px;
        font-size: 20px;
    }

    #mentions h3 {
        padding-bottom: 20px;
    }

    #investors {
        padding-top: 20px;
    }

    ul {
        padding: 0;
        margin: 0;
    }

    .pull-right {
        float: unset;
        text-align: center!important;
    }

    .pull-right a {
        margin-top: 12px;
        width: 85%;
    }

    .hero-unit h5 {
        font-size: x-large;
        line-height: 30px;
        text-align: justify;
    }

    .infowide li {
        line-height: unset;
        font-size: 22px;
        padding-bottom: 15px;
    }

    #video_link {
        padding-top: unset;
    }

    .hero-unit.more-right-holders h1, .hero-unit.hometext h3 {
        margin-bottom: 30px;
    }

    .theinfo p, .theinfo li, .info-small {
        font-size: 20px;
        line-height: 28px;
        text-align: justify;
        margin: 10px 0;
    }

    .info-small {
        margin-top: -30px;
    }

    .language_list {
        width: 50%;
        font-size: 20px;
        line-height: 28px;
        font-style: italic;
        color: #1e8894;
    }

    .infotitle, .salestitle {
        text-align: center;
    }

    #user_form {
        width: unset;
        margin-bottom: 40px;
        margin-top: unset;
    }

    #user_form label[for="remember_me"] {
        font-size: 20px;
        margin-top: 4px;
    }

    #user_form label[for="fos_user_registration_form_terms"] {
        font-size: 20px;
        margin-top:-5px;
        margin-bottom: 20px;
    }

    #username, #password, #fos_user_registration_form_email,
    #fos_user_registration_form_plainPassword_first,
    #fos_user_registration_form_plainPassword_second,
    .g-recaptcha {
        width: 100%!important;
    }

    .g-recaptcha {
        transform: scale(0.95);
    }

    #forgot_password, #go_register, #already_account {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #user_form input[type='checkbox'] {
        width: 1.25rem;
        height: 1.25rem;
    }
}

ul {
    list-style: none;
}

