The Grappling Match

It has been about 15 years since I met my dominant Maree. When I met her, she was there in the background, quiet and reserved. I eventually approached her and found her very intelligent and we were soon dating. She had come from a large dairy farming family, mostly boys, and was working in a nursing home when I met her. There was a lot of lifting equipment in the facility that wasn’t working and she was rolling and lifting patients by herself. I didn’t realize the significance of this until later. I was working as a prison guard at the time and complained that a lot of the female guards disappeared when there was trouble.

My dominant Maree said she was as tough as any man and could do anything a man could do and on top of that she could have babies. I laughed at this and she immediately demanded to wrestle me. We both stripped naked and circled one another. When we started grappling and we were locked together and she was very strong. I managed to turn her and drop her face down and she landed hard on her tits.

I pinned her in an arm lock and applied pressure until she begged me to stop. Them, I rolled her over and we had sex. She was sore and not happy with me, complaining how sore her tits were and she wanted a rematch but this time it would be a boxing match. She said, “Be at my house at 10:00 a.m. on Tuesday which is my day off with two pairs of boxing gloves and we will see who’s the weaker sex.”

The Boxing Match With My Dominant Maree

I arrived on Tuesday with two pairs of 16 oz. boxing gloves. The biggest I could find. I thought she was letting her emotions overrule her common sense. My dominant Maree was sullen and only said hello. I knew I could easily beat this soft bitch. A few good hits into her soft belly and it would be over and she would be begging me to stop again.

Her lounge room had been cleared to fight. She took a pair of gloves and went to her bedroom. I sat and waited. We had agreed to box like 2 men boxing, both stripped to the waist, she asked me not to work on her tits and I agreed if she wore high heels which would bring her up to my eye level. She was 2 inches shorter than me. I also thought it would make it a little easier to work on her belly.

She strutted out of her bedroom looking drop dead gorgeous. Gloves on ready to box and a blue silk top draped over her shoulders. Her plump tits and belly wobbling as she strutted past me with her large bum swaying and looking very sexy. She went to her corner, dropped the top and we met in the middle of the room and touched gloves. She said, “Remember, No rounds, this is a fight for equality and it’s not over until there is only one of us standing!” We went back to our corners.

dominant maree

Surprised How Hard She Hits

She came out with her arms raised flexing her biceps which I now noticed were as large as mine, not bad for a soft woman. We circled one another waiting for one of us to throw the first punch. I hit her hard in the stomach, she buckled and grunted a few times and to my surprise stood her ground. I was staring at her flopping tits when she hit me hard on the jaw with a big right sending me reeling backwards. The fight was on, she buckled me up with a punch to my stomach followed by another right to my jaw. I was in trouble. She could box and came at me again wide open and confident and I punched her squarely in her solar plexus.

She let out a shocking howl and it was obvious she had never been hit in the solar plexus before. Backing off, she looked at me surprised, angry and very wary as we circled one another carefully. I punched dominant Maree in the face and she then charged me hitting me about 5 times in quick succession. Surprised, at how hard she hits, I backed right off. This was turning into a real fight and she was a tough opponent.

Big Trouble Now

I swung at her head and she ducked and came in low, punching my stomach up into my diaphragm hitting my solar plexus. The pain was excruciating, I was in big trouble. She used me like a punching bag for the next few minutes until I recovered. It was about 10 minutes into the fight and she knew she was on top of me controlling the fight. I had to get some good hits into her to slow her up. Dominant Maree was circling me throwing punches at every opportunity. I was in trouble and was in fear now of being badly hurt. She was ruthlessly wanting to win this fight. The smirk on her face said it all.

I was after her ribs and solar plexus which she now guarded vigorously while she attacked my stomach. Her punches were coming hard and fast and that smile on her face was unsettling. She was overconfident and her guard was down and I hit her hard on the jaw and in her stomach. I was trying for her solar plexus and she returned the favor hitting me square on the jaw and I went down, dazed. She stood over me and I was looking up at her plump tits while she said, “If you are stupid enough to get up I will hurt you really badly.”

A Win For All Dominant Women

I got to my feet and hit her hard in her ribcage. It realIy hurt her. I swung at her head trying to drop her but she ducked and hit me in the chest, then my jaw and she almost succeeded with another diaphragm punch. She then repeatedly punched me in the stomach and jaw again and I was feeling weak in the knees and there seemed to be a lull.

Dominant Maree was putting all her strength and thigh muscles into a big right and she clocked me so hard she almost took my head off. At this point, I was unconscious before I hit the floor. This fight was over, she was happy and made her point. When I recovered she was looking down on my body in distain and strutted off with both hands above her head giggling and laughing saying, ” A big win for female supremacy.”


