.cbp-so-scroller {
	overflow: hidden;
}

.cbp-so-section.v2 {
	background-color:#f4f6f7;
}

.cbp-so-section .wrap{
	margin: 0 auto;
	width: 1170px;
	padding-top: 75px;
}

/* 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,
div.static_page .cbp-so-section h2 {
	font-size: 56px;
	font-size: 5.6rem;
	font-weight: 300;
	line-height: 1;
	padding-bottom: 14px;
    margin-bottom: 0;
}

.cbp-so-section p {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	color:#333;
	line-height: 1.9em;
}

/* Sides */
.cbp-so-side {
	float: left;
	margin: 0;
	overflow: hidden;
	min-height: 12em;
	-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;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

.v1 .cbp-so-side-right {
	position: relative;
	right: 83px;
	text-align: left !important;
	width: 700px;
	padding-top: 20px;
}

.v1 .cbp-so-side-right h2 {
    text-align: left !important;
}

.v1 .cbp-so-side-left {
	left: 60px;
	position: relative;
	text-align: right !important;
	width: 400px;
}

.v1 .cbp-so-side-left h2 {
    text-align: right !important;
}

.v2 .cbp-so-side-left {
	position: relative;
	left: 64px;
	text-align: left;
	width: 700px;
	padding-top: 20px;
	text-align: right !important;
}

.v2 .cbp-so-side-left h2 {
    text-align: right !important;
}

.v2 .cbp-so-side-right {
	left: 150px;
	position: relative;
	text-align: left !important;
	width: 400px;
}

.v2 .cbp-so-side-right h2 {
    text-align: left !important;
}

.v3 .cbp-so-side-right {
	position: relative;
	right: 83px;
	text-align: left !important;
	width: 700px;
	padding-top: 20px;
}

.v3 .cbp-so-side-right h2 {
    text-align: left !important;
}

.v3 .cbp-so-side-left {
	left: 20px;
	position: relative;
	text-align: right !important;
	width: 400px;
}

.v3 .cbp-so-side-left h2 {
    text-align: right !important;
}

.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;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/

/* Example media queries */

@media screen and (max-width: 73.5em) {
	.cbp-so-scroller {
		font-size: 65%;
	}

	.cbp-so-section h2 {
		margin: 0;
	}

	.cbp-so-side img {
		max-width: 120%;
	}
}

@media screen and (max-width: 41.125em) {
	.cbp-so-side {
		float: none;
		width: 100%;
	}

	.cbp-so-side img {
		max-width: 100%;
	}
}

