.parallax {
    height: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    width:100%;
}

.parallax-scene {
  position: fixed;
  left: 0px;
  right: 0px;
  overflow: hidden;
}

.parallax-scene.transition-from, .parallax-scene.transition-to {
  -moz-transition: top 0.7s cubic-bezier(0.825, 0, 0.5, 1);
  -o-transition: top 0.7s cubic-bezier(0.825, 0, 0.5, 1);
  -webkit-transition: top 0.7s cubic-bezier(0.825, 0, 0.5, 1);
  transition: top 0.7s cubic-bezier(0.825, 0, 0.5, 1);
}

.parallax-scene.active {
    top: 0px;
    bottom: 0px;
}

.parallax-scene.before {
    top: -100%;
    bottom: 0px;
}

.parallax-scene.after {
    top: 100%;
    bottom: 200%;
}


.parallax-frame {
    height: 100%;
}

.parallax-frame.before {
    display: none;
}

.parallax-frame.after {
    display: none;
}


/* Header Banner Strip */ 

div#header{
  position:absolute; top:0;
  left:0;
  width:100%;
  height:50px;
 }
 @media screen{
  body>div#header{
   position:fixed;
    z-index: 1000;
	-webkit-box-shadow: -1px 12px 23px -17px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 12px 23px -17px rgba(0,0,0,0.75);
box-shadow: -1px 12px 23px -17px rgba(0,0,0,0.75);
  }
 }
 div#header {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e1e1e1;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: black;
	margin-top:38px;
}

.wrapper-header {
    margin-right: 5%;
    position: relative;
}
.float-right {
    float: right !important;
}


@media only screen and (min-width:319px) and (max-width:640px)  {
div#header {
    background: #e1e1e1 none repeat scroll 0 0;
    color: black;
    margin-top: 15px;
}
div#header {
    height: 48px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

}

#header .wrapper-header.float-right > img{
	width: 30%;
}
.wrapper-header.float-right > a > img{
	width: 35%;
}

#lets-talk-scene .text-box h2{
	line-height: 36px;
}

}