@import url(////maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

.sticky-div{
  display: none !important;
}

@media only screen and (max-width: 1000px) {
	
	.sticky-div{
    	background: #f0b310 !important;
    	color: #fff !important;
    	position: fixed;
    	top: 0px;
    	width: 100%;
    	padding: 13px 0 10px 0px;
    	font-size: 22px;
      z-index: 101;
  	}
/*
	Sticky div link color.
*/
  	.sticky-div a{
  		color: #fff;
  	}
/*
	Show sticky div.
*/
  	.show{
  		display: block !important;
  	}
/*
	Make room for sticky div by moving sub menu.
*/  
	.move-page-submenu{
  		top: 169px !important;
  	}

/*
  Make room for sticky div by moving current #header-outer.
*/  
  .move-header-outer{
      top: 48px !important;
    }
/*
	Scales down the fontawesome phone icon.	
*/
  	.sticky-div .fa-phone{
  		font-size: 20px !important
  	}
}