/*-----------------------------------------------------------------------------------
	Training Ventures Products
	About: Training Ventures product offerings
	Author: Robert Rutledge
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}
.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-glossy:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08)!important;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-lg{
	font-size:60px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.glow-t{
	text-shadow:0 0 10px #FFF;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-50{
	max-width:50%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.h3-style{
	width:100%;
}
.h1-bloc-0-style{
	width:100%;
	font-family:Vollkorn;
	font-size:26px;
	letter-spacing:px;
	text-align:center;
}
.h2-products-style{
	width:100%;
	font-size:38px;
	line-height:48px;
}
.row-16-style{
	width:93.02%;
}
.divider{
	font-weight:bold;
	background-color:#FEFFFE;
	color:#000000!important;
}
.img-oa-lo-style{
	width:154px;
}
.row-bloc-9-style{
	width:39.51%;
}
.img-e-z-rest--style{
	height:310px;
	width:121px;
}
.h2-3-style{
	opacity:1.0;
	font-size:35px;
}
.img-snackhund-l-style{
	width:197px;
}
.html-widget-style{
	width:79.02%;
}
.img-fitpa-style{
	width:152px;
	font-weight:bold;
	border-radius:20px 20px 20px 20px;
}
.img-agilityequ-style{
	width:264px;
}
.p-bloc-24-style{
	font-size:19px;
	color:#320B99!important;
}
.p-13-style{
	font-size:18px;
	color:#000000!important;
}
.p-bloc-23-style{
	font-size:18px;
	color:rgba(0,0,0,0.7)!important;
	font-weight:normal;
}
.p-bloc-13-style{
	font-size:18px;
	color:rgba(0,0,0,0.8)!important;
}
.h6-8-in-stock-style{
	font-size:18px;
}
.h6-14-style{
	font-size:18px;
}
.h6-12-style{
	font-size:18px;
}
.h6-11-style{
	font-size:18px;
}
.h6-10-style{
	font-size:18px;
}
.h6-9-style{
	font-size:18px;
}
.h6-8-style{
	font-size:18px;
}
.h6-7-style{
	font-size:18px;
	color:#811451!important;
}
.divider-2{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:rgba(202,202,202,0.2);
	text-align:center;
	width:100%;
	background-size:95% auto;
	background-position:center center;
	background-repeat:no-repeat;
	margin:2px 2px 2px 2px;
	padding:25px 10px 0px 10px;
}
.h4-bloc-10-style{
	font-size:14px;
	width:87.79%;
}
.italic{
	font-style:italic;
	font-size:12pt;
}
.img-probioticn-style{
	width:141px;
}
.img-bloc-16-style{
	width:139px;
}
.img-herbaco-style{
	width:71px;
	height:220px;
}
.btn-equip-style{
	background-color:#FFFFFE;
	font-weight:bold;
	color:#000000!important;
	border-color:rgba(98,215,164,0.80)!important;
	box-shadow:0px 2px 2px #000000;
	fill:transparent;
	stroke:transparent;
	width:70%;
	border-width:2px 2px 2px 2px;
}
.btn-supl-style{
	font-weight:bold;
	color:#000000!important;
	background-color:rgba(162,182,217,0.1);
}
.btn-fit-sytle{
	background-color:rgba(170,200,98,0.5);
	font-weight:bold;
	color:#000000!important;
}
.link-style:hover{
	background-color:rgba(249,21,12,0.5);
}
.img-ph-ma-style{
	width:300px;
}
.p-style{
	font-size:16px;
	color:#000000!important;
}
.h6-bloc-10-style{
	color:rgba(0,0,0,0.9)!important;
}
.h2-bloc-26-style{
	color:rgba(0,0,0,0.8)!important;
}
.h2-bloc-25-style{
	color:rgba(0,0,0,0.8)!important;
}
.btn-style{
	font-weight:bold;
	text-decoration:underline;
}
.h5-style{
	width:100%;
}
.h6-style{
	width:100%;
}
.h3-1-style{
	font-size:32px;
}
.link-style{
	font-weight:bold;
}
.btn-suppl2-style{
	width:100%;
	background-color:transparent;
	color:rgba(13,13,13,0.97)!important;
}
.h6-5-bloc-9-style{
	font-size:14px;
}
.h2-bloc-10-style{
	font-size:34px;
}
.container-div-style{
	color:#000000!important;
}
.divider-background-color{
	background-color:#581120;
	width:100%;
	height:3px;
	margin-left:auto;
	margin-right:auto;
}
.btn-top-style{
	width:8.77%;
	border-style:solid;
	color:#811451!important;
	text-align:center;
	font-weight:bold;
	border-radius:40px 40px 40px 40px;
	border-width:2px 2px 2px 2px;
}
.btn-top-style:hover{
	float:left;
}
.h1-style{
	width:100%;
	font-size:42px;
}
.scrollToTop{
	border-style:solid;
	border-color:#6C1050!important;
	background-color:#2E32D7;
	margin:12px 12px 12px 12px;
	padding:6px 6px 6px 6px;
	border-radius:10px 10px 10px 10px;
	border-width:3px 3px 3px 3px;
}
.scrollToTop:hover{
	background-color:#A1B5D9;
}
.h6-facebook-style{
	width:96.97%;
}
.img-tv-logo--style{
	width:90px;
	height:80px;
	border-radius:0px 0px 0px 0px;
}
.bloc-margin-bottom{
	margin-bottom:-3px;
	margin-top:18px;
}
.bloc-divider-t-fill{
	fill:#000000;
}
.btn-equipment-style{
	color:#000000!important;
	text-align:center;
	font-weight:bold;
}
.btn-antn-style{
	width:28%;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:underline!important;
	line-height:170%;
	background-color:#AB0F09;
	background-size:auto 150%;
	box-shadow:1px 4px 5px rgba(0,0,0,0.58);
	padding-top:2px;
	padding-bottom:2px;
	font-size:20px;
	color:#FEFFFE!important;
	text-align:center;
}
.h3-dc6273565-style{
	letter-spacing:2px;
}
.btn-antn-style:hover{
	color:#FEFBAB!important;
	background-color:#EF160D;
	font-weight:bold;
	box-shadow:0px 4px 6px #FEFBAB;
}
.divider-style{
	height:2px;
	background-color:#F9140C;
	margin-left:auto;
	margin-right:auto;
	width:90%;
}
.container-div-equipment-style{
	width:100%;
	min-height:33px;
}
.img-cartoontide--style{
	width:148px;
}
.h3-14-style{
	font-size:31px;
	width:100%;
}
.nav-list{
	font-weight:bold;
	font-size:8pt;
	text-align:center;
	word-spacing:1px;
}
.nav-list:hover{
	color:#F9140C!important;
}
.img-facebook-op-style{
	width:44px;
	height:44px;
}
.bloc-padding-right{
	padding-right:3px;
}
.h6-bloc-39-style{
	font-size:13px;
	width:89.63%;
}
.btn-6-style{
	font-weight:bold;
}
.img-style{
	width:135px;
	height:310px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7848:rgba(0,0,0,1.0);
	
	--swatch-var-2414:rgba(130,32,99,1.0);
	
	--swatch-var-7743:rgba(255,255,255,1.0);
	
	--swatch-var-1533:rgba(250,253,212,1.0);
	
	--swatch-var-1979:rgba(184,208,117,0.5);
	
	--swatch-var-6750:#008DF1;
	
	--swatch-var-4112:rgba(249,21,12,0.73);
	
	--swatch-var-1117:rgba(177,32,6,0.73);
	
	--swatch-var-3687:#0432FF;
	
}



/* Text colour styles */

