.row {
	transition:width 0.2s; width: 102%;
}
.row::before {
	clear: both; display: table; content: "";
}
.row::after {
	clear: both; display: table; content: "";
}
.row > [class*='span-'] {
	margin-right: 2%; float: left;
}
.row > .span-1 {
	width: 6.33%;
}
.row > .span-2 {
	width: 14.66%;
}
.row > .span-3 {
	width: 23%;
}
.row > .span-4 {
	width: 31.33%;
}
.row > .span-5 {
	width: 39.66%;
}
.row > .span-6 {
	width: 48%;
}
.row > .span-7 {
	width: 56.33%;
}
.row > .span-8 {
	width: 64.66%;
}
.row > .span-9 {
	width: 73%;
}
.row > .span-10 {
	width: 81.33%;
}
.row > .span-11 {
	width: 89.66%;
}
.row > .span-12 {
	width: 98%;
}
.row > .span-13 {
	width: 106.33%;
}
.row > .span-14 {
	width: 114.66%;
}
.row > .span-15 {
	width: 123%;
}
.row > .span-16 {
	width: 131.33%;
}
.row > .span-17 {
	width: 139.66%;
}
.row > .span-18 {
	width: 148%;
}
.row > .span-19 {
	width: 156.33%;
}
.row > .span-20 {
	width: 164.66%;
}
.row > .span-21 {
	width: 173%;
}
.row > .span-22 {
	width: 181.33%;
}
.row > .span-23 {
	width: 189.66%;
}
.row > .span-24 {
	width: 198%;
}
.full-row {
	transition:width 0.2s; width: 100%;
}
.full-row::before {
	clear: both; display: table; content: "";
}
.full-row::after {
	clear: both; display: table; content: "";
}
.full-row > [class*='span'] {
	float: left;
}
.full-row > .span-1 {
	width: 8.33%;
}
.full-row > .span-2 {
	width: 16.66%;
}
.full-row > .span-3 {
	width: 25%;
}
.full-row > .span-4 {
	width: 33.33%;
}
.full-row > .span-5 {
	width: 41.66%;
}
.full-row > .span-6 {
	width: 50%;
}
.full-row > .span-7 {
	width: 58.33%;
}
.full-row > .span-8 {
	width: 66.66%;
}
.full-row > .span-9 {
	width: 75%;
}
.full-row > .span-10 {
	width: 83.33%;
}
.full-row > .span-11 {
	width: 91.66%;
}
.full-row > .span-12 {
	width: 100%;
}
.full-row > .span-13 {
	width: 108.33%;
}
.full-row > .span-14 {
	width: 116.66%;
}
.full-row > .span-15 {
	width: 125%;
}
.full-row > .span-16 {
	width: 133.33%;
}
.full-row > .span-17 {
	width: 141.66%;
}
.full-row > .span-18 {
	width: 150%;
}
.full-row > .span-19 {
	width: 158.33%;
}
.full-row > .span-20 {
	width: 166.66%;
}
.full-row > .span-21 {
	width: 175%;
}
.full-row > .span-22 {
	width: 183.33%;
}
.full-row > .span-23 {
	width: 191.66%;
}
.full-row > .span-24 {
	width: 200%;
}
.row > .pull-right {
	float: right;
}
.full-row > .pull-right {
	float: right;
}
.row > .center {
	left: -1%; clear: both; margin-right: auto; margin-left: auto; float: none; display: block; position: relative;
}
.full-row > .center {
	clear: both; margin-right: auto; margin-left: auto; float: none; display: block;
}
.pull-left-1 {
	left: -8.33%; position: relative;
}
.pull-left-2 {
	left: -16.66%; position: relative;
}
.pull-left-3 {
	left: -25%; position: relative;
}
.pull-left-4 {
	left: -33.33%; position: relative;
}
.pull-left-5 {
	left: -41.66%; position: relative;
}
.pull-left-6 {
	left: -50%; position: relative;
}
.pull-left-7 {
	left: -58.33%; position: relative;
}
.pull-left-8 {
	left: -66.66%; position: relative;
}
.pull-left-9 {
	left: -75%; position: relative;
}
.pull-left-10 {
	left: -83.33%; position: relative;
}
.pull-left-11 {
	left: -91.66%; position: relative;
}
.pull-left-12 {
	left: -100%; position: relative;
}
.pull-left-13 {
	left: -108.33%; position: relative;
}
.pull-left-14 {
	left: -116.66%; position: relative;
}
.pull-left-15 {
	left: -125%; position: relative;
}
.pull-left-16 {
	left: -133.33%; position: relative;
}
.pull-left-17 {
	left: -141.66%; position: relative;
}
.pull-left-18 {
	left: -150%; position: relative;
}
.pull-left-19 {
	left: -158.33%; position: relative;
}
.pull-left-20 {
	left: -166.66%; position: relative;
}
.pull-left-21 {
	left: -175%; position: relative;
}
.pull-left-22 {
	left: -183.33%; position: relative;
}
.pull-left-23 {
	left: -191.66%; position: relative;
}
.pull-left-24 {
	left: -200%; position: relative;
}
.pull-right-1 {
	left: 8.33%; position: relative;
}
.pull-right-2 {
	left: 16.66%; position: relative;
}
.pull-right-3 {
	left: 25%; position: relative;
}
.pull-right-4 {
	left: 33.33%; position: relative;
}
.pull-right-5 {
	left: 41.66%; position: relative;
}
.pull-right-6 {
	left: 50%; position: relative;
}
.pull-right-7 {
	left: 58.33%; position: relative;
}
.pull-right-8 {
	left: 66.66%; position: relative;
}
.pull-right-9 {
	left: 75%; position: relative;
}
.pull-right-10 {
	left: 83.33%; position: relative;
}
.pull-right-11 {
	left: 91.66%; position: relative;
}
.pull-right-12 {
	left: 100%; position: relative;
}
.pull-right-13 {
	left: 108.33%; position: relative;
}
.pull-right-14 {
	left: 116.66%; position: relative;
}
.pull-right-15 {
	left: 125%; position: relative;
}
.pull-right-16 {
	left: 133.33%; position: relative;
}
.pull-right-17 {
	left: 141.66%; position: relative;
}
.pull-right-18 {
	left: 150%; position: relative;
}
.pull-right-19 {
	left: 158.33%; position: relative;
}
.pull-right-20 {
	left: 166.66%; position: relative;
}
.pull-right-21 {
	left: 175%; position: relative;
}
.pull-right-22 {
	left: 183.33%; position: relative;
}
.pull-right-23 {
	left: 191.66%; position: relative;
}
.pull-right-24 {
	left: 200%; position: relative;
}
@media only screen and (max-width:1024px)
{
.row > .midd-1 {
	width: 6.33%;
}
.row > .midd-2 {
	width: 14.66%;
}
.row > .midd-3 {
	width: 23%;
}
.row > .midd-4 {
	width: 31.33%;
}
.row > .midd-5 {
	width: 39.66%;
}
.row > .midd-6 {
	width: 48%;
}
.row > .midd-7 {
	width: 56.33%;
}
.row > .midd-8 {
	width: 64.66%;
}
.row > .midd-9 {
	width: 73%;
}
.row > .midd-10 {
	width: 81.33%;
}
.row > .midd-11 {
	width: 89.66%;
}
.row > .midd-12 {
	width: 98%;
}
.row > .midd-13 {
	width: 106.33%;
}
.row > .midd-14 {
	width: 114.66%;
}
.row > .midd-15 {
	width: 123%;
}
.row > .midd-16 {
	width: 131.33%;
}
.row > .midd-17 {
	width: 139.66%;
}
.row > .midd-18 {
	width: 148%;
}
.row > .midd-19 {
	width: 156.33%;
}
.row > .midd-20 {
	width: 164.66%;
}
.row > .midd-21 {
	width: 173%;
}
.row > .midd-22 {
	width: 181.33%;
}
.row > .midd-23 {
	width: 189.66%;
}
.row > .midd-24 {
	width: 198%;
}
.midd-hide {
	display: none;
}
.midd-center {
	left: -1%; clear: both; margin-right: auto; margin-left: auto; float: none; display: block; position: relative;
}
.full-row > .midd-1 {
	width: 8.33%;
}
.full-row > .midd-2 {
	width: 16.66%;
}
.full-row > .midd-3 {
	width: 25%;
}
.full-row > .midd-4 {
	width: 33.33%;
}
.full-row > .midd-5 {
	width: 41.66%;
}
.full-row > .midd-6 {
	width: 50%;
}
.full-row > .midd-7 {
	width: 58.33%;
}
.full-row > .midd-8 {
	width: 66.66%;
}
.full-row > .midd-9 {
	width: 75%;
}
.full-row > .midd-10 {
	width: 83.33%;
}
.full-row > .midd-11 {
	width: 91.66%;
}
.full-row > .midd-12 {
	width: 100%;
}
.full-row > .midd-13 {
	width: 108.33%;
}
.full-row > .midd-14 {
	width: 116.66%;
}
.full-row > .midd-15 {
	width: 125%;
}
.full-row > .midd-16 {
	width: 133.33%;
}
.full-row > .midd-17 {
	width: 141.66%;
}
.full-row > .midd-18 {
	width: 150%;
}
.full-row > .midd-19 {
	width: 158.33%;
}
.full-row > .midd-20 {
	width: 166.66%;
}
.full-row > .midd-21 {
	width: 175%;
}
.full-row > .midd-22 {
	width: 183.33%;
}
.full-row > .midd-23 {
	width: 191.66%;
}
.full-row > .midd-24 {
	width: 200%;
}
}
@media only screen and (max-width:640px)
{
.row > .smal-1 {
	width: 6.33%;
}
.row > .smal-2 {
	width: 14.66%;
}
.row > .smal-3 {
	width: 23%;
}
.row > .smal-4 {
	width: 31.33%;
}
.row > .smal-5 {
	width: 39.66%;
}
.row > .smal-6 {
	width: 48%;
}
.row > .smal-7 {
	width: 56.33%;
}
.row > .smal-8 {
	width: 64.66%;
}
.row > .smal-9 {
	width: 73%;
}
.row > .smal-10 {
	width: 81.33%;
}
.row > .smal-11 {
	width: 89.66%;
}
.row > .smal-12 {
	width: 98%;
}
.row > .smal-13 {
	width: 106.33%;
}
.row > .smal-14 {
	width: 114.66%;
}
.row > .smal-15 {
	width: 123%;
}
.row > .smal-16 {
	width: 131.33%;
}
.row > .smal-17 {
	width: 139.66%;
}
.row > .smal-18 {
	width: 148%;
}
.row > .smal-19 {
	width: 156.33%;
}
.row > .smal-20 {
	width: 164.66%;
}
.row > .smal-21 {
	width: 173%;
}
.row > .smal-22 {
	width: 181.33%;
}
.row > .smal-23 {
	width: 189.66%;
}
.row > .smal-24 {
	width: 198%;
}
.smal-hide {
	display: none;
}
.smal-show {
	display: block;
}
.smal-center {
	left: -1%; clear: both; margin-right: auto; margin-left: auto; float: none; display: block; position: relative;
}
[class*='pull-left-'] {
	left: auto; right: auto;
}
[class*='pull-right-'] {
	left: auto; right: auto;
}
.full-row > .smal-1 {
	width: 8.33%;
}
.full-row > .smal-2 {
	width: 16.66%;
}
.full-row > .smal-3 {
	width: 25%;
}
.full-row > .smal-4 {
	width: 33.33%;
}
.full-row > .smal-5 {
	width: 41.66%;
}
.full-row > .smal-6 {
	width: 50%;
}
.full-row > .smal-7 {
	width: 58.33%;
}
.full-row > .smal-8 {
	width: 66.66%;
}
.full-row > .smal-9 {
	width: 75%;
}
.full-row > .smal-10 {
	width: 83.33%;
}
.full-row > .smal-11 {
	width: 91.66%;
}
.full-row > .smal-12 {
	width: 100%;
}
.full-row > .smal-13 {
	width: 108.33%;
}
.full-row > .smal-14 {
	width: 116.66%;
}
.full-row > .smal-15 {
	width: 125%;
}
.full-row > .smal-16 {
	width: 133.33%;
}
.full-row > .smal-17 {
	width: 141.66%;
}
.full-row > .smal-18 {
	width: 150%;
}
.full-row > .smal-19 {
	width: 158.33%;
}
.full-row > .smal-20 {
	width: 166.66%;
}
.full-row > .smal-21 {
	width: 175%;
}
.full-row > .smal-22 {
	width: 183.33%;
}
.full-row > .smal-23 {
	width: 191.66%;
}
.full-row > .smal-24 {
	width: 200%;
}
}
