@charset "utf-8";
/* CSS Document */
.rowFluid {
	clear: both;
	/*background-color:#fbfbfb;*/
}
.rowFluid:before, .rowFluid:after, .pluginWrapper:before, .pluginWrapper:after, .column:before, .column:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden;
}
.pluginContent {
	height: inherit;
}

.span6, .span12 {
	float: left;
}
.span12 {
	width: 100%;
}

.span6 {
	width: 50%;
}

 @media screen and (max-width: 1199px) {

}
@media screen and (max-width: 960px) {
.col-xm-58, .col-xm-78 {
	float: left;
}

.col-xm-78 {
	width: 58.33333333%;
}

.col-xm-58 {
	width: 41.66666667%;
}

}
@media screen and (max-width: 767px) {
.col-sm-128 {
	float: left;
}
.col-sm-128 {
	width: 100%;
}

}
@media screen and (max-width: 479px) {

}
.column {
	min-height: 1px;
}

@media screen and (max-width: 479px) {

}