.tc-2414{
	color:var(--swatch-var-2414)!important;
}
.tc-7848{
	color:var(--swatch-var-7848)!important;
}

/* Button colour styles */

.bgc-7848{
	background-color:var(--swatch-var-7848);
}
.tc-7848{
	color:var(--swatch-var-7848)!important;
}
.btn-c-7848,.btn-c-7848:focus{
	background:var(--swatch-var-7848);
	color:#FFFFFF!important;
}
.btn-c-7848:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.wire-btn-c-7848{
	color:var(--swatch-var-7848)!important;
	border-color:var(--swatch-var-7848)!important;
}
.ltc-7848{
	color:var(--swatch-var-7848)!important;
}
.ltc-7848:hover{
	color:#000000!important;
}
.icon-7848{
	color:var(--swatch-var-7848)!important;
	border-color:var(--swatch-var-7848)!important;
}
/**/.bgc-2414{
	background-color:var(--swatch-var-2414);
}
.tc-2414{
	color:var(--swatch-var-2414)!important;
}
.btn-c-2414,.btn-c-2414:focus{
	background:var(--swatch-var-2414);
	color:#FFFFFF!important;
}
.btn-c-2414:hover{
	background:#4F0030!important;
	color:#FFFFFF!important;
}
.wire-btn-c-2414{
	color:var(--swatch-var-2414)!important;
	border-color:var(--swatch-var-2414)!important;
}
.ltc-2414{
	color:var(--swatch-var-2414)!important;
}
.ltc-2414:hover{
	color:#4F0030!important;
}
.icon-2414{
	color:var(--swatch-var-2414)!important;
	border-color:var(--swatch-var-2414)!important;
}
/**/.bgc-7743{
	background-color:var(--swatch-var-7743);
}
.tc-7743{
	color:var(--swatch-var-7743)!important;
}
.btn-c-7743,.btn-c-7743:focus{
	background:var(--swatch-var-7743);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-7743:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}

