/*-----------------------------------------------------------------------------------
	Emerald Gold Pet Nutrition
	About: Welcome to Emerald Gold Pet Nutrition
	Author: Gerhard de Bruin
	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-md{
	padding:50px 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;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

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


/* 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);
}


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* 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-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);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}


/* = Cards
-------------------------------------------------------------- */
.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%;
}
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.hide-indicators{
	display:none;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	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;
}
.menuc{
	font-family:"TitilliumWeb-Light";
	color:#FEFFFF!important;
	text-transform:uppercase;
	opacity:50;
	text-decoration:none;
	letter-spacing:5px;
	text-indent:10px;
	font-size:14px;
}
.text-span-color{
	color:#4c1100;
}
.h1-our-products-style{
	font-family:"Anton";
	font-size:40px;
	font-weight:700;
}
.p-1-style{
	font-family:"Merriweather-Black";
	color:#552731;
}
.h1-heading-1-style{
	font-family:"Anton";
	font-size:32px;
	font-weight:700;
}
.row-style{
	width:100%;
}
.button1-class{
	background-color:#4C1100;
	color:#FEFFFF!important;
}
.button1-class:hover{
	background-color:#E1AB53;
	border-color:#E1AB53!important;
	color:#15165A!important;
}
.form-field{
	background-color:#FEFFFF;
	border-color:#4C1100!important;
	border-style:solid;
	color:#4C1100!important;
	border-radius:2px 2px 2px 0px;
	border-width:2px 2px 2px 2px;
}
.silicon-footer{
	background-color:#009192;
	color:#FEFFFF!important;
}
.header-row{
	margin-bottom:30px;
	margin-top:30px;
}
.silicon-h2-class{
	color:#431B24!important;
}
.silicon-card{
	border-color:#431B24!important;
	color:#431B24!important;
	box-shadow:0px 0px 9px #3B2100;
	margin:10px 10px 10px 10px;
	padding:20px 20px 20px 20px;
	border-width:2px 2px 2px 2px;
}
.silicon-card:hover{
	background-color:#E1AB53;
	border-color:#D5D5D5!important;
	color:#FEFFFF!important;
	box-shadow:0px 0px 10px #919191;
	border-width:2px 2px 2px 2px;
}
.silicon-responsive-padding{
	padding:10px 10px 10px 10px;
}
.h2-style{
	font-family:"Lobster Two";
	width:100%;
	color:#ffffff;
	font-weight:700;
}
.h3-style{
	font-family:"Anton";
	font-weight:700;
}
.h4-style{
	font-family:"Anton";
	font-weight:700;
}
.h4-3-style{
	font-family:"Anton";
	font-weight:700;
}
.h4-our-products-style{
	font-family:"Anton";
	font-weight:700;
}
.h1-4-style{
	font-family:"TitilliumWeb-SemiBold";
}
.buttong{
	text-transform:uppercase;
	font-family:"Lato";
	font-weight:700;
	border-style:solid;
	border-color:#AE8E15!important;
	box-shadow:0px 2px 4px #4C1100;
	font-size:14px;
	background-color:#422000;
	color:#FFFFFF!important;
	white-space:normal;
	border-width:3px 3px 3px 3px;
}
.buttong:hover{
	color:#E1AB53!important;
}
.h1-4-heading-1-style{
	font-family:"Anton";
	font-weight:700;
}
.h1-3-style{
	font-family:"Anton";
	font-size:40px;
	font-weight:700;
}
.h3-heading-3-style{
	font-family:"TitilliumWeb-Bold";
}
.h3-contact-us-style{
	font-family:"TitilliumWeb-Bold";
}
.contact-card-margin{
	margin-top:-10px;
	border-left-width:2px;
	margin-right:-5px;
	margin-left:-5px;
}
.required-star{
	color:#4C1100!important;
}
.contact-card-text-style{
	font-size:12px;
}
.h1-contact-us-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-4-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-2-style{
	font-family:"Lato";
	font-weight:700;
	font-size:22px;
	color:#FEFFFF!important;
}
.text-span-bloc-12-color{
	color:#ffffff;
}
.h1-6-style{
	font-family:"Anton";
	font-weight:700;
}
.h1-39463-style{
	font-family:"Lato";
	font-weight:900;
}
.blockquote{
	color:#FEFFFF!important;
}
.testimonials-text{
	color:#FEFFFF!important;
}
.blockquote-footer{
	color:#E1AB53!important;
}
.p-color{
	color:#e9b523;
	font-family:"Lato";
	font-weight:700;
}
.h1-12-style{
	font-family:"TitilliumWeb-Bold";
}
.h1-45408-style{
	font-family:"Anton";
	font-weight:700;
	font-size:32px;
}
.h3-12130-style{
	font-family:"TitilliumWeb-Bold";
}
.text-span-bloc-9-color{
	color:#4c1100;
}
.text-span-bloc-3-color{
	color:#FEFFFF!important;
}
.p-bloc-36-style{
	font-family:"Lato";
	font-weight:700;
	font-size:22px;
}
.custaccord{
	text-transform:uppercase;
	font-family:"TitilliumWeb-SemiBold";
	text-shadow:0px 0px 0px #000000;
}
.textcardb{
	text-transform:none;
	text-align:center;
	font-family:"Lato";
	font-weight:700;
	color:#422000!important;
}
.h5-style{
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
}
.link-stylecs{
	font-family:"Lato";
	font-size:18px;
	font-weight:700;
	color:#FEFFFF!important;
	text-decoration:none;
}
.link-style{
	width:100%;
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
	text-decoration:none;
}
.h3-please-note-style{
	font-family:"Lato";
	font-weight:900;
	font-size:18px;
}
.p-35-style{
	font-size:16px;
	font-family:"Lato";
	font-weight:700;
}
.link-syleg{
	font-family:"Lato";
	font-weight:700;
}
.link-syleg:hover{
	font-family:"TitilliumWeb-Light";
	color:#4C1100!important;
}
.h1-14-style{
	font-family:"Anton";
	font-weight:700;
}
.h1-16-style{
	font-family:"Open Sans";
	font-size:30px;
	font-weight:800;
}
.alertc{
	background-color:#431B24;
	color:#FEFFFF!important;
	border-style:solid;
	border-color:#FEFFFF!important;
}
.alertc:active{
	background-color:#4C1100;
}
.img-placeholder-us-style{
	height:200px;
}
.img-19-style{
	height:200px;
	margin-bottom:50px;
}
.img-20-style{
	height:200px;
}
.img-17-style{
	height:200px;
}
.pic{
	text-shadow:0px 13px 7px #FEFFFF;
}
.h3--heading-3-style{
	font-family:"TitilliumWeb-Bold";
}
.h2-color{
	color:#ffffff;
	font-family:"TitilliumWeb-Bold";
}
.h2-heading-2-color{
	color:#ffffff;
	font-family:"TitilliumWeb-Bold";
}
.listg{
	border-style:solid;
	border-color:#4C1100!important;
	border-width:2px 2px 2px 2px;
}
.listg2{
	border-color:#4C1100!important;
	border-style:solid;
	border-width:0px 2px 2px 2px;
}
.h5-weight-in-kg-style{
	font-size:16px;
}
.h5-size-style{
	font-size:16px;
}
.h5-grams-day-style{
	font-size:16px;
}
.h6-heading-6-style{
	opacity:1.0;
	width:100%;
}
.heading-cl{
	background-color:#E1AB53;
	width:100%;
	height:100px;
	text-align:center;
	border-style:solid;
	border-color:#FEFFFF!important;
	padding:0px 0px 0px 0px;
	border-width:2px 2px 2px 2px;
}
.p-margin-top{
	margin-top:40px;
	font-family:"TitilliumWeb-ExtraLight";
	text-transform:none;
	color:#4C1100!important;
	text-align:center;
	text-indent:0px;
	height:50%;
	width:100%;
	font-size:18px;
	padding:0px 0px 0px 0px;
}
.p-bloc-0-margin-top{
	margin-top:10px;
}
.row-margin-top{
	margin-top:3px;
}
.content{
	background-color:#C0C0C0;
	border-style:solid;
	border-color:#FEFFFF!important;
	height:50%;
	border-width:2px 2px 2px 2px;
}
.h6-heading-6-color{
	color:#552731;
}
.list-top{
	background-color:#C0C0C0;
}
.list2{
	background-color:#E1AB53;
}
.tab{
	width:100%;
	height:50%;
	background-color:#E1AB53;
	padding:0px 0px 0px 0px;
}
.head1{
	width:100%;
}
.p-9-margin-top{
	font-size:16px;
	font-weight:lighter;
	opacity:1.0;
}
.p-54-color{
	color:#ffffff;
}
.h1-49374-style{
	font-family:"Anton";
	font-size:32px;
	font-weight:700;
}
.cont-custom{
	padding:15px 15px 15px 15px;
}
.divider2{
	;
}
.h6-bloc-9-style{
	font-family:"TitilliumWeb-Bold";
}
.p-bloc-4-style{
	font-size:16px;
	font-family:"Lato";
	font-weight:700;
}
.text-span-bloc-11-color{
	color:#4c1100;
}
.h2-bloc-32-style{
	font-family:"Lato";
	font-weight:900;
	color:#FEFFFF!important;
}
.h1-17-style{
	font-family:"Lato";
	font-size:28px;
	font-weight:900;
}
.link-ingriedients-style{
	width:100%;
	color:#ffffff;
}
.link-ingriedients-style:hover{
	background-color:#DAA420;
}
.p-bloc-52-color{
	color:#ffffff;
}
.h1-7107-style{
	font-family:"Lato";
	font-size:28px;
	font-weight:900;
}
.img-21-style{
	width:100px;
	height:100px;
}
.h3-omega-6-3-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-6-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-natureox-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-8-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-ingriedients-style{
	font-family:"Lato";
	font-weight:900;
	font-size:28px;
}
.h2-6-style{
	font-family:"Lato";
	font-weight:900;
	font-size:28px;
}
.h2-7-style{
	font-family:"Lato";
	font-weight:900;
	font-size:28px;
}
.h2-8-style{
	font-family:"TitilliumWeb-Bold";
}
.h4-17-style{
	font-family:"Open Sans";
	font-weight:800;
}
.submen1{
	font-size:12px;
	color:#4C1100!important;
}
.submen1:hover{
	color:#E1AB53!important;
}
.submen1:active{
	color:#941100!important;
}
.h1-5-style{
	font-family:"Anton";
	font-weight:700;
	font-size:32px;
}
.text-span-bloc-16-color{
	color:#ffffff;
}
.text-span-bloc-61-color{
	color:#000000;
}
.container-div-style{
	height:22px;
}
.container-div-bloc-49-style{
	height:151px;
}
.container-div-bloc-81-style{
	height:116px;
}
.container-div-0-style{
	height:167px;
}
.container-div-26509-style{
	height:67px;
}
.text-span-0-color{
	color:#ffffff;
}
.p-bloc-22-color{
	color:#ffffff;
}
.p-bloc-12-style{
	font-size:16px;
	font-family:"Lato";
	font-weight:700;
}
.h6-bloc-50-style{
	font-family:"Lato";
	font-weight:700;
	font-size:16px;
}
.img-puppyp-style{
	width:130px;
	padding-bottom:0px;
	margin-bottom:15px;
}
.img-small-bit-style{
	width:130px;
	margin-bottom:15px;
}
.img-senior-p-style{
	width:130px;
	margin-bottom:15px;
}
.img-premium-pl-style{
	width:130px;
	margin-bottom:16px;
}
.submenu-cus{
	font-size:12px;
	letter-spacing:0px;
	text-align:center;
}
.buttongrcust{
	text-align:center;
}
.link-0-style{
	width:90.87%;
}
.link-0-bloc-1-style{
	width:77.59%;
}
.link-bloc-1-style{
	width:85.06%;
}
.link-options-1-style{
	width:74.68%;
}
.linkcust{
	font-family:"Lato";
	font-size:15px;
	font-weight:900;
	text-decoration:none;
}
.linkcust:hover{
	font-family:"Lato";
	color:#DAA420!important;
	font-weight:900;
}
.linkcust:active{
	font-family:"Lato";
	color:#941100!important;
	font-weight:700;
}
.container-div-bloc-108-style{
	height:21px;
}
.footer-link{
	font-family:"Lato";
	text-align:center;
	font-weight:700;
	text-decoration:none;
	color:#FEFFFF!important;
	font-size:14px;
}
.p-bloc-16-style{
	font-family:"Lato";
	font-weight:700;
	font-size:16px;
}
.h4-bloc-37-style{
	font-family:"Lato";
	font-weight:700;
	font-size:22px;
}
.text-span-bloc-106-color{
	color:#ffffff;
}
.h2-bloc-105-style{
	font-family:"Anton";
	font-weight:700;
}
.h2-bloc-106-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-28-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-28-bloc-106-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-prices-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-delivery-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-4331-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-payment-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-43-style{
	font-family:"Lato";
	font-weight:700;
	text-transform:capitalize;
}
.h3-card-heading-style{
	font-family:"Lato";
	font-weight:700;
	text-transform:capitalize;
}
.h2-heading-2-style{
	font-family:"Lato";
	font-weight:700;
	font-size:26px;
}
.h2-3-style{
	font-family:"Anton";
	font-weight:700;
}
.headtab{
	text-transform:uppercase;
	font-family:"TitilliumWeb-Bold";
	font-size:18px;
}
.tabstyle{
	border-style:solid;
	border-color:#FFFFFF!important;
	border-width:3px 3px 3px 3px;
}
.padd{
	border-color:#431B24!important;
	border-style:solid;
	border-width:2px 2px 2px 2px;
}
.card-body-style{
	height:105px;
}
.card-header-style{
	height:59px;
}
.h3-pierre-delport-style{
	font-family:"TitilliumWeb-Bold";
}
.h3-stefan-stander-style{
	font-family:"TitilliumWeb-Bold";
}
.h3-4-stefan-stander-style{
	font-family:"TitilliumWeb-Bold";
}
.h3-koos-jordaan-style{
	font-family:"TitilliumWeb-Bold";
}
.btn-padding-top{
	padding-top:3px;
	margin-bottom:45px;
	margin-top:13px;
}
.link-margin-top{
	margin-top:2px;
}
.btn-margin-bottom{
	margin-bottom:14px;
	width:47.56%;
}
.btn-bloc-107-margin-bottom{
	margin-bottom:14px;
}
.icon-padding-bottom{
	margin-bottom:15px;
}
.icon-margin-bottom{
	margin-bottom:15px;
}
.card-bloc-4-margin-bottom{
	margin-bottom:40px;
}
.bloc-margin-bottom{
	margin-bottom:-2px;
}
.card-3-margin-bottom{
	margin-bottom:40px;
}
.img-margin-top{
	margin-top:0px;
	padding-top:22px;
}
.img-puppyp-margin-top{
	margin-top:-5px;
	padding-top:18px;
}
.img-padding-top{
	padding-top:12px;
}
.h5-margin-top{
	margin-top:34px;
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
}
.h5-padding-top{
	padding-top:35px;
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
}
.h5-bloc-52-padding-top{
	padding-top:35px;
	font-family:"Lato";
	font-weight:700;
}
.h5-bloc-64-padding-top{
	padding-top:21px;
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
}
.img-senior-p-padding-top{
	padding-top:14px;
}
.p-bloc-78-style{
	width:100%;
	font-family:"Lato";
	font-weight:700;
}
.image{
	border-style:solid;
	border-color:#DAA420!important;
	border-width:4px 4px 4px 4px;
}
.topmenu1{
	font-family:"Lato";
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	word-spacing:0px;
}
.p-bloc-3-style{
	font-family:"Lato";
	font-weight:700;
}
.p-3-style{
	font-family:"Lato";
	font-weight:700;
}
.p-4-style{
	font-family:"Lato";
	font-weight:700;
}
.p-5-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-14-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-bloc-62-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-13-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-12-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-spirulina-style{
	font-family:"Lato";
	font-weight:900;
}
.h4-biomos-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-bloc-63-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-diatoms-style{
	font-family:"Lato";
	font-weight:900;
}
.linkcust:focus{
	font-family:"Lato";
	font-weight:900;
}
.linkcust:visited{
	font-family:"Lato";
	font-weight:100;
}
.p-bloc-17-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-18-style{
	font-family:"Lato";
	font-weight:700;
}
.p-20-style{
	font-family:"Lato";
	font-weight:700;
}
.p-17-style{
	font-family:"Lato";
	font-weight:700;
}
.p-18-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-11-style{
	font-family:"Lato";
	font-weight:700;
}
.h4-bloc-12-style{
	font-family:"Lato";
	font-weight:700;
}
.h4-13-style{
	font-family:"Lato";
	font-weight:700;
}
.p-23-style{
	font-family:"Lato";
	font-weight:700;
}
.p-25-style{
	font-family:"Lato";
	font-weight:700;
}
.checkbox-margin-bottom{
	font-family:"Lato";
	font-weight:700;
}
.p-25-bloc-18-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-22-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-26-color{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-30-style{
	font-family:"Lato";
	font-weight:700;
}
.h6-style{
	font-family:"Lato";
	font-weight:700;
}
.p-padding-left{
	font-family:"Lato";
	font-weight:700;
}
.p-padding-right{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-32-padding-left{
	font-family:"Lato";
	font-weight:700;
}
.h5-bloc-48-style{
	font-family:"Lato";
	font-weight:700;
	font-size:16px;
}
.p-bloc-106-style{
	font-family:"Lato";
	font-weight:700;
}
.p-92-style{
	font-family:"Lato";
	font-weight:700;
}
.p-90-style{
	font-family:"Lato";
	font-weight:700;
}
.p-89-style{
	font-family:"Lato";
	font-weight:700;
}
.p-88-style{
	font-family:"Lato";
	font-weight:700;
}
.p-87-style{
	font-family:"Lato";
	font-weight:700;
}
.top{
	background:linear-gradient(0deg, #79193C 0%, #221100 100%);
	color:transparent!important;
}
.h6-11-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-52-style{
	font-family:"Lato";
	font-weight:700;
}
.p-69-style{
	font-family:"Lato";
	font-weight:700;
}
.p-68-style{
	font-family:"Lato";
	font-weight:700;
}
.p-67-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-53-style{
	font-family:"Lato";
	font-weight:700;
}
.p-72-style{
	font-family:"Lato";
	font-weight:700;
}
.p-73-style{
	font-family:"Lato";
	font-weight:700;
}
.p-74-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-89-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-84-style{
	font-family:"Lato";
	font-weight:700;
}
.p-79-style{
	font-family:"Lato";
	font-weight:700;
}
.p-78-style{
	font-family:"Lato";
	font-weight:700;
}
.p-77-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-85-style{
	font-family:"Lato";
	font-weight:700;
}
.p-82-style{
	font-family:"Lato";
	font-weight:700;
}
.p-83-style{
	font-family:"Lato";
	font-weight:700;
}
.p-84-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-103-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-87-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-62-style{
	font-family:"Lato";
	font-weight:700;
}
.p-58-style{
	font-family:"Lato";
	font-weight:700;
}
.p-59-style{
	font-family:"Lato";
	font-weight:700;
}
.p-56-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-63-style{
	font-family:"Lato";
	font-weight:700;
}
.p-61-style{
	font-family:"Lato";
	font-weight:700;
}
.p-62-style{
	font-family:"Lato";
	font-weight:700;
}
.p-63-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-65-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-66-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-68-style{
	font-family:"Lato";
	font-weight:700;
}
.h6-v30167-style{
	font-family:"Lato";
	font-weight:700;
}
.h6-v20052-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-60-style{
	font-family:"Lato";
	font-weight:700;
}
.dropmenu{
	color:#FEFFFF!important;
	font-family:"Poppins";
	font-weight:500;
	font-size:12px;
	text-align:center;
	letter-spacing:0px;
	position:sticky;
	border-style:solid;
	border-color:#FEFFFF!important;
	background-color:#321602;
	text-transform:uppercase;
	white-space:nowrap;
	border-width:2px 2px 2px 2px;
}
.img-5-style{
	height:420px;
}
.h1-style{
	font-family:"Open Sans";
	font-weight:800;
}
.headp{
	color:#422000!important;
	font-family:"Lato";
	font-weight:900;
}
.p-4237-style{
	font-family:"Lato";
	font-weight:700;
}
.p-24177-style{
	font-family:"Lato";
	font-weight:700;
}
.lower{
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
	font-size:12px;
}
.link-stylecs:hover{
	color:#E1B229!important;
	font-family:"Lato";
	font-weight:700;
}
.link-stylecs:active{
	font-family:"Lato";
	font-weight:700;
	color:#E1B229!important;
}
.link-stylecs:focus{
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
}
.link-stylecs:visited{
	font-family:"Lato";
	font-weight:700;
	color:transparent!important;
}
.container-div-bloc-23-style{
	height:110px;
}
.link-style:hover{
	font-family:"Lato";
	font-weight:700;
	color:#E1B229!important;
}
.link-style:active{
	font-family:"Lato";
	font-weight:700;
	color:#FEFFFF!important;
}
.link-style:focus{
	color:#AE8E15!important;
	font-family:"Lato";
	font-weight:900;
}
.link-style:visited{
	font-family:"Lato";
	font-weight:700;
	color:transparent!important;
}
.footer-link:hover{
	color:#E1B229!important;
	font-size:14px;
	font-family:"Lato";
	font-weight:700;
}
.footer-link:active{
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
}
.footer-link:focus{
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	color:#AE8E15!important;
}
.footer-link:visited{
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
}
.link-senior-lite-style{
	font-weight:100;
	color:#000000!important;
	font-family:"PT Sans";
}
.dropmenu:hover{
	color:#FEFFFF!important;
	font-family:"Open Sans";
	font-weight:600;
}
.dropmenu:active{
	color:#FEFFFF!important;
}
.dropmenu1{
	font-family:"PT Sans";
	text-align:center;
	color:#000000!important;
	font-weight:100;
}
.btn-style{
	width:81.02%;
}
.h3-order-online-style{
	font-family:"Lato";
	font-weight:900;
}
.h4-33-style{
	font-family:"Lato";
	font-weight:700;
}
.h4-emerald-puppy-style{
	font-family:"Lato";
	font-weight:700;
}
.h4-35-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-1-style{
	font-family:"Lato";
	font-weight:700;
}
.p-style{
	font-family:"Lato";
	font-weight:700;
}
.h6-bloc-44-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-46-style{
	font-family:"Lato";
	font-weight:700;
}
.p-33-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-51-style{
	font-family:"Lato";
	font-weight:700;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-913:#FEFFFF;
	
	--swatch-var-4478:#DAA520;
	
	--swatch-var-6457:#CFA92A;
	
	--swatch-var-3691:#FEFFFF;
	
	--swatch-var-3224:#DAA520;
	
	--swatch-var-912:#431B24;
	
	--swatch-var-6512:#DAA520;
	
	--swatch-var-650:rgba(218,165,32,0.42);
	
	--swatch-var-4393:#000000;
	
	--swatch-var-2843:rgba(218,165,32,0.91);
	
	--swatch-var-7162:#431B24;
	
	--swatch-var-1778:#431C25;
	
	--swatch-var-7723:#000000;
	
	--swatch-var-7375:rgba(255,255,255,0.38);
	
	--swatch-var-345:rgba(218,165,32,0.42);
	
	--swatch-var-3794:#E7CD92;
	
	--swatch-var-6289:#513230;
	
	--swatch-var-7074:#431B24;
	
	--swatch-var-1306:#FEFFFF;
	
	--swatch-var-3911:rgba(0,0,0,0.00);
	
	--swatch-var-7253:#E7CD92;
	
	--swatch-var-1014:#000000;
	
	--swatch-var-1951:#FEFFFF;
	
	--swatch-var-2455:#000000;
	
	--swatch-var-1898:#000000;
	
	--swatch-var-5023:#000000;
	
	--swatch-var-2491:#000000;
	
	--swatch-var-4396:#FEFFFF;
	
	--swatch-var-3163:#FFFFFF;
	
	--swatch-var-2268:#FFFFFF;
	
	--swatch-var-4955:#4C1100;
	
	--swatch-var-339:#DDAE3C;
	
	--swatch-var-3196:#000000;
	
	--swatch-var-831:#431C25;
	
	--swatch-var-83:rgba(218,165,32,0.91);
	
	--swatch-var-3664:#431A24;
	
	--swatch-var-5109:#321602;
	
	--swatch-var-7119:#251104;
	
}


/* Background colour styles */

.bgc-7119{
	background-color:var(--swatch-var-7119);
}
.bgc-3691{
	background-color:var(--swatch-var-3691);
}
.bgc-1014{
	background-color:var(--swatch-var-1014);
}
.bgc-3664{
	background-color:var(--swatch-var-3664);
}
.bgc-7074{
	background-color:var(--swatch-var-7074);
}
.bgc-1306{
	background-color:var(--swatch-var-1306);
}
.bgc-1951{
	background-color:var(--swatch-var-1951);
}

/* Text colour styles */

.tc-3196{
	color:var(--swatch-var-3196)!important;
}
.tc-7074{
	color:var(--swatch-var-7074)!important;
}
.tc-2268{
	color:var(--swatch-var-2268)!important;
}
.tc-912{
	color:var(--swatch-var-912)!important;
}
.tc-3664{
	color:var(--swatch-var-3664)!important;
}
.tc-6512{
	color:var(--swatch-var-6512)!important;
}
.tc-4955{
	color:var(--swatch-var-4955)!important;
}
.tc-7162{
	color:var(--swatch-var-7162)!important;
}
.tc-1778{
	color:var(--swatch-var-1778)!important;
}
.tc-913{
	color:var(--swatch-var-913)!important;
}
.tc-1306{
	color:var(--swatch-var-1306)!important;
}
.tc-4393{
	color:var(--swatch-var-4393)!important;
}

/* Link colour styles */

.ltc-3691{
	color:var(--swatch-var-3691)!important;
}
.ltc-3691:hover{
	color:#CBCCCC!important;
}
.ltc-1951{
	color:var(--swatch-var-1951)!important;
}
.ltc-1951:hover{
	color:#CBCCCC!important;
}
.ltc-3664{
	color:var(--swatch-var-3664)!important;
}
.ltc-3664:hover{
	color:#100000!important;
}
.ltc-1306{
	color:var(--swatch-var-1306)!important;
}
.ltc-1306:hover{
	color:#CBCCCC!important;
}

/* Icon colour styles */

.icon-2268{
	color:var(--swatch-var-2268)!important;
	border-color:var(--swatch-var-2268)!important;
}

/* Bloc image backgrounds */




/* = 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){
	.button1-class{
		font-size:12px;
	}
	.silicon-h2-class{
	}
	.silicon-responsive-padding{
		padding:40px 40px 40px 40px;
	}
	.contact-card-text-style{
		font-size:16px;
	}
	.heading-cl{
		height:70px;
	}
	.p-margin-top{
		font-size:14px;
		margin-top:25px;
	}
	.p-bloc-0-margin-top{
		font-size:12px;
	}
	.row-margin-top{
		margin-top:2px;
	}
	.content{
		font-size:12px;
	}
	.p-bloc-0-style{
		font-size:10px;
	}
	.small{
	}
	.img-20-style{
		height:147px;
	}
	.img-19-style{
		height:147px;
	}
	.img-placeholder-us-style{
		height:147px;
	}
	.img-17-style{
		height:147px;
	}
	.customtx{
		color:#FFFFFF!important;
	}
	.custm2{
	}
	.card-header-style{
		height:82px;
	}
	.bloc-bloc-4-margin-bottom{
		margin-bottom:-3px;
	}
	.image{
		border-style:solid;
		border-color:#E1AB53!important;
		border-width:4px 4px 4px 4px;
	}
	.card-padding-bottom{
		padding-bottom:16px;
		margin-bottom:31px;
	}
	.checkbox-margin-bottom{
		margin-bottom:18px;
	}
	.btn-margin-right{
		margin-right:10px;
		margin-left:13px;
		padding-left:19px;
		padding-right:22px;
	}
	.h2-bloc-32-style{
		padding-right:33px;
		padding-left:42px;
	}
	.p-padding-left{
		padding-left:35px;
		padding-right:34px;
	}
	.p-padding-right{
		padding-right:36px;
		padding-left:35px;
	}
	.p-bloc-32-padding-left{
		padding-left:34px;
		padding-right:34px;
	}
	.btn-margin-bottom{
		width:71.47%;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.silicon-responsive-padding{
		padding:50px 20px 50px 20px;
	}
	.content{
		;
	}
	.small{
	}
	.p-12-margin-top{
		margin-top:30px;
	}
	.p-10-margin-top{
		margin-top:22px;
	}
	.p-9-margin-top{
		margin-top:22px;
	}
	.image{
		border-color:#FEFFFF!important;
	}
	.p-5-style{
		font-size:16px;
	}
	.toggle{
		background-color:#AE8E15;
	}
	.h5-style{
		font-size:18px;
	}
	.p-bloc-36-style{
		font-size:18px;
	}
	.h4-bloc-37-style{
		font-size:18px;
	}
	.link-stylecs:hover{
	}
	.link-stylecs:focus{
	}
	.link-stylecs:active{
	}
	.link-stylecs:visited{
		color:#FEFFFF!important;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
		margin-top:10px;
		padding-bottom:10px;
		padding-top:0px;
		text-decoration:none;
		text-transform:uppercase;
		color:#FEFFFF!important;
		font-size:12px;
	}
	.subscribe-column-margin{
		margin-top:20px;
	}
	.silicon-responsive-padding{
		padding:30px 10px 30px 10px;
	}
	.img-style{
		height:50px;
	}
	.myimage{
		box-shadow:0px 0px 0px #000000;
		margin:5px 5px 5px 5px;
		padding:5px 0px 0px 0px;
	}
	.small{
	}
	.heading-mobile{
		background-color:#DEDEDE;
		height:42px;
		padding-top:9px;
		border-style:solid;
		border-color:#FEFFFF!important;
		border-width:2px 2px 2px 2px;
	}
	.sma{
	}
	.heading-mobile-small{
		height:50px;
		background-color:#DDDDDD;
		border-color:#FEFFFF!important;
		border-style:solid;
		padding-top:5px;
		border-width:2px 2px 2px 2px;
	}
	.mobile-content{
		background-color:#FBFBFB;
		border-style:solid;
		border-color:#FEFFFF!important;
		border-width:2px 2px 2px 2px;
	}
	.h1-16-style{
		font-size:40px;
	}
	.icon-padding-bottom{
		padding-bottom:0px;
		margin-bottom:14px;
	}
	.btn-margin-bottom{
		margin-bottom:13px;
		width:87.45%;
	}
	.icon-margin-bottom{
		margin-bottom:14px;
	}
	.btn-bloc-107-margin-bottom{
		margin-bottom:14px;
	}
	.link-margin-top{
		margin-top:13px;
	}
	.link-bloc-107-margin-top{
		margin-top:13px;
	}
	.h3-2-style{
		font-size:18px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#000000!important;
	}
	.link-stylecs:hover{
	}
	.link-stylecs:active{
	}
	.link-stylecs:focus{
	}
	.link-stylecs:visited{
		color:#FEFFFF!important;
	}
	.link-stylecs{
		text-decoration:none;
	}
	.p-35-style{
		color:#FEFFFF!important;
	}
	.h6-bloc-50-style{
		color:#FEFFFF!important;
	}
	.buttong:hover{
	}
	.buttong:visited{
		color:#FEFFFF!important;
		font-family:"Lato";
		font-weight:700;
	}
	.buttong{
		color:#FEFFFF!important;
	}
	.text-span-bloc-3-color{
		color:#ffffff;
	}
	.linkcust{
		text-transform:uppercase;
		text-decoration:none;
	}
	.h2-heading-2-style{
		font-size:20px;
	}
	.link-style{
	}
	.link-style:visited{
		color:#FEFFFF!important;
	}
	.footer-link:visited{
		color:#FEFFFF!important;
		font-size:12px;
		font-family:"Lato";
		font-weight:700;
	}
	.footer-link:focus{
		color:#FEFFFF!important;
		font-size:12px;
		font-family:"Lato";
		font-weight:700;
	}
	.footer-link:active{
		color:#FEFFFF!important;
		font-family:"Lato";
		font-weight:700;
		font-size:12px;
	}
	.footer-link:hover{
		font-size:12px;
		font-family:"Lato";
		font-weight:700;
		color:#E1B229!important;
	}
	
}

