body {
    font-family: "Rubik", sans-serif;
}

header {
    background-color: #333333;
    padding: 5px 20px 5px 20px;
}

.logo-text a {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 700;
}

.images-block img {
    width: 100%;
}

.odd-box {
    background-color: #F9F9F9;
    padding: 30px 0 30px 0;
}

.text-area {
    height: 300px;
    line-height: 300px;
}

.text-area h2 {
    color: #767676;
    font-size: 2.5rem;
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
}

.center-container {
    padding: 30px 0 30px 0;
}

.center-container p img {
    margin: 20px;
}

.center-container p span {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
}

.center-container p {
    margin: 0 0 20px 0;
    color: #767676;
    font-size: 1.3rem;
}

.odd-box h3,
.even-box h3 {
    padding: 0 180px 0 180px;
    text-align: center;
    color: #767676;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.odd-box p,
.even-box p {
    padding: 0 100px 0 100px;
    text-align: center;
    color: #767676;
    font-size: 1.3rem;
}

.even-box {
    padding: 30px 0 30px 0;
}

footer {
    background-color: #2E2E2E;
    padding: 40px 0 30px 0;
}

footer p {
    color: #fff;
    text-align: center;
}

.vertical-middle h1 {
    font-weight: bold;
    margin: 0 0 30px 0;
}

.vertical-middle-outer {
    width: 100%;
    height: 100%;
    text-align: center;
}

.vertical-middle {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10% 0 10%;
}

.banner-img {
    width: 800px;
    margin: 0 auto 30px;
}

.banner-img img {
    width: 100%;
}

.vertical-middle-outer ul {
    margin: 0;
    padding: 0;
}

.vertical-middle-outer ul li {
    list-style: none;
    margin: 0 0 30px 0;
}

.vertical-middle-outer ul li a {
    color: #f73649;
    font-weight: bold;
    font-size: 25px;
    text-decoration: underline;
}

.vertical-middle-outer h2 {
    color: #f73649;
    font-weight: bold;
    font-size: 40px;
    margin: 0 0 20px 0;
}

.vertical-middle h1 {
    font-weight: bold;
    margin: 0 0 30px 0;
}

.auth-text .red-text {
    color: rgb(153, 0, 0);
    font-size: 30px;
}

.auth-text {
    font-size: 30px;
    font-style: italic;
    text-align: left;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.auth-box {
    margin: 0 auto 30px;
    width: 550px;
    border: 2px solid #000;
    padding: 10px;
}

.auth-text.sub {
    font-size: 25px;
}

.list-area ul li {
    color: rgb(102, 51, 255);
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

.list-area ul li span {
    color: #000000;
    font-size: 18px;
}

.logo-btm p {
    color: rgb(153, 0, 0);
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
}


/* cookies message */

footer.withcookies {
    padding: 0px 0 100px 0 !important;
    min-height: 170px;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    box-shadow: none;
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}

#cookie_box {
    position: fixed;
    display: none;
    bottom: 0px;
    font-size: 16px;
    z-index: 1000;
    background: rgba(0, 0, 0, 1);
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

#cookie_box p {
    font-size: 15px;
    margin: 0 0 5px 0;
    color: #ffffff;
}

#cookie_box p span {
    font-weight: bold;
    font-size: 20px;
    color: #f73649;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

#cookie_box p b {
    font-size: 18px;
}

#cookie_box .btn {
    padding: 4px 10px 4px 10px;
}

.cookie_third_msg input {
    display: inline-block;
}

.cookie_second_msg,
.cookie_third_msg {
    display: none;
}

a.whynot {
    color: #fde910;
    font-size: 16px;
    position: absolute;
    left: 81px;
    top: 35px;
    font-weight: 700;
    text-decoration: underline;
}

a.whynot:hover {
    color: #fff;
    text-decoration: underline !important;
}

.media-container h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
}

.media-container p {
    color: #7f1933;
    font-weight: 600;
}

#cookiePopup .modal-content {
    background-color: #fff;
}

#cookiePopup .close {
    font-size: 24px;
    color: #000;
    top: 9px;
    float: right;
}

#cookie_box .form-control {
    display: block;
    width: 50%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#cookie_box .cookie_third_msg input {
    display: inline-block !important;
}


/* 
#videopopup .modal-content {
    background-color: transparent;
    border: none;
} */

#videopopup button.close {
    font-weight: bold;
    font-size: 30px;
    top: -11px;
    right: 0;
    position: absolute;
    background: none;
    border: none;
}

#videopopup iframe {
    width: 100%;
}

.thank-you-box {
    background-color: #000066;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 40px 100px 20px 100px;
    width: 786px;
    margin: 0 auto;
    margin-top: 30px;
}

.thank-you-box h2 {
    color: #FFF700;
    font-size: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.thank-you-box h2 span {
    font-size: 24px;
    display: block;
}

.thank-you-box h1 {
    font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
    color: #fff;
    font-size: 24px !important;
    margin: 0 0 30px 0;
    font-weight: bold;
    text-align: center;
}

.thank-you-box p span.greentxt {
    color: #00FF22;
}

.thank-you-box p {
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
    font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
    line-height: 24px;
}

.thank-you-box a {
    color: #fff;
    text-decoration: underline;
    text-align: center;
}

.inner-tankyou {
    margin: 0 auto;
    width: 465px;
    padding: 30px 0 0 0;
}