body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Helvetica, Verdana;
    color: black;
    background-color: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 600px, #bbbbbb 1000px);  /*mozilla*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(90%,#bbbbbb));
	background: -webkit-linear-gradient(top, #ffffff 600px, #bbbbbb 1000px);
	background: -o-linear-gradient(top, #ffffff 600px, #bbbbbb 1000px);  /*opera*/
	background: -ms-linear-gradient(top, #ffffff 600px, #bbbbbb 1000px);  /*Internet Explorer*/
	background: linear-gradient(to bottom, #ffffff 600px, #bbbbbb 1000px);  /*egyéb*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbbbbb',GradientType=0);
}

img {
	border: 0;
    max-width: 100%;
}

form {
    display: inline-block;
}

.button {
    border-radius: 0px;
    background-color: #f9f9f9;
    color: #004276;
    font-weight: bold;
    display: inline;
}

h1, h2, h3, h4 {
    text-align: center;
    font-family: Arial, Tahoma, Helvetica, Verdana;
    margin: 0px;
}

div {}

table {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.center {
    text-align: center;
}

.kozepre {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.kisebb {
    font-size: 80%;
    text-align: justify;
}

.terkoz {
    height: 40px;
    line-height: 40px;
}

.none {
    display: none !important;
}

iframe {
    text-align: left;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
}

#kin_naptar_keret {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-top: 100%;
}

#kin_naptar {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 0;
}

.media_img_mini {
    width: 400px;
    height: 400px;
    border: 5px solid black;
    margin: 5px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.media_keret {
    position: relative;
    line-height: 30px;
    vertical-align: middle;
}

.media_video {
    width: 560px;
    min-height: 315px;
    height: auto;
}

.media_audio {
    margin: 0px;
    width: 560px;
}

.media_cim {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 0px;
}

.media_cim h2 {
    font-size: 110% !important;
}

.hir_zene {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.media_szoveg {
    height: auto;
    line-height: 22px;
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    margin-top: 20px;
}

td {
    padding: 3px 10px;
}

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

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

span.link {
    margin: 0px 5px;
}

.aktiv_link {
	color: white !important;
    text-shadow: 0px 0px 3px white !important;
}

footer {
    background-color: rgba(255, 255, 255, 0.75);
    /*border-radius: 20px 20px 0 0;*/
    text-align: center;
    padding: 5px 0px;
    font-size: 80%;
    bottom: 0px;
    width: 100%;
}

footer .content {
    display: inline-block;
    padding: 0px 20px;
    color: black;
    font-weight: bold;
    text-align: center;
}

footer a:link {
    font-family: Arial, Tahoma, Helvetica, Verdana;
    color: #a0600d;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
	color: #C38949;
}

footera:active {
	color: #9E785E;
}

#sponsors {
    display: inline-block;
}

#creator {
    display: inline-block;
    font-size: 80%;
    width: 100%;
    text-align: right;
}

#footer_szponzorok {
    font-size: 100%;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0px;
}

.f_szponzor {
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 10px;
}

.f_szponzor:hover {
    cursor: pointer;
}

.f_szponzor_kep {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.f_szponzor_kep img {
    max-height: 100%;
    vertical-align: middle;
}

.f_szponzor_nev {
    height: 30px;
    line-height: 15px;
    font-size: 50%;
    text-align: center;
}

.loader_hatter {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3000;
    background-color: rgba(0,0,0,0.7);
    display: none;
}

.loader {
    position: fixed;
    top: 40%;
    left: 40%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #ba2739;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 4000;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#cookie_alert {
    display: none;
    position: fixed;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    padding: 5px 10px;
    font-size: 90%;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.75);
}

#cookie_szoveg {
    float: left;
    text-align: left;
}

#cookie_gomb {
    float: right;
}

.checkbox_szoveg {
    font-size: 80%;
    text-align: left;
    cursor: pointer;
}

input[type="text"], input[type="date"], input[type="password"], input[type="number"] {
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
}

input[type="text"], input[type="date"], input[type="password"], textarea {
    min-width: 190px;
    padding: 5px;
}

input[type="number"] {
    width: 50px;
    padding: 5px;
}

select {
    width: 205px;
    height: 35px;
    border-radius: 5px;
    border-style: inset;
    border-color: initial;
    border-width: 2px;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

textarea {
    min-height: 200px;
}

#container {
	position: relative;
	margin: 0px auto;
	width: 100%;
    height: auto;
	box-shadow: 1px 2px 8px rgba(0,0,0, 0.6);
}

.pagegomb {
    padding: 20px 0px 10px 0px;
    text-align: center;
}

.video {
    text-align: center !important;
    width: 100%;
}

