/*menu font size*/
#mi24 #the-menu-left .is-menu-link,
#mi24 #the-menu-right .is-menu-link
{
	font-size: 25px;
}

/*left menu icon*************************************************************/

#mi24 #the-menu-left-icon-box
{
	width: 30px;
	padding: 35px 0px 0px 0px;
}

#mi24 #the-menu-left-icon
{
	font-size: 25px;
}

/*logo icon*******************************************************************/

#mi24 #the-menu-logo-icon-box
{
	/*padding: 17px 15px 0 0px;*/
	padding: 5px 15px 0 0px;
}

@media screen and (max-width: 530px)
{
	#mi24 #the-menu-logo-icon-box
	{
		display: none;
	}

}

#mi24 #the-menu-logo-icon
{
	/*font-size: 60px;*/
	font-size: 90px;
	/*line-height: 60px;*/
	line-height: 90px;
}

/*arrow down****************************************************************/

#mi24 #the-menu-arrow-down-box
{
	padding: 35px 0px 0px 0px;
}

#mi24 #the-menu-arrow-down
{
	font-size: 25px;
}

/*claim***********************************************************************/

#mi24 #the-menu-claim-box
{
	padding: 35px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#mi24 #the-menu-claim-box h1
{
	margin-bottom: 0px;
}

/*top menu*******************************************************************/

#mi24 #the-menu-top
{
	/*distance from top*/
	padding: 24px 0px 0px 0px;
}

#mi24 #the-menu-top button.is-round.is-big
{
	/*top menu button*/
	min-width: auto;
	font-size: 19px;
	/*padding-top:4px;*/
}

#mi24 #the-menu-top button.is-round.is-big.is-transparent
{
	/*top menu button - transparent*/
	padding-left: 9px;
	padding-right: 9px;
}

#mi24 #the-menu-top button.is-round.is-big.is-prime,
#mi24 #the-menu-top button.is-round.is-big.is-transparent.is-item-2
{
	/*top menu button - prime*/
	padding-left: 19px;
	padding-right: 19px;
}

#mi24 #the-menu-top button i
{
	/*top menu icon*/
	display: none;
}

#mi24 #the-menu-top button.is-prime i
{
	/*top menu icon - prime*/
	color: white;
}

#mi24 #the-menu-top button .is-text
{
	/*top menu text*/
	position: relative;
	top: -3px;
}

/*right menu icon************************************************************/

#mi24 #the-menu-right-icon-box
{
	display: none;

	width: 30px;
	padding: 35px 0px 0px 10px;
}

#mi24 #the-menu-right-icon
{
	font-size: 22px;
}

/*change from text to icon***************************************************/

/*item 4*/
@media screen and (max-width: 800px)
{
	/*change from text to icon*/
	/*#mi24 #the-menu-top button.is-big.is-transparent.is-item-4*/
	/*{*/
	/*	padding: 0px 0px 0px 0px;*/
	/*}*/
	/*#mi24 #the-menu-top .is-item-4 .is-text*/
	/*{*/
	/*	display: none;*/
	/*}*/
	/*#mi24 #the-menu-top .is-item-4 i*/
	/*{*/
	/*	display: inline;*/
	/*}*/
}

/*item 3*/
@media screen and (max-width: 800px)
{
	/*change from text to icon*/
	/*#mi24 #the-menu-top button.is-big.is-transparent.is-item-3*/
	/*{*/
	/*	padding: 0px 0px 0px 0px;*/
	/*}*/
	/*#mi24 #the-menu-top .is-item-3 .is-text*/
	/*{*/
	/*	display: none;*/
	/*}*/
	/*#mi24 #the-menu-top .is-item-3 i*/
	/*{*/
	/*	display: inline;*/
	/*}*/
}

/*item 2*/
@media screen and (max-width: 800px)
{
	/*change from text to icon*/
	/*#mi24 #the-menu-top button.is-big.is-transparent.is-item-2*/
	/*{*/
	/*	padding: 0px 0px 0px 0px;*/
	/*}*/
	/*#mi24 #the-menu-top .is-item-2 .is-text*/
	/*{*/
	/*	display: none;*/
	/*}*/
	/*#mi24 #the-menu-top .is-item-2 i*/
	/*{*/
	/*	display: inline;*/
	/*}*/
}

/*item 1*/
@media screen and (max-width: 600px)
{
	/*change from text to icon*/
	#mi24 #the-menu-top button.is-big.is-transparent.is-item-1
	{
		padding: 0px 0px 0px 0px;
	}

	#mi24 #the-menu-top button.is-big.is-prime.is-item-1
	{
		/*only necessary for item 1*/
		padding: 1px 9px 0px 8px;
	}

	#mi24 #the-menu-top .is-item-1 .is-text
	{
		display: none;
	}

	#mi24 #the-menu-top .is-item-1 i
	{
		display: inline;
	}
}

/*hide/move from top menu to right menu***************************************/

/*prepare all items*/
#mi24 #the-menu-right .is-item-5,
#mi24 #the-menu-right .is-item-4,
#mi24 #the-menu-right .is-item-3,
#mi24 #the-menu-right .is-item-2,
#mi24 #the-menu-right .is-item-1
{
	display: none;
}

/*decide when to show right icon*/
@media screen and (max-width: 550px)
{
	/*show context menu icon - when move from top menu to right menu*/
	#mi24 #the-menu-right-icon-box
	{
		display: block;
	}
}

/*item 5*/
@media screen and (max-width: 690px)
{
	/*move from top menu to right menu*/
	#mi24 #the-menu-top .is-item-5
	{
		display: none;
	}

	#mi24 #the-menu-right .is-item-5
	{
		display: block;
	}
}

/*item 4*/
@media screen and (max-width: 550px)
{
	/*move from top menu to right menu*/
	#mi24 #the-menu-top .is-item-4
	{
		display: none;
	}

	#mi24 #the-menu-right .is-item-4
	{
		display: block;
	}
}

/*item 3*/
@media screen and (max-width: 450px)
{
	/*move from top menu to right menu*/
	#mi24 #the-menu-top .is-item-3
	{
		display: none;
	}

	#mi24 #the-menu-right .is-item-3
	{
		display: block;
	}
}

/*item 2*/
@media screen and (max-width: 680px)
{
	/*move from top menu to right menu*/
	#mi24 #the-menu-top .is-item-2
	{
		display: none;
	}

	#mi24 #the-menu-right .is-item-2
	{
		display: block;
	}
}

/*item 1*/
@media screen and (max-width: 100px)
{
	/*move from top menu to right menu*/
	#mi24 #the-menu-top .is-item-1
	{
		display: none;
	}

	#mi24 #the-menu-right .is-item-1
	{
		display: block;
	}
}
