/* MENUS - Menu Item */


.f2-menu_bar {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.65);
}
.f2-top_menu,
.f2-menu_bar {
  position: relative;
  z-index: 55;
}
.f2-top_menu .active.w3-button:focus,
.f2-menu_bar .active.w3-button:focus,
.f2-top_menu .active.w3-button:hover,
.f2-menu_bar .active.w3-button:hover {
  border-bottom: 3px solid var(--roza) !important;
}
.f2-top_menu .f2-menu_item,
.f2-menu_bar .f2-menu_item {
  display: inline-flex;
  padding: 8px;
  cursor: pointer;
  font-size: var(--size_icon);
  position: relative;
  z-index: 60;
}
@media only screen and (min-width:721px) {
  .f2-top_menu .f2-menu_item,
  .f2-menu_bar .f2-menu_item {
    padding: 8px 16px;
  }
}
.f2-top_menu .active,
.f2-menu_bar .active {
  border-bottom: 3px solid var(--roza);
}
.f2-top_menu .active i,
.f2-menu_bar .active i {
  color: var(--bela);
}
.f2-top_menu .unread,
.f2-menu_bar .unread {
  top: auto;
  right: 10px;
}




#f2_top_band_for_popups{
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 50;
  height:70px; /* povečal zaradi 2 vrstičnih naslovov */
}
#f2_top_filler_for_popups{
  height:54px;
  /* height:155px;*/
}
/* skrivanje fixnega top menuja na scroll */
#f2_top_band_for_popups.headroom--pinned.headroom--top {
    transform: translateY(0%);
}
#f2_top_band_for_popups.headroom--not-top.headroom--unpinned {
	transform: translateY(-100%);
}
	
#f2_top_band {
  background-color: var(--black) !important;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 50;
  height: 55px;
}
#f2_top_filler{
	height: 55px;
}
@media only screen and (min-width:721px) {
  #f2_top_band {
    height: 67px;
  }
  #f2_top_filler{
	height: 67px;
	}
}

#f2_top_inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  z-index: 51;
  height: 55px;
}
#f2_top_inner.bgts {
    height: 67px;
}
@media only screen and (min-width:721px) and (max-width:960px) {
  #f2_top_inner {
    height: 67px;
    padding: 0;
  }
}
@media only screen and (min-width:961px) {
  #f2_top_inner {
    height: 67px;
    padding: 0;
  }
}
#f2_top_inner .flagx {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 25px;
  background: url('/st2/img/ico/ico-sprite-flags-38.png') no-repeat;
  width: 24px;
  height: 16px;
  background-size: 24px;
  vertical-align: bottom;
  margin-top: 6px;
}
#f2_top_inner #f2_langs {
  background-color: var(--temno_siva) !important;
  min-width: auto;
  position: fixed;
  margin-top: 4px;
}
@media only screen and (min-width:721px) {
  #f2_top_inner #f2_langs {
    margin-top: 12px;
  }
}
.f2-home {
  background-color: var(--trans) !important;
  height: 0px;
  z-index: 4;
  position: relative;
  margin-top: 55px;
}
@media only screen and (min-width:721px) {
  .f2-home {
    margin-top: 67px;
  }
}


.popupHeader {position: relative; top: 0; left: 0; background: var(--temno_siva); z-index: 10;}
.popupHeader .f2-header-inner {max-width: 800px; margin: 0 auto;} /*832px*/

.popupHeader #f2_top_inner {width: 100%; max-width: 100%; padding: 0; margin: 0;}


.popupContent.f2-page-content .bgts.f2-page-content {width: 100%; max-width: 800px; margin: 0; padding: 0;}

.f2-top_menu {display: flex; justify-content: space-between; align-items: center;}
.f2-top_menu .f2_logo {width: 80px; min-width: 70px; height: 35px; }
.f2-top_menu .f2_logo img {width: auto; height: 35px;}
.f2-top_menu .f2_rightMenu {display: flex; height: 67px; justify-content: space-between;align-items: center;}

