#us25 button.is-round.is-big
{
	/*font-size: 26px;*/
	/*padding: 0px 19px 0px 19px;*/
	/*min-width: 202px;*/
}

/*header**********************************************************************/

#us25 header
{
	height: 100px;
	/*height: 120px;*/
	min-width: 390px;
	/*min-width: 435px;*/

	/*if you want a scrolling header*/
	/*position: static;*/
}

/*main************************************************************************/
#us25 main
{
	min-width: 390px;
	/*min-width: 435px;*/
}

/*footer***********************************************************************/
#us25 footer
{
	min-width: 390px;
	/*min-width: 435px;*/
}

/*menu font size*/
/*#us25 #the-menu-left .is-menu-link,*/
/*#us25 #the-menu-right .is-menu-link*/
{
/*font-size: 25px;*/
}

/*left menu icon*************************************************************/

#us25 #the-menu-left-icon-box
{
	width: 30px;
	padding: 35px 0px 0px 0px;
}

#us25 #the-menu-left-icon
{
	font-size: 25px;
}

/*logo icon*******************************************************************/

#us25 #the-menu-logo-icon-box
{
	padding: 39px 10px 0px 0px;
}

#us25 #the-menu-logo-icon
{
	font-size: 25px;
}

/*item 1*/
@media screen and (max-width: 515px)
{
	/*hide*/
	#us25 #the-menu-logo-icon-box
	{
		display: none;
	}
}

/*arrow down****************************************************************/

#us25 #the-menu-arrow-down-box
{
	padding: 35px 0px 0px 0px;
}

#us25 #the-menu-arrow-down
{
	font-size: 25px;
}

/*claim***********************************************************************/

#us25 #the-menu-claim-box
{
	padding: 30px 0px 0px 0px;
}

#us25 #the-menu-claim-box h1
{
	margin-bottom: 0px;
}

/*top menu*******************************************************************/

#us25 #the-menu-top
{
	/*distance from top*/
	padding: 33px 0px 0px 0px;
}

#us25 #the-menu-top button.is-round.is-big
{
	/*top menu button*/
	/*padding-top:4px;*/
}

#us25 #the-menu-top button.is-round.is-big.is-transparent
{
	/*top menu button - transparent*/
	/*padding-left:9px;*/
	/*padding-right:9px;*/
}

#us25 #the-menu-top button.is-round.is-big.is-prime
{
	/*top menu button - prime*/
	/*padding-left:19px;*/
	/*padding-right:19px;*/
}

#us25 #the-menu-top button i
{
	/*top menu icon*/
	display: none;
}

/*#us25 #the-menu-top button.is-prime i*/
/*{*/
/*	!*top menu icon - prime*!*/
/*	color: white;*/
/*}*/

#us25 #the-menu-top button .is-text
{
	/*top menu text*/
	position: relative;
	top: -3px;
}

/*right menu icon************************************************************/

#us25 #the-menu-right-icon-box
{
	display: none;

	width: 30px;
	padding: 35px 0px 0px 10px;
}

#us25 #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*/
	/*#us25 #the-menu-top button.is-big.is-transparent.is-item-4*/
	/*{*/
	/*	padding: 0px 0px 0px 0px;*/
	/*}*/
	/*#us25 #the-menu-top .is-item-4 .is-text*/
	/*{*/
	/*	display: none;*/
	/*}*/
	/*#us25 #the-menu-top .is-item-4 i*/
	/*{*/
	/*	display: inline;*/
	/*}*/
}

/*item 3*/
@media screen and (max-width: 100px)
{
	/*change from text to icon*/
	/*#us25 #the-menu-top button.is-big.is-transparent.is-item-3*/
	/*{*/
	/*	padding: 0px 0px 0px 0px;*/
	/*}*/
	/*#us25 #the-menu-top .is-item-3 .is-text*/
	/*{*/
	/*	display: none;*/
	/*}*/
	/*#us25 #the-menu-top .is-item-3 i*/
	/*{*/
	/*	display: inline;*/
	/*}*/
}

/*item 2*/
@media screen and (max-width: 100px)
{
	/*change from text to icon*/
	/*#us25 #the-menu-top button.is-big.is-transparent.is-item-2*/
	/*{*/
	/*	padding: 0px 0px 0px 0px;*/
	/*}*/
	/*#us25 #the-menu-top .is-item-2 .is-text*/
	/*{*/
	/*	display: none;*/
	/*}*/
	/*#us25 #the-menu-top .is-item-2 i*/
	/*{*/
	/*	display: inline;*/
	/*}*/
}

/*item 1*/
@media screen and (max-width: 510px)
{
	/*change from text to icon*/
	#us25 #the-menu-top button.is-big.is-transparent.is-item-1
	{
		padding: 0px 0px 0px 0px;
	}

	#us25 #the-menu-top button.is-big.is-prime.is-item-1
	{
		/*only necessary for item 1*/
		padding: 1px 9px 0px 9px;
	}

	#us25 #the-menu-top .is-item-1 .is-text
	{
		display: none;
	}

	#us25 #the-menu-top .is-item-1 i
	{
		display: inline;
	}
}

/*hide/move from top menu to right menu***************************************/

/*prepare all items*/
#us25 #the-menu-right .is-item-5,
#us25 #the-menu-right .is-item-4,
#us25 #the-menu-right .is-item-3,
#us25 #the-menu-right .is-item-2,
#us25 #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*/
	#us25 #the-menu-right-icon-box
	{
		display: block;
	}
}

/*item 5*/
@media screen and (max-width: 100px)
{
	/*move from top menu to right menu*/
	#us25 #the-menu-top .is-item-5
	{
		display: none;
	}

	#us25 #the-menu-right .is-item-5
	{
		display: block;
	}
}

/*item 4*/
@media screen and (max-width: 100px)
{
	/*move from top menu to right menu*/
	#us25 #the-menu-top .is-item-4
	{
		display: none;
	}

	#us25 #the-menu-right .is-item-4
	{
		display: block;
	}
}

/*item 3*/
@media screen and (max-width: 430px)
{
	/*move from top menu to right menu*/
	#us25 #the-menu-top .is-item-3
	{
		display: none;
	}

	#us25 #the-menu-right .is-item-3
	{
		display: block;
	}
}

/*item 2*/
@media screen and (max-width: 100px)
{
	/*move from top menu to right menu*/
	#us25 #the-menu-top .is-item-2
	{
		display: none;
	}

	#us25 #the-menu-right .is-item-2
	{
		display: block;
	}
}

/*item 1*/
@media screen and (max-width: 100px)
{
	/*move from top menu to right menu*/
	#us25 #the-menu-top .is-item-1
	{
		display: none;
	}

	#us25 #the-menu-right .is-item-1
	{
		display: block;
	}
}

