.navbar-fixed-top {
	padding: 16px;
    margin-top: -86px;
    -webkit-transition: background .5s ease-in-out,margin-top .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,margin-top .5s ease-in-out;
    transition: background .5s ease-in-out,margin-top .5s ease-in-out;
}

.top-nav-collapse {
    margin-top: 0;
}

/*---*/

.calltoaction-phone{
  margin-bottom: 0;
  position: fixed;
  bottom:0;
  width: 100%;
  z-index: 1030;
  display: none;
  border-top: 1px solid #D8D8D8;  
   -webkit-transition: background .5s ease-in-out,margin-bottom .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,margin-bottom .5s ease-in-out;
    transition: background .5s ease-in-out,margin-bottom .5s ease-in-out;
}
@media screen and (max-width: 55em) and (min-height: 1em) {
	.calltoaction-phone{
		display: block;
	}
}
.calltoaction-phone-show{
	margin-bottom: -200px;
}