
.schema {
	border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-top: 18px;
    padding-bottom: 14px;
}

.schema .sc-item {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	padding-bottom: 12px;
	
/* 	outline: 1px dotted gray; */
}

.schema .sc-item .sc-ic {
	width: 60px;
    height: 60px;
    max-width: 60px;
    min-width: 60px;   
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;	
	flex-basis: 64px;
	border: 2px solid #999999;
    border-radius: 50%;
	
/* 	outline: 1px dashed green; */
}
.schema .sc-item .sc-txt {
	padding: 0 0 0 12px;
	display: flex;
    justify-content: center;
    flex-direction: column;
/* 	outline: 1px dashed red; */
}
.schema .sc-item .sc-txt .sct {
	line-height: 16px;
	color: #c3c3c3;
}

.ic-01 {
	background-image: url("/images/scicons/01.png");
}
.ic-02 {
	background-image: url("/images/scicons/02.png");
}
.ic-03 {
	background-image: url("/images/scicons/03.png");
}
.ic-04 {
	background-image: url("/images/scicons/04.png");
}
.ic-05 {
	background-image: url("/images/scicons/05.png");
}
.ic-06 {
	background-image: url("/images/scicons/06.png");
}
.ic-07 {
	background-image: url("/images/scicons/07.png");
}
.ic-08 {
	background-image: url("/images/scicons/08.png");
}
.ic-09 {
	background-image: url("/images/scicons/09.png");
}
.ic-10 {
	background-image: url("/images/scicons/10.png");
}
.ic-11 {
	background-image: url("/images/scicons/11.png");
}
.ic-12 {
	background-image: url("/images/scicons/12.png");
}
.ic-13 {
	background-image: url("/images/scicons/13.png");
}
.ic-14 {
	background-image: url("/images/scicons/14.png");
}
.ic-15 {
	background-image: url("/images/scicons/15.png");
}
.ic-16 {
	background-image: url("/images/scicons/16.png");
}
.ic-17 {
	background-image: url("/images/scicons/17.png");
}

/* @media (min-width: 1200px) { */
	
.schema .row-fluid .span3 {
    width: 280px;
    margin-left: 0;
}

/* } */

@media (max-width: 400px) {
	
.schema	.row-fluid {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;	
}
.schema .sc-item {
	align-items: center;	
}
	
.schema .row-fluid .span3 {
   width: 180px;
/*    float: left; */
}
.schema .sc-item .sc-txt .sct {
    line-height: 11px;
    font-size: 11px;
}
.schema .sc-item .sc-ic {
    width: 29px;
    height: 29px;
    max-width: 29px;
    min-width: 29px;
    flex-basis: 29px;
    border: 1px solid #999999;
}

}


@media (max-width: 375px) {
	
.schema .row-fluid .span3 {
   width: 166px;
}

}

@media (max-width: 360px) {
.schema .row-fluid .span3 {
	    width: 159px;
	}
}








