/* ==================================================
   Reset CSS + Clearfix
================================================== */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}

/* ==================================================
   Colours
================================================== */

:root
{
    --black: #000000;
    --darkgrey: #222222;
    --lightergrey: #F5F5F5;
    --lightgrey: #EEEEEE;
    --grey: #CCCCCC;
    --white: #FFFFFF;
    --pink: #f975ad;
    --green: #8ee8d5;
}

/* ==================================================
   Cookie Script Styles
================================================== */

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

.cc-window
{
	font-family: inherit, Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 0.9em !important;
	line-height: 1em !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	letter-spacing: 0.01em;
}

	.cc-window .cc-message
	{
		padding-right: 20px !important;
	}

@media only screen and (max-width: 414px)
{
	
	.cc-window .cc-message
	{
		padding-right: 0px !important;
	}
	
}

/* ==================================================
   Images
================================================== */

img
{
	display: block;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	
	outline: 1px solid transparent;
}

/* ==================================================
   Fancy HR
================================================== */

.fancyhr
{
    display: flex;
    width: 100%;
    max-width: 500px;
}

    .nothome #maincont .fancyhr
    {
        max-width: 100%;
    }
    
        .hr-line
        {
            width: 100%;
            position: relative;
            margin: 15px 0;
            border-bottom: 1px solid var(--grey);
        }
        
            .hr-line.hrleft
            {
                margin-right: 30px;
            }
            
            .hr-line.hrright
            {
                margin-left: 30px;
            }
            
                .hrwhite .hr-line
                {
                    border-bottom: 1px solid rgba(255,255,255,0.3);
                }
        
        .fa-solid
        {
            position: relative;
            top: 3px;
            font-size: 1.6em !important;
            color: var(--pink);
        }
        
/* ==================================================
   Modal
================================================== */
        
.modal-dialog
{
    max-width: 600px;
    margin: 30px auto;
    padding: 30px;
}

.modal-body
{
    position: relative;
    padding: 0px;
}

.btn-close
{
    position: absolute;
    right: -30px;
    top: 0;
    color: var(--white) !important;
}

/* ==================================================
   Typography
================================================== */

.section p
{
	margin: 0 0 20px 0;
}

	.section p.largertext
	{
		font-size: 130%;
	}

.section strong, .section b
{
	font-weight: 700;
}

.section em, .section i
{
	font-style: italic;
}

.section h1, .section h2, .section h3, .section h4, .section h5, .section h6
{
	margin: 0 0 20px 0;
	font-weight: 600;
	line-height: 1em;
	font-family: "Jost", Arial, Verdana, Helvetica, sans-serif !important;
	letter-spacing: 0em;
	text-transform: uppercase;
	color: inherit;
}

	.section h1
	{
		font-size: 2.2em;
	}
	
	.section h2
	{
		font-size: 1.8em;
	}
	
	.section h3
	{
		font-size: 1.6em;
	}
	
	.section h4
	{
		font-size: 1.4em;
	}
	
	.section h5
	{
		font-size: 1.2em;
	}
	
	.section h6
	{
		font-size: 1.1em;
	}

.section hr
{
	clear: both;
	border: 0;
	height: 0;
	background: none;
	margin: 0 0 25px 0;
	border-top: 1px solid var(--grey);
	opacity: 1;
}

    .section hr.specialhr
    {
        border-top: 1px solid rgba(255,255,255,0.2);
    }

.section ul
{
	margin: 0 0 20px 25px;
	list-style-type: square;
}

	.section ul li
	{
		padding: 0;
	}

		.section ul ul
		{
			margin: 0 0 0 20px;
		}

