.right-bar-container {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 199;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.right-map-buton {
  width: 36px;
  min-height: 40px;
  margin-bottom: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  text-align: center;
}

.right-contact-btn {
  width: 36px;
  min-height: 40px;
  margin-bottom: 1px;
  padding-top: 7px;
  padding-bottom: 0px;
  float: right;
  text-align: center;
}

.right-share-btn {
  width: 36px;
  min-height: 40px;
  margin-bottom: 1px;
  padding-top: 6px;
  padding-bottom: 3px;
  float: right;
  text-align: center;
}

.right-content {
  display: block;
  width: 38px;
  min-height: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  border-bottom: 0px solid #fff;
  background-color: #7bc7e1;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.right-content:hover {
  background-color: #019ee2;
}

.right-link {
  display: none;
  height: 30px;
  margin-top: 9px;
  float: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.right-social-btn {
  display: none;
  width: 36px;
  min-height: 40px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 0px;
  float: left;
  text-align: center;
}

.right-social-btn:hover {
  background-color: #019ee2;
}

.right-social-btn.twitter {
  padding-top: 8px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.right-social-btn.twitter:hover {
  background-color: #657786;
}

.right-social-btn.facebook {
  margin-bottom: 0px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.right-social-btn.facebook:hover {
  background-color: #3b5998;
}

.right-social-btn.linkedin {
  margin-bottom: 0px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.right-social-btn.linkedin:hover {
  background-color: #0077b5;
}

.right-social-btn.instagram {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.right-social-btn.instagram:hover {
  margin-bottom: 0px;
  background-color: #e1306c;
}

.right-social-btn.youtube {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.right-social-btn.youtube:hover {
  background-color: red;
}

.right-bar {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.right-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

@media (max-width: 767px) {
  .right-bar-container {
    display: none;
  }
}