.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.cbp-so-scroller {margin-top: 0em;	overflow: hidden;}

.cbp-so-section {
	margin-bottom: 0em;
}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	/*content: " ";
	display: table;*/
}

.cbp-so-section:after {
	clear: both;
}

/* Sides */
.cbp-so-side {
	/*width: 50%;
	float: left;
	margin: 0;
	padding:5px;
	min-height: 12em;*/
	overflow: hidden;
	-webkit-transition: -webkit-transform 1s, opacity 1s;
	-moz-transition: -moz-transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	/*content: " ";
	display: table;*/
}

.cbp-so-side:after {
	clear: both;
}

.cbp-so-side-right {
	/*text-align: left;*/
}

.cbp-so-side-left {
	/*text-align: right;*/
}

/*.cbp-so-side-right img {
	float: left;
}

.cbp-so-side-left img {
	float: right;
}*/

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}