/* Címsorok */
h1,h2,h3,h4,h5,h6  {font-weight: bold;}

/* Logó :hover effekt */
#Top_bar #logo img {transition: all .2s ease-in-out;}
#Top_bar #logo img:hover {transform: scale(1.1)}

/* Subheader H1 színe */
#Subheader .title {color: #111111; font-weight: bold;}

/*  Osztály elemek vissza pozicionálására */
.moveup {margin-top: -30px;}

/* Osztály fehér betűszínre */
.white {color: #FFFFFF !important;}

/* Osztály csak nagybetűkre */
.uppercase {text-transform: uppercase;}

/* Top Bar háttérkép */
#Top_bar {background: url('/wp-content/uploads/2015/12/bottom-header-bg.png') repeat top center;}

/* Action Bar háttérkép */
#Action_bar {background: url('/wp-content/uploads/2015/12/top-header-bg.png') repeat top center; font-size: 14px;}

/* Kezdőlap szekciók */
#kezdolap-terkep {border-top: 1px solid #c8c8c8;}

/* Felsorolás */
.column_column ul li, .column_visual ul li, .mfn-acc ul li, .ui-tabs-panel ul li, .the_content_wrapper ul li {
    list-style: none outside;
    list-style-image: url("/wp-content/uploads/2015/12/ul-bullet.png");
    margin-bottom: 20px; 
    /*color: #626262;*/
}

/* Nyitva tartás */
.opening_hours .opening_hours_wrapper li:last-child {border-bottom: 1px dashed rgba(0,0,0,.08); padding-bottom: 15px; margin-bottom: 15;}

/* Termék kat. dobozok*/
.termek-kategoriak h4 { background-color: #ce6a27; padding: 8px; color: #fff;}
.termek-kategoriak a:hover {text-decoration: none;}
.termek-kategoriak a:hover > h4 {background-color: #b04f0e;}
.termek-kategoriak img {transition: all .2s ease-in-out;}
.termek-kategoriak img:hover {transform: scale(0.9)}
.termek-kategoriak ul li {margin-bottom: 5px;}

@media screen and (min-width: 480px) and (max-width: 767px){
	#Action_bar{
		position:fixed !important;
		top:0;
	}
	#Top_bar{
		margin-top:82px;
	}
}

@media screen and (max-width: 479px){
	#Action_bar{
		position:fixed !important;
		top:0;
	}
	#Top_bar{
		margin-top:106px;
	}
}

.current-menu-item {
    background: #CE6A40;
    color: #fff;
}

.current-menu-item a {
    background: #CE6A40;
    color: #fff !important;
}