jQuery(document).ready(function() {

var CONSTANTS = {
productMinWidth : 185,
productMargin : 20
};

var $adUnits = jQuery(‘.aalb-product-carousel-unit’);
$adUnits.each(function() {
var $adUnit = jQuery(this),
$wrapper = $adUnit.find(‘.aalb-pc-wrapper’),
$productContainer = $adUnit.find(‘.aalb-pc-product-container’),
$btnNext = $adUnit.find(‘.aalb-pc-btn-next’),
$btnPrev = $adUnit.find(‘.aalb-pc-btn-prev’),
$productList = $productContainer.find(‘.aalb-pc-product-list’),
$products = $productList.find(‘.aalb-pc-product’),
productCount = $products.length;

if (!productCount) {
return true;
}

var rows = $adUnit.find(‘input[name=rows]’).length && parseInt($adUnit.find(‘input[name=rows]’).val(), 10);
var columns = $adUnit.find(‘input[name=columns]’).length && parseInt($adUnit.find(‘input[name=columns]’).val(), 10);

if( columns ) {
var productContainerMinWidth = columns * (CONSTANTS.productMinWidth + CONSTANTS.productMargin) + ‘px’;
$adUnit.css( ‘min-width’, productContainerMinWidth );
$productContainer.css( ‘min-width’, productContainerMinWidth );
$products.filter( ‘:nth-child(‘ + columns + ‘n + 1)’ ).css( ‘clear’, ‘both’ );
}

if (rows && columns) {
var cutOffIndex = (rows * columns) – 1;
$products.filter(‘:gt(‘ + cutOffIndex + ‘)’).remove();
}

function updateLayout() {
var wrapperWidth = $wrapper.width();
var possibleColumns = columns || parseInt( wrapperWidth / (CONSTANTS.productMinWidth + CONSTANTS.productMargin), 10 );
var actualColumns = columns || possibleColumns actualColumns ) {
$btnNext.css( ‘visibility’, ‘visible’ ).removeClass( ‘disabled’ ).unbind( ‘click’ );
$btnPrev.css( ‘visibility’, ‘visible’ ).removeClass( ‘disabled’ ).unbind( ‘click’ );
}
$productContainer.jCarouselLite( {
btnNext : ‘#’ + $adUnit.attr( ‘id’ ) + ‘ .aalb-pc-btn-next’,
btnPrev : ‘#’ + $adUnit.attr( ‘id’ ) + ‘ .aalb-pc-btn-prev’,
visible : actualColumns,
circular: false
} );

}

updateLayout();
jQuery(window).resize(updateLayout);
});
});

/*!
* jCarouselLite – v1.1 – 2014-09-28
* http://www.gmarwaha.com/jquery/jcarousellite/
* Copyright (c) 2014 Ganeshji Marwaha
* Licensed MIT (https://github.com/ganeshmax/jcarousellite/blob/master/LICENSE)
*/

!function(a){a.jCarouselLite={version:”1.1″},a.fn.jCarouselLite=function(b){return b=a.extend({},a.fn.jCarouselLite.options,b||{}),this.each(function(){function c(a){return n||(clearTimeout(A),z=a,b.beforeStart&&b.beforeStart.call(this,i()),b.circular?j(a):k(a),m({start:function(){n=!0},done:function(){b.afterEnd&&b.afterEnd.call(this,i()),b.auto&&h(),n=!1}}),b.circular||l()),!1}function d(){if(n=!1,o=b.vertical?”top”:”left”,p=b.vertical?”height”:”width”,q=B.find(“>ul”),r=q.find(“>li”),x=r.size(),w=lt(x,b.visible)?x:b.visible,b.circular){var c=r.slice(x-w).clone(),d=r.slice(0,w).clone();q.prepend(c).append(d),b.start+=w}s=a(“li”,q),y=s.size(),z=b.start}function e(){B.css(“visibility”,”visible”),s.css({overflow:”hidden”,”float”:b.vertical?”none”:”left”}),q.css({margin:”0″,padding:”0″,position:”relative”,”list-style”:”none”,”z-index”:”1″}),B.css({overflow:”hidden”,position:”relative”,”z-index”:”2″,left:”0px”}),!b.circular&&b.btnPrev&&0==b.start&&a(b.btnPrev).addClass(“disabled”)}function f(){t=b.vertical?s.outerHeight(!0):s.outerWidth(!0),u=t*y,v=t*w,s.css({width:s.width(),height:s.height()}),q.css(p,u+”px”).css(o,-(z*t)),B.css(p,v+”px”)}function g(){b.btnPrev&&a(b.btnPrev).click(function(){return c(z-b.scroll)}),b.btnNext&&a(b.btnNext).click(function(){return c(z+b.scroll)}),b.btnGo&&a.each(b.btnGo,function(d,e){a(e).click(function(){return c(b.circular?w+d:d)})}),b.mouseWheel&&B.mousewheel&&B.mousewheel(function(a,d){return c(d>0?z-b.scroll:z+b.scroll)}),b.auto&&h()}function h(){A=setTimeout(function(){c(z+b.scroll)},b.auto)} function lt(a,b){return ab;} function i(){return s.slice(z).slice(0,w)}function j(a){var c;a=y-w+1&&(c=a-x-b.scroll,q.css(o,-(c*t)+”px”),z=c+b.scroll)}function k(a){0>a?z=0:a>y-w&&(z=y-w)}function l(){a(b.btnPrev+”,”+b.btnNext).removeClass(“disabled”),a(z-lt(b.scroll,0)&&b.btnPrev||z+gt(b.scroll, y)-w&&b.btnNext||[]).addClass(“disabled”)}function m(c){n=!0,q.animate(“left”==o?{left:-(z*t)}:{top:-(z*t)},a.extend({duration:b.speed,easing:b.easing},c))}var n,o,p,q,r,s,t,u,v,w,x,y,z,A,B=a(this);d(),e(),f(),g()})},a.fn.jCarouselLite.options={btnPrev:null,btnNext:null,btnGo:null,mouseWheel:!1,auto:null,speed:200,easing:null,vertical:!1,circular:!0,visible:3,start:0,scroll:1,beforeStart:null,afterEnd:null}}(jQuery);



.fb_iframe_widget_fluid_desktop iframe {
width: 100% !important;
}

The post Dominant Maree And The Boxing Match appeared first on Femdom BDSM Lifestyle Magazine.


Free Femdom Training & Femdom Hypnosis

#femdomtraining
#femdomhypnosis
#malesubmissivetraining
#sissytraining
#husbandtraining
#analtraining
#cuckoldtraining
#femaledominancetraining
#chastitytraining