.shop-phone {
float: left;
    padding: 0 20px;
    padding: 6px 9px 4px;
    background: rgba(0, 0, 0, 0);
    border: 0px;
    font-weight: 300;
    color: #c7c7c7;
	}
  .shop-phone i {
    font-size: 15px;
    color: #c7c7c7;
    padding-right: 2px; }
  .shop-phone strong {
    color: #c7c7c7;
    font-weight: normal; }

#contact-link {
  float: left;
    width: 135px; }
  #contact-link a {
            display: block;
    color: #c7c7c7;
    font-weight: normal;
    padding: 5px 9px 5px;
    text-transform: capitalize;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0px;
    margin-right: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 300;
	}
    #contact-link a:hover, #contact-link a.active {
          
    color: #7bbd21;
	}

@media (max-width: 767px) {
   #contact-link {
      display: none; } }
#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 "Roboto", sans-serif;
  color: #333333;
  margin-bottom: 6px; }
  #contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-right: 10px; }
