:root {
    --maincolor: #097dcb;
    --color2: #344781;
    --zold: #5cb85c;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body {
    font-size: 13pt;
    background-color: #141C25;
    color: #222;
}

@media screen and (min-width:500px) {
    body {
        background: #141C25 url('images/circles.png') center no-repeat;
        background-attachment: fixed;
    }
}

body#tinymce, body.embed {
    background: #fff !important;
}

body.pw {
    overflow: hidden;
    height: auto;
}

a, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #46b;
    outline: none;
}

a:hover {
    color: #666;
}

.content input, .content select, .content textarea {
    border: 1px solid #ccc;
    font-size: 13pt;
}

.btn {
    border: 0 !important;
    color: #fff;
    background: #00BADA;
    padding: 8px 15px 8px 15px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    margin: 20px;
    font-size: 15pt;
    min-width: 180px;
    min-height: 50px;
}

.btn:hover, .btn:active, .btn:visited, .btn {
    color: #ffffff;
    background: #00BADA;
    text-decoration: none;
}

.txt {
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #444444;
    padding: 3px;
    min-width: 330px;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

.c {
    text-align: center;
}

.h {
    display: none;
}

::selection {
    background: #aaaaaa;
}

::-moz-selection {
    background: #aaaaaa;
}

div#cookie {
    width: 100%;
    padding: 5px;
    font-size: 10pt;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #ffffff;
    text-align: center;
    display: none;
    z-index: 100;
}

div#cookie a {
    color: #ffffff;
    text-decoration: underline;
}

div#cookie input {
    border: 0;
    background: #1380d2;
    color: #ffffff;
    padding: 3px 10px;
    margin-left: 10px;
}

#pop_menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: #565656 !important;
    color: #ffffff;
    overflow: hidden;
    padding: 10px;
}

#pop_menu a {
    display: block;
    color: #ffffff;
    padding: 10px 0;
}

#pop_menu_close {
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    font-weight: bold;
    font-size: 15pt;
    z-index: 105;
}

#hamburger {
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
    background: transparent url('images/hamburger.png') center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    z-index: 10;
    cursor: pointer;
}

#hider {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(100, 100, 100, .5);
    z-index: 50;
    display: none;
}

.expandblock {
    margin-bottom: 15px;
}

.expandblock_title {
    cursor: pointer;
    background: #888888 url('images/right.png') 5px center no-repeat;
    color: #FFFFFF;
    padding: 3px 5px 3px 25px;
    font-weight: bold;
}

.expandblock_content {
    display: none;
    padding: 5px 10px 10px 10px;
    overflow: hidden;
}

a.minigallery {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

@media screen and (max-width: 1000px) {
    #hamburger {
        display: block;
    }

    #head_menu {
        display: none;
    }

    #head_logo {
        background: transparent url('images/main_logo.png') 20px center no-repeat !important;
        height: 120px !important;
    }

    div.inlineblock {
        padding: 10px;
    }
}

div#main {
    width: 99%;
    height: 100%;
}

div#head {
    min-height: 80px;
    aborder-bottom: 1px solid #444;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    abackground: #000;
    position: relative;
}

.logins {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#head_logo {
    display: block;
    background: transparent url('images/main_logo.png') 40px center no-repeat;
    height: 100px;
    width: 330px;
}

#head_menu {
    flex-grow: 1;
    height: 150px;
    text-align: right;
}

.droped {
    display: inline-block !important;
}

.langMenupoint {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 120px;
    min-width: 100px;
}

.langshowed {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

a.dropbtn {
    color: #fff;
    font-size: 12pt;
    max-height: 40px;
    max-width: 80px;
    min-width: 70px;
    display: flex;
    justify-content: center;
    border: 2px solid #00BADA;
    border-radius: 20px;
    margin: 10px;
    color: #ffffff;
    align-items: center;
    background-color: transparent;
}

a.dropbtn:hover {
    background-color: #00BADA;
}

.dropContent {
    display: none;
    position: relative;
    color: #ffffff;
    min-width: 70px;
    z-index: 10000;
    top: -50px;
}

#pop_menu .dropContent {
    top: 0px;
}

