/*-------------------------------------------------------------------

 Copyright: Lonbit Sp. z o.o.

 [MODULE] Menu

-------------------------------------------------------------------*/


.header_menu
{
  height: 40px;
  padding-top: 0px;
  padding-left: 10px;
  font-size: 24px;
  font-family: 'Titillium Web', sans-serif;
  color: white;
  overflow: hidden;
  background: #FF001E;
  margin-bottom: 5px;
}

.header_menu ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.header_menu ul li
{
  display: inline-block;
  margin-left: 0px;
  height: 38px;
  padding-top: 2px;
  padding-left: 7px;
  padding-right: 7px;
}

.header_menu ul li.on, .header_menu ul li.on2
{
  background: white;
  color: #1D3A88;
}

.header_menu ul li .icon_home
{
  display: inline-block;
  background: url(../_images/menu_home.png) no-repeat 0 0;
  width: 24px;
  height: 20px;
  position: relative;
  top: 2px;
}

.header_menu ul li .icon_mobile
{
  display: inline-block;
  background: url(../_images/menu_mobile.png) no-repeat 0 0;
  width: 24px;
  height: 20px;
  position: relative;
  top: 2px;
}

.header_menu ul li .icon_desktop
{
  display: inline-block;
  background: url(../_images/menu_desktop.png) no-repeat 0 0;
  width: 24px;
  height: 20px;
  position: relative;
  top: 2px;
}

.header_menu ul li.on2 .icon_home,
.header_menu ul li.on2 .icon_mobile,
.header_menu ul li.on2 .icon_desktop
{
  background-position: 0 -20px;
}


.header_menu ul li.on
{
  background: white;
  color: #1D3A88;
  height: 36px;
}

.header_menu ul li.on a, .header_menu ul li.on2 a
{
  color: #1D3A88;
}

.header_menu ul li.on a:hover, .header_menu ul li.on2 a:hover
{
  background: #fff;
}


.header_menu ul li a
{
  color: white;
  text-decoration: none
}


/* ACK */
.header_menu_sub
{
  position: absolute;
  background: white;
  padding: 12px;
  width: 962px;
  min-height: 300px;
  z-index: 10;
  border: 2px solid #1D3A88;
  border-top: 0px;
}

/* ACK */
.header_menu_sub ul
{
  color:#1D3A88;
  font-size: 16px;
  padding: 0px;
  list-style-type: none;
}

.header_menu_sub ul a
{
  color: #1D3A88;
  text-decoration: none;
}

/* ACK */
.header_menu_sub li
{
  padding: 5px;
  cursor: pointer;
  cursor: hand;
  margin-bottom: 14px;
}



/* ACK */
.header_menu_sub li.smon
{
  background: #F5F5F5;
}

/* ACK */
.header_menu_sub li.smon a
{
}

.menu_sub_items, .menu_sub_content
{
  float: left;
  width: 428px;
  padding: 10px 20px;
  padding-right: 32px;
  min-height: 300px;
}

.menu_sub_content_live
{
  width: 428px;
  height: 300px;
}

.menu_sub_content_live .title, .menu_sub_content_live .item_title
{
  color: #1D3A88;
  font-size: 26px;
  text-align: center;
}

.menu_sub_content_live .item_title
{
  font-size: 16px;
  margin-top: 18px;
  text-align: left;
  padding-bottom: 4px;
}

.menu_sub_content_live .item_title a
{
  text-decoration: none;
}

.menu_sub_content_live .image
{
  float: left;
  max-width: 180px;
  overflow: hidden;
}

.menu_sub_content_live .live_desc
{
  float: left;
  height: 210px;
  width: 220px;
  padding-left: 20px;
  padding-top: 5px;
  overflow: hidden;
  font-size: 13px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

.menu_sub_content_live .live_desc ul
{
  line-height: 16px;
  color: black;
  font-size: 13px;
  font-weight: normal;
}



.menu_sub_border
{
  border-right: 1px solid #ECECEC;
}


.mainmenu_item.cur
{
    background-color: #af2232;
    color: yellow;
}

.mainmenu_item.cur a
{
    color: white;
}