@charset "UTF-8";
/* CSS Document */

.mobileCallUsBanner { box-shadow: 0 0 10px 2px rgba(0,0,0,.4); text-align: center; display: none; z-index: 8999; position: fixed; bottom: 0; left: 0;	right: 0; }
.mobileCallUsBanner a.readmore { border: 0; padding: 10px 20px; display: table; margin: 0 auto; text-transform: uppercase; font-weight: bold; font-size: 16px; line-height: 22px; transition: all 0.3s ease; }
.mobileCallUsBanner a.readmore i.fa { font-size: 22px; line-height: 22px; position: relative; top: 2px; margin-right: 10px; transition: all 0.3s ease; }
.mobileCallUsBanner a.readmore:hover {  }

@media only screen and (max-width: 480px ) { .mobileCallUsBanner { display: block; } }
