.cd-section-big{
    margin-top: 200px;
    padding-top: 60px;
}
.cd-block, .cd-half-block {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-block {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
	position: fixed;
	width: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	height: 100vh;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
	visibility: hidden;
}
.cd-section:not(.cd-section-big) {
	height: 100vh;
}
.cd-half-block {
	height: 100vh !important;
	width: 50%;
	position: absolute;
	top: 0;
	background: #ffffff;
}
.fullpage .cd-half-block {
	width: 100%;
}
.cd-section:nth-of-type(even) .cd-half-block:first-of-type, .cd-section:nth-of-type(odd) .cd-half-block:first-of-type  {
	left: 0;
	-webkit-transform: translateX(-105%);
	-moz-transform: translateX(-105%);
	-ms-transform: translateX(-105%);
	-o-transform: translateX(-105%);
	transform: translateX(-105%);
}
.cd-section:nth-of-type(odd) .cd-half-block:nth-of-type(2), .cd-section:nth-of-type(even) .cd-half-block:nth-of-type(2) {
	right: 0;
	-webkit-transform: translateX(105%);
	-moz-transform: translateX(105%);
	-ms-transform: translateX(105%);
	-o-transform: translateX(105%);
	transform: translateX(105%);
}

.cd-section:first-of-type .cd-block {
	visibility: visible;
}
.cd-block > * {
	visibility: visible;
}