.f2-top_menu .f2_rightMenu .button {border: none; border-bottom: 3px solid transparent; position: relative; padding: 0 13px; padding-top: 3px; cursor: pointer; display: flex; align-items: center; height: 100%; background: none;}
.f2-top_menu .f2_rightMenu .button.active,
.f2-top_menu .f2_rightMenu .button:hover {border-bottom: 3px solid var(--roza);}
.f2-top_menu .f2_rightMenu .button.active i.icon,
.f2-top_menu .f2_rightMenu .button:hover i.icon {color: #fff;}
.f2-top_menu .f2_rightMenu .button > .unread {top: 18px;}
.f2-top_menu .f2_rightMenu .button .dropdown_overlay {position: absolute; top: 67px; right: 0; width: 320px;}
.f2-top_menu .f2_rightMenu .button .dropdown_overlay i.ff2-sending:before {margin-right: 0;} 

#f2_top_band_for_popups .popupHeader {background: transparent;}
#f2_top_band_for_popups .popupHeader .f2-header-inner {background: var(--temno_siva); position: relative; z-index: 55;height:70px; display: flex; align-items: center;}  /* povečal height zaradi 2 vrstičnih naslovov */
#f2_top_band_for_popups .popupHeader .f2-header-inner h3 {padding: 9px 0;} /* zmanjšal iz 13px zaradi 2 vrstičnih naslovov  */
#f2_top_band_for_popups .popupHeader .f2-header-inner h3 span {display: block; padding: 0; margin: 0;}
#f2_top_band_for_popups .popupHeader .topOptions  {background: var(--temno_siva); padding: 0; position: relative;}
#f2_top_band_for_popups .popupHeader .topOptions button {padding-top: 30px;}
#f2_top_band_for_popups .popupHeader .topOptions button span {color: var(--svetlo_plava);}
#f2_top_band_for_popups .popupHeader .topOptions button:hover span {text-decoration: underline;}
#f2_top_band_for_popups .popupHeader .topOptions button:hover a span {text-decoration: none;}
#f2_top_band_for_popups .popupHeader .topOptions button.active span {color: #fff;}
#f2_top_band_for_popups .popupHeader .topOptions button.active:hover span {text-decoration: none;}
#f2_top_band_for_popups .popupHeader .topOptions button a span {text-decoration: none;}
#f2_top_band_for_popups .popupHeader #f2_event_menu_top {position: relative;}
#f2_top_band_for_popups .popupHeader #f2_event_menu_top .f2-cal-3layer {margin: 0; position: absolute; top: 0; left: 0;}


#f2_top_band_for_popups.f2-privateParty  .popupHeader .topOptions button {padding-top: 0;}

#f2_event_menu_top .f2_topPageNav{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 0 8px;
}
#f2_top_band_for_popups .popupHeader #f2_event_menu_top .f2_topPageNav {justify-content: flex-start; padding-left: 135px;}

@media only screen and (max-width:960px) {
	.f2_logo {margin-left: 20px;}
	
}


@media only screen and (max-width:720px) {
 .f2-top_menu .f2_rightMenu {height: 55px;}
 .f2-top_menu .f2_rightMenu .button .dropdown_overlay {top: 55px;}
 .f2-top_menu .f2_rightMenu .button > .unread {top: 11px;}
 
 #f2_main_menu .f2-top_band .f2-btn {padding-right: 0;}
 
 
#f2_top_band_for_popups .popupHeader #f2_event_menu_top .f2_topPageNav {padding-left: 103px;}
}

@media only screen and (max-width:500px) {
	.f2-top_menu .f2_rightMenu .button {position: static;}
	.f2-top_menu .f2_rightMenu i.icon {position: relative;} 
	.f2-top_menu .f2_rightMenu i.icon span {right: 0;}
	.f2-top_menu .f2_rightMenu .button .dropdown_overlay {left: 0; right: 0; max-width: 100%; width: 100%;}
	.f2-top_menu .f2_rightMenu .button .dropdown_overlay .f2-pop2 {max-width: 100%; width: 100%;}
	.f2-top_menu .f2_rightMenu .button .dropdown_overlay .f2-pop2 .f2-btn_roza.f2-w100 {max-width: 100%;}
	
	.f2-top_menu .f2_rightMenu .button {padding: 0 5px; margin-right: 5px;}

}











