


.fluid-white { width: 50%; background: #ffffff; float: right; height: 100%; z-index: 2; }

.down-arrow-btn { width: 40px; height: 40px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
  -o-border-radius: 50%; background: rgba(226, 187, 28, 1); display: inline-block; margin: 10px auto 20px; color: #fff; font-size: 16px; line-height: 40px; text-align: center; }
.down-arrow-btn:hover, .down-arrow-btn:focus { color: #fff; background: rgba(226, 187, 28, 0.5); }


.up-btn { width: 50px; height: 50px; border-radius: 50%; -moz-border-radius: 50%;
	-webkit-border-radius: 50%; -o-border-radius: 50%; background: rgba(226, 187, 28, 1);
	display: block; margin: 0 auto; color: #fff; font-size: 18px; line-height: 46px; text-align: center; position: absolute; top: -26px; left: 0; right: 0; margin-left: auto; margin-right: auto; }
.up-btn:hover, up-btn:focus { color: #fff; background: rgba(226, 187, 28, 0.5); }


#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer;
  border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px;
  background: #fff; position: absolute; display: block; content: ''; }
