/* =====================================
   Colours / Fonts
   ===================================== */
/* =====================================
   Mixin: Transition/Opacity/Gradient
   ===================================== */
.bfclass__fontsmooth {
  -webkit-font-smoothing: antialiased;
  font-smoothing: always;
  text-rendering: optimizeLegibility; }

.bfclass__noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bfprochat__button {
  cursor: pointer;
  position: fixed;
  top: 40%;
  right: 0;
  font-family: Roboto, sans-serif;
  background: #0064bf;
  border-radius: 3px 0 0 3px;
  padding: 56px 14px 12px;
  z-index: 103;
  -webkit-font-smoothing: antialiased;
  font-smoothing: always;
  text-rendering: optimizeLegibility; }

.bfprochat__button:hover {
  background: #0d81d4; }

.bfprochat__button.messenger-is-open {
  right: 481px; }

.bfprochat__button.messenger-is-open .bfprochat__button-icon--close {
  display: block; }

.bfprochat__button-icon {
  position: absolute; }

.bfprochat__button-icon--chat {
  top: 14px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 36px; }

.bfprochat__button-icon--chat svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 36px;
  fill: #fff; }

.bfprochat__button-icon--close {
  display: none;
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px; }

.bfprochat__button-icon--close svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  fill: #fff; }

.bfprochat__button-text {
  display: block;
  text-align: center;
  font-weight: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bfprochat__button-text--main {
  color: #fff;
  font-size: 16px; }

.bfprochat__button-text--main + .bfprochat__button-text--sub {
  margin-top: 3px; }

.bfprochat__button-text--sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px; }

@media only screen and (max-width: 1199px) {
  .bfprochat__button {
    top: auto;
    right: 12px;
    bottom: 12px;
    padding: 0;
    height: 48px;
    width: 56px;
    border-radius: 3px; }

  .bfprochat__button.messenger-is-open {
    right: 12px; }

  .bfprochat__button.messenger-is-open .bfprochat__button-icon--close {
    display: none; }

  .bfprochat__button-text {
    display: none; }

  .bfprochat__button-icon--chat {
    top: 50%;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 30px;
    margin-top: -14px; }

  .bfprochat__button-icon--chat svg {
    width: 32px;
    height: 30px; } }
.bfprochat__messenger {
  position: fixed;
  top: 0;
  right: -481px;
  bottom: 0;
  width: 480px;
  background: #fff;
  border-left: 1px solid #c8c8c8;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  z-index: 104; }

.bfprochat__messenger.messenger-is-open {
  right: 0; }

.bfprochat__messenger iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.bfprochat__messenger-frame {
  width: 100%;
  height: 100%; }

.bfprochat__messenger-close {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  z-index: 1; }

.bfprochat__messenger-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  margin-left: -8px;
  height: 16px;
  margin-top: -8px;
  fill: #7986a3; }

@media only screen and (max-width: 1199px) {
  .bfprochat__messenger {
    right: -100%;
    width: 100%;
    border-left: 0 solid transparent; }

  .bfprochat__messenger-close {
    display: block; } }
@media screen and (max-width: 480px) {
  .bfprochat__messenger-close {
    left: calc(5% - 7px); } }
/* =====================================
   Overwrites
   ===================================== */
.bfprochat__button {
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 4px; }
  @media only screen and (min-width: 1200px) {
    .bfprochat__button {
      padding: 7px 14px;
      right: 50px;
      top: auto;
      bottom: 50px; } }
  @media only screen and (max-width: 1199px) {
    .bfprochat__button {
      width: 50px;
      height: 45px;
      padding: 4px 0 0 0; } }

.bfprochat__button-icon--chat {
  color: #fff;
  font-size: 24px;
  position: static;
  margin: 0;
  line-height: 0; }
  @media only screen and (min-width: 1200px) {
    .bfprochat__button-icon--chat {
      display: inline-block;
      width: auto;
      height: auto;
      vertical-align: middle;
      margin-right: 6px; } }
  @media only screen and (max-width: 1199px) {
    .bfprochat__button-icon--chat {
      text-align: center;
      width: 100%;
      height: 100%; } }
  .bfprochat__button-icon--chat svg {
    position: relative;
    top: auto;
    left: auto;
    width: 40px;
    height: 35px;
    fill: #fff; }

.bfprochat__button-text {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .bfprochat__button-text {
      display: inline-block;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      top: 1px; } }

.bfprochat__button,
.bfprochat__button:hover {
  background-color: #2b6cc7;
  background: -webkit-linear-gradient(#4ea5f6, #2b6cc7);
  background: -o-linear-gradient(#4ea5f6, #2b6cc7);
  background: -moz-linear-gradient(#4ea5f6, #2b6cc7);
  background: linear-gradient(#4ea5f6, #2b6cc7);
  text-shadow: 1px 1px 0 #3d73aa;
  border: 1px solid #317cd6; }

.bfprochat__button.messenger-is-open {
  right: 476px;
  padding-right: 18px; }

@media only screen and (min-width: 1200px) {
  .bfprochat__messenger.messenger-is-open,
  .bfprochat__button.messenger-is-open {
    -webkit-transition: right, 400ms;
    -moz-transition: right, 400ms;
    -ms-transition: right, 400ms;
    -o-transition: right, 400ms;
    transition: right, 400ms; } }

@media only screen and (min-width: 1200px) {
  .bfprochat__button.messenger-is-open {
    padding-left: 38px; } }
.bfprochat__button.messenger-is-open .bfprochat__button-icon--close {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity, 400ms;
  -moz-transition: opacity, 400ms;
  -ms-transition: opacity, 400ms;
  -o-transition: opacity, 400ms;
  transition: opacity, 400ms; }

.bfprochat__button-icon--close {
  color: #fff; }
  @media only screen and (min-width: 1200px) {
    .bfprochat__button-icon--close {
      top: 14px;
      left: 14px;
      opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      filter: alpha(opacity=0);
      display: block; } }


