  		#footer_buttons {
  			position: fixed;
  			left: 0;
  			right: 0;
  			bottom: 0;
  			width: 100%;

  			z-index: 100000;
  		}
  		.footer_buttons_list {
  			display: flex;
  			flex-direction: row;
  			justify-content: space-between;
  			
  		}
  		#footer_buttons .b_one {
  			display: inline-block;
  			vertical-align: middle;

			width: 50%;
  			float: left;
  			text-align: center;
  			border-left: 1px solid #fff;
  			border-right: 1px solid #fff;
  		}
  		#footer_buttons .b_left{border-left: 0; background:url('/img/footerb1.jpg') repeat-x; padding: 8px 0;}
  		#footer_buttons .b_right{border-right: 0; background:url('/img/footerb2.jpg') repeat-x; padding: 8px 0;}
		
  		#footer_buttons .b_one a,#footer_buttons .copyrights a {
  			display: block;
  			font-size: 14px;
  			font-family:'Roboto',sans-serif;
  			font-weight: 400;
  			color: #fff;
  			text-align: center;
        text-decoration: none;
      }
  		#footer_buttons .b_one a:hover , #footer_buttons .b_one a:focus , #footer_buttons .b_one a:active,#footer_buttons .copyrights a:hover,#footer_buttons .copyrights a:focus,#footer_buttons .copyrights a:active {
  			color: #fff;
  			text-decoration: none;
  		}
  		#footer_buttons .one_icon {
  			display: block;
  			margin: 0 auto 5px;
  			width: 40px;
  			height: 28px;
  		}

  		#footer_buttons .i_wh {
  			background: url('/img/footer_i2new.png') no-repeat center;
  		}
  		#footer_buttons .i_phone {
  			background: url('/img/footer_i1new.png') no-repeat center;
  		}


		
  		@media only screen and (min-width : 768px){
  			#footer_buttons {
  				display: none;
  			}
  		}
		