
/************************************ Full Page patterns ************************************/
/*************************************************************************************/

/****************** Full 1-2-1-1 pattern ******************/
@media screen and (min-width: 991px) { /* 1 items */
	.Full_1-2-1-1 > DIV, .Full_1-2-1-1 > LI											{width:100%;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 2 items */
	.Full_1-2-1-1 > DIV, .Full_1-2-1-1 > LI											{width:48% !important;}
	.Full_1-2-1-1 > DIV:nth-of-type(2n+1), .Full_1-2-1-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_1-2-1-1 > DIV:nth-of-type(2n), .Full_1-2-1-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 1 items */
	.Full_1-2-1-1 > DIV, .Full_1-2-1-1 > LI											{width:100%;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_1-2-1-1 > DIV, .Full_1-2-1-1 > LI											{width:100%;}
}



/****************** Full 1-3-3-1 pattern ******************/
@media screen and (min-width: 991px) { /* 1 items */
	.Full_1-3-3-1 > DIV, .Full_1-3-3-1 > LI											{width:100%;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_1-3-3-1 > DIV, .Full_1-3-3-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_1-3-3-1 > DIV:nth-of-type(3n+1), .Full_1-3-3-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 3 items */
	.Full_1-3-3-1 > DIV, .Full_1-3-3-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_1-3-3-1 > DIV:nth-of-type(3n+1), .Full_1-3-3-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_1-3-3-1 > DIV, .Full_1-3-3-1 > LI											{width:100%;}
}



/****************** Full 2-1-1-1 pattern ******************/
@media screen and (min-width: 991px) { /* 2 items */
	.Full_2-1-1-1 > DIV, .Full_2-1-1-1 > LI											{width:48% !important;}
	.Full_2-1-1-1 > DIV:nth-of-type(2n+1), .Full_2-1-1-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_2-1-1-1 > DIV:nth-of-type(2n), .Full_2-1-1-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 1 items */
	.Full_2-1-1-1 > DIV, .Full_2-1-1-1 > LI											{width:100%;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 1 items */
	.Full_2-1-1-1 > DIV, .Full_2-1-1-1 > LI											{width:100%;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_2-1-1-1 > DIV, .Full_2-1-1-1 > LI											{width:100%;}
}



/****************** Full 2-2-1-1 pattern ******************/
@media screen and (min-width: 991px) { /* 2 items */
	.Full_2-2-1-1 > DIV, .Full_2-2-1-1 > LI											{width:48% !important;}
	.Full_2-2-1-1 > DIV:nth-of-type(2n+1), .Full_2-2-1-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_2-2-1-1 > DIV:nth-of-type(2n), .Full_2-2-1-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 2 items */
	.Full_2-2-1-1 > DIV, .Full_2-2-1-1 > LI											{width:48% !important;}
	.Full_2-2-1-1 > DIV:nth-of-type(2n+1), .Full_2-2-1-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_2-2-1-1 > DIV:nth-of-type(2n), .Full_2-2-1-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 1 items */
	.Full_2-2-1-1 > DIV, .Full_2-2-1-1 > LI											{width:100%;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_2-2-1-1 > DIV, .Full_2-2-1-1 > LI											{width:100%;}
}



/****************** Full 2-2-2-1 pattern ******************/
@media screen and (min-width: 991px) { /* 2 items */
	.Full_2-2-2-1 > DIV, .Full_2-2-2-1 > LI											{width:48% !important;}
	.Full_2-2-2-1 > DIV:nth-of-type(2n+1), .Full_2-2-2-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_2-2-2-1 > DIV:nth-of-type(2n), .Full_2-2-2-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 2 items */
	.Full_2-2-2-1 > DIV, .Full_2-2-2-1 > LI											{width:48% !important;}
	.Full_2-2-2-1 > DIV:nth-of-type(2n+1), .Full_2-2-2-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_2-2-2-1 > DIV:nth-of-type(2n), .Full_2-2-2-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 2 items */
	.Full_2-2-2-1 > DIV, .Full_2-2-2-1 > LI											{width:48% !important;}
	.Full_2-2-2-1 > DIV:nth-of-type(2n+1), .Full_2-2-2-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_2-2-2-1 > DIV:nth-of-type(2n), .Full_2-2-2-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_2-2-2-1 > DIV, .Full_2-2-2-1 > LI											{width:100%;}
}



/****************** Full 2-2-4-2 pattern ******************/
@media screen and (min-width: 991px) { /* 2 items */
	.Full_2-2-4-2 > DIV, .Full_2-2-4-2 > LI											{width:48% !important;}
	.Full_2-2-4-2 > DIV:nth-of-type(2n+1), .Full_2-2-4-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_2-2-4-2 > DIV:nth-of-type(2n), .Full_2-2-4-2 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 2 items */
	.Full_2-2-4-2 > DIV, .Full_2-2-4-2 > LI											{width:48% !important;}
	.Full_2-2-4-2 > DIV:nth-of-type(2n+1), .Full_2-2-4-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_2-2-4-2 > DIV:nth-of-type(2n), .Full_2-2-4-2 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 4 items */
	.Full_2-2-4-2 > DIV, .Full_2-2-4-2 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_2-2-4-2 > DIV:nth-of-type(4n+1), .Full_2-2-4-2 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Full_2-2-4-2 > DIV, .Full_2-2-4-2 > LI											{width:48% !important;}
	.Full_2-2-4-2 > DIV:nth-of-type(2n+1), .Full_2-2-4-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_2-2-4-2 > DIV:nth-of-type(2n), .Full_2-2-4-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Full 3-2-1-1 pattern ******************/
@media screen and (min-width: 991px) { /* 3 items */
	.Full_3-2-1-1 > DIV, .Full_3-2-1-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-2-1-1 > DIV:nth-of-type(3n+1), .Full_3-2-1-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 2 items */
	.Full_3-2-1-1 > DIV, .Full_3-2-1-1 > LI											{width:48% !important;}
	.Full_3-2-1-1 > DIV:nth-of-type(2n+1), .Full_3-2-1-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_3-2-1-1 > DIV:nth-of-type(2n), .Full_3-2-1-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 1 items */
	.Full_3-2-1-1 > DIV, .Full_3-2-1-1 > LI											{width:100%;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_3-2-1-1 > DIV, .Full_3-2-1-1 > LI											{width:100%;}
}



/****************** Full 3-2-3-2 pattern ******************/
@media screen and (min-width: 991px) { /* 3 items */
	.Full_3-2-3-2 > DIV, .Full_3-2-3-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-2-3-2 > DIV:nth-of-type(3n+1), .Full_3-2-3-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 2 items */
	.Full_3-2-3-2 > DIV, .Full_3-2-3-2 > LI											{width:48% !important;}
	.Full_3-2-3-2 > DIV:nth-of-type(2n+1), .Full_3-2-3-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_3-2-3-2 > DIV:nth-of-type(2n), .Full_3-2-3-2 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 3 items */
	.Full_3-2-3-2 > DIV, .Full_3-2-3-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-2-3-2 > DIV:nth-of-type(3n+1), .Full_3-2-3-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Full_3-2-3-2 > DIV, .Full_3-2-3-2 > LI											{width:48% !important;}
	.Full_3-2-3-2 > DIV:nth-of-type(2n+1), .Full_3-2-3-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_3-2-3-2 > DIV:nth-of-type(2n), .Full_3-2-3-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Full 3-2-4-2 pattern ******************/
@media screen and (min-width: 991px) { /* 3 items */
	.Full_3-2-4-2 > DIV, .Full_3-2-4-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-2-4-2 > DIV:nth-of-type(3n+1), .Full_3-2-4-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 2 items */
	.Full_3-2-4-2 > DIV, .Full_3-2-4-2 > LI											{width:48% !important;}
	.Full_3-2-4-2 > DIV:nth-of-type(2n+1), .Full_3-2-4-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_3-2-4-2 > DIV:nth-of-type(2n), .Full_3-2-4-2 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 4 items */
	.Full_3-2-4-2 > DIV, .Full_3-2-4-2 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_3-2-4-2 > DIV:nth-of-type(4n+1), .Full_3-2-4-2 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Full_3-2-4-2 > DIV, .Full_3-2-4-2 > LI											{width:48% !important;}
	.Full_3-2-4-2 > DIV:nth-of-type(2n+1), .Full_3-2-4-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_3-2-4-2 > DIV:nth-of-type(2n), .Full_3-2-4-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Full 3-3-1-1 pattern ******************/
@media screen and (min-width: 991px) { /* 3 items */
	.Full_3-3-1-1 > DIV, .Full_3-3-1-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-3-1-1 > DIV:nth-of-type(3n+1), .Full_3-3-1-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_3-3-1-1 > DIV, .Full_3-3-1-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-3-1-1 > DIV:nth-of-type(3n+1), .Full_3-3-1-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 1 items */
	.Full_3-3-1-1 > DIV, .Full_3-3-1-1 > LI											{width:100%;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_3-3-1-1 > DIV, .Full_3-3-1-1 > LI											{width:100%;}
}



/****************** Full 3-3-2-1 pattern ******************/
@media screen and (min-width: 991px) { /* 3 items */
	.Full_3-3-2-1 > DIV, .Full_3-3-2-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-3-2-1 > DIV:nth-of-type(3n+1), .Full_3-3-2-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_3-3-2-1 > DIV, .Full_3-3-2-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-3-2-1 > DIV:nth-of-type(3n+1), .Full_3-3-2-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 2 items */
	.Full_3-3-2-1 > DIV, .Full_3-3-2-1 > LI											{width:48% !important;}
	.Full_3-3-2-1 > DIV:nth-of-type(2n+1), .Full_3-3-2-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_3-3-2-1 > DIV:nth-of-type(2n), .Full_3-3-2-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_3-3-2-1 > DIV, .Full_3-3-2-1 > LI											{width:100%;}
}



/****************** Full 3-3-2-2 pattern ******************/
@media screen and (min-width: 991px) { /* 3 items */
	.Full_3-3-2-2 > DIV, .Full_3-3-2-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-3-2-2 > DIV:nth-of-type(3n+1), .Full_3-3-2-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_3-3-2-2 > DIV, .Full_3-3-2-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-3-2-2 > DIV:nth-of-type(3n+1), .Full_3-3-2-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 2 items */
	.Full_3-3-2-2 > DIV, .Full_3-3-2-2 > LI											{width:48% !important;}
	.Full_3-3-2-2 > DIV:nth-of-type(2n+1), .Full_3-3-2-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_3-3-2-2 > DIV:nth-of-type(2n), .Full_3-3-2-2 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Full_3-3-2-2 > DIV, .Full_3-3-2-2 > LI											{width:48% !important;}
	.Full_3-3-2-2 > DIV:nth-of-type(2n+1), .Full_3-3-2-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_3-3-2-2 > DIV:nth-of-type(2n), .Full_3-3-2-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Full 3-3-3-1 pattern ******************/
@media screen and (min-width: 991px) { /* 3 items */
	.Full_3-3-3-1 > DIV, .Full_3-3-3-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-3-3-1 > DIV:nth-of-type(3n+1), .Full_3-3-3-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_3-3-3-1 > DIV, .Full_3-3-3-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-3-3-1 > DIV:nth-of-type(3n+1), .Full_3-3-3-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 3 items */
	.Full_3-3-3-1 > DIV, .Full_3-3-3-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-3-3-1 > DIV:nth-of-type(3n+1), .Full_3-3-3-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_3-3-3-1 > DIV, .Full_3-3-3-1 > LI											{width:100%;}
}




/****************** Full 3-3-3-2 pattern ******************/
@media screen and (min-width: 991px) { /* 3 items */
	.Full_3-3-3-2 > DIV, .Full_3-3-3-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-3-3-2 > DIV:nth-of-type(3n+1), .Full_3-3-3-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_3-3-3-2 > DIV, .Full_3-3-3-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-3-3-2 > DIV:nth-of-type(3n+1), .Full_3-3-3-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 3 items */
	.Full_3-3-3-2 > DIV, .Full_3-3-3-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_3-3-3-2 > DIV:nth-of-type(3n+1), .Full_3-3-3-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Full_3-3-3-2 > DIV, .Full_3-3-3-2 > LI											{width:48% !important;}
	.Full_3-3-3-2 > DIV:nth-of-type(2n+1), .Full_3-3-3-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_3-3-3-2 > DIV:nth-of-type(2n), .Full_3-3-3-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Full 4-2-2-1 pattern ******************/
@media screen and (min-width: 991px) { /* 4 items */
	.Full_4-2-2-1 > DIV, .Full_4-2-2-1 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-2-2-1 > DIV:nth-of-type(4n+1), .Full_4-2-2-1 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 2 items */
	.Full_4-2-2-1 > DIV, .Full_4-2-2-1 > LI											{width:48% !important;}
	.Full_4-2-2-1 > DIV:nth-of-type(2n+1), .Full_4-2-2-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_4-2-2-1 > DIV:nth-of-type(2n), .Full_4-2-2-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 2 items */
	.Full_4-2-2-1 > DIV, .Full_4-2-2-1 > LI											{width:48% !important;}
	.Full_4-2-2-1 > DIV:nth-of-type(2n+1), .Full_4-2-2-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_4-2-2-1 > DIV:nth-of-type(2n), .Full_4-2-2-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_4-2-2-1 > DIV, .Full_4-2-2-1 > LI											{width:100%;}
}



/****************** Full 4-2-4-2 pattern ******************/
@media screen and (min-width: 991px) { /* 4 items */
	.Full_4-2-4-2 > DIV, .Full_4-2-4-2 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-2-4-2 > DIV:nth-of-type(4n+1), .Full_4-2-4-2 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 2 items */
	.Full_4-2-4-2 > DIV, .Full_4-2-4-2 > LI											{width:48% !important;}
	.Full_4-2-4-2 > DIV:nth-of-type(2n+1), .Full_4-2-4-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_4-2-4-2 > DIV:nth-of-type(2n), .Full_4-2-4-2 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 4 items */
	.Full_4-2-4-2 > DIV, .Full_4-2-4-2 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-2-4-2 > DIV:nth-of-type(4n+1), .Full_4-2-4-2 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Full_4-2-4-2 > DIV, .Full_4-2-4-2 > LI											{width:48% !important;}
	.Full_4-2-4-2 > DIV:nth-of-type(2n+1), .Full_4-2-4-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_4-2-4-2 > DIV:nth-of-type(2n), .Full_4-2-4-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Full 4-3-2-1 pattern ******************/
@media screen and (min-width: 991px) { /* 4 items */
	.Full_4-3-2-1 > DIV,  .Full_4-3-2-1 > LI										{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-3-2-1 > DIV:nth-of-type(4n+1), .Full_4-3-2-1 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_4-3-2-1 > DIV, .Full_4-3-2-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_4-3-2-1 > DIV:nth-of-type(3n+1), .Full_4-3-2-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 2 items */
	.Full_4-3-2-1 > DIV, .Full_4-3-2-1 > LI											{width:48% !important;}
	.Full_4-3-2-1 > DIV:nth-of-type(2n+1), .Full_4-3-2-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_4-3-2-1 > DIV:nth-of-type(2n), .Full_4-3-2-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_4-3-2-1 > DIV, .Full_4-3-2-1 > LI											{width:100%;}
}



/****************** Full 4-3-2-2 pattern ******************/
@media screen and (min-width: 991px) { /* 4 items */
	.Full_4-3-2-2 > DIV, .Full_4-3-2-2 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-3-2-2 > DIV:nth-of-type(4n+1), .Full_4-3-2-2 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_4-3-2-2 > DIV, .Full_4-3-2-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_4-3-2-2 > DIV:nth-of-type(3n+1), .Full_4-3-2-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 2 items */
	.Full_4-3-2-2 > DIV, .Full_4-3-2-2 > LI											{width:48% !important;}
	.Full_4-3-2-2 > DIV:nth-of-type(2n+1), .Full_4-3-2-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_4-3-2-2 > DIV:nth-of-type(2n), .Full_4-3-2-2 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Full_4-3-2-2 > DIV, .Full_4-3-2-2 > LI											{width:48% !important;}
	.Full_4-3-2-2 > DIV:nth-of-type(2n+1), .Full_4-3-2-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_4-3-2-2 > DIV:nth-of-type(2n), .Full_4-3-2-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Full 4-3-3-1 pattern ******************/
@media screen and (min-width: 991px) { /* 4 items */
	.Full_4-3-3-1 > DIV, .Full_4-3-3-1 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-3-3-1 > DIV:nth-of-type(4n+1), .Full_4-3-3-1 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_4-3-3-1 > DIV, .Full_4-3-3-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_4-3-3-1 > DIV:nth-of-type(3n+1), .Full_4-3-3-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 3 items */
	.Full_4-3-3-1 > DIV, .Full_4-3-3-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_4-3-3-1 > DIV:nth-of-type(3n+1), .Full_4-3-3-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_4-3-3-1 > DIV, .Full_4-3-3-1 > LI											{width:100%;}
}



/****************** Full 4-3-3-2 pattern ******************/
@media screen and (min-width: 991px) { /* 4 items */
	.Full_4-3-3-2 > DIV, .Full_4-3-3-2 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-3-3-2 > DIV:nth-of-type(4n+1), .Full_4-3-3-2 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_4-3-3-2 > DIV, .Full_4-3-3-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_4-3-3-2 > DIV:nth-of-type(3n+1), .Full_4-3-3-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 3 items */
	.Full_4-3-3-2 > DIV, .Full_4-3-3-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_4-3-3-2 > DIV:nth-of-type(3n+1), .Full_4-3-3-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Full_4-3-3-2 > DIV, .Full_4-3-3-2 > LI											{width:48% !important;}
	.Full_4-3-3-2 > DIV:nth-of-type(2n+1), .Full_4-3-3-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_4-3-3-2 > DIV:nth-of-type(2n), .Full_4-3-3-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Full 4-3-3-3 pattern ******************/
@media screen and (min-width: 991px) { /* 4 items */
	.Full_4-3-3-3 > DIV, .Full_4-3-3-3 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-3-3-3 > DIV:nth-of-type(4n+1), .Full_4-3-3-3 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px)	{ /* 3 items */
	.Full_4-3-3-3 > DIV, .Full_4-3-3-3 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_4-3-3-3 > DIV:nth-of-type(3n+1), .Full_4-3-3-3 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px)	{ /* 3 items */
	.Full_4-3-3-3 > DIV, .Full_4-3-3-3 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_4-3-3-3 > DIV:nth-of-type(3n+1), .Full_4-3-3-3 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px)	{ /* 3 items */
	.Full_4-3-3-3 > DIV, .Full_4-3-3-3 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_4-3-3-3 > DIV:nth-of-type(3n+1), .Full_4-3-3-3 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}



/****************** Full 4-3-4-3 pattern ******************/
@media screen and (min-width: 991px) { /* 4 items */
	.Full_4-3-4-3 > DIV, .Full_4-3-4-3 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-3-4-3 > DIV:nth-of-type(4n+1), .Full_4-3-4-3 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px)	{ /* 3 items */
	.Full_4-3-4-3 > DIV, .Full_4-3-4-3 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_4-3-4-3 > DIV:nth-of-type(3n+1), .Full_4-3-4-3 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px)	{ /* 4 items */
	.Full_4-3-4-3 > DIV, .Full_4-3-4-3 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-3-4-3 > DIV:nth-of-type(4n+1), .Full_4-3-4-3 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px)	{ /* 3 items */
	.Full_4-3-4-3 > DIV, .Full_4-3-4-3 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_4-3-4-3 > DIV:nth-of-type(3n+1), .Full_4-3-4-3 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}



/****************** Full 4-4-2-2 pattern ******************/
@media screen and (min-width: 991px) { /* 4 items */
	.Full_4-4-2-2 > DIV, .Full_4-4-2-2 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-4-2-2 > DIV:nth-of-type(4n+1), .Full_4-4-2-2 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 4 items */
	.Full_4-4-2-2 > DIV, .Full_4-4-2-2 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-4-2-2 > DIV:nth-of-type(4n+1), .Full_4-4-2-2 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 2 items */
	.Full_4-4-2-2 > DIV, .Full_4-4-2-2 > LI											{width:48% !important;}
	.Full_4-4-2-2 > DIV:nth-of-type(2n+1), .Full_4-4-2-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_4-4-2-2 > DIV:nth-of-type(2n), .Full_4-4-2-2 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Full_4-4-2-2 > DIV, .Full_4-4-2-2 > LI											{width:48% !important;}
	.Full_4-4-2-2 > DIV:nth-of-type(2n+1), .Full_4-4-2-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_4-4-2-2 > DIV:nth-of-type(2n), .Full_4-4-2-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Full 4-4-4-2 pattern ******************/
@media screen and (min-width: 991px) { /* 4 items */
	.Full_4-4-4-2 > DIV, .Full_4-4-4-2 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-4-4-2 > DIV:nth-of-type(4n+1), .Full_4-4-4-2 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 4 items */
	.Full_4-4-4-2 > DIV, .Full_4-4-4-2 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-4-4-2 > DIV:nth-of-type(4n+1), .Full_4-4-4-2 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 4 items */
	.Full_4-4-4-2 > DIV, .Full_4-4-4-2 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Full_4-4-4-2 > DIV:nth-of-type(4n+1), .Full_4-4-4-2 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Full_4-4-4-2 > DIV, .Full_4-4-4-2 > LI											{width:48% !important;}
	.Full_4-4-4-2 > DIV:nth-of-type(2n+1), .Full_4-4-4-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_4-4-4-2 > DIV:nth-of-type(2n), .Full_4-4-4-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Full 6-3-2-1 pattern ******************/
@media screen and (min-width: 991px) { /* 6 items */
	.Full_6-3-2-1 > DIV, .Full_6-3-2-1 > LI											{width:14.6666666666667% !important; margin-right:2.4%; float:right;}
	.Full_6-3-2-1 > DIV:nth-of-type(6n+1), .Full_6-3-2-1 > LI:nth-of-type(6n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_6-3-2-1 > DIV, .Full_6-3-2-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_6-3-2-1 > DIV:nth-of-type(3n+1), .Full_6-3-2-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 2 items */
	.Full_6-3-2-1 > DIV, .Full_6-3-2-1 > LI											{width:48% !important;}
	.Full_6-3-2-1 > DIV:nth-of-type(2n+1), .Full_6-3-2-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_6-3-2-1 > DIV:nth-of-type(2n), .Full_6-3-2-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Full_6-3-2-1 > DIV, .Full_6-3-2-1 > LI											{width:100%;}
}



/****************** Full 6-3-2-2 pattern ******************/
@media screen and (min-width: 991px) { /* 6 items */
	.Full_6-3-2-2 > DIV, .Full_6-3-2-2 > LI											{width:14.6666666666667% !important; margin-right:2.4%; float:right;}
	.Full_6-3-2-2 > DIV:nth-of-type(6n+1), .Full_6-3-2-2 > LI:nth-of-type(6n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_6-3-2-2 > DIV, .Full_6-3-2-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_6-3-2-2 > DIV:nth-of-type(3n+1), .Full_6-3-2-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 2 items */
	.Full_6-3-2-2 > DIV, .Full_6-3-2-2 > LI											{width:48% !important;}
	.Full_6-3-2-2 > DIV:nth-of-type(2n+1), .Full_6-3-2-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_6-3-2-2 > DIV:nth-of-type(2n), .Full_6-3-2-2 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Full_6-3-2-2 > DIV, .Full_6-3-2-2 > LI											{width:48% !important;}
	.Full_6-3-2-2 > DIV:nth-of-type(2n+1), .Full_6-3-2-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_6-3-2-2 > DIV:nth-of-type(2n), .Full_6-3-2-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Full 6-3-3-2 pattern ******************/
@media screen and (min-width: 991px) { /* 6 items */
	.Full_6-3-3-2 > DIV, .Full_6-3-3-2 > LI											{width:14.6666666666667% !important; margin-right:2.4%; float:right;}
	.Full_6-3-3-2 > DIV:nth-of-type(6n+1), .Full_6-3-3-2 > LI:nth-of-type(6n+1)		{margin-right:0px;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 3 items */
	.Full_6-3-3-2 > DIV, .Full_6-3-3-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_6-3-3-2 > DIV:nth-of-type(3n+1), .Full_6-3-3-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 3 items */
	.Full_6-3-3-2 > DIV, .Full_6-3-3-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Full_6-3-3-2 > DIV:nth-of-type(3n+1), .Full_6-3-3-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Full_6-3-3-2 > DIV, .Full_6-3-3-2 > LI											{width:48% !important;}
	.Full_6-3-3-2 > DIV:nth-of-type(2n+1), .Full_6-3-3-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Full_6-3-3-2 > DIV:nth-of-type(2n), .Full_6-3-3-2 > LI:nth-of-type(2n)			{float:left;}
}






/******************************* Ip right side patterns ******************************/
/*************************************************************************************/

/****************** Right Side 1-1-2-1 pattern ******************/
@media screen and (min-width: 991px) { /* 1 items */
	.Side_1-1-2-1 > DIV, .Side_1-1-2-1 > LI											{width:100%;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 1 items */
	.Side_1-1-2-1 > DIV, .Side_1-1-2-1 > LI											{width:100%;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 2 items */
	.Side_1-1-2-1 > DIV, .Side_1-1-2-1 > LI											{width:48% !important;}
	.Side_1-1-2-1 > DIV:nth-of-type(2n+1), .Side_1-1-2-1 > LI:nth-of-type(2n+1)		{float:right;}
	.Side_1-1-2-1 > DIV:nth-of-type(2n), .Side_1-1-2-1 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Side_1-1-2-1 > LI, .Side_1-1-2-1 > DIV											{width:100%;}
}



/****************** Right Side 1-1-2-2 pattern ******************/
@media screen and (min-width: 991px) { /* 1 items */
	.Side_1-1-2-2 > DIV, .Side_1-1-2-2 > LI											{width:100%;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 1 items */
	.Side_1-1-2-2 > DIV, .Side_1-1-2-2 > LI											{width:100%;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 2 items */
	.Side_1-1-2-2 > DIV, .Side_1-1-2-2 > LI											{width:48% !important;}
	.Side_1-1-2-2 > DIV:nth-of-type(2n+1), .Side_1-1-2-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Side_1-1-2-2 > DIV:nth-of-type(2n), .Side_1-1-2-2 > LI:nth-of-type(2n)			{float:left;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Side_1-1-2-2 > DIV, .Side_1-1-2-2 > LI											{width:48% !important;}
	.Side_1-1-2-2 > DIV:nth-of-type(2n+1), .Side_1-1-2-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Side_1-1-2-2 > DIV:nth-of-type(2n), .Side_1-1-2-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Right Side 1-1-3-1 pattern ******************/
@media screen and (min-width: 991px) { /* 1 items */
	.Side_1-1-3-1 > DIV, .Side_1-1-3-1 > LI											{width:100%;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 1 items */
	.Side_1-1-3-1 > DIV, .Side_1-1-3-1 > LI											{width:100%;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 3 items */
	.Side_1-1-3-1 > DIV, .Side_1-1-3-1 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Side_1-1-3-1 > DIV:nth-of-type(3n+1), .Side_1-1-3-1 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 1 items */
	.Side_1-1-3-1 > DIV, .Side_1-1-3-1 > LI											{width:100%;}
}



/****************** Right Side 1-1-3-2 pattern ******************/
@media screen and (min-width: 991px) { /* 1 items */
	.Side_1-1-3-2 > DIV, .Side_1-1-3-2 > LI											{width:100%;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 1 items */
	.Side_1-1-3-2 > DIV, .Side_1-1-3-2 > LI											{width:100%;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 3 items */
	.Side_1-1-3-2 > DIV, .Side_1-1-3-2 > LI											{width:31.3333333333333% !important; margin-right:3%; float:right;}
	.Side_1-1-3-2 > DIV:nth-of-type(3n+1), .Side_1-1-3-2 > LI:nth-of-type(3n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Side_1-1-3-2 > DIV, .Side_1-1-3-2 > LI											{width:48% !important;}
	.Side_1-1-3-2 > DIV:nth-of-type(2n+1), .Side_1-1-3-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Side_1-1-3-2 > DIV:nth-of-type(2n), .Side_1-1-3-2 > LI:nth-of-type(2n)			{float:left;}
}



/****************** Right Side 1-1-4-2 pattern ******************/
@media screen and (min-width: 991px) { /* 1 items */
	.Side_1-1-4-2 > DIV, .Side_1-1-4-2 > LI											{width:100%;}
}

@media screen and (max-width: 990px) and (min-width: 769px) { /* 1 items */
	.Side_1-1-4-2 > DIV, .Side_1-1-4-2 > LI											{width:100%;}
}

@media screen and (max-width: 768px) and (min-width: 481px) { /* 4 items */
	.Side_1-1-4-2 > DIV, .Side_1-1-4-2 > LI											{width:23% !important; margin-right:2.66666666666667%; float:right;}
	.Side_1-1-4-2 > DIV:nth-of-type(4n+1), .Side_1-1-4-2 > LI:nth-of-type(4n+1)		{margin-right:0px;}
}

@media screen and (max-width: 480px) { /* 2 items */
	.Side_1-1-4-2 > DIV, .Side_1-1-4-2 > LI											{width:48% !important;}
	.Side_1-1-4-2 > DIV:nth-of-type(2n+1), .Side_1-1-4-2 > LI:nth-of-type(2n+1)		{float:right;}
	.Side_1-1-4-2 > DIV:nth-of-type(2n), .Side_1-1-4-2 > LI:nth-of-type(2n)			{float:left;}
}




/**************************************************************************************************************/
/**************************************** class BANK for x items in window  ***********************************/
/**************************************************************************************************************/
/* 1 item */
	The_Element > DIV						{width:100%;}

/* 2 items */
	The_Element > DIV						{width:48% !important;}
	The_Element > DIV:nth-of-type(2n+1)		{float:right;}
	The_Element > DIV:nth-of-type(2n)		{float:left;}

/* 3 items */
	The_Element > DIV						{width:31.3333333333333% !important; margin-right:3%; float:right;}
	The_Element > DIV:nth-of-type(3n+1)		{margin-right:0px;}

/* 4 items */
	The_Element > DIV						{width:23% !important; margin-right:2.66666666666667%; float:right;}
	The_Element > DIV:nth-of-type(4n+1)		{margin-right:0px;}

/* 5 items */
	The_Element > DIV						{width:18% !important; margin-right:2.5%; float:right;}
	The_Element > DIV:nth-of-type(5n+1)		{margin-right:0px;}

/* 6 items */
	The_Element > DIV						{width:14.6666666666667% !important; margin-right:2.4%; float:right;}
	The_Element > DIV:nth-of-type(6n+1)		{margin-right:0px;}

/* 7 items */
	The_Element > DIV						{width:12.2857142857143% !important; margin-right:2.33333333333333%; float:right;}
	The_Element > DIV:nth-of-type(7n+1)		{margin-right:0px;}

/* 8 items */
	The_Element > DIV						{width:10.5% !important; margin-right:2.28571428571429%; float:right;}
	The_Element > DIV:nth-of-type(8n+1)		{margin-right:0px;}

/* 9 items */
	The_Element > DIV						{width:9.11111111111111% !important; margin-right:2.25%; float:right;}
	The_Element > DIV:nth-of-type(9n+1)		{margin-right:0px;}

/* 10 items */
	The_Element > DIV						{width:8% !important; margin-right:2.22222222222222%; float:right;}
	The_Element > DIV:nth-of-type(10n+1)	{margin-right:0px;}

/* 11 items */
	The_Element > DIV						{width:7.09090909090909% !important; margin-right:2.2%; float:right;}
	The_Element > DIV:nth-of-type(11n+1)	{margin-right:0px;}

/* 12 items */
	The_Element > DIV						{width:6.33333333333333% !important; margin-right:2.18181818181818%; float:right;}
	The_Element > DIV:nth-of-type(12n+1)	{margin-right:0px;}

