/* Set all parents to full height */
html, body,
.cbp-fbscroller,
.cbp-fbscroller section { 
	height: 100%; 
}

/* The nav is fixed on the right side  and we center it by translating it 50% 
(we don't know it's height so we can't use the negative margin trick) */
.cbp-fbscroller > nav {
	position: fixed;
	z-index: 9999;
	right: 100px;
	top: 50%;
	width: 26px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cbp-fbscroller > nav a {
	display: block;
	position: relative;
	z-index: 9999;
	color: transparent;
	width: 26px;
	height: 26px;
	outline: none;
	margin: 25px 0;
	border-radius: 50%;
	border: 4px solid #fff;
}

.no-touch .cbp-fbscroller > nav a:hover {
	background: rgba(255,255,255,0.6);
}

.cbp-fbscroller > nav a.cbp-fbcurrent {
	background: #fff;
}

/* background-attachment does the trick */
.cbp-fbscroller section {
	position: relative;
	padding-top: 100px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


.howitwork{
-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}

/*
#fbsection2 {
	background-image: url(../images/slide1.jpg);
}

#fbsection3 {
	background-image: url(../images/slide2.jpg);
}

#fbsection4 {
	background-image: url(../images/slide3.jpg);
}

#fbsection5 {
	background-image: url(../images/slide4.jpg);
}
#fbsection6 {
	background-image: url(../images/slide5.jpg);
}
#fbsection7 {
	background-image: url(../images/slide6.jpg);
}
#fbsection8 {
	background-image: url(../images/slide7.jpg);
}
#fbsection9 {
	background-image: url(../images/slide7.jpg);
}
*/
#fbsection10 {
	 min-height: 800px;
	 height:100%;
}

#fbsection11 {
	  background-attachment: scroll;
    float: left;
    height: auto;
   // margin-top: -15px;
    padding-top: 30px;
    width: 100%;
}
.bounceimg img{width:97%}


#innerslide{
	background-attachment: fixed;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;}	
.howitwork{ padding-top: 0!important;}	
.howitwork .slidetitle{ 
    position: fixed;text-align: center;
    }	
.howitwork .slidetitle h2{color: #4d3733;font-family: proxima_nova_rgbold;}	
.howitwork .slidetitle p{color: #CD6733;
    font-family: proxima_nova_rgregular;
     margin: 0;}	

.needdetails .collect{  background: none repeat scroll 0 0 #CD6733;
    float: left; font-family: corpa_gothiclight;color:#fff;}	
.needdetails .collect:hover{color:#fff; background: none repeat scroll 0 0 #BB5521;}	
.needdetails .needmore{
  color: #CD6733;
    float: left;
    font-family: 'proxima_nova_rgregular';
    font-size: 20px;
    margin-top: 5px;
    width: 100%;
	margin-left: 40px;
}
.needdetails .needmore:hover{color:#BB5521;}	