#pop_menu .dropbtn {
    display: flex !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

#pop_menu .langshowed {
    min-width: 150px;
    justify-content: flex-start;
}

#pop_menu .langMenupoint {
    align-items: baseline;
}

#langselect {
    width: 40px;
    height: 40px;
    background: transparent url('images/globe.png') 10px center no-repeat;
}

div#head .menu0, div#head .menusel0 {
    color: #eee;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    margin-right: 15px;
    font-size: 16pt;
    height: 100%;
    line-height: 150px;
}

#userbutton {
    /* display: block; */
    width: 35px;
    height: 35px;
    background: #eee url('images/user.png') center center no-repeat;
    margin: 0 20px 0 10px;
    border-radius: 50%;
    display: none;
}

#usermenu {
    background: #fff;
    color: #444;
    padding: 10px 20px;
    min-width: 100px;
    position: absolute;
    border: 1px solid #aaa;
    abox-shadow: 1px 1px 1px #aaa;
    top: 60px;
    right: 30px;
    z-index: 10;
    display: none;
}

#usermenu::after {
    content: '';
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 1px;
    top: -6px;
    width: 10px;
    height: 10px;
    display: block;
    z-index: 9;
    border: solid #aaa;
    border-width: 1px 0 0 1px;
}

#usermenu span {
    display: block;
    font-size: 0.8em;
    text-align: center;
}

#usermenu b {
    display: block;
    text-align: center;
    margin: 5px 0 10px 0;
    font-size: 1.1em;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
}

#usermenu a {
    display: block;
    color: #444;
    margin-top: 5px;
    padding: 5px 35px 5px 25px;
}

#usermenu a:hover {}

#usermenu .head_logout {
    margin-top: 10px;
    border-top: 1px solid #aaa;
}

div#breadcrumbs {
    color: #666;
    font-size: 8pt;
    padding-left: 5px;
    margin-bottom: 10px;
}

div#breadcrumbs a {
    color: #666;
}

div#content {
    width: 100%;
    margin-top: 10px;
    min-height: 65vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
}

div#contentb {
    height: 100%;
    padding: 10px;
    position: relative;
    top: 10vh;
    min-height: 65vh;
}

div#foot {
    clear: both;
    padding: 10px;
    text-align: center;
    margin-top: 50px;
    color: #444;
    aborder-top: 2px solid #444;
    apadding-top: 10px;
    color: #ffffff;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

div#foot a:visited,
div#foot a:active,
div#foot a:hover,
div#foot a {
    color: #fff;
}

.s {
    max-width: 400px;
    margin: auto;
    apadding: 20px;
    abackground: rgba(100, 100, 100, .2);
}

div.ű_tab {
    width: 100%;
    text-align: center;
}

div.login .l {
    margin-bottom: 10px;
}

form.login {
    color: #fff;
    padding: 30px;
    text-align: center;
    min-width: 400px;
    top: -35px;
    z-index: -10;
    margin: auto;
    border-left: 2px solid #00BADA;
    border-bottom: 2px solid #00BADA;
    border-right: 2px solid #00BADA;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: none;
    margin-bottom: 20px;
}

form.login a:visited,
form.login a:active,
form.login a:hover,
form.login a {
    color: #fff;
}

form.login input.txt {
    background-color: transparent;
    color: #ffffff;
    border: 0;
    border-bottom: 2px solid #ffffff;
    text-align: center;
    margin-bottom: 20px !important;
    margin-top: 30px;
    padding: 10px;
    max-width: 250px;
}

form.login .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15pt;
    margin-bottom: 10px;
}

form.login input[type=text],
form.login input[type=password] {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16pt;
}

