.cbp-so-scroller {
	overflow: hidden;
}
/* Clear floats of children */
.cbp-so-section:before, .cbp-so-section:after {
	content: " ";
	display: table;
}
.cbp-so-section:after {
	clear: both;
}
/* Text styling */
.cbp-so-section h2 {
	font-size: 28px;
	color:#333;
	line-height:28px;
	padding-bottom:15px;
	font-weight: normal;
}
.cbp-so-section h2 span {
	color:#fc5604;
	font-weight:bold;
}
.cbp-so-section p {
	font-size: 16px;
	color:#333;
	line-height:26px;
}
/* Sides */
.cbp-so-side {
	margin: 0;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.cbp-so-side:before, .cbp-so-side:after {
	content: " ";
	display: table;
}
.cbp-so-side:after {
	clear: both;
}
.cbp-so-side-right {
	float:right;
	text-align:left;
	display:inline-block
}
.cbp-so-side-left {
	float:left;
	text-align:left;
	display:inline-block
}
.cbp-so-init .cbp-so-side {
	opacity: 0;
}
.cbp-so-init .cbp-so-side-left {
	display:block;
	float:left;
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}
.cbp-so-init .cbp-so-side-right {
	float:right;
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}
.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;
}
.sec_o .cbp-so-side-left {
	margin:0 0 0 80px;
}
.sec_o .cbp-so-side-right {
	margin:53px 60px 0 0;
}
.sec_t {
	padding-bottom:35px;
}
.sec_t .cbp-so-side-left {
	margin:68px 0 0 10px;
}
.sec_t .cbp-so-side-right {
	margin:38px 70px 0 0;
}
.sec_s {
	padding-bottom:35px;
}
.sec_s .cbp-so-side-left {
	margin:22px 0 0 50px;
}
.sec_s .cbp-so-side-right {
	margin:111px 78px 0 0;
}
.cbp-so-section.sec_f {
	padding-bottom:50px;
	border-bottom:0;
}
.sec_f .cbp-so-side-left {
	margin:105px 0 0 10px;
}
.sec_f .cbp-so-side-right {
	margin:20px 10px 0 0;
}
