/* Set all parents to full height */
html, body, 
.container,
.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%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cbp-fbscroller > nav a {color:#fff; position: relative;display: inline-block; font-size:14px;text-decoration: none;font-weight: 300;zoom: 1; padding:5px; text-transform:uppercase;
}

.no-touch .cbp-fbscroller > nav a:hover {
	border-bottom:2px solid #fff;
	padding:5px 5px 3px 5px;
}

cbp-fbscroller{margin-top:60px;}


.cbp-fbscroller > nav a.cbp-fbcurrent {
}

/* background-attachment does the trick */
.cbp-fbscroller section {
	position: relative!important;
	background-position: top center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}

.no-touch .cbp-fbscroller section {background-attachment: fixed!important;}

#fbsection1 {background: url(../images/1.jpg); display:table; width:100%; padding-bottom: 25px}

#fbsection2 {background:url(../images/2.jpg); height:auto; padding:150px 0;}

#fbsection3 {background: url(../images/3.jpg); height:auto; padding:60px 0; }

#fbsection4 {background: url(../images/4.jpg); height:auto; padding:200px 0;}

#fbsection5 {background: url(../images/5.jpg); height:auto; padding:200px 0;}

#fbsection6 {background: url(../images/6.jpg); height:auto; padding:200px 0;}

#fbsection7 {background: url(../images/7.jpg); border-bottom:0;	height:auto; padding:0;}


	@media screen and (max-width: 600px) {
#fbsection2, #fbsection3, #fbsection4, #fbsection5, #fbsection6 {padding:50px 0}
#chart img {width: 90px; height: 90px}