.fs1-b {
  height: 50%; }
  
#page {
    position: relative;
}

#container {
    z-index: 2;
    width: 100%;
    position: fixed;
    top: 150px;
}

.foldWrapper {
    position: relative;
    vertical-align: top;
    padding: 0px;
    width: 100%;
    height: auto;
    /* background: rgba(0,0,0,0.1); */
    z-index: 1;
    display: block;
    overflow: hidden;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    transition: none;
}
.topHalf, .bottomHalf {
    position: relative;
    display: block;
    z-index: 2;
    width: 100%;
    transition: none;
    overflow: hidden;
}
.topHalf {
    z-index: 3 !important;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    -webkit-transform-origin: top;
    transition: -webkit-transform 500ms cubic-bezier(0, 0.45, 1, 0.95), background-color 500ms ease-in;
    position: absolute;
    top: 0px;
    transition: none;
}
.bottomHalf {
    -ms-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transition: -webkit-transform 500ms cubic-bezier(0, 0.45, 1, 0.95), background-color 500ms ease-in;
    position: absolute;
    bottom: 0px;
    transition: none;
}
.wfull {
    width: 100%;
}
.fold-size1 {
    height: 500px;
}
.bottomHalf .fold-content {
    top: -100%;
    position: absolute;
}
.bggreen3 {
    background: #c3c27c;
}
.cwhite {
    color: #fff !important;
}
.p50 {
    padding: 50px;
}
.valign2 {
    position: relative;
    top: 50%;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.roundbutton {
    border-radius: 100px;
    border: 3px solid #fff;
    background: transparent;
    color: white;
    padding: 10px;
    font-weight: bold;
}
#footer-top {
    position: fixed;
    width: 100%;
    height: 0px;
    top: 0px;
    left: 0px;
    display: table;
    /*background: url(../images/foot-pattern.jpg) #040404 center bottom;*/
	background:transparent;
    display: none;
    z-index: 3;
}
.pt70 {
    padding-top: 70px;
}
.center {
    margin: 0 auto;
    display: block;
}
