$(document).ready(function(){
  $('p.cta-button a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
	
	$('p.cta-button-boot a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
	
	$('p.cta-button-weight a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
	
	$('p.cta-button-services a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
	
	$('p.cta-button-our a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
	
	$('p.cta-button-locations a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
	
	$('p.cta-button-contact a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
	
	$('p.cta-button-store a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
	
	
	$('p.cta-button-testimonials a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);	
	
	
	$('p.cta-button-results a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);	
	
	
	$('p.cta-button-learn a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);	
	
	
	$('p.cta-button-discover a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);	
	
	
	$('p.cta-button-members a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);	
	
	
	$('p.cta-button-mission a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);	
	
	
	$('p.cta-button-box-testimonials a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);	
	
	
	$('p.cta-button-box-training a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);	
	
	
	$('p.cta-button-box-success a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);	
	
	
	$('p.cta-button-box-benefits a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);	
	
	
});