.login_token form {
    border-left: 2px solid #00BADA;
    border-bottom: 2px solid #00BADA;
    border-right: 2px solid #00BADA;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #ffffff;
    width: 100%;
    min-width: 400px;
    min-height: 300px;
    z-index: -10;
    margin: auto;
    display: none;
    text-align: center;
}

.loginregister {
    margin: 20px 0;
    padding: 20px;
    background: rgba(100, 100, 100, .2);
    text-align: center;
    color: #ffffff;
    min-width: 300px;
    max-width: 350px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    display: none;
}

.loginregister .btn {
    line-height: 40px;
}

.loginregister h1 {
    text-align: center;
    padding: 0 10px 10px 0;
    font-size: 14pt;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.login_token .logins_head,
.login_native .logins_head {
    cursor: pointer;
    display: inline-block;
    color: #444;
    min-height: 75px;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 400px;
    text-align: left;
    font-weight: normal;
    font-size: 13pt;
    color: #ffffff;
    padding-left: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.login_native .logins_head {
    background: url('images/email.png') 20px center no-repeat;
    border: 2px solid #00BADA;
    border-radius: 40px;
}

div.logins_head.isToggled {
    background: #00BADA url('images/email_white.png') 20px center no-repeat;
    margin-bottom: 0px;
    position: relative;
    top: 35px;
}

@media (hover: hover) and (pointer: fine) {
    .login_native .logins_head:hover {
        background: #00BADA url('images/email_white.png') 20px center no-repeat;
    }
}

div.logins_head.isToggledToken {
    background: #00BADA url('images/token_white.png') 20px center no-repeat;
    margin-bottom: 0px;
    position: relative;
    top: 35px;
}

.login_token .logins_head {
    background: url('images/token.png') 20px center no-repeat;
    border: 2px solid #00BADA;
    border-radius: 40px;
}

@media (hover: hover) and (pointer: fine) {
    .login_token .logins_head:hover {
        background: #00BADA url('images/token_white.png') 20px center no-repeat;
    }
}

.login_token span {
    font-size: 16pt;
    display: block;
    margin-bottom: 10px;
    display: none;
}

.txt_token {
    width: 100px;
    font-size: 16pt;
    margin-bottom: 40px;
    margin-top: 80px;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #FFFFFF;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

.login_google {
    text-align: center;
}

.login_google_btn,
a.login_linkedin_btn {
    display: inline-block;
    color: #444;
    min-height: 75px;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 400px;
    text-align: left;
    font-size: 13pt;
    color: #ffffff;
    padding-left: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.login_google_btn {
    background: url('images/googleg.png') 20px center no-repeat;
    border: 2px solid #00BADA;
    border-radius: 40px;
}

a.login_linkedin_btn {
    background: url('images/linkedinin.png') 20px center no-repeat;
    border: 2px solid #00BADA;
    border-radius: 40px;
}

a.login_linkedin_btn:visited,
a.login_linkedin_btn:active,
a.login_linkedin_btn:hover,
a.login_linkedin_btn {
    color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    a.login_linkedin_btn:hover {
        background: #00BADA url('images/linkedinin_white.png') 20px center no-repeat;
    }
}

@media (hover: hover) and (pointer: fine) {
    a.login_google_btn:hover {
        background: #00BADA url('images/google_white.png') 20px center no-repeat;
    }
}

a.login_google_btn:visited,
a.login_google_btn:active,
a.login_google_btn:hover,
a.login_google_btn {
    color: #fff;
}

.login_token .logins_head a:visited,
.login_token .logins_head a:active,
.login_token .logins_head a:hover,
.login_token .logins_head a {
    color: #fff;
}

@media screen and (max-width: 1000px) {
    div#contentb {
        padding: 20px;
    }
}

@media screen and (max-width: 800px) {
    div#contentb {
        padding: 10px;
    }
}

/* INDEX */
#index_logo {
    background: transparent url('images/practi-logo-center.png') top center no-repeat;
    padding: 150px 20px 20px 20px;
    font-size: 22pt;
    max-width: 960px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    color: #ffff;
}

#index_logo span {
    color: #39cae2;
}