.video_keret {
    width: 740px;
}


/* HEADER */
header {
    background-color: #333333;
    position: fixed;
    width: 100%;
    z-index: 15;
    height: 0px;
}

#header {
	position: relative;
    display: inline-block;
	width: 100%;
    background-color: #333333;
}

#banner1, #banner2, #banner3 {
    /*height: 100%;*/
    width: 100%;
    object-fit: cover;
}

#banner1 {
    display: inline-block;
}

#banner2, #banner3 {
    display: none;
}

#header_kep {
    height: 100%;
    width: 100%;
    background: url('files/img/banner1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.banner {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    overflow: hidden;
}

#header_elemek {
    position: absolute;
    top: 30%;
    left: 0px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}

.header_tartalom {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 20%;
    bottom: 40%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px;
    /*border-radius: 10px;*/
    color: whitesmoke;
}

#search_ikon {
    vertical-align: middle;
}

#search_form {
    margin-top: 20px;
}

#keres_gomb, #login_gomb {
    padding: 5px 10px !important;
    margin: 20px 0px;
}

#login_box {
    float: right;
}

.menu_ikon {
    vertical-align: middle;
    width: 24px;
    position: relative;
    margin: 6px 18px;
}

.menu_ikon:hover {
    cursor: pointer;
    width: 28px;
    margin: 4px 16px;
}

#user_page, #logout_user {
    cursor: pointer;
    display: inline-block;
}

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

.hide {
    display: none !important;
}

.margin-lg {
    margin-top: 200px !important;
}

.margin-sm {
    margin-top: 60px !important;
}



/*  MENÜ  */
#menu {
	position: relative;
	width: 100%;
	color: #3651A5 !important;
    text-shadow: -1px 0 #0C0744, 0 1px #0C0744, 1px 0 #0C0744, 0 -1px #0C0744 !important;
	text-align: center;
    display: inline-block;
    background-color: #333333;
    /*border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;*/
    padding-top: 5px;
}

.menu {
    float: left;
    display: inline-block;
}

.aktiv_menu {
	background-color: #95462b !important;
    color: white !important;
}

.fomenuelem {
    margin: 0px;
	padding: 2px auto;
    border: 0px;
	float: left;
	position: relative;
    height: 100%;
    text-align: center;
}

.fomenulink {
    padding: 5px 10px;
	color: white !important;
    text-shadow: none;
	font-size: 100%;
	text-decoration: none;
	line-height: 22px;
    font-family: Arial, Tahoma, Helvetica, Verdana;
}

.fomenulink:hover {
    background-color: whitesmoke;
    color: black !important;
}

.fomenuelem ul {
    list-style: none;  
    display: none;
    position: absolute;
    top: 26px;
    left: -40px;
    z-index: 1000;
    border: 0px;
    margin: 0px;
    min-width: 200px;
    width: auto;
    padding: 0;
}

.fomenuelem div {
    float: none;
    margin: 0;
    display: block;  
    line-height: 35px;
    min-width: 200px;
    width: auto;
    background-color: #555555f9;
    color: white !important;
}

.fomenuelem div:hover {
    background-color: whitesmoke;
    color: #333333 !important;
    cursor: pointer;
}

#icons {
    display: none;
    float: right;
    background-color: #333333;
}


/*  TELEFON MENÜ  */
#telmenu_header {
    width: 100%;
    height: auto;
    display: none;
}

#telmenu_elrejt {
    float: right;
    margin: 20px 50px 0px 0px;
    display: inline-block;
}

#telmenu_elrejt img {
    width: auto;
    height: 50px;
}

#telmenu_elrejt img:hover {
    cursor: pointer;
}

.telmenu_terkoz {
    display: none;
}

#menu_content {
    position: relative;
}



/* LOGIN */
#loginbox, #regbox {
    width: 50%;
    float: left;
    text-align: center;
}

#loginbox table, #regbox table {
    width: 100%;
    display: table;
}

.log_label {
    min-width: 180px;
    text-align: right;
    display: inline-block;
}

.log_val {
    min-width: 220px;
    text-align: left;
}

.log_note {
    font-size: 80% !important;
    vertical-align: top;
    padding-bottom: 10px;
    width: 220px;
    text-align: right;
}

.log_error {
    font-size: 70%;
    padding: 0 !important;
    color: red;
    min-width: 230px;
}

.log_error td {
    padding-bottom: 20px;
}

.log_btn {
    text-align: center;
    padding: 10px 0px;
}

.log_btn button {
    min-width: 175px;
}

.log_text {
    width: 100px;
    text-align: justify;
}

.form_newline td {
    margin-top: 10px;
}

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

