/**, *:after, *:before 		{ white-space: nowrap; }*/

/*
.page-about {
	white-space: nowrap !important;
	border: 1px solid red;
}
*/


#masterUI {
	font-size: 0;
}

[class^="col"] {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.col-image {
	font: 0/0 a;
	color: transparent;
}



.col-1-1,
.col-2-2,
.col-3-3,
.col-4-4,
.col-5-5,
.col-6-6,
.col-7-7,
.col-8-8,
.col-9-9,
.col-10-10,
.col-11-11,
.col-12-12 		{ width: 100% !important; }
.col-1-2,
.col-2-4,
.col-3-6,
.col-4-8,
.col-5-10,
.col-6-12 		{ width: 50% !important; }
.col-1-3,
.col-2-6,
.col-3-9,
.col-4-12 		{ width: 33.33333% !important; }
.col-1-4,
.col-2-8,
.col-3-12 		{ width: 25% !important; }
.col-1-5,
.col-2-10 		{ width: 20% !important; }
.col-1-6,
.col-2-12 		{ width: 16.66667% !important; }
.col-2-3,
.col-4-6 		{ width: 66.66667% !important; }
.col-3-4,
.col-6-8 		{ width: 75% !important; }
.col-2-5 		{ width: 40% !important; }
.col-3-5 		{ width: 60% !important; }
.col-4-5 		{ width: 80% !important; }
.col-5-6 		{ width: 83.33333% !important; }
.col-1-7 		{ width: 14.28571% !important; }
.col-2-7 		{ width: 28.57143% !important; }
.col-3-7 		{ width: 42.85714% !important; }
.col-4-7 		{ width: 57.14286% !important; }
.col-5-7 		{ width: 71.42857% !important; }
.col-6-7 		{ width: 85.71429% !important; }
.col-1-8 		{ width: 12.5% !important; }
.col-3-8 		{ width: 37.5% !important; }
.col-5-8 		{ width: 62.5% !important; }
.col-7-8 		{ width: 87.5% !important; }
.col-1-9 		{ width: 11.11111% !important; }
.col-2-9 		{ width: 22.22222% !important; }
.col-4-9 		{ width: 44.44444% !important; }
.col-5-9 		{ width: 55.55556% !important; }
.col-6-9 		{ width: 66.66667% !important; }
.col-7-9 		{ width: 77.77778% !important; }
.col-8-9 		{ width: 88.88889% !important; }
.col-1-10 		{ width: 10% !important; }
.col-3-10 		{ width: 30% !important; }
.col-4-10 		{ width: 40% !important; }
.col-6-10 		{ width: 60% !important; }
.col-7-10 		{ width: 70% !important; }
.col-8-10 		{ width: 80% !important; }
.col-9-10 		{ width: 90% !important; }
.col-1-11 		{ width: 9.09091% !important; }
.col-2-11 		{ width: 18.18182% !important; }
.col-3-11 		{ width: 27.27273% !important; }
.col-4-11 		{ width: 36.36364% !important; }
.col-5-11 		{ width: 45.45455% !important; }
.col-6-11 		{ width: 54.54545% !important; }
.col-7-11 		{ width: 63.63636% !important; }
.col-8-11 		{ width: 72.72727% !important; }
.col-9-11 		{ width: 81.81818% !important; }
.col-10-11 		{ width: 90.90909% !important; }
.col-1-12 		{ width: 8.33333% !important; }
.col-5-12 		{ width: 41.66667% !important; }
.col-7-12 		{ width: 58.33333% !important; }
.col-8-12 		{ width: 66.66667% !important; }
.col-9-12 		{ width: 75% !important; }
.col-10-12 		{ width: 83.33333% !important; }
.col-11-12 		{ width: 91.66667% !important; }




@media screen and (max-width: 720px) {
	/*  */
	[class^="col"] {
		width: 100% !important;
	}
	.no-mobile						{ display: none;}

}

@media screen and (min-width: 721px) and (max-width: 960px) {
	/*  */
	/*[class^="col"]:nth-child(odd)	 {*/


	[class^="col"]:not(.col-1-1)	 {
		width: 50% !important;
	}

	[class^="col"]:not(.col-1-2):not(.col-1-4):not(.col-1-6):not(.col-1-8):not(.col-1-10):not(.col-1-12)	 {
		width: 100% !important;
	}

	.no-mobile						{ display: none;}



}

@media screen and (min-width: 961px) and (max-width: 1200px) {
	/*  */
	.full 	{
		width:100% !important;
	}
	.full img {
		width:100% !important;
	}
}

@media screen and (min-width: 1201px) {
	/*  */
}