#i_bs {
    max-width: 990px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#i_bs>div {
    width: 32%;
    min-width: 200px;
    margin: .5%;
    padding: 20px 15px 50px 15px;
    background: #eeeeff;
    flex-grow: 1;
    background-position: center 10px;
    background-repeat: no-repeat;
    transition: ease all .1s;
    z-index: 10;
    position: relative;
}

#i_bs>div:nth-child(1) {
    background: #0079c1;
}

#i_bs>div:nth-child(2) {
    background: #39cae2;
}

#i_bs>div:nth-child(3) {
    background: #74b3de;
}

#i_bs>div a {
    text-align: center;
    padding: 10px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
    font-size: 15pt;
    letter-spacing: 1px;
    font-weight: bold;
}

#i_bs>div a span {
    color: #000000;
}

#i_bs>div h1 {
    text-align: center;
    font-size: 22pt;
    margin: 0 0 10px 0;
    color: #444444;
}

#i_bs2 {
    max-width: 990px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

#i_bs2>div {
    width: 49%;
    text-align: center;
    background: rgba(100, 100, 150, .2);
    padding: 20px 15px 50px 15px;
    margin: .5%;
    position: relative;
}

#i_bs2>div a {
    text-align: center;
    padding: 10px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
    font-size: 15pt;
    letter-spacing: 1px;
    font-weight: bold;
}

div#i_b2_2 {
    background: rgba(100, 100, 150, .5);
}

@media screen and (max-width: 500px) {

    #i_bs>div,
    #i_bs2>div {
        width: 100%;
    }
}

.error {
    background: rgba(255, 100, 100, 0.2);
    text-align: center;
    max-width: 900px;
    margin: 20px auto 20px auto;
    display: block;
    padding: 15px;
    color: #ff0000;
    border-bottom: 4px solid #ff0000;
}

#p_profile {
    position: relative;
    top: -100px;
}

#p_settings {
    max-width: 990px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
}

.profile_password {
    color: #ffffff;
}

.profile_password h1 {
    margin-bottom: 20px;
    margin-left: 10px;
}

.profile_password .row {
    min-width: 300px;
}

.profile_password .row input {
    min-width: 400px;
    font-size: 16pt;
    margin-bottom: 5px;
    margin-top: 10px;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #FFFFFF;
    color: #ffffff;
    text-align: center;
    padding: 5px;
}

.profile_password .row .l {
    margin-bottom: 10px;
    margin-top: 10px;
}

.profile_password .btn {
    max-width: 300px;
    margin: auto;
    background-color: transparent;
    border: 2px solid #00BADA !important;
}

.profile_password .btn:hover {
    background-color: #00BADA !important
}

#p_settings form {
    max-width: 300px;
    margin: auto;
}

#p_settings span {
    font-weight: bold;
    margin: 10px;
}

div.ff_row_input {
    margin: auto;
}

div.ff_row_input input {
    background-color: transparent;
    border: 2px solid #00BADA !important;
    min-width: 250px;
}

div.ff_row_input input:hover {
    background-color: #00BADA;
}

a.profileaction_delete {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #dd6666 !important;
    background-color: transparent !important;
    min-width: 250px;
}

a.profileaction_delete:hover {
    background-color: #dd6666 !important;
}

#p_profile #logininfo {
    max-width: 990px;
    margin: auto;
    color: #ffffff;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#logininfo a {
    background-color: transparent;
    border: 2px solid #00BADA !important;
    min-width: 300px;
}

#logininfo span {
    font-weight: bold;
}

#logininfo a:hover {
    background-color: #00BADA;
}

#userpages {
    max-width: 990px;
    margin: auto;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#userpages a {
    background-color: transparent;
    border: 2px solid #00BADA !important;
    min-width: 300px;
}

