#login_form {
    display: inline-block;
    padding: 0 10px;
}

.dropdown-menu {
    right: 0;
    left: auto !important;
    border: 2px solid #505962 !important;
    text-align: center;
}

#partner_result {
    position: absolute;
    top: 50px;
    width: 100%;
    background-color: white;
    text-align: left;
    color: black;
    font-size: 75%;
    box-shadow: 0px 3px 10px black;
    border-radius: 3px;
    padding: 0px !important;
    z-index: 10;
    line-height: 120%;
}

.partner {
    display: inline-block;
    cursor: pointer;
    padding: 10px 0px;
    width: 100%;
}

.partner:hover {
    background-color: gainsboro;
}

#hiba_keret {
    transition: all 1s;
}

body {
    font-size: 20pt;
    background-color: #fff;
    color: #777;
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 100%;
}

a, a:link, a:visited, a:active, .link {
    text-decoration: none;
	/* color: dodgerblue; */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
}

a:hover, .link:hover {
	color: indianred;
    cursor: pointer;
}

#content {
    min-height: 55vh;
}

.container-fluid {
    padding: 0 !important;
}

.container-fluid:not(.cont_label):not(#footer) .container {
    min-height: 10rem;
}

.container {
    text-align: center;
    padding: 15px;
}

.cont_label {
    /* width: calc(100% - 50px); */
    font-family: 'IM Fell Great Primer', serif;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    color: orange;
    background: #212529;
    background: -webkit-linear-gradient(right, #212529, dimgray); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #212529, dimgray); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #212529, dimgray); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #212529, dimgray); /* Standard syntax */
    /*background: url(images/bg/label_bg.png) repeat dimgray;*/
}

#cont1 {
    position: relative;
    padding-top: 50px;
}

#footer {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 60%;
    color: #ed9500;
    background-color: rgb(232, 232, 232);
}

.bg-sarga {
    background-color: beige;
}

.bg-zold {
    background-color: darkslategray;
}




/* Header */
#navbar {
    top: 2rem;
    border-bottom: 2px solid black;
}

#navbar2 {
    color: white;
    line-height: 1rem;
    font-size: .8rem;
    padding: 0rem 1rem;
    background-color: black;
}

#navbar2 .nav-link {
    display: inline-block;
    padding: 0 1rem !important;
}

#navbar2 .nav-item:not(.brand) {
    padding: .5rem 1rem;
}

#navbar2 .nav-item.brand {
    padding: .25rem 1rem;
}

#navbar2 .navbar-brand {
    font-size: 1rem;
}

.navbar .container {
    padding: 0 !important;
}






#newpass {
    display: none;
    margin-top: 20px;
}

#new_pass_form {
    text-align: center;
}

.newpass_table td {
    text-align: left;
    padding: 5px;
}

.login_table {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.login_table td {
    position: relative;
}

.log_val {
    width: auto;
    min-width: 300px;
}



/* Aktualitások */
.hir {
    width: 30%;
    display: inline-block;
    position: relative;
    height: 390px;
    overflow: hidden;
    margin: 30px 1%;
    box-shadow: 0px 0px 2px white;
}

.hir_cim {
    margin: 5px 0px;
}

.hir_kep {
    max-width: 100%;
    max-height: 300px;
}

.hir_szoveg {
    
}

.link {
    cursor: pointer;
}


/* BANNER, VÁLTOZÓ KÉPEK */
div.banner {
    width: 100%;
    height: 450px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    overflow: hidden;
    position: relative;
}

#slideshow {
    height: 100%;
    width: 100%;
    margin-bottom: auto;
    margin-top: auto;
    position: relative;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

#slideshow > div { 
    position: absolute; 
}

#slideshow img {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: auto;
    margin-top: auto;
}

div.arrows {
    vertical-align: middle;
    height: 100%;
    max-height: 482px;
    width: 100%;
    position: absolute;
    top: 0px;
    display: block;
}

div.arrows a {
	height: 100%;
    padding-left: 2%;
    padding-right: 2%;
    margin: 0px;
    vertical-align: middle;
	color: rgb(255,255,255);
    opacity: 0.4;
	text-decoration: none;
    text-shadow: 0px 0px 20px black;
	position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.arrows a:hover {
    opacity: 1;
    text-shadow: 0px 0px 5px black;
    cursor: pointer;
}

#preSlideArrow {
    width: 10%;
    text-align: left;
}

#nextSlideArrow {
    width: 10%;
    text-align: right;
	right: 0px;
	left: auto;
    float: right;
}

div.banner_nyil {
    position: relative;
    height: 100%;
    align-items: center; /* align vertical */
}

#banner_nyil2 {
    text-align: right;
    right: 0px;
    width: 30px;
    margin-left: auto;
}