#new_pass_form {
    width: 100%;
    text-align: center;
}



/* TARTALOM */
#tartalom_keret {
    display: inline-flex;
    width: 100%;
    min-height: 650px;
    margin-top: 60px;
}

#tartalom {
    display: block;
    margin: 0px auto;
    position: relative;
    padding: 0px;
    height: auto;
}

.content {
    display: inline-block;
    margin: 0px auto;
    position: relative;
    padding: 0px 10px;
    height: auto;
}

#content {
    padding: 0px 10px 10px 10px !important;
    margin-right: 10px;
    float: left;
    position: relative;
}

#content p {
    text-align: justify;
}

#content ul {
    margin: 0;
}

.ui-dialog {
    width: 960px !important;
    max-height: 95vh;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.ui-button {
    padding: .4em !important;
}

.top_right {
    position: absolute;
    font-size: 200%;
    top: 0px;
    right: 0px;
    width: auto;
    height: auto;
    color: whitesmoke;
    background-color: black;
    z-index: 5000;
    display: inline-block;
    padding: 10px;
}

.top_right:hover {
    cursor: pointer;
    text-shadow: 0px 0px 10px white;
}

.eleres {
    margin-bottom: 0px;
    text-align: left;
}


/*     	<<==--  ASIDE OLDALSÁV   --==>>      */
#oldalsav {
    float: right;
    margin: 0px;
    align-content: center;
    text-align: justify;
    font-size: 95%;
    position: relative;
}

#oldalsav strong {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.asidespan {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    color: orangered;
    font-size: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}

#oldalsav h2 {
    margin: 0px 0px 5px 0px;
	font-size: 120%;
	color: #C38949;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #441108;
    text-align: center;
}

#oldalsav h3 {
	font-size: 120%;
	color: #C38949;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #441108;
    text-align: center;
    margin: 10px 0px;
}

.asidebox {
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0px 0px 10px 0px;
    padding: 5px;
    vertical-align: middle;
    /*border-radius: 7px;*/
    width: calc(100% - 10px);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.reklam {
    background-color: rgba(255,255,255,0.2) !important;
}

.boxtartalom {
    background-color: #6f4a4a;
    height: auto;
    padding: 8px 5px;
    width: 260px;
    /*border-radius: 5px;*/
}

.asidescrollkeret {
    height: 420px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    scrollbar-highlight-color: bisque;
    -ms-scrollbar-base-color: #6f4242;
    -ms-scrollbar-arrow-color: #6f4242;
    -ms-scrollbar-track-color: #543030;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* ----==== WEBKIT SCROLL BAR ====---- */
        .asidescrollkeret::-webkit-scrollbar {
            width: 6px;
            background-color: #4f2626 /*#543030*/;
        }

        .asidescrollkeret::-webkit-scrollbar:hover {
            cursor: pointer;
        }

        .asidescrollkeret::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
            border-radius: 10px;
            background-color: #543030;
        }

        .asidescrollkeret::-webkit-scrollbar-track:hover {
            cursor: pointer;
        }

        .asidescrollkeret::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #6f4242;
        }

        .asidescrollkeret::-webkit-scrollbar-thumb:hover {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.75);
            background-color: #5f4242;
            cursor: pointer;
        }

/* ----==== MICROSOFT SCROLL BAR ====---- */
        .asidescrollkeret::-ms-scrollbar {
            width: 10px;
            background-color: #4f2626 /*#543030*/;
        }

        .asidescrollkeret::-ms-scrollbar:hover {
            cursor: pointer;
        }

        .asidescrollkeret::-ms-scrollbar-track {
            -ms-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
            border-radius: 10px;
            background-color: #543030;
        }

        .asidescrollkeret::-ms-scrollbar-track:hover {
            cursor: pointer;
        }

        .asidescrollkeret::-ms-scrollbar-thumb {
            border-radius: 10px;
            -ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #6f4242;
        }

        .asidescrollkeret::-ms-scrollbar-thumb:hover {
            -ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.75);
            background-color: #5f4242;
            cursor: pointer;
        }

.asidehirscroll {
    height: 5000px;
    margin-left: 0px;
    margin-right: auto;
    vertical-align: middle;
    width: 255px;
}

.asidearticle {
    background-color: #6f4a4a;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    vertical-align: bottom;
    
}

.asidefej {
    background-color: #4f2626;
    width: auto;
    border: 0px;
    margin: 15px 0px 0px 0px;
    vertical-align: middle;
    padding: 5px 3px 8px 3px;
	color: #C38949;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #441108;
    text-align: center;
}