.section ol
{
	margin: 0 0 20px 25px;
	list-style-type: decimal;
}

	.section ol li
	{
		padding: 0;
	}

		.section ol ol
		{
			margin: 0 0 0 20px;
		}
		
    .section .centered-list-vertical
    {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
        .section .centered-list-vertical li
        {
            text-align: center;
        }
        
            .section .centered-list-vertical li span
            {
                color: var(--pink);
                font-size: 100% !important;
            }

.section .treemenu, .section .treemenu ul, .section .treemenu li
{
     position: relative;
}

	.section .treemenu ul
	{
		list-style: none;
		margin: 0 0 20px 0;
		line-height: 1.4em;
		padding-left: 20px;
	}
	
	.section .treemenu ul ul
	{
		padding-left: 25px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
		.section .treemenu ul a
		{
		    text-decoration: none;
		}
	
		.section .treemenu ul li
		{
		    padding: 5px 0;
		}
		
			.section .treemenu li::before,
			.section .treemenu li::after
			{
				content: "";
				position: absolute;
				left: -20px;
			}

			.section .treemenu li::before
			{
				border-top: 1px solid var(--grey);
				top: 17px;
				width: 8px;
				height: 0;
			}
			
			.section .treemenu li::after
			{
				border-left: 1px solid var(--grey);
				height: 100%;
				width: 0px;
				top: 2px;
			}
			
.section ul.tickulnormal
{
	margin: 0 0 20px 30px;
	list-style-type: none;
}

	.section ul.tickulnormal.nobottom
	{
		margin: 0 0 0 30px;
	}
	
		.section ul.tickulnormal li
		{
			margin-bottom: 8px;
			line-height: 1.4em;
		}
	
			.section ul.tickulnormal li:before
			{
				content: '\f418';
				font-family: 'Genericons';
				float: left;
				font-size: 1.6em;
				color: #8ee8d5;
				margin-left: -32px;
			}
			
    			.section .ulcenter ul.tickulnormal
    			{
    				margin-left: 0;
    			}
			
        			.section .ulcenter ul.tickulnormal li:before
        			{
        				display: none;
        			}

@media only screen and (max-width: 576px)
{
		
	.section .splitul
	{
		
	}
		
		.section .splitul .col-lg-6:first-child ul
		{
			margin-bottom: 0;
		}
	
}

@media only screen and (max-width: 768px)
{

	.section .row .col-lg-6:first-child ul.tickulnormal
	{
		margin-bottom: 0;
	}
	
    	.section .row.pricestable .col-lg-6:first-child ul.tickulnormal
    	{
    		margin-bottom: 20px;
    	}

}

/* ==================================================
   Images
================================================== */

img
{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	
	outline: 1px solid transparent;
}

.imgleftdiv
{
    float: left;
    max-width: 280px;
    margin: 0 20px 15px 0;
}
	
    .imgleftdiv img
	{
        width: 100%;
        display: block;
        margin: 0 0 8px 0;
    }
        
.imgrightdiv
{
    float: right;
    margin: 0 0 15px 20px;
}
        
    .imgrightdiv img
	{
        width: 100%;
        display: block;
        margin: 0 0 8px 0;
    }

.imgfull
{
	width: 100%;
}

@media only screen and (max-width: 768px)
{
	
	.imgleftdiv
	{
		float: none;
		margin: 0 0 20px 0;
	}
	
	.imgrightdiv
	{
		float: none;
		margin: 0 0 20px 0;
	}
	
}

/**

<div class="imgrightdiv" style="max-width:400px">
	<img src="https://unsplash.it/600/400/?random" alt="" />
</div>

**/

/* ==================================================
   Image Hover
================================================== */

.gal
{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

    .gal .imgcont
    {
        position: relative;
        display: inline-block;
        overflow: hidden;
        
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    
        .gal .imgcont .caption
        {
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 1.1em;
            color: var(--white);
            font-family: inherit;
            font-weight: 800;
            line-height: 1em;
            opacity: 1;
            
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            
            -webkit-transition: opacity 0.15s ease-in-out;
            -moz-transition: opacity 0.15s ease-in-out;
            -o-transition: opacity 0.15s ease-in-out;
            -ms-transition: opacity 0.15s ease-in-out;
            transition: opacity 0.15s ease-in-out;
        }
        
            .gal .imgcont a:hover .caption
            {
                opacity: 0;
            }

.gal .imgcontainer .imgimage
{
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    opacity: 1;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    -ms-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

    .gal .imgcont a:hover .imgcontainer .imgimage
    {
        opacity: 0.5;
    }

        .gal .imgcontainer .imgoverlay
        {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: var(--pink);
            overflow: hidden;
            width: 100%;
            height: 95%;
            opacity: 0;
            
            -webkit-transition: 0.25s ease-in-out;
            -moz-transition: 0.25s ease-in-out;
            -o-transition: 0.25s ease-in-out;
            -ms-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out;
        }
        
            .gal .imgcont a:hover .imgcontainer .imgoverlay
            {
                height: 100%;
                opacity: 1;
            }
        
        .gal .imgtext span
        {
            color: var(--white);
            background: rgba(0,0,0,0.15);
            font-size: 1.6em;
            padding: 12px;
            position: absolute;
            top: 50%;
            left: 50%;
            text-align: center;
            
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }

/* ==================================================
   Button
================================================== */

.mybutton
{
	position: relative;
	display: inline-block;
	padding: 16px 22px;
	margin: 0;
	width: auto;
	overflow: hidden;
	text-decoration: none !important;
	border: none;
	font-size: 0.8em;
	text-align: left;
	font-weight: 700;
	font-family: "Jost";
	text-transform: uppercase;
	line-height: 1em;
	color: var(--black) !important;
	cursor: pointer;
	letter-spacing: 0.1em;
	
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
	-webkit-appearance: none;

	background: var(--green);
	background-image: linear-gradient(to bottom, transparent 50%, var(--black) 50%);
	background-size: 100% 200%;
	
	-webkit-transition: background 200ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: background 200ms cubic-bezier(0.77, 0, 0.175, 1);
}

	.mybutton:hover
	{
		background-position: 0 -100%;
		color: var(--white) !important;
	}
	
		.mybutton.fullbutton
		{
			width: 100%;
		}

.mybutton.smallbutton
{
    font-size: 1em;
    padding: 10px 12px;
}

.colour2
{
	color: var(--white) !important;
	
	background: var(--pink);
	background-image: linear-gradient(to bottom, transparent 50%, var(--black) 50%);
	background-size: 100% 200%;
}

	.colour2:hover
	{
		color: var(--white) !important;
	}
	
/* ==================================================
   Overlay
================================================== */

#closenowbutton
{
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

    #closenowbutton span
    {
        color: var(--darkgrey);
        font-style: normal;
        font-size: 2em;
    }

        #closenowbutton span:hover
        {
            color: var(--darkgrey);
        }

.overlay
{
	position: fixed;
	z-index: 9998;
	background: var(--green) url("../images/bg-paw.png") repeat fixed 50% 0%;
	color: var(--darkgrey);
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 1;
	padding-top: 0;
	padding-bottom: 0;
	visibility: hidden;
	overflow: hidden;
	
	-webkit-transition: opacity 0.2s, visibility 0.2s, height 0.2s;
	transition: opacity 0.2s, visibility 0.2s, height 0.2s;
}

	.overlay.open
	{
		opacity: 1;
		visibility: visible;
		height: 100%;
	}
	
		.overlay .container
		{
			height: 100%;
			max-width: 90%;
		}
	
	.overlay .overlayheight
	{
		display: table;
		width: 100%;
		height: 100%;
	}
	
		.overlay .overlayheight .overlaycentre
		{
			position: relative;
            display: table-cell;
			vertical-align: middle;
			text-align: left;
		}
		
.overlay ul
{
	float: left;
	width: 100%;
	margin: 0;
	list-style-type: none;
}

	.overlay ul li
	{
		float: left;
		width: 100%;
	}

	.overlay .overlaycentre > ul >  li:first-child
	{
		border-top: 0;
	}
		
		.overlay ul li a
		{
			float: left;
			width: 100%;
			color: var(--darkgrey);
			font-size: 1.5em;
			line-height: 1.1em;
			font-weight: 700;
			text-transform: uppercase;
			text-decoration: none;
			padding: 5px 10px;
            letter-spacing: 0.03em;
			font-family: "Jost";
		}

            .overlay ul li a:hover
            {
                text-decoration: none;
            }
            
            .overlay ul li.active > a
            {
                color: var(--pink) !important;
            }

		.overlay ul ul
		{
			margin-top: 10px;
			margin-bottom: 10px;
		}
		
		.overlay ul ul li a
		{
			position: relative;
			float: left;
			width: 100%;
			color: var(--darkgrey);
			font-size: 1.1em;
			line-height: 1em;
			font-weight: 600;
			text-transform: uppercase;
			padding: 4px 0 4px 25px;
		}
		
            .overlay ul ul li a::before
            {
                position: absolute;
                font-family: "FontAwesome";
                content: "\f1b0";
                left: 0px;
                font-size: 0.65em;
                color: var(--darkgrey);
            }
            
                .overlay ul ul li.submenu-cats a::before
                {
                    font-family: "FontAwesome";
                    content: "\f6be";
                }
                
                .overlay ul ul li.submenu-dogs a::before
                {
                    font-family: "FontAwesome";
                    content: "\f6d3";
                }
                
                .overlay ul ul li.submenu-horses a::before
                {
                    font-family: "FontAwesome";
                    content: "\f6f0";
                }
                
                .overlay ul ul li.submenu-small a::before
                {
                    font-family: "FontAwesome";
                    content: "\f535";
                }

                .overlay ul ul li.submenu-farm a::before
                {
                    font-family: "FontAwesome";
                    content: "\f6c8";
                }
		
.overlay ul:hover li a
{
	color: var(--darkgrey);
}

	.overlay ul:hover li a:hover
	{
		color: var(--pink);
	}

/* ==================================================
   Loading screen
================================================== */

#spinner
{
    background: var(--green);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show
{
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* ==================================================
   Spinner
================================================== */

.sk-folding-cube
{
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
	
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube
{
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--pink);
	
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2
{
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3
{
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4
{
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before
{
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before
{
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before
{
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle
{
	0%, 10% {
	-webkit-transform: perspective(140px) rotateX(-180deg);
	transform: perspective(140px) rotateX(-180deg);
	opacity: 0; }
	25%, 75% {
	-webkit-transform: perspective(140px) rotateX(0deg);
	transform: perspective(140px) rotateX(0deg);
	opacity: 1; }
	90%, 100% {
	-webkit-transform: perspective(140px) rotateY(180deg);
	transform: perspective(140px) rotateY(180deg);
	opacity: 0; }
}

@keyframes sk-foldCubeAngle
{
	0%, 10% {
	-webkit-transform: perspective(140px) rotateX(-180deg);
	transform: perspective(140px) rotateX(-180deg);
	opacity: 0; }
	25%, 75% {
	-webkit-transform: perspective(140px) rotateX(0deg);
	transform: perspective(140px) rotateX(0deg);
	opacity: 1; }
	90%, 100% {
	-webkit-transform: perspective(140px) rotateY(180deg);
	transform: perspective(140px) rotateY(180deg);
	opacity: 0; }
}

/* ==================================================
   Scrolltop Button
================================================== */

.scrollToTop
{
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	background: var(--green);
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 1em;
	text-decoration: none;
	z-index: 997;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	.scrollToTop span
	{
		color: var(--darkgrey) !important;
        font-weight: 700;
		font-size: 1em !important;
	}