#userpages a:hover {
    background-color: #00BADA;
}

#p_profile hr {
    margin: 10px 0 10px 0;
    border-top: 1px solid #666;
}

.homebtn {
    display: none;
}

/*
PW Mods
*/
div.fs_q {
    padding: 15px !important;
    color: #444;
    text-align: center;
    max-width: 960px;
}

div.fs_q h1 {
    clear: both;
}

div.fs_q h2 {
    color: #fff !important;
    background: #446688;
    padding: 10px 10px;
    margin: 20px 0;
    display: block;
    clear: both;
}

div.fs_ans {
    border: 4px solid #444444;
    background: #444444;
    text-align: center;
    color: #fff;
}

anss div.fs_page {
    height: auto;
    position: relative;
}

div.fs_anss {
    max-width: 940px;
    amargin: auto;
    position: static;
    clear: both;
}

label.ts_ans_label:after,
label.ts_ans_label {
    border-color: #888;
}

.ts_page {
    max-width: 960px;
    height: 100vh;
    margin: auto;
}

.ts_pageb .nextbtn {
    width: 150px;
    margin: 50px auto 0 auto;
}

input.ts_ans:checked+label.ts_ans_label {
    color: #fff;
}

.thanks {}

/*
Measure
*/
.measurestart {
    max-width: 960px;
    height: 100vh;
    margin: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#resultcontainer {
    padding: 10px;
    text-align: center;
    width: 100%;
    height: 100vh;
}

#resultcontainerb {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottombtn {
    text-align: center;
}

.nextbtn {}

/*ses*/
.rbtn+label {
    color: #fff;
}

.description {
    height: 100vh;
    max-width: 960px;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.description h1 {
    text-align: center;
    margin-bottom: 20px;
}

.description h2 {
    text-align: center;
    margin: 20px 0;
}

.ts_q {
    color: #444444 !important;
    min-height: 100px;
}

#alapmuveletek #task {
    font-size: 2em;
}

.description .formula {
    font-size: 2em;
    margin-bottom: 30px;
}

/*
PW4
*/
.tokenexit {
    position: fixed;
    z-index: 100;
    right: 15px;
    top: 5px;
    color: transparent;
    overflow: hidden;
    text-indent: 50px;
    display: flex;
    padding: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent url('images/hamburger_2.png') center center no-repeat;
    background-size: contain;
    aborder: 2px solid #1d232c;
}

.blurExit {
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

/* @media screen and (max-width:600px) {
  .tokenexit {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width:600px) {
  .tokenexit {
    top: 5px;
    right: 5px;
  }
} */
.popUp {
    adisplay: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    min-width: 300px;
    min-height: 380px;
    flex-wrap: wrap;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #1d232c;
    padding: 10px;
    border-radius: 5px;
    z-index: 1100;
}

.popUp div {
    min-width: 240px;
    border-radius: 5px;
    color: #fff;
    border:
}

#mBreak, #mreturn {
    aborder: 2px solid #fff;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #46b;
    color: #fff;
}

#mBreak:hover, #mreturn:hover {
    background-color: #fff;
    acolor: #1d232c;
    color: #46b;
    transition: 0.4s;
}

#mPosition #costumService {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#mPosition div, #costumService div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

#mPos, #costumSer {
    font-weight: bold;
}

.hide {
    adisplay: none;
}

iframe.gameframe {
    border: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: none;
}

.noscript {
    text-align: center;
    color: #aa0000;
    padding: 50px 20px;
    font-size: 16pt;
    margin: 80px 20px;
    border: #ff0000 2px solid;
    background: rgba(255, 0, 0, 0.2);
}

.screensizewarn {
    display: none;
    text-align: center;
    color: #aa0000;
    padding: 50px 20px;
    font-size: 16pt;
    margin: 80px 20px;
    border: #ff0000 2px solid;
    background: rgba(255, 0, 0, 0.2);
}

