/*-----------------------------------------------------------------------------------
	Vaal Pet Lodge - Where our family takes care of yours!
	About: A shiney new Blocs website.
	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;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.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%;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* 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-center{
	-webkit-background-size: auto;
}
.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-geometry-shapes::before{
	background: url("img/texture-geometry-shapes.png");
	background-size: 280px 280px;
}
.texture-geometry-shapes-2::before{
	background: url("img/texture-geometry-shapes-2.png");
	background-size: 200px 200px;
}


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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = 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;
}
.navbar-toggle.menu-icon-thick-bars{
	margin-top:4px!important;
}
/* 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-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);
}

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

.btn-rd{
	border-radius: 40px;
}

/* = 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;
}
/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



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





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

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.h2-1-style{
	font-family:Merriweather;
	font-weight:900;
}
.h3-style{
	font-family:Merriweather;
	font-weight:700;
}
.h4-style{
	font-family:"Merriweather";
	font-weight:700;
}
.h4-bloc-4-style{
	font-family:"Merriweather-Bold";
	font-weight:700;
}
.h4-john-doe-style{
	font-family:"Merriweather-Bold";
	font-weight:700;
}
.h4-4-style{
	font-family:"Merriweather-Bold";
	font-weight:700;
}
.h3-business-hours-style{
	font-family:Merriweather;
	font-weight:900;
}
.h3-3-style{
	font-family:Merriweather;
	font-weight:900;
	font-size:32px;
}
.h3-bloc-3-style{
	font-family:Merriweather;
	font-weight:700;
}
.h4-connect-style{
	font-family:"Merriweather-Black";
	width:100%;
	font-weight:700;
	color:#FEFFFF!important;
}
.p-bloc-6-style{
	line-height:10px;
	font-family:Merriweather;
	font-weight:300;
	font-size:12px;
}
.h1-style{
	font-family:Merriweather;
	font-weight:900;
	margin-bottom:40px;
}
.h1-4-style{
	font-family:"Merriweather-Bold";
}
.h4-dog-camp-style{
	font-family:Merriweather;
	font-weight:900;
}
.h4-title-here-style{
	font-family:Merriweather;
	font-weight:900;
	margin-bottom:48px;
}
.h4-dog-camps-style{
	font-family:Merriweather;
	font-weight:900;
}
.h4-8-style{
	font-family:Merriweather;
	font-weight:900;
	margin-top:36px;
}
.h2-heading-5-style{
	font-family:"Merriweather";
	font-weight:900;
	margin-bottom:42px;
	padding-top:4px;
	text-align:center;
}
.h3-6-style{
	line-height:20px;
	font-family:"helvetica";
	font-weight:400;
}
.row-style{
	width:100%;
}
.h3--072-778-5570-style{
	font-family:"helvetica";
	font-weight:400;
}
.p-bloc-11-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-bloc-12-style{
	font-family:Merriweather;
	font-weight:300;
}
.p-18-style{
	font-family:"helvetica";
	font-weight:300;
}
.p-19-style{
	font-family:"helvetica";
	font-weight:100;
}
.p-20-style{
	font-family:"helvetica";
	font-weight:100;
}
.p-21-style{
	font-family:"helvetica";
	font-weight:100;
}
.p-22-style{
	font-family:"helvetica";
	font-weight:100;
}
.p-23-style{
	font-family:"helvetica";
	font-weight:100;
}
.p-24-style{
	font-family:Merriweather;
	font-weight:700;
}
.p-25-style{
	font-family:"helvetica";
	font-weight:100;
}
.p-bloc-4-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-8-style{
	font-family:"helvetica";
	font-weight:100;
}
.p-5-style{
	font-family:"helvetica";
	font-weight:100;
}
.p-4-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-6-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-bloc-3-style{
	font-family:Merriweather;
	font-weight:400;
	width:100%;
	font-size:14px;
}
.p-bloc-5-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-bloc-8-style{
	font-family:Merriweather;
	font-weight:900;
}
.p-11-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-12-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-13-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-14-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-bloc-9-style{
	font-family:Merriweather;
	font-weight:700;
}
.h1-contact-us-style{
	font-family:"Merriweather-Bold";
	font-weight:700;
	margin-bottom:42px;
}
.p-10-style{
	font-family:Merriweather;
	font-weight:700;
}
.h5--heading-3-style{
	font-family:"helvetica";
	font-weight:400;
}
.h3--heading-3-style{
	font-family:Merriweather;
	font-weight:400;
}
.text-span-bloc-11-color{
	color:#492210;
}
.img-style{
	height:200px;
	width:200px;
}
.h1-bloc-2-style{
	font-family:"Merriweather-Black";
	line-height:32px;
	font-size:50px;
}
.h4-bloc-5-style{
	font-family:Merriweather;
	font-weight:900;
}
.link-color{
	color:#ffffff;
}
.gerry-nav{
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:14px;
	text-shadow:0px 0px 0px #000000;
	padding-right:0px;
	margin-right:0px;
	background-position:center top;
	text-align:center;
	line-height:10px;
	text-indent:0px;
	background:radial-gradient(#5D2D12 20%, #331800 61%);
	word-spacing:2px;
}
.own-photo{
	box-shadow:0px 2px 10px #000000;
	border-style:solid;
	border-color:#FEFFFF!important;
}
.sticky-navsticky{
	background-size:auto auto;
	background-position:center top;
}
.h1-7-style{
	font-family:"Merriweather-Black";
	width:100%;
}
.headeraccord{
	font-family:"Merriweather";
	text-transform:none;
	text-align:center;
	font-weight:700;
	color:#FEFFFF!important;
}
.text-span-bloc-20-color{
	color:#ffffff;
}
.link-0-style{
	width:30.97%;
}
.p-color{
	color:#ffffff;
}
.accordpara{
	color:#000000!important;
	text-align:center;
	font-family:"Merriweather";
	font-weight:400;
}
.text-span-0-color{
	color:#ffffff;
}
.row-31-style{
	width:100%;
}
.customcard-body{
	border-style:double;
	border-color:#627B39!important;
	background-size:60% auto;
	border-radius:20px 20px 20px 20px;
	border-width:10px 10px 10px 10px;
}
.h3-large-dogs-style{
	font-family:"Merriweather-Black";
}
.row-32-style{
	width:100%;
}
.img-20-style{
	border-radius:51px 51px 51px 51px;
}
.img-19-style{
	border-radius:37px 37px 37px 37px;
}
.row-33-style{
	width:100%;
}
.img-placeholder-us-style{
	width:242px;
}
.h2-2-style{
	font-family:Merriweather;
	width:100%;
	font-weight:900;
}
.p-9-style{
	font-family:Merriweather;
	font-weight:300;
}
.p-8634-style{
	font-family:Merriweather;
	font-weight:300;
}
.h3-bloc-10-style{
	font-family:"Merriweather-Black";
}
.h3-8783-style{
	font-family:"Merriweather";
	font-weight:700;
}
.h3-lumbane-phiri-style{
	font-family:Merriweather;
	font-weight:700;
}
.h3-azel-kruger-style{
	font-family:Merriweather;
	font-weight:700;
}
.h3-heading-3-style{
	font-family:Merriweather;
	font-weight:700;
}
.h3-14-style{
	font-family:Merriweather;
	font-weight:900;
}
.p-bloc-37-style{
	font-family:Merriweather;
	font-weight:900;
}
.p-38-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-bloc-17-style{
	font-family:Merriweather;
	font-size:14px;
	font-weight:300;
}
.customcovid{
	background-color:#4D1100;
	font-family:"Merriweather-Light";
	color:#FEFFFF!important;
	font-size:14px;
}
.text-span-bloc-17-color{
	color:#ffffff;
}
.h3-12-style{
	font-family:"Merriweather-Black";
}
.custbut{
	font-size:14px;
	font-family:"Merriweather";
	border-style:solid;
	border-color:#EAEAEA!important;
	box-shadow:0px 5px 5px #A9A9A9;
	font-weight:400;
	border-width:2px 2px 2px 2px;
}
.h3-bloc-16-style{
	font-family:"helvetica";
}
.face{
	margin:20px 20px 20px 77px;
	padding:0px 0px 0px 0px;
}
.img-bloc-3-style{
	width:545px;
	padding-bottom:2px;
	margin-bottom:29px;
	margin-top:0px;
	padding-top:21px;
}
.link1{
	font-size:20px;
	color:#431B24!important;
	text-decoration:none;
}
.greenback{
	background-color:transparent;
	filter:blur(0px);
	background:linear-gradient(0deg, #627B39 1%, #D4FB78 100%);
}
.blockgr{
	background:linear-gradient(0deg, #331800 0%, #4D1100 100%);
}
.bloc-divider-b-fill{
	fill:#627B39;
	height:160px;
}
.bloc-divider-b-bloc-5-fill{
	fill:#4C1100;
	height:160px;
}
.bloc-divider-b-bloc-10-fill{
	fill:#FEFFFF;
	height:160px;
}
.bloc-divider-b-bloc-17-fill{
	fill:#FEFFFF;
	height:160px;
}
.bloc-divider-b-bloc-15-fill{
	fill:#627B39;
	height:160px;
}
.bloc-margin-bottom{
	margin-bottom:15px;
}
.bloc-divider-t-bloc-7-fill{
	fill:#FEFFFF;
}
.bloc-divider-t-fill{
	fill:#627B39;
}
.bloc-divider-b-bloc-7-fill{
	fill:#FEFFFF;
}
.bloc-divider-b-bloc-30-fill{
	fill:#627B39;
}
.bloc-divider-t-bloc-30-fill{
	fill:#FEFFFF;
}
.bloc-divider-b-0-fill{
	fill:#FEFFFF;
}
.bloc-divider-b-bloc-36-fill{
	fill:#FEFFFF;
}
.img-margin-bottom{
	margin-bottom:93px;
	margin-top:21px;
}
.bloc-divider-b-0-bloc-17-fill{
	fill:#4C1102;
	height:96px;
}
.img-bloc-17-margin-bottom{
	margin-bottom:9px;
}
.bloc-divider-t-bloc-6-fill{
	fill:#FEFFFF;
}
.bloc-divider-t-bloc-2-fill{
	fill:#FEFFFF;
}
.bloc-divider-b-6342-fill{
	fill:#627B39;
}
.bloc-divider-b-bloc-6-fill{
	fill:#627B39;
	width:100%;
}
.link-margin-left{
	margin-left:0px;
}
.img-margin-left{
	margin-left:-665px;
}
.bloc-divider-b-0-bloc-7-fill{
	fill:#FEFFFF;
}
.p-style{
	font-family:"Merriweather";
	font-weight:400;
}
.p-bloc-20-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-30-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-31-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-32-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-33-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-34-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-35-style{
	font-family:Merriweather;
	font-weight:400;
}
.bloc-margin-top{
	margin-top:-1px;
}
.linktex{
	font-family:"Merriweather";
	color:#9C5304!important;
	font-size:20px;
	font-weight:900;
}
.slide-text{
	font-family:"Merriweather";
	font-weight:900;
	font-size:27pt;
	stroke:#FFD8A1;
	stroke-width:16px;
	stroke-linecap:round;
	fill:#351E10;
}
.h6-style{
	font-size:12px;
	font-family:"Lato";
	font-weight:300;
}
.h6-bloc-37-style{
	font-size:14px;
}
.img-bloc-10-style{
	width:1300px;
}
.img-logo-landscape-style{
	width:450px;
}
.p-bloc-7-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-7-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-margin-bottom{
	font-family:Merriweather;
	font-weight:400;
}
.p-13-bloc-17-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-35-bloc-37-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-40-style{
	font-family:Merriweather;
	font-weight:400;
}
.p-41-style{
	font-family:Merriweather;
	font-weight:400;
}
.h2-style{
	font-family:Merriweather;
	font-weight:900;
}
.p-bloc-27-style{
	font-family:Merriweather;
	font-weight:400;
}
.h4-heading-4-style{
	font-family:Merriweather;
	font-weight:700;
}
.formtext{
	font-family:"Merriweather";
	font-weight:700;
	text-align:left;
	color:#422000!important;
	font-size:16px;
}
.h4-3-style{
	font-family:Merriweather;
	font-weight:700;
}
.h5-style{
	font-family:Merriweather;
	font-weight:900;
}
.h5-dog-1-style{
	font-family:Merriweather;
	font-weight:700;
}
.field-style{
	width:34.56%;
}
.field-0-style{
	width:42.89%;
}
.field-17056-style{
	width:42.89%;
}
.p-42-style{
	font-family:Merriweather;
	font-weight:900;
}
.custmen{
	color:#758C49!important;
}
.link-style{
	font-weight:bold;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-5460:#FFFFFF;
	
	--swatch-var-3813:#FFFFFF;
	
	--swatch-var-486:rgba(68,27,15,0.55);
	
	--swatch-var-6282:#000000;
	
	--swatch-var-2869:#000000;
	
	--swatch-var-2941:#73FDFF;
	
	--swatch-var-1738:#627B39;
	
	--swatch-var-955:#FEFFFE;
	
	--swatch-var-92:#FEFFFF;
	
	--swatch-var-5399:#627B39;
	
	--swatch-var-3938:#627B39;
	
	--swatch-var-7099:#FEFFFF;
	
	--swatch-var-2278:#000000;
	
	--swatch-var-3030:#FEFFFF;
	
	--swatch-var-6688:#627B39;
	
	--swatch-var-5100:#627B39;
	
	--swatch-var-5292:#627B39;
	
	--swatch-var-7545:#941100;
	
	--swatch-var-3144:#5D2D12;
	
	--swatch-var-5688:#5D2D12;
	
	--swatch-var-2119:#432000;
	
	--swatch-var-6991:#331800;
	
	--swatch-var-898:#4B2C0B;
	
	--swatch-var-5279:#5E1C12;
	
	--swatch-var-5788:#5D2D12;
	
	--swatch-var-5670:#627B39;
	
	--swatch-var-6174:#627B39;
	
	--swatch-var-7392:#627B39;
	
	--swatch-var-6202:#5D2D12;
	
	--swatch-var-5568:#FFFFFF;
	
	--swatch-var-2735:#FFFFFF;
	
	--swatch-var-2386:#5D2D12;
	
	--swatch-var-5782:#5D2D12;
	
	--swatch-var-5891:#5D2D12;
	
	--swatch-var-6912:#331800;
	
	--swatch-var-4738:#38200F;
	
	--swatch-var-5999:#331800;
	
	--swatch-var-2241:#CC9966;
	
	--swatch-var-2081:#999966;
	
}


/* Background colour styles */

