.sc_content {
	position: relative;	
}
.sc_content:not([class*="sc_padding_"]) {
	padding-top: 0.0001px;
}
[class*="sc_content_width_"] {
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
[class*="sc_content_width_"]:not([class*="sc_margin_"]) {
	margin-left: auto;
	margin-right: auto;
}

.sc_content_width_1_1 {	width: 1170px; }
.sc_content_width_1_2 {	width: 585px; }
.sc_content_width_1_3 {	width: 390px; }
.sc_content_width_2_3 {	width: 780px; }
.sc_content_width_1_4 {	width: 292.5px; }
.sc_content_width_3_4 {	width: 877.5px; }

.sc_content_width_100p{	width: 100%; }
.sc_content_width_90p {	width: 90%; }
.sc_content_width_80p {	width: 80%; }
.sc_content_width_75p {	width: 75%; }
.sc_content_width_70p {	width: 70%; }
.sc_content_width_60p {	width: 60%; }
.sc_content_width_50p {	width: 50%; }
.sc_content_width_45p {	width: 45%; }
.sc_content_width_40p {	width: 40%; }
.sc_content_width_30p {	width: 30%; }
.sc_content_width_25p {	width: 25%; }
.sc_content_width_20p {	width: 20%; }
.sc_content_width_15p {	width: 15%; }
.sc_content_width_10p {	width: 10%; }

.sc_content_container.with_number {
	position: relative;
}
.sc_content_number {
	position: absolute;
	z-index:0;
	color: #f0f0f0;
	font-size:10em;
	line-height:1em;
	font-weight: 900;
	letter-spacing:-10px;
	-webkit-transform:translate(-75%, -50%);
	    -ms-transform:translate(-75%, -50%);
	        transform:translate(-75%, -50%);
}
.sc_content_number_tl {	left:0; top: 0; }
.sc_content_number_tc {	left:50%; top: 0; }
.sc_content_number_tr {	left:100%; top: 0; }
.sc_content_number_ml {	left:0; top: 50%; }
.sc_content_number_mc {	left:50%; top: 50%; }
.sc_content_number_mr {	left:100%; top: 50%; }
.sc_content_number_bl {	left:0; top: 100%; }
.sc_content_number_bc {	left:50%; top: 100%; }
.sc_content_number_br {	left:100%; top: 100%; }