h5.banner_nyilfej {
    font-family: Arial;
	font-size: 50px;
    object-fit: contain;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}



/*  MENÜ  */
#menu_keret {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

#menu, #login_menu {
    /*height: 120px;*/
    /*background-color: rgba(0,0,0,0.5);*/
    color: whitesmoke;
    
    background-color: rgba(0,0,0,0.7);
    height: 50px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}

    #logo {
        height: 100px;
        position: absolute;
        top: 10px;
        left: 0px;
        display: inline-block;
    }

    /*#menu_elements {
        height: 100px;
        position: absolute;
        right: 0px;
        top: 10px;
    }*/
    
    #menu_elements {
        height: 30px;
        font-size: 70%;
        position: absolute;
        right: 0px;
        top: 10px;
    }

        #menu_elements>ul {
            list-style: none;
            float: left;
            margin: 0px;
            height: 100%;
            line-height: 30px;
            font-size: 150%;
        }

            #menu_elements>ul>li {
                position: relative;
                float: left;
                height: 100%;
            }

                #menu_elements>ul>li>a {
                    display: block;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    text-decoration: none;
                    height: 100%;
                    padding: 0 15px;
                    vertical-align: middle;
                    color: whitesmoke;
                    font-family: 'Merriweather Sans';
                    font-weight: 300;
                    margin-top: auto;
                    margin-bottom: auto;
                    cursor: pointer;
                }

                #menu_elements>ul>li>a:hover {
                    color: #ed9500;
                }




/*  LOGIN OLDAL  */
.form_table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_table td {
    padding: 5px;
    text-align: left;
}

#terkoz {
    height: 200px;
}

.lista_table td, .lista_table th {
    padding: 5px 10px;
}

    .kurzus_datum{
        width: 175px;
    }
    
    .kurzus_ido{
        width: 130px;
    }
    
    .kurzus_hely{
        width: 200px;
    }
    
    .kurzus_leiras{
        width: auto;
        text-align: justify;
    }
    
    .termek_nev{
        width: 300px;
    }
    
    .termek_tipus{
        width: 200px;
    }
    
    .termek_leiras{
        width: auto;
        text-align: justify;
    }

#nyil_fel {
    position: fixed;
    top: 15%;
    right: 3%;
}

#nyil_le {
    position: fixed;
    bottom: 15%;
    right: 3%;
}

.nyil {
    background: rgba(0,0,0,0.3);
    border: 5px solid beige;
    display: inline-block;
    z-index: 2000;
    cursor: pointer;
}

#telmenu {
    background-color: rgba(0,0,0,0.5);
    color: whitesmoke;
    display: none;
    height: auto;
    text-align: right;
}

#telmenu_width {
    display: block !important;
}

#telmenu_gomb {
    width: 50px;
    right: 10px;
}

#telmenu_gomb:hover, .telefonfomenuelem:hover {
    cursor: pointer;
}

#telefonmenu {
    display: none;
    position: fixed;
    width: 75%;
    height: 100%;
    left: -580px;
    z-index: 1000;
    background-color: #543030;
    border: 2px solid #DEB887;
    font-size: 150%;
    overflow-y: scroll;
    text-align: center;
}

.telefonmenutartalom {
    width: 50%;
    text-align: left;
    display: block;
    float: left;
}

#telefonmenuscroll {
    height: auto;
}

#telefonmenu ul {
    list-style-type: none;
    text-align: left;
}

#telefonmenuelrejt {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 120%;
}

.kuka {
    height: 30px;
    margin: 10px;
}

.kiskep {
    height: 150px;
    border-radius: 10px;
    margin: 25px;
    box-shadow: 5px 5px 10px black;
}

.feltolt {
    border: 1px;
    border-style: groove;
    border-color: firebrick;
    padding: 10px;
    width: auto;
    text-align: center;
}


/* AKCIÓK */
#akcios_ujsag {
    width: 99.5vw;
    height: 98vh;
}



/* Kapcsolat */
#kapcsolat_terkep {
    width: 100%;
}






/*              <<==--   RESPONSIVE   --==>>              */
@media only screen
and (min-width: 1880px)
and (max-width: 3000px) {
    body {font-size: 14pt}
    #bg_pic {display: none !important;}
    div.banner {height: 450px;}
    div.arrows {max-height: 450px;}
}



@media only screen
and (min-width: 1580px)
and (max-width: 1879px) {
    body {font-size: 14pt}
    .cont_width {width: 1000px}
    #bg_pic {display: none !important;}
    div.banner {height: 400px;}
    div.arrows {max-height: 400px;}
}



@media only screen
and (min-width: 1340px)
and (max-width: 1579px) {
    body {font-size: 12pt}
    .cont_width {width: 900px}
    #bg_pic {display: none !important;}
    div.banner {height: 340px;}
    div.arrows {max-height: 340px;}
}