.asidehirtartalom {
    padding: 7px;
    /*border-radius: 5px;*/
    width: auto;
    text-align: justify;
    font-size: 80%;
}

#naptar {
    width: 340px;
    height: 300px; 
}


/* ÓE-KIN kupa */
#retroe_frame {
    max-height: none;
    max-width: none;
    width: 100%;
    height: 1400px;
}

#retroe_frame div {
    width: 100%;
}


/* HÍREK */
.pages {
    margin: 10px 0px;
}

#logo1 {
    left: 0;
}

#logo2 {
    right: 0;
}

#hirek_bg {
    position: relative;
    height: 150px;
    display: none;
}

#hirek_bg img {
    position: absolute;
    top: 0;
    z-index: -1;
    max-height: 150px;
}

#hirek {
    z-index: 10;
}


/* CSAPATOK */
.csapatok_box {
    position: relative;
    width: 310px;
    height: 340px;
    float: left;
    background-color: rgba(0, 0, 0, 0.8);
    color: whitesmoke;
    text-align: center;
    padding: 5px;
    margin: 10px;
}

.csapatok_box:hover {
    background-color: rgba(0, 0, 0, 0.65);
}

.csapatok_nev {
    font-size: 120%;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.csapatok_kep {
    position: relative;
    width: 310px;
    height: 310px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.csapat_logo {
    max-width: 100px;
    max-height: 100px;
    margin-right: 10px;
    vertical-align: middle;
}

.csapat_kep {
    text-align: center;
    width: 100%;
}

    #rejto_kecske {
        width: 150px;
        float: left;
    }

#csapat_szponzorok {
    width: 100%;
    position: relative;
    display: inline-block;
}

.csapat_szponzor {
    position: relative;
    width: 310px;
    height: auto;
    float: left;
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    text-align: center;
    padding: 5px;
    margin: 10px;
}

.szponzor_nev {
    font-size: 120%;
    font-weight: bold;
    height: 60px;
    line-height: 30px;
}

.szponzor_logo {
    position: relative;
    width: 310px;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.szponzor_leiras {
    height: 120px;
    font-size: 80%;
}

.szponzor_link {
    height: 60px;
    line-height: 30px;
    overflow-x: hidden;
}

.facebook {
    float: right;
    display: inline-block;
    width: 300px;
}

.idezet {
    margin-top: 0;
    margin-bottom: 4em;
    font-size: 80%;
    font-style: italic;
    text-align: right !important;
    width: 100%;
}

.kepszoveg {
    margin-top: 0;
    margin-bottom: 4em;
    font-size: 80%;
    font-style: italic;
    text-align: center !important;
    width: 100%;
}

.csapat_tamogatok {
    width: 100%;
    position: relative;
    display: inline-block;
}


/* HÍREK */
.fohir, .fomedia {
    box-sizing: border-box;
    width: calc(100%);
    height: auto;
    display: inline-block;
    margin: 10px 0px;
    box-shadow: 0px 0px 5px black;
    /*border-radius: 10px;*/
    padding: 5px 10px;
    font-family: "Times New Roman";
    cursor: pointer;
}

.hasab1, .hasab2 {
    width: 49%;
    margin: 5px 0;
    display: inline-block;
}

.hasab1 {
    float: left;
}

.hasab2 {
    float: right;
}

.hir, .media {
    margin: 5px 0px;
    box-sizing: border-box;
    width: 99%;
    float: left;
    height: auto;
    box-shadow: 0px 0px 5px black;
    /*border-radius: 10px;*/
    padding: 5px 10px;
    font-family: "Times New Roman";
    cursor: pointer;
}

.fomedia, .media {
    background-color: #fafafa;
    position: relative;
}

.hir_fejlec, .hir_lablec {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.hir_feltoltve {
    display: inline-block;
    float: right;
}

.hir_tipus {
    float: left;
    text-align: left;
    padding: 0px;
}

.hir_tartalom {
    height: 50px;
    overflow: hidden;
    position: relative;
}

.hir_tartalom_takar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 100%;
    /*background-color: rgba(255, 255, 255, 0.05);*/
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 90%);  /*mozilla*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 90%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 90%);  /*opera*/
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 90%);  /*Internet Explorer*/
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 90%);  /*egyéb*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbbbbb',GradientType=0);
}

.hir_cim_kicsi h2 {
    text-align: left;
}

.hir_cim, .hir_cim_kicsi {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.hir_kep {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
}

.hir_szoveg {
    height: auto;
    line-height: 22px;
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    padding-top: 5px;
}

.hir_kinkupa {
    background-color: #FFEB9C;
    color: #9C6500;
}

    .hir_kinkupa a:link, .hir_kinkupa a:visited, .hir_kinkupa a:active {
        color: cadetblue;
        text-shadow: 0px 0px 0px;
    }

    .hir_kinkupa a:hover {
        cursor: pointer;
    }

.hir_humor {
    background-color: #FFCC99;
    color: #3F3F76;
}

    .hir_humor a:link, .hir_humor a:visited, .hir_humor a:active {
        color: cornflowerblue;
        text-shadow: 0px 0px 0px;
    }

    .hir_humor a:hover {
        cursor: pointer;
    }

.hir_sport {
    background-color: #C6EFCE;
    color: #006100;
}

    .hir_sport a:link, .hir_sport a:visited, .hir_sport a:active {
        color: cadetblue;
        text-shadow: 0px 0px 0px;
    }

    .hir_sport a:hover {
        cursor: pointer;
    }

.hir_tech {
    background-color: #76a5af;
    color: ghostwhite;
}

    .hir_tech a:link, .hir_tech a:visited, .hir_tech a:active {
        color: #4D7AFF;
        text-shadow: 0px 0px 0px;
    }

    .hir_tech a:hover {
        cursor: pointer;
    }

.hir_oe {
    background-color: #95B3D7;
    color: ghostwhite;
}

    .hir_oe a:link, .hir_oe a:visited, .hir_oe a:active {
        color: #4D7AFF;
        text-shadow: 0px 0px 0px;
    }

    .hir_oe a:hover {
        cursor: pointer;
    }

.hir_kultura {
    background-color: #e06666;
    color: ghostwhite;
}

    .hir_kultura a:link, .hir_kultura a:visited, .hir_kultura a:active {
        color: #ea3c3c;
        text-shadow: 0px 0px 0px;
    }

    .hir_kultura a:hover {
        cursor: pointer;
    }

.hir_munka {
    background-color: #cccccc;
    color: ghostwhite;
}

    .hir_munka a:link, .hir_munka a:visited, .hir_munka a:active {
        color: #888888;
        text-shadow: 0px 0px 0px;
    }

    .hir_munka a:hover {
        cursor: pointer;
    }



/* Régi hírtípusok */
.hir_alt {
    background-color: ghostwhite;
    color: black;
}

    .hir_alt a:link, .hir_alt a:visited, .hir_alt a:active {
        color: indianred;
        text-shadow: 0px 0px 2px white;
    }

    .hir_alt a:hover {
        cursor: pointer;
    }