/* Bloc image backgrounds */


/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.h3-style{
		font-size:24px;
	}
	.h1-bloc-0-style{
		display:inline;
		width:100%;
		font-size:25px;
		text-align:center;
	}
	.h2-products-style{
		width:54.34%;
	}
	.row-16-style{
		width:89.15%;
	}
	.row-bloc-9-style{
		width:92.39%;
	}
	.img-e-z-rest--style{
		width:52px;
		height:155px;
	}
	.img-agilityequ-style{
		width:199px;
	}
	.p-bloc-24-style{
		font-size:14px;
	}
	.p-13-style{
		font-size:14px;
	}
	.p-bloc-23-style{
		font-size:14px;
	}
	.h4-bloc-10-style{
		width:63.66%;
	}
	.h6-bloc-10-style{
		font-size:14px;
	}
	.h6-bloc-9-style{
		width:95.08%;
		font-size:15px;
	}
	.h6-5-bloc-9-style{
		width:100%;
	}
	.h2-bloc-25-style{
		font-size:24px;
	}
	.h2-bloc-26-style{
		font-size:24px;
	}
	.img-style{
		height:144px;
		width:65px;
	}
	.img-bloc-16-style{
		height:122px;
		width:80px;
	}
	.html-widget-style{
		width:70.93%;
	}
	.h1-style{
		width:64.45%;
	}
	.container-div-style{
		width:81.99%;
	}
	.h3-1-style{
		font-size:28px;
	}
	.btn-equipment-style{
		width:70%;
	}
	.container-div-equipment-style{
		width:100%;
	}
	.img-tv-logo--style{
		width:88px;
		height:70px;
	}
	.btn-suppl2-style{
		opacity:1.0;
		width:100%;
	}
	.p-bloc-13-style{
		font-size:16px;
	}
	.h2-bloc-10-style{
		font-size:30px;
	}
	.h3-14-style{
		font-size:1.6em;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

@media (max-width: 767px){
	.h2-products-style{
		width:69.58%;
	}
	.row-bloc-9-style{
		width:72.23%;
	}
	.html-widget-style{
		width:100%;
	}
	.p-bloc-13-style{
		font-size:14px;
	}
	.h4-bloc-10-style{
		width:73.59%;
		font-size:14px;
	}
	.h6-bloc-9-style{
		width:100%;
	}
	.h2-bloc-10-style{
		width:100%;
		font-size:30px;
	}
	.h2-3-style{
		width:50.09%;
		font-size:30px;
	}
	.h1-style{
		width:78.64%;
	}
	.btn-suppl2-style{
		width:130%;
		margin-right:32px;
		padding-right:0px;
		padding-left:3px;
	}
	.container-div-equipment-style{
		width:100%;
	}
	.btn-equipment-style{
		width:70%;
	}
	.container-div-0-style{
		width:100%;
	}
	.row-16-style{
		width:100%;
	}
	.container-div-bloc-1-style{
		width:23.81%;
	}
	.scrollToTop{
		text-align:center;
		font-weight:bold;
		background-color:#811451;
		background-size:20px 20px;
		color:#FEFFFE!important;
		font-size:14px;
		cursor:pointer;
	}
	.scrollToTop:hover{
		color:#581120!important;
		font-weight:bold;
	}
	.container-div-style{
		width:75.92%;
	}
	.btn-supl-style{
		width:130%;
	}
	.p-13-style{
		font-size:16px;
	}
	.p-bloc-24-style{
		font-size:16px;
	}
	.img-tv-logo--style{
		width:80px;
		height:75px;
	}
	.img-ph-ma-style{
		width:250px;
	}
	.h2-bloc-26-style{
		font-size:22px;
	}
	.h3-14-style{
		font-size:1.2em;
	}
	.img-cartoontide--style{
		width:90px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

@media (max-width: 575px){
	.h3-style{
		font-size:18px;
	}
	.h1-bloc-0-style{
		font-size:20px;
	}
	.h2-products-style{
		font-size:32px;
		line-height:36px;
	}
	.img-oa-lo-style{
		width:68px;
	}
	.row-bloc-9-style{
		width:92.73%;
	}
	.h2-3-style{
		font-size:28px;
	}
	.img-snackhund-l-style{
		height:210px;
		width:125px;
	}
	.p-bloc-13-style{
		font-size:12px;
	}
	.h4-bloc-10-style{
		font-size:10px;
		width:92.22%;
	}
	.h6-bloc-10-style{
		font-size:10px;
	}
	.h6-bloc-9-style{
		width:100%;
		font-size:10px;
	}
	.h2-bloc-10-style{
		font-size:20px;
		width:100%;
	}
	.h4-style{
		font-size:12px;
	}
	.link-style{
		line-height:20px;
		font-size:12px;
	}
	.h3-e-z-rest™-style{
		font-size:20px;
	}
	.h3-e-z-mobility™-style{
		font-size:20px;
	}
	.h3-glucosapet-style{
		font-size:20px;
	}
	.h3-agility-pro™-style{
		font-size:20px;
	}
	.h3-5-style{
		font-size:20px;
	}
	.h3-6-style{
		font-size:20px;
	}
	.h3-7-style{
		font-size:20px;
	}
	.h3-optipet-multi™-style{
		font-size:20px;
	}
	.h3-9-style{
		font-size:20px;
	}
	.img-style{
		height:100px;
		width:50px;
	}
	.img-e-z-rest--style{
		height:120px;
	}
	.img-probioticn-style{
		width:44px;
		height:63px;
	}
	.img-herbaco-style{
		height:125px;
	}
	.img-tv-logo--style{
		width:88px;
		height:70px;
	}
	.btn-suppl2-style{
		width:100%;
		margin-right:74px;
		margin-left:8px;
	}
	.h2-bloc-25-style{
		font-size:18px;
	}
	.h3-dc6273565-style{
		font-size:22px;
	}
	.h1-style{
		font-size:24px;
		width:100%;
	}
	.btn-equipment-style{
		width:39.85%;
	}
	.bloc-padding-right{
		padding-right:0px;
	}
	.btn-antn-style{
		opacity:1.0;
		width:90%;
		font-size:18px;
	}
	.h3-bloc-fitpaw-style{
		font-size:24px;
	}
	.p-bloc-24-style{
		font-size:14px;
	}
	.h2-bloc-26-style{
		font-size:22px;
	}
	.p-bloc-agileqip-style{
		font-size:13px;
	}
	.p-13-style{
		font-size:15px;
	}
	.h6-bloc-20-style{
		font-size:12px;
	}
	.h6-facebook-style{
		font-size:12px;
	}
	.p-style{
		font-size:12px;
	}
	.h3-14-style{
		font-size:1.2em;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

