.shop-phone {
  float: left;
  color: #777;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-left: 18px;
  padding-top: 5px;
  display: none; }
  .shop-phone i {
    font-size: 21px;
    line-height: 21px;
    color: white;
    padding-right: 7px;
    color: #000000; }
  .shop-phone strong {
    color: #000000; }

#contact-link {
  float: left;
  /*padding-top: 9px;*/ }
  @media (max-width: 767px) {
    #contact-link {
      float: right;
      padding: 10px 19px 0 0; } }
	  
  #contact-link a {
    display: block;
    color: #000000;
    font-weight: bold;
    padding: 8px 12px 10px;
    cursor: pointer;
    border: 2px solid #e5e5e5;
    font-size: 14px;
    line-height: 18px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	overflow: hidden;
    position: relative;}
	
	
	 #contact-link a:after {
      width: 110%;
      height: 0;
      top: 50%;
      left: 50%;
      background: #000000;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      content: "";
      position: absolute;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      z-index: -1; }
	
    #contact-link a:hover, #contact-link a.active {
      border-color: #000000;
      color: #fff; }
	  
	#contact-link a:hover:after, #contact-link a.active:after {
        height: 400%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }

@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: #333333;
  margin-bottom: 6px; }
  #contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-right: 10px; }