@media only screen
and (min-width: 1260px)
and (max-width: 1339px) {
    body {font-size: 12pt}
    .cont_width {width: 800px}
    #login_menu {font-size: 90%;}
    #bg_pic {display: none !important;}
    div.banner {height: 320px;}
    div.arrows {max-height: 320px;}
}



@media only screen
and (min-width: 1180px)
and (max-width: 1259px) {
    body {font-size: 11pt}
    .cont_width {width: 800px}
    #login_menu {font-size: 90%;}
    #bg_pic {display: none !important;}
    div.banner {height: 290px;}
    div.arrows {max-height: 259px; top: 50px;}
}



@media only screen
and (min-width: 1000px)
and (max-width: 1179px) {
    body {font-size: 11pt}
    .cont_width {width: 850px}
    #login_menu {font-size: 90%;}
    #logo {display: none !important;}
    #bg_vid {display: none !important;}
    div.banner {height: 255px;}
    div.arrows {max-height: 259px; top: 50px;}
}



@media only screen
and (min-width: 740px)
and (max-width: 999px) {
    body {font-size: 10pt}
    .cont_width {width: 700px; padding: 0;}
    #login_menu {font-size: 90%;}
    #logo {display: none !important;}
    #bg_vid {display: none !important;}
    #bg_pic {min-width: 1750px;}
    #menupontok {padding: 0px !important;}
    #menu_elements {position: relative; top: 0px;}
    div.banner, div.arrows {display: none}
}



@media only screen
and (max-width: 739px) {
    body {font-size: 10pt}
    .cont_width {width: 540px; padding: 0;}
    #login_menu {font-size: 85%;}
    #menu {display: none}
    #logo {display: none !important;}
    #bg_vid {display: none !important;}
    #bg_pic {min-width: 1800px;}
    #menupontok {padding: 0px !important;}
    #menu_elements {position: relative; top: 0px;}
    #menu_elements ul {padding: 0px !important}
    #menu_elements>ul>li>a {padding: 0px 10px}
    
    #telmenu {display: block}
    #menu {display: none}
    #telefonmenu {display: block; left: -580px}
    div.banner, div.arrows {display: none}

    #partner_result {
        position: fixed;
        top: 35px;
        left: 0;
    }

    .navbar-nav {
        flex-direction: column;
        display: flex;
    }

    .navbar-nav .nav-item {
        order: 2;
    }

    #login_menupont {
        order: 1;
    }
}



@media only screen
and (max-width: 559px) {
    body {font-size: 9pt}
    .cont_width {width: 440px; padding: 0;}
    #login_menu {font-size: 85%;}
    #menu {display: none}
    #logo {display: none !important;}
    #bg_vid {display: none !important;}
    #bg_pic {min-width: 1900px;}
    #menupontok {padding: 0px !important;}
    #menu_elements {position: relative; top: 0px;}
    #menu_elements ul {padding: 0px !important}
    #menu_elements>ul>li>a {padding: 0px 10px}
    
    #telmenu {display: block}
    #menu {display: none}
    #telefonmenu {display: block; left: -580px}
    div.banner, div.arrows {display: none}
}



@media only screen
and (max-width: 459px) {
    body {font-size: 9pt}
    .cont_width {width: 320px; padding: 0;}
    .cont_label {padding: 10px 10px 5px 10px; width: calc(100% - 20px); height: 40px;}
    #login_menu {font-size: 85%;}
    #menu {display: none}
    #logo {display: none !important;}
    #bg_vid {display: none !important;}
    #bg_pic {min-width: 2000px;}
    #menupontok {padding: 0px !important;}
    #menu_elements {position: relative; top: 0px;}
    #menu_elements ul {padding: 0px !important}
    #menu_elements>ul>li>a {padding: 0px 10px}
    
    #telmenu {display: block}
    #menu {display: none}
    #telefonmenu {display: block; left: -580px}
    div.banner, div.arrows {display: none}
}



@media only screen
and (max-width: 339px) {
    body {font-size: 8pt}
    .cont_width {width: 260px; padding: 0;}
    .cont_label {padding: 10px 10px 5px 10px; width: calc(100% - 20px); height: auto;}
    #login_menu {font-size: 85%;}
    #menu {display: none}
    #logo {display: none !important;}
    #bg_vid {display: none !important;}
    #bg_pic {min-width: 2000px;}
    #menupontok {padding: 0px !important;}
    #menu_elements {position: relative; top: 0px;}
    #menu_elements ul {padding: 0px !important}
    #menu_elements>ul>li>a {padding: 0px 10px}
    
    #telmenu {display: block}
    #menu {display: none}
    #telefonmenu {display: block; left: -580px}
    div.banner, div.arrows {display: none}
}