/* Scroll */
#quickscroll {
  color: #FFFFFF;
  background-color: #7BC9D6; }

#quickscroll:hover {
  color: #7BC9D6;
  background-color: #FFFFFF; }

.trbtn {
  position: absolute;
  right: -16px;
  top: -12px;
  background: transparent;
  border: 0px;
  color: #C9302B;
  font-size: 125%; }

.trbtn i {
  position: absolute; }

.trbtn i.fa-circle {
  color: white; }

.l-quote p {
  margin: 0;
  padding: 0; }

.l-quote {
  position: absolute;
  right: 40px;
  bottom: 60px;
  min-width: 210px;
  padding: 4px 8px 2px;
  margin: 20px auto;
  color: #000;
  background: #fff;
  font-family: Arial !important;
  box-shadow: 1px 1px #444, -3px -3px 22px #444; }

.quote:after {
  -moz-transform: skewX(60deg);
  -ms-transform: skewX(60deg);
  -webkit-transform: skewX(60deg);
  transform: skewX(60deg);
  content: "";
  position: absolute;
  top: 100%;
  right: 25px;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #fff transparent; }

#callbackBubbleQuote {
  opacity: 0;
  transition: opacity 500ms; }

body:not(.overlay):not(.modal-open) #callbackBubbleQuote.cbshow {
  opacity: 1; }

.callbackBubble {
  background-color: #f7c434; }

.callbackInnerBubble {
  background-color: #f7c434;
  margin-top: 3px;
  width: 95%; }

.callbackBubbleAnim {
  animation-name: bubbleflash;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  color: #f7c434; }

@keyframes bubbleflash {
  0% {
    background-color: #f7c434;
    color: #f7c434; }
  25% {
    background-color: #2676b6;
    color: #2676b6; }
  50% {
    background-color: #f7c434;
    color: #f7c434; } }
.emergencylink {
  animation-name: emergencyflash;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  color: #e52833; }

.emergencylink a {
  font-weight: bold;
  color: inherit !important; }

@keyframes emergencyflash {
  0% {
    background-color: white;
    color: red; }
  25% {
    background-color: red;
    color: #FFFFFF; }
  50% {
    background-color: white;
    color: red; } }
