#social_block > .container { padding: 10px 0; border-top: 1px solid #afafaf; border-bottom: 1px solid #afafaf; }
#social_block ul { margin-bottom: 0; text-align: center; }
#social_block { position: relative; width: 100%; padding: 12px 15px 0 15px;  margin: 40px auto 16px auto; }
#social_block h3 { height: 23px; text-transform: uppercase; font-size: 16pt; font-family: 'Open Sans', 'Arial', sans-serif; color: #afafaf; background-color: #FFFFFF; width: 200px; position: absolute; text-align: center; top: -18px; left: 50%; margin-left: -100px; }

      @media (max-width: 767px) {
        #social_block {
          width: 100%;
          padding-top: 5px; } }
        @media (max-width: 767px) {
          #social_block ul {
            float: none; } }
        #social_block ul li {
          display: inline-block;
          text-align: left;
		  padding: 10px 0 10px 8px; }
          #social_block ul li a {
            display: inline-block;
            color: #dedede;
            font-size: 24px; }
            @media (min-width: 768px) and (max-width: 991px) {
              #social_block ul li a {
                font-size: 20px; } }
            #social_block ul li a span {
			  text-transform: uppercase;
			  font-family: 'Open Sans', 'Arial', sans-serif; 
			  font-weight: 500;
			  color: #ababab; 
			  font-size: 19px; }
            #social_block ul li a:before {
              display: inline-block;
			  text-align: center;
              font-family: "FontAwesome";
				background-color: #969696;
				color: #FFFFFF;
				border-radius: 34px;
				height: 36px;
				width: 36px;
				vertical-align: middle;
				padding-top: 10px;
              font-weight: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            #social_block ul li a:hover, #social_block ul li a:hover:before, #social_block ul li a:hover span {
              color: #000000;
			  transition: all 0.4s;
			  background-color: #FFFFFF; }
          #social_block ul li.facebook a:before {
            content: "\f09a"; }
          #social_block ul li.twitter a:before {
            content: "\f099"; }          
		  #social_block ul li.instagram a:before {
            content: "\f16d"; }
          #social_block ul li.rss a:before {
            content: "\f09e"; }
          #social_block ul li.youtube a:before {
            content: "\f167"; }
          #social_block ul li.google-plus a:before {
            content: "\f0d5"; }
          #social_block ul li.pinterest a:before {
            content: "\f0d2"; }
    #social_block .bottom-footer {
      position: absolute;
      bottom: -55px;
      left: 0; }
      #social_block .bottom-footer div {
        padding: 15px 0 0 0;
        border-top: 1px solid #515151;
        width: 100%; }