.bgc-3938{
	background-color:var(--swatch-var-3938);
}
.bgc-2081{
	background-color:var(--swatch-var-2081);
}
.bgc-1738{
	background-color:var(--swatch-var-1738);
}
.bgc-6991{
	background-color:var(--swatch-var-6991);
}
.bgc-5460{
	background-color:var(--swatch-var-5460);
}
.bgc-5999{
	background-color:var(--swatch-var-5999);
}
.bgc-5399{
	background-color:var(--swatch-var-5399);
}
.bgc-5292{
	background-color:var(--swatch-var-5292);
}

/* Text colour styles */

.tc-6991{
	color:var(--swatch-var-6991)!important;
}
.tc-5279{
	color:var(--swatch-var-5279)!important;
}
.tc-92{
	color:var(--swatch-var-92)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-5999{
	color:var(--swatch-var-5999)!important;
}
.tc-2278{
	color:var(--swatch-var-2278)!important;
}
.tc-2119{
	color:var(--swatch-var-2119)!important;
}
.tc-6202{
	color:var(--swatch-var-6202)!important;
}
.tc-5460{
	color:var(--swatch-var-5460)!important;
}
.tc-6282{
	color:var(--swatch-var-6282)!important;
}
.tc-7099{
	color:var(--swatch-var-7099)!important;
}
.tc-955{
	color:var(--swatch-var-955)!important;
}
.tc-3813{
	color:var(--swatch-var-3813)!important;
}
.tc-5688{
	color:var(--swatch-var-5688)!important;
}
.tc-3030{
	color:var(--swatch-var-3030)!important;
}

/* Button colour styles */

.btn-c-6912{
	background:var(--swatch-var-6912);
	color:#FFFFFF!important;
}
.btn-c-6912:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-7099{
	color:var(--swatch-var-7099)!important;
}
.ltc-7099:hover{
	color:#CBCCCC!important;
}

/* Icon colour styles */

.icon-2119{
	color:var(--swatch-var-2119)!important;
	border-color:var(--swatch-var-2119)!important;
}
.icon-6912{
	color:var(--swatch-var-6912)!important;
	border-color:var(--swatch-var-6912)!important;
}
.icon-6991{
	color:var(--swatch-var-6991)!important;
	border-color:var(--swatch-var-6991)!important;
}
.icon-3030{
	color:var(--swatch-var-3030)!important;
	border-color:var(--swatch-var-3030)!important;
}

/* Bloc image backgrounds */

.bg-bkbeige{
	background-image:url("img/bkbeige.jpg");
	background-image: -webkit-image-set(url("img/bkbeige.webp") 1x,
url("img/bkbeige.webp") 2x);background-image: image-set(url("img/bkbeige.jpg") 1x,
url("img/bkbeige.jpg") 2x,url("img/bkbeige.webp") 1x,
url("img/bkbeige.webp") 2x);
}



/* = 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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.h2-style{
		font-family:"Merriweather-Black";
		font-weight:900;
	}
	
	/* MD Text Margin Offsets */
	.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.h3--heading-3-style{
		font-family:"helvetica";
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.p-bloc-6-style{
		font-size:10px;
	}
	.h3--072-778-5570-style{
		font-size:24px;
	}
	.h3-6-style{
		font-size:24px;
	}
	.h2-heading-5-style{
		width:100%;
		margin-bottom:50px;
	}
	.h3-bloc-16-style{
		font-family:"Merriweather-Bold";
	}
	.h4-bloc-5-style{
		font-family:"Merriweather-Black";
	}
	.p-margin-bottom{
		margin-bottom:60px;
	}
	.bloc-divider-t-fill{
		fill:#FEFFFF;
	}
	.p-bloc-3-style{
		margin-bottom:91px;
	}
	.bloc-divider-b-bloc-7-fill{
		fill:#FEFFFF;
	}
	.img-margin-bottom{
		margin-bottom:48px;
		margin-top:-2px;
	}
	.bloc-divider-b-0-bloc-7-fill{
		fill:#FEFFFF;
	}
	.h1-style{
		margin-bottom:50px;
	}
	.h1-contact-us-style{
		margin-bottom:50px;
	}
	.bloc-divider-t-bloc-30-fill{
		fill:#FEFFFF;
	}
	.bloc-divider-b-fill{
		fill:#627B39;
	}
	.bloc-divider-b-bloc-32-fill{
		fill:#5D2D12;
	}
	.p-36-style{
		font-family:"Merriweather-Regular";
	}
	.p-color{
		font-family:"Merriweather-Regular";
	}
	.field-17056-style{
		width:100%;
	}
	.field-0-style{
		width:100%;
	}
	.field-style{
		width:100%;
	}
	
}