.hir_media {
    background-color: #95B3D7;
    color: ghostwhite;
}

    .hir_media a:link, .hir_media a:visited, .hir_media a:active {
        color: #4D7AFF;
        text-shadow: 0px 0px 0px;
    }

    .hir_media a:hover {
        cursor: pointer;
    }

.hir_onkentes {
    background-color: #C6EFCE;
    color: #006100;
}

    .hir_onkentes a:link, .hir_onkentes a:visited, .hir_onkentes a:active {
        color: cadetblue;
        text-shadow: 0px 0px 0px;
    }

    .hir_onkentes a:hover {
        cursor: pointer;
    }

.hir_projekt {
    background-color: #FFCC99;
    color: #3F3F76;
}

    .hir_projekt a:link, .hir_projekt a:visited, .hir_projekt a:active {
        color: cornflowerblue;
        text-shadow: 0px 0px 0px;
    }

    .hir_projekt a:hover {
        cursor: pointer;
    }

.almenu {
    display: inline-block;
    padding: 5px;
    margin: 5px 3px;
    /*border-radius: 10px;*/
    cursor: pointer;
    min-width: 70px;
}


/* Admin */
#admin_menu, #admin_tartalom {
    display: inline-flex;
    position: relative;
    width: 100%;
}

#admin_menu {
    background-color: rgba(0,0,0,0.75);
    /*border-radius: 3px;*/
}

#admin_tartalom {
    background-color: rgba(0,0,0,0.2);
}

.admin_menu {
    display: inline-block;
    float: left;
    color: whitesmoke;
    margin: 0px;
    padding: 7px 15px;
}

.admin_menu:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.9);
}

.admin_tartalom {
    /*border-radius: 10px;*/
    display: none;
    padding: 10px;
    width: calc(100% - 20px);
}

.user_tartalom {
    /*border-radius: 10px;*/
    padding: 10px;
    width: calc(100% - 20px);
}

.admin_aktiv {
    background-color: rgba(255, 255, 255, 0.3);
}

.admin_label {
    min-width: 200px;
    text-align: right;
    vertical-align: top;
    padding-top: 10px;
}

.admin_value {
    min-width: 700px;
}

.admin_text, .admin_textarea {
    width: 600px;
    font-size: 100%;
}

