.shop-phone {
  float: left;
  padding: 5px 0 10px; }
  @media (max-width: 767px) {
    .shop-phone {
      display: none; } }
  .shop-phone i {
    font-size: 21px;
    line-height: 21px;
    color: white;
    padding-right: 7px; }
  .shop-phone strong {
    color: white; }
  .shop-phone a:hover {
    color: white; }

#contact-link {
  float: right; }
  #contact-link a {
    position: relative;
    display: block;
    color: white;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    text-transform: uppercase;
    border-left: none; }
    #contact-link a:hover, #contact-link a.active {
      background: black; }

@media (max-width: 767px) {
  #contact_block {
    margin-bottom: 20px; } }
#contact_block .label {
  display: none; }
#contact_block .block_content {
  color: #888888; }
#contact_block p {
  margin-bottom: 4px; }
#contact_block p.tel {
  font: 400 17px/21px Arial, Helvetica, sans-serif;
  color: #888888;
  margin-bottom: 6px; }
  #contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-right: 10px; }
