/* Page layout */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,300..900;1,100..900&display=swap');

body
{
	margin: 0px auto;
	width: 100%; /* page sides width  */
	font-size: 12pt;
	color:#000;
	font-family: 'Roboto', sans-serif;
	position: relative;
z-index: 0;
	direction: ltr;
	text-align: left;
	line-height: 1.4em;

}

#form2 
{
overflow-x: hidden !important;

}

#ticker-box { background-color: #87ae73; color: #fff;}
#ticker-box ul { margin: 0; padding: 0; list-style: none;}
#ticker-box ul li { padding-top: 8px; letter-spacing:1px; font-family: "Libre Baskerville", serif; text-transform: uppercase; font-size: 11pt;}

#home-text { text-align: center; padding: 50px 0; margin: 0 auto; max-width: 800px;}

/*HomepageIcons*/
.iconOuter { width: 100%; margin: 0px auto; height: 102px; background-color: #87ae73; position: relative;}
.iconsHomepage { width: 960px; margin: 0px auto; padding-top: 30px;}
.iconBox { float: left; width: 276px;}
.iconImage { float: left; width: 50px; margin-right: 15px;}
.iconText1 { width: 303px; margin-bottom: 0px; font-size: 14pt; color: #fff;}
.iconText2 { width: 276px; font-size: 10pt; color: #fff;}
.iconSpacer { float: left; width: 60px;}

/* Float Shadow */
.iconImage a { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform;}
.iconImage a:before { pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity;}
.iconImage a:hover, .iconImage a:focus, .iconImage a:active { -webkit-transform: translateY(-5px);transform: translateY(-5px); /* move the element up by 5px */}
.iconImage a:hover:before, .iconImage a:focus:before, .iconImage a:active:before { opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px); /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */}

.pageGlobalMessage { margin-bottom: 0;}

.galtitle

{

line-height: 1.1em;
font-weight: normal;
font-size: 11pt;
color: #000;
font-family: 'Noto Serif', serif;

}

.galprice
{

color: #d93268;
font-family: 'Noto Serif', serif;

}

.galtext
{
text-align: center;
}

.galrow {
  margin: 8px -16px;
}


/* Create three equal columns that floats next to each other */

.galcolumn {
  display: inline-block;
  width: 30%;
}

.galcolumn2 {
  display: inline-block;
  width: 30%;
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}


#opening-times { background-color: #87ae73; padding: 20px 0px; width: 100%; margin: 0 auto; color: #fff; text-align: center;}
#opening-times h3 { letter-spacing:1px; font-family: "Libre Baskerville", serif; text-transform: uppercase; font-size: 16pt;}
#opening-times p { font-size: 14pt; line-height: 20pt;}

.container {
  position: relative;
  overflow: hidden;
}

.container h3{
  position: absolute;
  top:50%;
  left: 25%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  
}
.container img{
  transition: all 0.3s ease-in-out;
  
}

.container img:hover{
  filter: blur(5px);
}
.container img:hover + h3{
  opacity: 1;
}





.paymentTypes { position:absolute; top:80px; right:10px; z-index: 100;}
.paymentTypes.footer { margin: 15px 0; position: static; top: 0; left: 0; margin-left: 0;}
.paymentTypes .paymentType { color: #050101; display: inline-block; margin-left: 5px; font-size: 24px;}
.paymentTypes.footer .paymentType { margin-left: 3px; font-size: 22px;}



/* Content */
.content {
  ;
  padding: 2px;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .galcolumn .galcolumn2 {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .galcolumn .galcolumn2 {
    width: 100%;
  }
}

.adminpage .socialLinks, .adminpage #telephone, .adminpage #email { display:none;}
.socialLinks 
{ 
    margin: 0;
    position: absolute;
    top: 40px;
    right: 15px;
    z-index: 10;
    width: auto;
}
.socialLinks.footer { margin:5px 0 0 0; position:inherit; padding:0;}
.socialLinks .fa {  color:#050101; margin:0 0 0 0;}
.socialLinks.footer .social, .socialLinks.footer .social .fa  {  color:#050101;}
.socialLinks .social 
{ 
background: unset;
    color: #050101;
    display: inline-block;
    padding: 8px 0 8px 8px;
    text-align: center;
    width: 30px;
    font-size: 23px;
    margin: 0 0 10px 0;

}

.socialLinks .social .fa { margin:0 auto;}
.socialLinks .social:hover { background:unset;}
.socialLinks.footer .social:hover { background: unset;}
.socialLinks .social:hover .fa { color:#30a238;}
.socialLinks.footer .social:hover .fa { color: #30a238;}

#telephone { position:absolute; top:50px; left:20px; color: #050101; font-size: 13pt;}
#telephone a { text-decoration: none;}
#location { position:absolute; top:80px; left:20px; color: #050101; font-size: 13pt;}
#telephone .fa,#location .fa,#email .fa { margin-right:3px;}

#homeBoxes { width:1024px; height:610px; position:relative; left: 0px;top: -9px;}

/* HOME JUMP BOXES */
.homeSlides 
{ 
width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: absolute;
    top: 283px;
    left: 0;
}
.slide1
{
    background-image: url(/Websites/1349/Images/upload/image/slide1.jpg);
    width: 100%;
height: 580px;
    background-position: center;
    background-size: cover;
}
.slide2
{
    background-image: url(/Websites/1349/Images/upload/image/slide2.jpg);
    width: 100%;
height: 580px;
    background-position: center;
    background-size: cover;
}

.slide3
{
    background-image: url(/Websites/1349/Images/upload/image/slide3.jpg);
    width: 100%;
height: 580px;
    background-position: center;
    background-size: cover;
}
#jumpBoxesOuter 
{ 

    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;


    background: #fff;
}
#jumpBoxLeft
{ 
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
    background: #fff ;
    background-size: cover;
    overflow: hidden;
    transition: 0.2s;
    padding-top: 15px;
}

#jumpBoxLeft p
{
font-size: 10.5pt;
    min-width: 439px;
    max-width: 950px;
    margin: 0px auto;
    width: 80%;
    margin-bottom: 10px;
}



#jumpBoxLeft:hover
{

transition: 0.2s;
}

#jumpBoxCenter
{ 
    width: 25%;
    height: 500px;

    /* margin-left: 67px; */
    text-align: center;
    float: left;
    background: #fff;
    background: url(/Websites/1106/images/upload/image/jumpBoxTopLeftNew.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
    transition: 0.2s;
display: none;

}

#jumpBoxCenter:hover
{

transition: 0.2s;
}


#jumpBoxRight
{ 
    width: 55%;
    height: 500px;

   /* margin-right: 67px;*/
    text-align: center;
    float: right;
    background: #fff;
    background: url(/Websites/569/Images/upload/image/HomeAboutImgNew.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
transition: 0.2s;
    margin: 0px 0%;
display: none; 
}

#jumpBoxRight:hover
{

transition: 0.2s;
}


#jumpBoxBottomLeft
{ 
    width: 54%;
    height: 500px;

    /* margin-left: 67px; */
    text-align: center;
    float: left;
    background: #fff;
    background: url(/Websites/1106/Images/upload/image/areaswecover.jpg?ver=4674) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
    transition: 0.2s;


}

#jumpBoxCenter:hover
{

transition: 0.2s;
}


#jumpBoxBottomRight
{ 
    width: 45%;
    height: 500px;
    text-align: center;
    float: right;
    background: #5f4b65;
    overflow: hidden;
transition: 0.2s;

}

#jumpBoxRight:hover
{

transition: 0.2s;
}
.jumpBoxContent
{
position: relative;
    top: 14px;
    width: 444px;
margin: 10px auto;
    font-size: 12pt;
}
.jumpBoxTitle
{
    margin-top: 30px;
    font-size: 26pt;
color: #b287bd;
    letter-spacing: 2px;
    line-height: 12px;
    font-family: 'Classic Roman AT';
    margin-bottom: 65px;
    text-transform: uppercase;
}

.jumpBoxTextLarge
{
color: #b287bd;
    letter-spacing: 2px;
    margin-top: 0px;
    font-size: 31pt;
    width: 416px;
    margin: 0px auto;
    line-height: 45px;
    margin-top: 154px;
}
.homeJumpLink
{
position: relative;
    top: 35px;
    width: 245px;
    margin: 0px auto;
    font-size: 20px;
}

.homeJumpLink a
{
padding: 10px 31px;
    background: #b287bd;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12pt;
}

.homeJumpLink a:hover
{
    background: #fff;
    border: 2px solid #fff;
color: #000;
}
#homeTextOuter { background: #fff; margin-left:-100%; margin-right:-100%; padding: 60px 0; margin-top: 60px; }
#homeText { width:960px; margin:0 auto; text-align:center;}

#homeTextOuter2 
{ 
    background: #fff ;
    padding: 0px 0 0px 0px;

    width: 49.5%;
    float: right;
   
}
.homeTextTitle
{
    color: #fff;
    letter-spacing: 2px;
    margin-top: 126px;
    margin-bottom: 30px;
    /* margin-left: 43px; */
    font-size: 21pt;
    line-height: 31px;
    font-weight: bold;
    text-align: center;
    font-family: 'Classic Roman AT';

}

.homeTextContent
{
    position: relative;
    top: 0px;
    /* right: -40px; */
    /* width: 192px; */
    /* margin: 0px auto; */
    font-size: 20px;
    margin-bottom: 42px;
}

.homeTextContent a
{
padding: 10px 31px;
background:#87ae73;
    color: #fff;
    font-size: 12pt;
text-decoration: none;
}

.homeTextContent a:hover
{
    background: #ffffff;
    border: 2px solid #fff;
    color: #000;
}

#homeText2
{ 
    width: 49%;
    height: 100%;
    /* margin-right: 1%; */
    /* margin-left: 67px; */
    text-align: center;
    float: left;
    background: #fff;
    background: linear-gradient(0deg, rgb(60 60 60 / 18%) 0%, rgb(139 139 139 / 41%) 53%, rgba(255,255,255,0) 100%), url(/Websites/1349/images/upload/image/jump-collection2.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    transition: 0.2s;
    margin-right: 2%;
    margin-bottom: 15px;
}

#homeText2:hover
{

transition: 0.2s;
}



#homeText2Center
{ 
    width: 49%;
    height: 100%;
    /* margin-right: 1%; */
    /* margin-left: 67px; */
    text-align: center;
    float: left;
    background: #fff;
    background: linear-gradient(0deg, rgb(60 60 60 / 18%) 0%, rgb(139 139 139 / 41%) 53%, rgba(255,255,255,0) 100%),url(/Websites/1349/images/upload/image/jump-gifts2.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    transition: 0.2s;
    margin-bottom: 15px;
}

#homeText2Center:hover
{

transition: 0.2s;
}


#homeText2Left
{ 
    width: 49%;
    height: 100%;
    /* margin-right: 67px; */
    text-align: center;
    float: left;
    background: #fff;
    background: linear-gradient(0deg, rgb(60 60 60 / 18%) 0%, rgb(139 139 139 / 41%) 53%, rgba(255,255,255,0) 100%),url(/Websites/1349/images/upload/image/jump-weddings2.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    transition: 0.2s;
margin-bottom: 15px;
}

#homeText2Right:hover
{

transition: 0.2s;
}



#homeText2Right
{ 
    width: 49%;
    height: 100%;
    /* margin-right: 67px; */
    text-align: center;
    float: right;
    background: #fff;
    background: linear-gradient(0deg, rgb(60 60 60 / 18%) 0%, rgb(139 139 139 / 41%) 53%, rgba(255,255,255,0) 100%),url(/Websites/1349/images/upload/image/jump-funerals2.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    transition: 0.2s;
margin-bottom: 15px;
}

#homeText2Right:hover
{

transition: 0.2s;
}



#homeText2Bottom
{ 
width: 32%;
    height: 100%;
    /* margin-right: 1%; */
    /* margin-left: 67px; */
    text-align: center;
    float: left;
    background: #fff;
    background: url(/Websites/1116/images/upload/image/homeJumpAbout.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    transition: 0.2s;
    margin-right: 1%;
margin-bottom: 15px;
}

#homeText2Bottom:hover
{

transition: 0.2s;
}

#homeText2CenterBottom
{ 
    width: 33%;
    height: 100%;
    /* margin-right: 1%; */
    /* margin-left: 67px; */
    text-align: center;
    float: left;
    background: #fff;
    background: url(/Websites/1116/images/upload/image/homeJumpWedding.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    transition: 0.2s;
margin-bottom: 15px;
}

#homeText2CenterBottom:hover
{

transition: 0.2s;
}


#homeText2RightBottom
{ 
    width: 33%;
    height: 100%;
    /* margin-right: 67px; */
    text-align: center;
    float: right;
    background: #fff;
    background: url(/Websites/1116/Images/upload/image/homeJumpFuneral.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    transition: 0.2s;
margin-bottom: 15px;
}

#homeText2RightBottom:hover
{

transition: 0.2s;
}

#weddingBoxesOuter
{
    background: #fff ;
    padding: 0px 0 0px 0px;

    width: 100%;
    float: right;
}
#weddingBoxes1
{
    background: #fff;
    background: linear-gradient(0deg, rgb(60 60 60 / 18%) 0%, rgb(139 139 139 / 41%) 53%, rgba(255,255,255,0) 100%), url(/Websites/569/images/upload/image/bridal.jpg) no-repeat 50% 50%;    
width: 81%;
    height: 325px;
    text-align: center;
    /* float: left; */

    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    transition: 0.2s;
    margin: 0px auto;
    /* margin-right: 0%; */
    margin-bottom: 15px;
}
#weddingBoxes1:hover
{

transition: 0.2s;
}
#weddingBoxes2
{
    background: #fff;
    background: linear-gradient(0deg, rgb(60 60 60 / 18%) 0%, rgb(139 139 139 / 41%) 53%, rgba(255,255,255,0) 100%), url(/Websites/569/images/upload/image/venue.jpg) no-repeat 50% 50%;
width: 81%;
    height: 325px;
    text-align: center;
    /* float: left; */

    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    transition: 0.2s;
    margin: 0px auto;
    /* margin-right: 0%; */
    margin-bottom: 15px;
}
#weddingBoxes2:hover
{

transition: 0.2s;
}

.weddingBoxTitle
{
    color: #fff;
    letter-spacing: 2px;
    margin-top: 195px;
    margin-bottom: 30px;
    /* margin-left: 43px; */
    font-size: 21pt;
    line-height: 31px;
    font-weight: bold;
    text-align: center;
    font-family: 'Classic Roman AT';
}

.weddingBoxContent
{
    position: relative;
    top: 0px;
    /* right: -40px; */
    /* width: 192px; */
    /* margin: 0px auto; */
    font-size: 20px;
    margin-bottom: 42px;
}

.weddingBoxContent a
{
padding: 10px 31px;
background: rgb(158 140 194);

    border: 2px solid #fff;
    color: #fff;
    font-size: 12pt;
}

.weddingBoxContent a:hover
{
    background: #ffffff;
    border: 2px solid #fff;
    color: #000;
}


#homeTextOuter3
{ 
background: #fff;
    padding: 0px 0;
    height: 83px;
   
}

#homeText3
{ 
width: 1024px;
    margin: 0 auto;
    text-align: center;
    /* float: left; */
    background: #fff;
padding: 57px 0px 0px 0px;
}

.boxOuter {
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 580px;
    width: 49.5%;
    float: left;
/*GOOGLE AD ERROR IMAGE REPLACEMENT REMOVE THIS
    background-image: url(/Websites/1349/Images/upload/image/slide1.jpg);
background-size: contain;*/
position: relative;
}

.boxOuter1
{ 

 padding: 297px 0px 250px 0px;
    /* margin-top: 20px; */
    /* margin-bottom: -5px;*/
  background: url(/Websites/196/images/bgSeasonal.jpg) no-repeat center center fixed;
}


.boxOuter2
{ 

padding: 297px 0px 250px 0px;
    /* margin-top: 20px; */
    /* margin-bottom: -5px;*/
  background: url(/Websites/108/images/bgContact.jpg) no-repeat center center fixed;
}

.boxText { width:960px; margin:0 auto; text-align:center;}
.boxText h2 { font-size:36pt; color: white; text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);}
.boxText h2 a {text-decoration: none; color: #fff;}
.boxText h2 a:hover { color: #000; }

#homeJumpsOuter
{
background: #f5e2d6;
    margin-left: -100%;
    margin-right: -100%;
    padding: 0px 0;
    border-bottom: 66px solid #fff;
}
#homeJumps 
{ 
 width: 960px;
    height: 302px;
    padding-top: 60px;
    margin: 0px auto; 

    background-color: #f6e2d7;
}
#homeJumps a { display:block; width:300px; height:200px; text-decoration:none; float:left;}
#homeJumps a span { display:block; color:#655c5a; text-transform:uppercase; letter-spacing:2px; padding:210px 20px 20px 20px; text-align:center;}
#homeJumps a#one { background:url(../Images/upload/image/jump1New2.jpg) 0 0 no-repeat;}
#homeJumps a#two { background:url(../Images/upload/image/jump2New2.jpg) 0 0 no-repeat; margin:0 30px;}
#homeJumps a#three { background:url(../Images/upload/image/jump3New3.jpg) 0 0 no-repeat;}
#homeJumps a:hover { opacity:0.7;}
.pageTop
{
display:none;
}
.pageSides
{
width: 100%;
margin: 0px auto;
}
.header
{
margin: 0px auto;
	text-align: center;
width: 100%;
	padding-top: 0px;
    background-color: #fdf1f1;	 
	  
border:none;

}
.headerWrapper {
    width: 1001px;
    margin: 0 auto;
}


.page
{
	margin: 0px auto; /* left marging width of page sides */
	background-image:none; /* required by admin html editor */
	width: 92%;     
}
.pageBanner
{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
padding-bottom:0px;
background:#fdf1f1;
}
.pageBanner .socialLinksLarge
{
left:800px;
top:20px;
}
.shopColumn1of2
{
	margin-top:30px;
	padding-top:0px;
margin-left:0px;
	float:left;
	width:150px;
	padding-left:0px;
	padding-right:0px;

}

.shopColumn2of2
{
  	 margin-top:0px;
  	padding-top:30px;
	 margin-left:180px;
	 padding-right:0px;
}
.column1of1
{
    padding: 40px 0;
    margin: auto;
}
.clearBoth
{
	clear:both;
height: 0;
}
.clearRight
{
	clear:right;
}
.pageBottom
{
display:none;
}



/* Shop Product Page */
.productSummary
{
	float:left;
	width:235px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color:Black;
	margin-right:25px;
	height:335px;
margin-bottom:20px;
}
.productSummaryFeatured, productSummary:hover
{
	float: left;
	width: 235px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color: Black;
	margin-right:25px;
	height:335px;
margin-bottom:20px;
}

.productSummaryFeatured .productSummaryImage, .productSummary:hover .productSummaryImage {box-shadow:0 6px 6px #ccc;}
.productSummaryFeatured .productSummaryName, .productSummary:hover .productSummaryName {color:#000;}

.productSummaryImage
{
	height: 235px; /* thumnail height */

}


.productSummaryImage img
{
	height: 235px; /* thumnail height */

}
.productSummaryName
{
	color:#4c4c4c;
margin-top:15px;
	font-size:11pt;
	height:30px;
text-align:center;
line-height:10pt;
letter-spacing:2px;
font-size:9pt;
font-family: "Libre Baskerville", serif;
text-transform: uppercase;
}
.productSummaryPrice
{
	color:#000;
text-align:center;
margin-top:5px;
}
.productSummaryButtons
{
text-align:center;
margin-top:5px;
}
.productSummary h1 { font-size:15pt;}






.productSummary3
{
display:none;
}

.productSubCatSummary
{
    width: 780px;
height: 393px;
background-color: #fdfbfb;
    margin-bottom: 18px;
    padding-left: 36px;
    padding-top: 14px;
}

.subCategorySummaries h1
{
margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    padding-top: 0px;
    border-bottom: none;
}


/* General Style */

a
{
	color:#4c4c4c;
	text-decoration:underline;
}
p
{
	padding-top:0px;
	margin-top:0px;
}
p a:hover { color: #87ae73;}
h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:18pt;
	color:#040000;
font-weight:normal;
letter-spacing:1px;
font-family: "Libre Baskerville", serif;
text-transform: uppercase;
}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:16pt;
	color:#040000;
font-weight:normal;
letter-spacing:1px;
font-family: "Libre Baskerville", serif;
text-transform: uppercase;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.footerContainer { width:960px; margin: 0 auto;}
.footerText
{
background:#fdf1f1;
	padding-top: 20px;
	padding-bottom: 10px;
	color:#050101;
	text-align: center;
font-size:14pt;
letter-spacing:1px;
margin-left: -100%;
margin-right: -100%;
font-family: "Libre Baskerville", serif;
}
.footerText a
{
	text-decoration:none;
	color:#050101;
font-size:10pt;
text-transform:none;
letter-spacing:0px;
font-family: 'Roboto', sans-serif;
}
.footerText a:hover
{
	text-decoration:underline;
color:#050101;
}
.footerText p { font-size:10pt; color:#050101; text-transform:none;
letter-spacing:0px;font-family: 'Roboto', sans-serif;}

.footerCol1of4
{
text-align:center;
	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:20px;
margin-left:0px;
}

.footerCol2of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:20px;
margin-bottom:20px;
}
.footerCol3of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:20px;
margin-bottom:20px;
}
.footerCol4of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:right;
	width:225px;
	padding-left:0px;
	padding-right:0px;
margin-bottom:20px;
}

.footerCol5of4
{
text-align:center;
  	 margin:0 auto;
width:600px;
clear:both;
float:none;
}

.storySummaryWrapper
{
float:none;
}
.storySummaryDate
{
display:none;
}
.storySummaryTitle h2  a
{
font-weight:normal;
}

/* general styles */

.floatRight
{
	float:right;
}
.floatLeft
{
	float:left;
}

.errorMessage
{
	background-color:#FFFF40;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	color:black;
}
.confirmationMessage
{
	background-color:#99E791;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}

#Captch1_imgCaptcha, #Captch1_btnGetNew {
    padding-left: 20px;
    height: 60px;
}

/* Top Menu */
.menu {
    margin-bottom: 0px;
    /* margin-left: 0px; */
    /* margin-right: 0px; */
    font-size: 11pt;
    padding-top: 0px;
    padding-bottom: 10px;
    z-index: 1;
    width: 100%;
    background: #fdf1f1;
    margin: 0 auto;
position: relative;
}
.menuDividers
{
    display:none;
}


.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 0px;
margin-left:0px;
margin-right:0px;
	height: 30px;
	z-index:10;
text-align:center;
}

.menu ul li
{
    display:inline;
margin:0 15px;
}
.menu ul li a 
{
    padding-right: 0px;
    padding-left: 0px;
    text-decoration:none;
 	color:#040000;
transition: all 0.2s linear;
text-transform:uppercase;
letter-spacing:1px;
}
.menu ul li a:hover
{
    text-decoration:none;
    color:#040000;
border-bottom: 2px solid #040000;
}
.menu ul li a:visited
{

    }
.menuSelected
{
    text-decoration:none;
	color:#040000;
border-bottom: 2px solid #040000;
}

/* Drop down menu */

.menu .topMenuTopLevel{

}

.menu .topMenuTopLevel li {

}


.topMenuHoverWrapper, .topMenuShopHoverWrapper {

}
.topMenuShopHoverWrapper{

 }
.menu li:hover .topMenuHoverWrapper, .menu li:hover .topMenuShopHoverWrapper{

}


.topMenuDepth2, .topMenuShopDepth2 {
background: rgba(255,255,255, 1);
 }

.topMenuShopDepth2 {
    max-width: 100%;
    width: calc(100%-20px);
    columns: 120px 6;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
}

.topMenuShopCatWrapper{

}

.topMenuHoverWrapper .topMenuDepth2 a, .topMenuShopHoverWrapper .topMenuShopDepth2 a {
background: none;
}
.topMenuHoverWrapper .topMenuDepth2 a:visited, .topMenuShopHoverWrapper .topMenuShopDepth2 a:visited {

}


.topMenuDepth2 .topMenuDropDownTitle, .topMenuShopDepth2 .topMenuDropDownTitle, .topMenuShopDepth2 .topMenuShopHomeLink{

}
.topMenuShopDepth2 .topMenuShopHomeLink{

}
.topMenuShopDepth2 .topMenuShopHomeLink:before  {

}

.topMenuHoverWrapper .topMenuDepth2 a:hover, .topMenuShopHoverWrapper .topMenuShopDepth2 a:hover{
text-decoration: none;
    border: none;
    color: #21222f;
    font-weight: bold;
}
.topMenuDropDownTitle:hover
{
border-bottom: 1px solid #21222f !important;
}

.topMenuDropDown1::after{ 


}
.topMenuMobileDropDown{

}

/* disables menu top menu item click on tablet so works as hover */
@media  (pointer: coarse) {
  .topMenuDropDown1 {

  }
}

/* Header Basket*/

.smallMenu{
    position: absolute;
    top: 0px;
    right: 10px;
    float: right;
    margin-right: 0px;
}

.smallMenuBasket::before, .smallMenuBasketEnabled::before {

}


.smallMenuBasket::before, .smallMenuBasketEnabled::before {content: "\f291";}   

.smallMenuBasket, .smallMenuBasketEnabled{
display: inline-block;
    padding-top: 3px;
    height: 28px;
    width: 31px;
    background-color: #21222f;
    border-radius: 0px;
    color: #ffffff;
}
.smallMenuBasketEnabled {

}


.smallMenu a{

}
.smallMenuQty{

}


/* Basket Summary */

.checkoutBasket
{
	 margin-left:0px;
	 margin-right:0px;
}
.basketSummary
{

	width: 150px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;

}
.basketSummaryTitle
{
	width: 140px;
	height: 26px;
	font-weight: bold;
	padding-left: 0px;
}
.basketSummaryText
{
	margin-left:0px;
	padding-top:5px;
	color:black;
}
.basketSummaryCheckout
{
	display:inline;
	float:right;
	margin-right:20px;
	color:black;
}

.basketSummaryText a
{
	text-decoration:none;
	color:back;
}



/* Product Menu */
.productMenuPayPal img
{
filter:alpha(opacity=60);
opacity:0.6;
}

.productMenu
{
	
	width: 160px;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
	
}
.productMenuSearchTitle
{
	margin-top:0px;
	padding-top: 2px;
	padding-left: 0px;
	color:#323f59;
	width: 150px;
	height: auto;
font-size:9pt;
border-bottom:#4c4c4c 1px solid;
margin-bottom:5px;
text-transform:uppercase;
letter-spacing:1px;
font-weight:bold;
}
.productMenuSearchBox
{
	margin-left:0px;
	padding-left:3px;
	width:100px;
	height:15px;
	color:black;
	background-color:#fff;
border:#ccc 1px solid;
font-size:9pt;
}
.productMenuSearchButton
{
	position: relative;
	top: 5px;
}
.productMenuSearchDropDown
{
	margin-left:0px;
	width:132px;
	margin-top:2px;
	margin-bottom:5px;
	color:black;
	background-color:#fff;
border:#ccc 1px solid;

}
.productMenu ul
{
	list-style-type: none;
	width:150px;
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
}

.productMenuCategory
{
margin-top:10px;
	padding-top: 2px;
	padding-left: 0px;
	color:#323f59;
	width: 150px;
	height: 22px;
font-size:9pt;
margin-bottom:5px;
border-bottom:#4c4c4c 1px solid;
text-transform:uppercase;
letter-spacing:1px;
font-weight:bold;
}
.productMenuSubCategory
{
	margin-left: 0px;
	line-height:20px;
	color:#62194a;
	
}
.productMenuSubCategory a
{
	color:#4c4c4c;
	text-decoration:none;
transition: all 0.3s;
-moz-transition: all 0.3s; /* Firefox 4 */
-webkit-transition: all 0.3s; /* Safari and Chrome */
-o-transition: all 0.3s; /* Opera */
font-size:10pt;
padding:0 0 0 0px;
}
.productMenuSubCategory a:hover
{
	text-decoration:underline;
	color:#323f59;
}


/* Product Details Page */
.productDetailsSubscriptionItemOneOff{display:none;}
.productDetails
{
}
.productDetails h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:18pt;


}

.productDetailsImageWrapper
{
	float:right;
	width:350px;
	margin-right:10px;
	margin-left:20px;
	
}
.productDetailsImage
{
	width:350px;

}
.productDetailsFeatures
{
}
.productDetailsPrices
{
	color:black;
}
.productDetailsBuy
{
	margin-top:20px;
}
.productDetailsBack
{
	padding-bottom:15px;
}
.productDetailsNote
{
	margin-top:20px;
	clear:right;
}
.productDetailsNote a
{
	color:black;
}
.productDetailsLinkedProducts
{
	clear:right;
	display:table;
	width:780px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: #E5E5E5 1px solid;
}
.productDetailsLinkedProducts h1
{
		font-size: 10pt;
}

/* Sort Control */
.sortOuter
{
	height: 30px;
    margin-top: 32px;
}
.sortProducts
{
	float:right;
	margin-right:12px;
}
.sortDropDown
{
	font-size: 10pt;

	font-family: Arial;
	color:black;
	background-color:#fff;
border:#ccc 1px solid;
	}

/* checkout page */

.checkoutConsignmentName
{
	width:180px;
}
.checkoutProgress
{
	padding-bottom:15px;
}
.checkoutProgress a
{
	text-decoration:none;
	color:Gray;
}
.checkoutProgress a:visited
{
	text-decoration:none;
	color:Gray;
}
.checkoutProgress a:hover
{
	text-decoration:none;
	color:Gray;
}
.checkoutProgressHighlight a
{
	color:Black;
}
.checkoutProgressHighlight a:visited
{
	color:Black;
}
.basketOrderItems
{
	margin-left:0px;
	margin-right:0px;
	color:Gray;
}
.basketOrderItems a
{
		color:Gray;
}
.basketOrderItemsProductName
{
	text-decoration:none;
	color:Gray;
}

.basketOrderItemsProductName a:hover
{
	text-decoration:underline;
}

.basketDelivery
{
	margin-left:0px;
	margin-right:0px;
}
.basketHeader
{
	background-color:#E6E4E4;
	color:Black;
font-size:9pt;
}
.basketHeaderGrayText
{
	background-color:#E6E4E4;
	color:#808080;
}
.basketHeaderArrow
{
	background-color: #e6e4e4;
	color: Black;
	background-image: url(../Images/basketArrow.png);
	background-repeat: no-repeat;
	padding-left:19px;
	height:29px;
}

.basketShading
{
	background-color:#FBF9F9;
}
.basketShadingPadded
{
	padding-left:19px;
	background-color:#FBF9F9;
}
.calendarDisabled
{
	color:Gray;
}
.upsell
{
	clear:right;
	margin-left:20px;
	margin-right:20px;
}
.promoCode
{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	width:120px;
}


/* Checkout Billing */
.checkoutHeader
{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#E6E4E4;
	color:Black;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
}
.checkoutTextBox
{
	width:200px;
}
.checkoutPaymentDropDown
{
		width:171px;
}
.checkoutPaymentTextBox
{
	width:167px;
}
.checkoutPaymentShortTextBox
{
	width:77px;

}
.checkoutPaymentSecurityCodeHelp
{
	margin-left:275px;
}
.checkoutInset
{
	margin-left:180px;
}


/* Contact Form */

.contactFormPrompt
{
	width:250px;
	display:inline;
	float:left;
	text-align:right;
}
.contactFormField
{
	width:200px;
margin-bottom:10px;
background: #fff;
}
.contactFormMessageBox
{
	width:400px;
margin-bottom:10px;
background: #fff;
}
.contactFormButton
{
	width:330px;
	display:inline;
	float:left;
	text-align:right;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

/* Site Map Page */
.siteMap
{
	color:#808080;
}
.siteMapPages
{
	color:#808080;
	margin-left:0px;
}

.siteMapProducts
{
	float:right;
	color:#808080;
	margin-right:100px;
	
}
.siteMapCategory
{
}
.siteMapPage
{
	color:black;
	 text-decoration:none;

}
.siteMapPage a:hover
{
	text-decoration:underline;
}
.siteMapSubCategory
{
	text-indent: 25px;
	color:black;
	text-decoration:none;
}
.siteMapSubCategory a:hover
{
	text-decoration:underline;
}
.siteMapProduct
{
	text-indent: 50px;
	color:black;
	text-decoration:none;
}
.siteMapProduct a:hover
{
	text-decoration:underline;
}

/* Captcha */
.captch
{
 vertical-align:top;
}

.productSubCatSummary
{
	width:100%;

}


.productSubCatSummaryMore .productSummaryImage
{
background-color:inherit;
}

.animationItem {
    visibility: hidden;
    position: absolute;
    width: 100%;
    /* width: auto; */
}

.animationPanelhomepage
{

width:790px;
height:470px;
margin-bottom:30px;
}
.animationPanelhomepageBox
{
/* _display:none;   hack so ie6 does not display */
position:absolute;
top:360px;
left:30px;
background-color:#818778;
background:rgba(129,135,120,0.8);
margin-bottom:0px;
padding-bottom:0px;
width:400px;
height:70px;
padding-top:10px;
padding-left:20px;
color:white;

}

.animationPanelhomepageBox h2
{
	margin-top:0px;
	padding-top:10px;
	font-size:24pt;
	color:white;
	margin-bottom:10px;
	padding-bottom:0px;
font-weight:normal;

}
.animationPanelhomepageBox h2 a
{
color:white;
}

.animationPanelhomepage a
{
text-decoration:none;
}
.animationPanelhomepage a:visited
{
text-decoration:none;
}


.basketBorderBottom td
{
	border-color:#64675F;
}
.checkoutBasket table 
{ 
border-color:#64675F;
}
.checkoutBasket th:first-child, .checkoutBasket td:first-child 
{
border-color:#64675F;
}

.productMenuPayPal .productMenuSearchBox
{

	background-color:inherit;
}



/* button definitions  */

.productSummaryButtons img, .productDetailsBuy img, .productDetailsBack a img, .checkoutBillingRetrieve img, .checkoutBack img, .checkoutNext img, .checkoutConfirmPay img, .checkoutPay img, .checkoutButton img, .contactSend img, #lnkContinueShopping img
{
    display:none;
}

.productSummaryMore::before {content: "More >";}

.productSummaryBuy::before, .productDetailsBuy::before  { content: "Buy";}

.productSummaryBuyLink::before {content: "Buy >";}

.productDetailsBack a::before, .checkoutBack::before {content:"< Back";}

.checkoutBillingRetrieve::before {content: "Log in";}

.checkoutNext::before {content: "Next >";}

.checkoutConfirmPay::before {content: "Confirm & Pay >";}

.checkoutPay::before {content: "Pay >";}

.checkoutButton::before {content: "Checkout >";}

.contactSend::before{content: "Send";}

#lnkContinueShopping::before{content: "< Continue Shopping";}



.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy, .productDetailsBuy, .productDetailsBack a, .checkoutBillingRetrieve, .checkoutBack,  .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, #lnkContinueShopping
{
    color:inherit;
    border-width:1px;
    border-style:solid;
    border-color:inherit;
    text-decoration:none;
    padding-top:1px;
    padding-bottom:1px;
    padding-left:0px;
    padding-right:0px;
    border-radius:0px;
    display:inline-block;
    text-align:center;
    transition: background-color .5s, color .5s,  border-color .5s;
    color:#87ae73;
    font-size:94%;
    padding-top:3px;
    height:24px;
    width:150px;

text-transform:uppercase;
}

.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy
{
    width:40%;
    height:auto;
    font-size:94%;
    padding-top:1px;
color:#87ae73;
background:#fff;
border-color:#87ae73;
}

.productSummaryMore:hover, .productSummaryBuyLink:hover,  .productSummaryBuy:hover
{
color:#fff;
    background-color:#87ae73;   /* hover colours*/
    border-color:#87ae73;
}

.checkoutBillingRetrieve, .checkoutBack, .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend
{
    width:130px;
    margin-top:5px;
    margin-bottom:10px;
}

#lnkContinueShopping
{
    width:auto;
    margin-top:5px;
    margin-bottom:10px;
    padding-left:10px;
    padding-right:10px;
}

.productDetailsBack a:hover, .checkoutBillingRetrieve:hover, .checkoutBack:hover, #lnkContinueShopping:hover
{
    cursor: pointer;
    color:white;
    background-color:#87ae73;   /* hover colours*/
    border-color:#87ae73;
    text-decoration:none;
}
.checkoutCheckout a
{
color:white;
}
.checkoutCheckout a:hover
{
text-decoration:none;
}

.checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, .productDetailsBuy
{
    background-color:#87ae73;
    color:white;
    border-color:#87ae73;

    
}

.checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover
{
    background-color:inherit;
    color:inherit;
    border-color:#323f59;
     text-decoration:none;
 }


.subMenuLevel0
{ 
background-color: white;             
}
.subMenuLevelAlt0
{  
background-color: white;            
}


.subMenuLevel1
{ 
background-color: white;             
}

.subMenuLevelAlt1
{ 
background-color: white;             
}


.contentSubMenu
{
background-color: white;
}


.contentSubMenuHeader
{
background-color: white;
}