.admin_select {
    width: 614px;
    font-size: 100%;
}

.eredmeny_cell {
    width: 100px !important;
}

.admin_file {
    width: calc(600px - 13px);
    border: 1px solid gray;
    background-color: #ccc;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 100%;
}

.admin_file:hover {
    background-color: #ddd;
}

.kep_van {
    background-color: #C6EFCE;
}

.kep_van:hover {
    background-color: #93EFA4;
}

.file_img {
    width: 35px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.file_title {
    vertical-align: middle;
}

input[type="file"] {
    display: none;
}

.admin_button {
    padding-top: 10px;
    text-align: center;
}

.admin_tooltip {
    font-size: 80%;
    text-align: justify;
    padding: 5px 0px 10px 0px;
    width: 614px;
}

#eredmeny_tablazat {
    display: none;
}

#admin_users {
    font-size: 80%;
}

#banner_msg {
    margin: 20px 0px;
    padding: 0px 10px;
}

.deleted {
    background-color: indianred;
}

.szalagmenu {
    background-color: rgba(0,0,0,0.4);
    color: whitesmoke;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    margin-top: 1px;
}

.szalagmenu:hover {
    cursor: pointer;
}

.szalagmenu div {
    float: left;
    padding: 0px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.tiltott {
    color: darkred;
    background-color: indianred;
}

.szalag_content {
    background-color: azure;
    padding: 20px 10px;
    display: none;
    border: 2px solid cornflowerblue;
}

.user_content {
    background-color: azure;
    padding: 20px 10px;
    text-align: center;
    border: 2px solid cornflowerblue;
}

.user_ssz {
    text-align: left;
    width: 55px;
}

.user_nev {
    width: 300px;
}

.user_logo {
    height: 100%;
}

.user_logo img {
    max-height: 30px;
    max-width: 30px;
    vertical-align: middle;
}

.user_email {
    width: 280px;
}

.user_rang {
    width: 240px;
}

.user_feltoltve {
    margin-right: 20px;
    font-size: 90%;
}

.user_btn {
    float: right !important;
}

.user_jog {
    display: none;
    height: auto;
    padding: 2px;
}

.uj_media_tipusok {
    display: none;
}

.label_link {
    cursor: pointer;
}

.disabled {
    display: none;
}


/* EGYESÜLET */
#egyesulet {
    text-align: center;
    width: 100%;
}

#egyesulet table {
    display: inline-block;
    border-collapse: collapse;
}

#egyesulet table td  {
    width: 45%;
    text-align: left;
    border: 2px solid #545454;
}

#szponzor_csapat_sor {
    display: none;
}

#szponzor_hiba {
    color: red;
    font-size: 90%;
}

.uj_media_tipusok {
    background-color: rgba(0,0,0,0.2);
}



/*              <<==--   FOTÓALBUM   --==>>              */
div.gallery {
    background-color: rgba(120,99,84,0.85);
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    float: inherit;
    width: auto;
    height: auto;
    vertical-align: middle;
    z-index: 2000;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.topright {
    position: absolute;
    font-size: 200%;
    top: 5px;
    left: 25px;
    text-align: center;
    color: whitesmoke;
    display: inline-block;
    z-index: 2001;
    text-shadow: 0px 0px 20px black;
}

div.topright:hover {
    cursor: pointer;
    font-size: 180%;
}

div.galeria {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px;
    background-color: #bbbbbb;
    z-index: 2000;
}

div.precontainer {
    position: relative;
    float: left;
    width: 80%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
}

div.preview {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    /*border: 4px solid #6f4a4a;*/
    /*background-color: #6f4a4a;*/
    position: relative;
}

#kep {
    object-fit: contain;
    position: relative;
    width: 98%;
    margin-left: 2%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

div.kepfig {
    position: absolute;
    display: inline-block;
    height: auto;
    line-height: auto;
    width: auto;
    padding: 5px;
    left: 45%;
    color: #ffffff;
    text-shadow: 0px 0px 2px black;
    background-color: black;
    opacity: 0;
    bottom: 0px;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
}

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

div.arrows a {
	height: 100%;
    display: inherit;
    padding-left: 5%;
    padding-right: 5%;
    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: 25%;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}

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

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

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

h5.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;
}



#thumbnails {
    position: absolute;
    height: auto;
    max-width: 20%;
    width: auto;
    top: 1%;
    bottom: 1%;
    left: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    vertical-align: middle;
}