.cantjump {
    display: none;
    width: 100%;
    padding: 20px;
    margin: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #dd0000;
    text-align: center;
    font-size: 18pt;
}

@media screen and (min-width: 350px) and (max-width:450px) {

    .login_token .logins_head,
    .login_native .logins_head {
        min-height: 60px;
        max-width: 350px;
        padding-left: 55px;
    }

    .login_google_btn,
    a.login_linkedin_btn {
        min-height: 60px;
        max-width: 350px;
        padding-left: 55px;
    }

    .login_token .logins_head {
        background: url('images/token.png') 10px center no-repeat;
        background-size: 35px 35px;
    }

    div.logins_head.isToggledToken {
        background: #00BADA url('images/token_white.png') 10px center no-repeat;
        top: 25px;
        background-size: 35px 35px;
    }

    @media (hover: hover) and (pointer: fine) {
        .login_token .logins_head:hover {
            background: #00BADA url('images/token_white.png') 10px center no-repeat;
            background-size: 35px 35px;
        }
    }

    .login_native .logins_head {
        background: url('images/email.png') 10px center no-repeat;
        background-size: 35px 35px;
    }

    div.logins_head.isToggled {
        background: #00BADA url('images/email_white.png') 10px center no-repeat;
        background-size: 35px 35px;
        margin-bottom: 0px;
        top: 20px;
    }

    @media (hover: hover) and (pointer: fine) {
        .login_native .logins_head:hover {
            background: #00BADA url('images/email_white.png') 10px center no-repeat;
            background-size: 35px 35px;
        }
    }

    .login_google_btn {
        background: url('images/googleg.png') 10px center no-repeat;
        background-size: 35px 35px;
    }

    @media (hover: hover) and (pointer: fine) {
        a.login_google_btn:hover {
            background: #00BADA url('images/google_white.png') 10px center no-repeat;
            background-size: 35px 35px;
        }
    }

    a.login_linkedin_btn {
        background: url('images/linkedinin.png') 10px center no-repeat;
        background-size: 35px 35px;
    }

    @media (hover: hover) and (pointer: fine) {
        a.login_linkedin_btn:hover {
            background: #00BADA url('images/linkedinin_white.png') 10px center no-repeat;
            background-size: 35px 35px;
        }
    }

    #head_logo {
        background: transparent url('images/main_logo.png') 10px center no-repeat !important;
        background-size: 240px 95px !important;
    }

    div#foot {
        font-size: 12pt;
    }

    #hamburger {
        top: 10px;
    }

    form.login {
        padding: 15px;
        max-width: 346px;
        min-width: 300px;
        font-size: 12pt;
    }

    form.login input.txt {
        margin-bottom: 20px !important;
        margin-top: 30px;
        padding: 10px;
        max-width: 230px;
        font-size: 14pt;
    }

    .txt {
        padding: 3px;
        min-width: 200px;
    }

    .btn {
        padding: 3px 10px 3px 10px;
        margin: 10px;
        min-width: 120px;
        min-height: 30px;
        font-size: 12pt;
    }

    .loginregister {
        padding: 20px;
        min-width: 300px;
        max-width: 330px;
        font-size: 12pt;
    }

    .loginregister h1 {
        font-size: 14pt;
    }

    .login_token form {
        min-width: 300px;
        max-width: 346px;
        min-height: 240px;
        text-align: center;
    }

    .login_token form .txt {
        min-width: 200px;
        font-size: 14pt;
    }

    .login_token form .btn {
        min-width: 120px;
    }

    .token_used h1 {
        font-size: 14pt;
    }

    .popUp {
        min-width: 300px;
        max-width: 346px;
        min-height: 350px;
        font-size: 12pt;
    }

    .popUp div {
        min-width: 180px;
        text-align: center;
    }

    .popUp a {
        min-width: 200px;
    }

    #mBreak, #mreturn {
        min-width: 200px;
        padding: 5%;
    }
}