.scroll {
    height: auto;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.scroll img {
    height: auto;
    width: 95%;
    border: 4px solid #441108;
    /*border-radius: 8px;*/
    margin: 10px auto;
    position: relative;
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    opacity: 0.3;
}

.scroll img:hover {
	border: 4px solid #441108;
	cursor: pointer;
}

#media_szures {
    position: relative;
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    /*border-radius: 10px;*/
    background-color: rgba(0,0,0,0.8);
    color: floralwhite;
}

#szures_opciok {
    /*border-radius: 5px;*/
    background-color: rgba(255,255,255,1);
    display: inline-block;
    padding: 2px 10px;
    margin: 5px;
    color: black;
}

.media_szures {
    display: inline-block;
}



/*              <<==--   RESPONSIVE   --==>>              */
@media only screen
and (max-width: 5000px) {
    body {font-size: 14pt}
    #tartalom {width: 1420px;}
    .content {width: 1420px;}
        #content {width: 1040px;}
        #oldalsav {width: 350px;}
}


@media only screen
and (max-width: 1459px) {
    body {font-size: 12pt}
    .header_tartalom {width: 800px;}
    .fomenuelem ul {top: 24px;}
    #tartalom {width: 1160px;}
    .content {width: 1140px;}
        #content {width: 845px;}
        #oldalsav {width: 285px;}
    .log_label {min-width: 150px;}
    .log_val, .log_note {min-width: 190px;}
    #naptar {width: 275px;}
    .facebook {width: 280px;}
    .video_keret {width: 550px;}
    iframe {width: 500px; height: 280px;}
    .user_ssz {width: 35px;}
    .user_nev {width: 220px;}
    .user_email {width: 240px;}
    .user_rang {width: 210px;}
    .admin_label {min-width: 160px;}
    .media_video {width: 500px; min-height: 280px;}
    .media_audio {width: 400px;}
    .media_img_mini {width: 300px; height: 300px;}
    #header_kep {background: url('files/img/banner2.jpg');}
    #banner2 {display: inline-block;}
    #banner1, #banner3 {display: none;}
    #retroe_frame {height: 1183px;}
}


@media only screen
and (max-width: 1199px) {
    body {font-size: 12pt}
    .header_tartalom {width: 650px;}
    .fomenuelem ul {top: 24px;}
    #tartalom {width: 920px;}
    .content {width: 920px;}
        #content {width: 665px;}
        #oldalsav {width: 225px;}
    #loginbox, #regbox {width: 100%; float: none; padding-top: 20px;}
    #keres_gomb, #login_gomb {font-size: 99%;}
    #regbox {border-top: 2px solid gray;}
    #naptar {width: 215px; height: 250px;}
    .video_keret {width: 100%;}
    .facebook {float: none;}
    iframe {width: 560px; height: 315px;}
    .user_ssz {width: 30px;}
    .user_nev {width: 180px;}
    .user_email {width: 170px;}
    .user_rang {width: 150px;}
    .admin_label {min-width: 140px;}
    .admin_value {min-width: 460px;}
    .admin_file {width: calc(450px - 13px);}
    .admin_text, .admin_textarea {width: 450px;}
    .admin_select, .admin_tooltip {width: 464px}
    .media_video {width: 560px; min-height: 315px;}
    .media_audio {width: 300px;}
    .media_img_mini {width: 200px; height: 200px;}
    .media_cim {position: relative; top: 0px; margin-bottom: 5px; font-size: 150%;}
    .almenu {min-width: 100px;}
     #header_kep {background: url('files/img/banner3.jpg');}
    #banner3 {display: inline-block;}
    #banner1, #banner2 {display: none;}
    #retroe_frame {height: 931px;}
}