@media screen and (min-width: 250px) and (max-width:349px) {

    .login_token .logins_head,
    .login_native .logins_head {
        min-height: 50px;
        max-width: 240px;
        padding-left: 55px;
        font-size: 11pt;
    }

    .login_google_btn,
    a.login_linkedin_btn {
        min-height: 50px;
        max-width: 240px;
        font-size: 11pt;
        padding-left: 55px;
    }

    .login_token .logins_head {
        background: url('images/token.png') 10px center no-repeat;
        background-size: 25px 25px;
    }

    div.logins_head.isToggledToken {
        background: #00BADA url('images/token_white.png') 10px center no-repeat;
        top: 25px;
        background-size: 25px 25px;
    }

    @media (hover: hover) and (pointer: fine) {
        .login_token .logins_head:hover {
            background: #00BADA url('images/token_white.png') 10px center no-repeat;
            background-size: 25px 25px;
        }
    }

    .login_native .logins_head {
        background: url('images/email.png') 10px center no-repeat;
        background-size: 25px 25px;
    }

    div.logins_head.isToggled {
        background: #00BADA url('images/email_white.png') 10px center no-repeat;
        background-size: 25px 25px;
        margin-bottom: 0px;
        top: 20px;
    }

    @media (hover: hover) and (pointer: fine) {
        .login_native .logins_head:hover {
            background: #00BADA url('images/email_white.png') 10px center no-repeat;
            background-size: 25px 25px;
        }
    }

    .login_google_btn {
        background: url('images/googleg.png') 10px center no-repeat;
        background-size: 25px 25px;
    }

    @media (hover: hover) and (pointer: fine) {
        a.login_google_btn:hover {
            background: #00BADA url('images/google_white.png') 10px center no-repeat;
            background-size: 25px 25px;
        }
    }

    a.login_linkedin_btn {
        background: url('images/linkedinin.png') 10px center no-repeat;
        background-size: 25px 25px;
    }

    @media (hover: hover) and (pointer: fine) {
        a.login_linkedin_btn:hover {
            background: #00BADA url('images/linkedinin_white.png') 10px center no-repeat;
            background-size: 25px 25px;
        }
    }

    #head_logo {
        background: transparent url('images/main_logo.png') 10px center no-repeat !important;
        background-size: 180px 75px !important;
    }

    div#foot {
        font-size: 10pt;
    }

    #hamburger {
        top: 10px;
    }

    form.login {
        padding: 5px;
        max-width: 236px;
        min-width: 200px;
        font-size: 10pt;
    }

    form.login input.txt {
        margin-bottom: 20px !important;
        margin-top: 30px;
        padding: 10px;
        max-width: 180px;
        font-size: 12pt;
    }

    .txt {
        padding: 3px;
        min-width: 100px;
    }

    .btn {
        padding: 3px 10px 3px 10px;
        margin: 10px;
        min-width: 80px;
        min-height: 30px;
        font-size: 12pt;
    }

    .loginregister {
        margin: 20px 0;
        padding: 10px;
        min-width: 200px;
        max-width: 220px;
        font-size: 10pt;
    }

    .loginregister h1 {
        font-size: 12pt;
    }

    .login_token form {
        min-width: 200px;
        max-width: 236px;
        min-height: 140px;
        text-align: center;
    }

    .login_token form .txt {
        min-width: 160px;
        font-size: 12pt;
    }

    .login_token form .btn {
        min-width: 120px;
    }

    .token_used h1 {
        font-size: 12pt;
    }

    .popUp {
        min-width: 200px;
        max-width: 240px;
        min-height: 320px;
        font-size: 10pt;
    }

    .popUp div {
        min-width: 150px;
        text-align: center;
    }

    .popUp a {
        min-width: 150px;
    }

    #mBreak, #mreturn {
        min-width: 160px;
        padding: 5%;
    }
}