@media only screen
and (max-width: 959px) {
    body {font-size: 11pt}
    #tartalom {width: 95%;}
    .content {width: 95%;}
        #content {width: 100%; padding: 0px !important; margin-right: 0;}
        #oldalsav {display: none}
    #header {display: none !important;}
    #hirek_bg {display: none;}
    .header_tartalom {top: auto; bottom: 0px; width: 700px; text-align: left; background: none; z-index: 10; position: relative; left: 0;}
    #menu {height: 48px; line-height: 48px; position: absolute; top: 0px;}
    .menu {position: fixed; top: 0px; width: 100%; height: 100%; left: -100%; z-index: 1000; background-color: #333333; font-size: 150%; overflow-y: scroll; text-align: center;}
    #menu_content {width: 700px; margin-left: auto; margin-right: auto;}
    .menu_ikon {margin: 6px 5px;}
    .menu_ikon:hover {margin: 4px 3px;}
    #telmenu_header {display: inline-block; position: fixed; top: 0px; left: -100%; z-index: 1001; background-color: #333333;}
    .telmenu_terkoz {display: inline-block; margin-top: 50px;}
    #menu_kezdolap {display: inline-block}
    .fomenuelem {width: 100%; height: auto; text-align: left; font-size: 200%; margin: 15px 20px;}
    .fomenuelem ul {position: relative; top: 10px; left: 2%; height: auto}
    .fomenuelem div {background: none; margin: 10px 20px;}
    #icons {display: inline-block; position: absolute; right: 10px; top: -30px; z-index: 20;}
    #login_box {float: none; display: inline-block}
    footer .content {padding: 0px !important;}
    .hir_zene {position: relative}
    .media_img_mini {width: 300px; height: 300px;}
    .media_szoveg {margin-top: 0px;}
    .media_audio {width: 560px;}
    .almenu {padding: 1%; margin: 1%; min-width: 100px;}
    .margin-lg {margin-top: 60px !important;}
    #retroe_frame {height: 931px;}
}


@media only screen
and (max-width: 739px) {
    body {font-size: 11pt; overflow-x: hidden;}
    #icons {right: 20px;}
    #keres {display: none;}
    #keres_gomb {display: none;}
    #login_gomb {display: none;}
    #login_box {float: left; margin: 0px 10px;}
    .header_tartalom {width: 530px;}
    #menu_content {width: 530px;}
        #oldalsav {display: none}
    iframe {max-width: 500px; max-height: 285px;}
    .csapat_logo {max-width: 75px; max-height: 75px;}
    .user_nev {width: 200px;}
    .user_email {display: none}
    .user_rang {width: 180px;}
    .admin_value {min-width: 350px;}
    .admin_file {width: calc(300px - 13px);}
    .admin_text, .admin_textarea {width: 300px;}
    .admin_select, .admin_tooltip {width: 314px}
    .media_video {width: 480px; min-height: 270px;}
    .media_audio {width: 480px;}
    .media_img_mini {width: 200px; height: 200px; border: 2px solid black;}
    .szures_select {width: 150px;}
    #retroe_frame {height: 721px;}
}


@media only screen
and (max-width: 559px) {
    body {font-size: 10pt}
    .header_tartalom {width: 430px;}
    #menu_content {width: 430px;}
        #oldalsav {display: none}
    iframe {max-width: 420px; max-height: 240px;}
    .csapat_logo {max-width: 50px; max-height: 50px;}
    .user_ssz {width: 25px}
    .user_nev {width: 160px;}
    .user_rang {width: 130px;}
    .admin_label {min-width: 100px;}
    .admin_value {min-width: 300px;}
    .admin_file {width: calc(250px - 13px);}
    .admin_text, .admin_textarea {width: 250px;}
    .admin_select, .admin_tooltip {width: 264px}
    .media_video {width: 380px; min-height: 215px;}
    .media_audio {width: 380px;}
    .media_img_mini {width: 150px; height: 150px; margin: 2px 4px;}
    .szures_select {width: 110px;}
    .almenu {padding: 2%; margin: 2%;}
    #kin_naptar_keret {padding-top: 150%;}
}


@media only screen
and (max-width: 459px) {
    body {font-size: 8pt}
    h2 {text-align: center; font-size: 1.3em;}
    #menu_content {width: 270px;}
        #oldalsav {display: none}
    input[type="text"], input[type="date"], input[type="password"], textarea {min-width: 130px; width: 130px;}
    input[type="text"], input[type="date"], input[type="password"], input[type="number"] {height: 15px; line-height: 15px;}
    select {width: 145px; height: 25px}
    .log_label {min-width: 80px;}
    .log_val, .log_note {min-width: 130px;}
    iframe {max-width: 270px; max-height: 150px;}
    .facebook {float: none; width: 270px;}
    .user_nev {width: 140px;}
    .user_rang {display: none}
    td {padding: 3px 5px;}
    .admin_tartalom {padding: 5px; width: calc(100% - 10px);}
    .admin_label {min-width: 50px;}
    .admin_value {min-width: 200px;}
    .admin_file {width: calc(150px - 13px);}
    .admin_text, .admin_textarea {width: 150px !important;}
    .admin_select, .admin_tooltip {width: 164px}
    .media_video {width: 230px; min-height: 130px;}
    .media_audio {width: 230px;}
    .media_img_mini {width: 75px; height: 75px;}
    .media_szures {display: block}
    .almenu {padding: 3%; margin: 1.5% 1%; min-width: 24%;}
    .hir, .media {margin: 10px 0px; padding: 10px 10px;}
    .hasab1, .hasab2 {width: 100%; margin: 0;}
    .pages {font-size: 150%;}
    #kin_naptar_keret {padding-top: 200%;}
}


@media only screen
and (max-width: 299px) {
    header {width: 280px;}
}