/* Page layout */

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

body
{
    margin: 0px auto;
    font-size: 13pt;
    color: #000;
font-family: "Cormorant Garamond", serif;
    width: 100%;
    position: relative;
    direction: ltr;
    text-align: left;
    line-height: 100%;
    /* background: url(../Images/wallpaperNewFSLight.jpg) 0 0 repeat; */
    padding: 0;
    background-size: contain;
    background-color: #fff;
}


.adminpage #contact
{
display: none;
}
.adminpage #socialLinks, .adminpage #boxes, .adminpage #telephone, .adminpage #addressHeader, .adminpage #email, .adminpage #location, .adminpage #header-bar { display:none !important;}
#socialLinks 
{ 
    margin: 0;
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 10;
    transition: 0.3s;
    transition-timing-function: ease;
}
.socialLinks.footer {
margin: 0px 0 10px 0;
    position: inherit;
    padding: 0;
    width: 206px;
    float: left;
}

.socialLinks.footer a:hover
{
font-weight: normal;
}

/*SOCIAL LINKS OLD
.socialLinks { margin:0; position:absolute; top:50px; right:10px;}
.socialLinks.footer { margin:5px 0 0 0; position:static; top:0px; left:0;}

.socialLinks .social 
{ 
background: #7b7b7b;
    color: #fff;
    display: inline-block;
    padding: 8px 0 8px 6px;
    text-align: center;
    width: 30px;
    font-size: 20px;
    margin: 0 2px 10px 0;
    border-radius: 10px 10px;
}
.socialLinks .social .fa { margin:0 auto;}
.socialLinks .social:hover { background:#d0d0d0;}
.socialLinks .social:hover .fa { color:#fff;}
*/

/*SOCIAL LINKS NEW*/

#socialLinks 
{ 
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
z-index: 1000;
}

.socialIcon
{
float: left;
}

#socialLinks  .social 
{ 
    background: inherit;
    color: #fff;
    display: inline-block;
    padding: 9px 0px 8px 9px;
    text-align: center;
    width: 32px;
    font-size: 22px;
    margin: 0 5px 0px 0;
    border-radius: 6px 6px;
    border: 1px solid #fff;
}

#socialLinks .social:hover { background:#d0d0d0; border-color: #fff;}
#socialLinks .social:hover .fa { color:#fff;}
#socialLinks .social:hover .fa-brands { color:#fff;}
#socialLinks .social:hover .fa-light { color:#fff;}
#socialLinks .social:hover .fa-kit { color:#fff;}
.socialLinks .fa {  color:#000 !important; margin:0 5px 0 0;}
/*SOCIAL LINKS FOOTER NEW*/

.socialLinks 
{ 
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.socialIcon
{
float: left;
}

.socialLinks  .social 
{ 
    background: inherit;
    color: #000;
    display: inline-block;
    padding: 9px 0px 8px 9px;
    text-align: center;
    width: 32px;
    font-size: 22px;
    margin: 0 5px 0px 0;
    border-radius: 6px 6px;
    border: 1px solid #fff;
}

.socialLinks .social:hover { background:#d0d0d0; border-color: #fff;}
.socialLinks .social:hover .fa { color:#fff;}
.socialLinks .social:hover .fa-brands { color:#fff;}
.socialLinks .social:hover .fa-light { color:#fff;}
.socialLinks .social:hover .fa-kit { color:#fff;}



.socialLinks.footer {
    margin: 0;
    position: relative;
    top: 0px;
    left: 115px;
}

.socialLinks.footer .social
{
border: none;
width: 24px;
}

.socialLinks.footer .social:hover { background:inherit;}
.socialLinks.footer .social:hover .fa { color: #c59848 !important;}
.socialLinks.footer .social:hover .fa-brands { color:#c59848;}
.socialLinks.footer .social:hover .fa-light { color:#c59848;}

/*SOCIAL LINKS PAYMENT CARDS*/
.socialLinksPay {
    margin: 0;
    position: relative;
    top: 0px;
    right: -80px;
}

.socialLinksPay h2
{
    margin: 0px !important;
    position: relative;
    top: 9px;
    color: inherit;
    font-family: unset;
    font-size: unset;
font-family: "Lato", sans-serif;
}

.socialLinksPay  .social 
{ 
    background: inherit;
    color: #000;
    display: inline-block;
    padding: 9px 0px 8px 9px;
    text-align: center;

    font-size: 22px;
    margin: 0 5px 0px 0;
    border-radius: 6px 6px;

}


.socialLinksPay .social
{
border: none;
width: 24px;
}

.socialLinksPay .social:hover { background:inherit;}
.socialLinksPay .social:hover .fa-brands { }


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 31px;
}


.fa-map-marker
{
color: #b09059;
}

#strap {
position: absolute;
    width: 100%;
    top: -22px;
    color: #fff;
    font-size: 12pt;
    height: 0px;
    z-index: 20;
    text-align: center;
}

#telephone {
    position: fixed;
    top: 54px;
    left: 26%;
    color: #000;
    font-size: 13pt;
    height: 0px;
    z-index: 20;
    bottom: unset;
    transition: 0.3s;
    transition-timing-function: ease;
    opacity: 0;
}


#location 
{ 
    position: fixed;
    top: 54px;
    right: 26%;
    color: #000;
    font-size: 13pt;
    height: 0px;
    z-index: 20;
    bottom: unset;
    transition: 0.3s;
    transition-timing-function: ease;
    opacity: 0;
}
#addressHeader .fa, #telephone .fas, #location .fas, #email .fas { margin-left:4px; color: #b09059;}
#addressHeader a, #telephone a, #email a {text-decoration: none; color: #000; font-weight: normal; }
#addressHeader a:hover, #telephone a:hover, #email a:hover{color: #c59848;}

*, *:before, *:after {
  box-sizing: inherit;
}

.column2 {
  float: left;
  width: 31%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column2 {
    width: 100%;
    display: block;
  }
}


.card {
transition: 0.8s;
filter: grayscale(100%);

}

.card:hover {
box-shadow:  rgba(0, 0, 0, 0.3) 0.3em 0.3em 1em; 
filter: none;
transition: 0.8s;
}


.container2 {
  padding: 0 16px;
}

.container2::after, .row::after {
  content: "";
  clear: both;
  display: table;
}



.content1 {
  ;
  padding: 2px;
}




.column {
  float: left;
  padding: 10px;
}


.left {
margin-top: 35px;
  width: 40%;
}

.right {
  width: 40%;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


.aboutpic {
margin-top: 5px;
width: 550px;
height: 364px;
box-shadow:  rgba(0, 0, 0, 0.3) 0.3em 0.3em 1em; 

}

.about-text {

padding-right: -100px;

}



#form2 {overflow-x: hidden !important;}


.boxOuter 
{ 
    background-repeat: no-repeat;
    background-size: cover;
    height: 97vh;
    width: 100%;

}
.boxOuter2 
{ 
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 75%;
    margin: 78px auto 68px auto;
}
.grid 
{
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    width: 95%;
    margin-top: 0.7%;
}

.gridSpacer
{
width: 3%;
height: 10px;
float: left;
}


.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 29px;
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: 100%;

    background: #3085a3;
    text-align: center;
    cursor: pointer;
}


.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	/*padding: 2em;*/
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption h2
{
color: #fff;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {

    /* z-index: 1000; */
    text-indent: 0%;
    white-space: nowrap;
    /* font-size: 0; */
    opacity: 1;
}

.grid figure h2 {

}

.grid figure h2 span {

}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*Figure2*/
.grid figure2 {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 29px;
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: 47.5%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}


.grid figure2 img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure2 figcaption {
	/*padding: 2em;*/
	color: #fff;
text-transform: capitalize;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure2 figcaption h2
{
color: #fff;
}

.grid figure2 figcaption::before,
.grid figure2 figcaption::after {
	pointer-events: none;
}

.grid figure2 figcaption,
.grid figure2 figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure2 figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure2 h2 {

}

.grid figure2 h2 span {

}

.grid figure2 h2,
.grid figure2 p {
	margin: 0;
}

.grid figure2 p {
	letter-spacing: 1px;

}

/*figure3*/
.grid figure3 {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px auto;
margin-bottom: 20px;
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: 31.3%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}


.grid figure3 img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure3 figcaption {
	/*padding: 2em;*/
	color: #fff;
text-transform: capitalize;
	font-size: 1.2vw;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure3 figcaption h2
{
color: #fff;
transition:0.2s;
}

.grid figure3 figcaption::before,
.grid figure3 figcaption::after {
	pointer-events: none;
}

.grid figure3 figcaption,
.grid figure3 figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure3.effect-steve:hover h2 {
    border: 2px solid #b09059;
    background-color: #b09059;
    transition: 0.2s;
    color: #fff !important;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure3 figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure3 figcaption > a:hover h2
{

    border: 2px solid #c59848;
    background-color: rgb(197 152 72);
}


.grid figure3 h2 {

}

.grid figure3 h2 span {

}

.grid figure3 h2,
.grid figure3 p {
	margin: 0;
}

.grid figure3 p {
	letter-spacing: 1px;

}


/***** Steve *****/
/*-----------------*/

figure.effect-steve {
	z-index: auto;
	overflow: visible;
	background: #fff;
}

figure.effect-steve:before,
figure.effect-steve h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-steve:before {

	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;

}

figure.effect-steve img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s;
    transition: 0.2s;
    -webkit-transform: perspective(1000px) translate3d(0,0,0);
    transform: perspective(1000px) translate3d(0,0,0);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 24%);
width: 100% !important;
}

figure.effect-steve:hover img {
    transition: 0.2s;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 25%);
}


figure.effect-steve h2, figure.effect-steve p {
    background: #b7c9b5;
    color: #000;
    width: 80%;
    margin: 0px auto;
}

.jumpTopText
{
    position: absolute !important;
    right: -2%;
    top: 12%;
    padding: 38px !important;
    padding-right: 7% !important;
    width: 34% !important;
    font-size: 1.2vw !important;
    margin-left: 41% !important;
    line-height: 2vw;
    text-align: right;
    height: 43% !important;
    background-color: unset !important;
    color: #fff;
}

.jumpTopText a
{
    background-color: #b7c9b5;
    padding: 11px 25px;
    color: #000;
    text-decoration: none;
font-size: 1.5vw !important;
}

.jumpTopText a:hover
{
    background-color: #c59848;
    padding: 11px 25px;
    color: #fff;
    text-decoration: none;
}

.jumpTopTextTitle
{
    font-size: 3vw;
    line-height: 85%;
}


figure.effect-steve h2 {
    position: absolute;
    margin-top: 3vw;
    padding: 0.25em;
    color: #000 !important;
    right: 0px;
    box-shadow: none !important;
}

figure.effect-steve h2:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.effect-steve p {
    /* margin-top: 1em; */
    padding: 0.5em;
    font-weight: normal;
    opacity: 1;
    /* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; */
    /* transition: opacity 0.35s, transform 0.35s; */
    /* -webkit-transform: scale3d(0.9,0.9,1); */
    /* transform: scale3d(0.9,0.9,1); */
    text-transform: none;
    position: unset;
}

figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effect-steve:hover h2:before {
	opacity: 0;
}

figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/***** Steve *****/
/*-----------------*/

figure2.effect-steve {
    z-index: auto;
    overflow: hidden;
    background: #fff;
    margin-top: 3.7%;
}
figure2.effect-steve:hover h2 {
    border: 2px solid #b09059;
    background-color: #b09059;
transition:0.2s;
}
figure2.effect-steve:before, figure2.effect-steve h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: unset;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure2.effect-steve:before {

	opacity: 0;
}

figure2.effect-steve figcaption {
	z-index: 1;

}

figure2.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: 0.2s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);

width: 100% !important;
}

figure2.effect-steve:hover img {
	transition: 2s;

}

figure2.effect-steve h2, figure2.effect-steve p {
background: unset;
    color: #fff;
    width: 80%;
    margin: 0px auto;
}

figure2.effect-steve h2 {
    position: relative;
    margin-top: 30vw;
    padding: 21px 0px 17px 0px;
    color: #000000 !important;
    font-size: 1.6vw;
    border: 2px solid #ffffff;
    background-color: #fff;
}

figure2.effect-steve h2:before {
	/*box-shadow: 0 1px 10px rgba(0,0,0,0.5);*/
}

figure2.effect-steve p {
margin-top: 0.6vw;
	padding: 0.5em;
line-height: 146%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure2.effect-steve:hover:before {
	opacity: 1;
}

figure2.effect-steve:hover img {
    -webkit-transform: perspective(1000px) translate3d(0,0,21px);
    transform: perspective(1000px) translate3d(0,0,111px);
    filter: brightness(0.7);
}

figure2.effect-steve:hover h2:before {
	opacity: 0;
}

figure2.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/***** Steve3 *****/
/*-----------------*/

figure3.effect-steve {
	z-index: auto;
	overflow: hidden;
	background: #fff;
}

figure3.effect-steve:before, figure3.effect-steve h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;

	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure3.effect-steve:before {

	opacity: 0;
}

figure3.effect-steve figcaption {
	z-index: 1;

}

figure3.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: 0.2s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);

width: 100% !important;
}

figure3.effect-steve:hover img {
	transition: 2s;

}

figure3.effect-steve h2, figure3.effect-steve p {
background: unset;
    color: #fff;
    width: 80%;
    margin: 0px auto;
}

figure3.effect-steve h2 {
    position: relative;
    margin-top: 23vw;
    padding: 22px 5px 17px 5px;
    color: #000000 !important;
    font-size: 1vw;
    letter-spacing: 2px;
    border: 2px solid #fff;
    background-color: #fff;
    transition: 0.2s;
}

figure3.effect-steve h2:before {

}

figure3.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;
line-height: 149%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure3.effect-steve:hover:before {
	opacity: 1;
}

figure3.effect-steve:hover img {
    -webkit-transform: perspective(1000px) translate3d(0,0,21px);
    transform: perspective(1000px) translate3d(0,0,111px);
    filter: brightness(0.7);
}

figure3.effect-steve:hover h2:before {
	opacity: 0;
}

figure3.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

@media (prefers-reduced-motion: no-preference) {
  .grid-animation {
    /* animation: wipe-enter 1.2s 1; */
    opacity: 1 !important;
    transition: 1.5s;
  }
}


@keyframes wipe-enter {
  0% {
    transform: translateY(100%);

  }

  100% {
    transform: translateY(0);
  }
}
.grid-wrapper, .homeTextOuter2-wrapper, .jumpBoxesOuter, .jumpBoxesOuter2, .jumpBoxesOuter3
{
opacity: 0;
}

.jumpBoxesOuter, .jumpBoxesOuter2, .jumpBoxesOuter3
{ 
    padding: 0px;
    height: auto;
    background: #fff;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
}
.jumpBoxCentre, .jumpBoxCentre3
{ 
    width: 49%;
    height: 34vw;
    text-align: center;
    /* float: left; */
    background: unset;
    background-size: cover;
    overflow: hidden;
    transition: 0.2s;
    margin: 0px 0px 0px auto;
    background-color: #fff;
    margin-top: 0px;
    position: relative;


}

.jumpBoxCentre2
{ 
    width: 49%;
    height: 34vw;
    text-align: center;
    float: left;
    background: unset;
    background-size: cover;
    overflow: hidden;
    /* transition: 0.2s; */
    margin: 0px auto 0px 0px;
    background-color: #fff;
    margin-top: 0px;
    position: relative;


}

.jumpBoxCentreImage
{
background-image: url(/Websites/820/Images/upload/image/bouquetCD.jpg);
}

.jumpBoxCentreImage2
{
background-image: url(/Websites/820/Images/upload/image/luxuryCD.jpg);
}



.jumpBoxCentreImage, .jumpBoxCentreImage3
{
    width: 49%;
height: 34vw;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}

.jumpBoxCentreImage3
{
margin-bottom: 0.6%;
}

.jumpBoxCentreImage2
{
    width: 49%;
height: 34vw;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
}

.jumpBoxCentre-wrapper
{
    width: 100%;
    margin: 13px auto 0px auto;
}

.jumpBoxCentre h2
{
    font-size: 1.3vw;
    width: 80%;
    margin: 20px auto;
}

.jumpBoxCentre p, .jumpBoxCentre2 p, .jumpBoxCentre3 p
{
    margin: 0px auto;
    font-size: 1vw;
    margin-bottom: 20px;
    color: #000;
    text-align: center;

    line-height: 202%;
}

#jumpBoxCentre h2
{
    text-align: center;

    color: #000;

}

.jumpBoxTitle
{

    font-size: 2.0vw;
    color: #3d3b3c;
    letter-spacing: 1px;
    line-height: 32px;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 25px;
    margin-top: 5vw;
    text-align: center;


}

.jumpBoxesOuter4
{
    width: 89%;
    margin: 85px auto 37px auto;
    height: auto;
}

.jumpSmall
{
float: left; 
width: 30%;
height: auto;
}
.jumpSmallImageLeft
{
    overflow: hidden;
    transition: 0.6s;
}
.jumpSmallImageCenter
{
    overflow: hidden;
}

.jumpSmallImageRight
{
    overflow: hidden;
}

.jumpSmallImageLeft img, .jumpSmallImageCenter img, .jumpSmallImageRight img
{
    transition: 0.2s;


}

.jumpSmallImageLeft img:hover, .jumpSmallImageCenter img:hover, .jumpSmallImageRight img:hover
{
    transition: 0.6s;
    transform: scale(1.2);

}

.jumpSmallTitle
{
    margin-top: 32px;
    margin-bottom: 38px;
    font-size: 1.7vw;
}
.jumpSmallLink
{

}
.jumpSmallLink a
{
    padding: 12px 25px;
    border: 1px solid #000;
    color: #000;
}

.jumpSmallLink a:hover
{
background-color: #b09059;
border: 1px solid #b09059;
color: #fff;
}

.jumpSmallSpacer
{
float: left;
width: 5%;
height: 1px;
}

.homeContact a
{
    padding: 11px 20px;
    border: 1px solid #000000;
    /* border-bottom: 2px solid #000; */
    transition: 0.2s;
    color: #000000;
    position: relative;
    top: 8px;
    text-transform: uppercase;
    background-color: #ffffff;
}

.homeContact a:hover
{
    transition: 0.4s;
    color: #ffffff;
    background-color: #b09059;
    border: 1px solid #b09059;

}


#jumpBoxCentre:hover
{

transition: 0.2s;
}




#contact { position:absolute; right:14px; top:20px;}
#contact.footer 
{     
position: relative;
    right: 8px;
    bottom: 5px !important;
    top: unset;
}
#contact .fa {  color:#000; margin:0 5px 0 0;}
#contact .social { background:#b7c9b5; color:#fff; display:inline-block; padding:8px 0 8px 6px; text-align:center; width:30px; font-size:20px; margin:0 5px 10px 0; border-radius:4px;}
#contact.footer .social {
    background: #b7c9b5;
    color: #fff;
    display: inline-block;
    padding: 8px 0 8px 6px;
    text-align: center;
    width: 30px;
    font-size: 20px;
    margin: 0 5px 10px 0;
    border-radius: 4px;
}
#contact .social .fa { margin:0 auto;}
#contact .social:hover { background:#c59848;}
#contact .social:hover .fa { color:#fff;}
#contact.footer .social:hover {
    background: #b7c9b5;
}
#contact.footer .social:hover .fa { color: #c59848;}

.pageTop
{
display:none;
}
.pageSides
{
/*background: url(../Images/wallpaper-new.png) 0 0 repeat;*/
width: unset;
}
.header
{
    width: 100%;
    margin-top: 0px;

    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left;
    top: 0px;
    left: 0;
    z-index: 200;
    border: unset;
    transition: .2s;
    position: fixed;
    border-radius: 0px;
    padding: 0px;
    -webkit-box-shadow: 0px 2px 16px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 16px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 16px 2px rgb(0 0 0 / 15%);
}


.peakTimeHeader {
    font-family: 'century gothic', Arial;
    background-color: #ffea00;
    color: black;
    padding: 10px;
    margin: 5px;
    margin-top: 0px;
    line-height: 1.8ex;
    font-size: 10pt;
    text-align: center;
}
.peakTimeHeader p {
    font-family: 'century gothic', Arial;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    margin-right: 10px;
}

.page
{
    margin: 0px auto;
    background: none;
    background-image: none;
width: 1050px;
    margin: 0px auto;
}

#bannerImage
{
    background: url(/Websites/820/Images/upload/image/bannerTDB.png);
    height: 160px;
    background-size: contain !important;
    margin: 0px auto;
    background-repeat: no-repeat;
    margin: 0px auto;
    background-position: center;
    position: relative;
    top: 25px;
    transition: 0.3s;
    transition-timing-function: ease;
}

.pageBanner
{
padding-bottom:0px;

width:100%;
margin:0 auto;
background-color: #fff;
}
.pageBanner .socialLinksLarge
{
right:-4px;
left:inherit;
top:40px;
}
#pageBanner
{
height: 188px;
transition: 0.3s;
transition-timing-function: ease;

}
#pageBanner #socialLinksLarge
{
left:820px;
transition: 0.3s;
}

#pageBannerLinkBox
{
    width: 476px;
    height: 56px;
    position: relative;
    text-align: center;
    margin: 0px auto;
    background: rgb(255 255 255 / 0%);
    margin-bottom: -136px;
    z-index: 1;
    padding-top: 60px;
    transition: 0.3s;
    transition-timing-function: ease;
}

#pageBannerLinkBox a
{
    color: hsl(0deg 0% 0% / 0%);

    font-size: 38pt;
    padding: 29px 175px;
}
.adminpage .pageBanner { background: #99a285;height: 239px !important;}
.adminpage .pageBanner img { position: unset;}
.shopColumn1of2
{

	padding-top:0px;
margin-left:15px;
	float:left;
	width:150px;
	padding-left:0px;
	padding-right:0px;

}

.shopColumn2of2
{
  	 margin-top:0px;
  	padding-top:30px;
	 margin-left:170px;
	 padding-right:20px;
}
.column1of1
{
    padding-top: 27px;
    padding-bottom: 50px;

}
.clearBoth
{
	clear:both;
}
.clearRight
{
	clear:right;
}
.pageBottom
{
display:none;
}



/* Shop Product Page */
.productSummary
{
    float: left;
    width: 310px;
    color: Black;
    margin-right: 19px;
    margin-left: 19px;
    height: 410px;
    margin-bottom: 10px;
    border: 1px solid #000;
padding-top: 20px;
background-color: #fff;
}
.productSummaryFeatured, .productSummary:hover
{
    float: left;
    width: 310px;
    color: Black;
    margin-right: 19px;
    margin-left: 19px;
    height: 410px;
    margin-bottom: 10px;
    border: 1px solid #000;
padding-top: 20px;
background-color: #fff;
}
.productSummaryImage
{
    height: 265px;
    text-align: center;
    overflow: hidden;
    width: 265px;
    margin: 0px auto;
border: none;
padding: 0px;
}

.productSummaryImage img
{
    height: 265px;
    width: unset;
    transition: .2s;
}
.productSummaryImage img:hover
{
    transform: scale(1.08);
    transition: .6s;

}

.productSummaryName
{
    color: #000;
    margin-top: 16px;
    font-size: 15pt;
    height: 45px;
    text-align: center;
    line-height: 10pt;
}
.productSummaryPrice
{
	color:#000;
text-align:center;
margin-bottom:15px;
font-size: 13pt;
}
.productSummaryButtons
{
text-align:center;
}
.productSummary h1 { font-size:15pt;}





.productSummary3
{display:none;}


.subCategorySummaries h1 {
    margin-top: 0px;
    margin-bottom: 17px;
    padding-bottom: 5px;
    padding-top: 0px;
    border-bottom: none;
    font-size: 23pt;
    text-align: center;
}


.productSubCatSummaryMore h1 {
    background-color: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 80px;
    font-size: 21pt !important;
    word-wrap: break-word;
    line-height: 1em;
    font-weight: normal;
}

/* General Style */

a
{
	color:#b7c9b5;
	text-decoration:none;
}
p
{
	padding-top:0px;
	margin-top:0px;
    line-height: 170%;
}
h1
{
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 0px;
    font-size: 28pt;
    color: #000;
    font-weight: normal;
    text-align: center;
    font-family: unset;
 font-family: "Cinzel", serif;
}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:21pt;
	color:#000;
font-weight:normal;
font-family: unset;
 font-family: "Cinzel", serif;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.footerContainer {
    width: 1024px;
    margin: 0 auto;
    padding: 20px 0px;
}
.footerText
{
    background-color: #fff;
    padding-top: 20px;
    text-align: center;
    border-top: #000 1px solid;
    font-weight: normal;
 font-family: "Cinzel", serif;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    font-size: 11pt !important;
    color: #000;
    position: relative;
    top: 0px;
    width: 100%;
    margin: 0px;
}
.footerText p 
{
font-weight: 300;
    color: #000;
    font-size: 10pt;
text-align: center;
}
.footerText a
{
text-decoration: none;
    color: #000;
    font-weight: 300;
    font-size: 10pt;
    line-height: 27px;
    margin-top: 9px;
font-family: "Lato", sans-serif;
}
.footerText a:hover
{
text-decoration: none;
    color: #000;
    font-weight: bold;
}


.footerCol1of4
{
    text-align: center;
    margin-top: 7px;
    padding-top: 32px;
    /* float: left; */
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    border-top: 1px solid #000;
font-family: "Lato", sans-serif;
}

.footerCol2of4
{
text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 215px;
    padding-left: 0px;
    padding-right: 20px;
line-height: 31px;

}
.footerCol3of4
{
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 230px;
    padding-left: 20px;
    padding-right: 20px;
line-height: 31px;
}
.footerCol4of4
{
text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 175px;
    padding-left: 12px;
    padding-right: 0px;
line-height: 31px;

}

.footerCol5of4
{
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    /* margin-left: 620px; */
    float: right;
    padding-right: 0px;
    width: 260px;
    border-radius: 4px;
    margin-left: unset;
    clear: unset;
}

.footerCol5of4 a
{
    text-decoration: none;
    color: #000000;
    font-weight: 300;
    font-size: 12pt;
    width: 150px;
    text-align: center;
    padding: 25px 20px;
    background: #dfdede;
    border-radius: 4px;
}

.footerCol5of4 a:hover
{
text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    background: #b18f59;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  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;
left: 33px;
bottom: 5px;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
    border: #000 solid 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
border-radius: 4px;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.storySummaryWrapper
{
float:none;
}
.storySummaryDate
{
display:none;
}
.storySummaryTitle h2  a
{
font-weight:normal;
font-family: 'Century Gothic',Arial;
}

/* 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;
}


/* Top Menu */
.adminpage .menu {background:#dbdbdb;}
.menu
{
    font-size: 11pt;
    padding-top: 0px;
padding-bottom:0px;
 	z-index:1; /* ensures Safari displays background image */
	width:100%; /* required by admin html editor */
background:none;
margin:0 auto;
border:none;

}
.menuDividers
{
    color:#fff;
display: none;
}


.menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 30px;
    z-index: 10;
    text-align: center;
    background-color: #ffffff;
    width: unset;
}

.menu ul li
{
    display:inline;
}
.menu ul li a 
{
    padding-right: 11px;
    padding-left: 11px;
    text-decoration: none;
    color: #000;
    transition: all 0.2s linear;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 9pt;
}
.menu ul li a:hover
{
    text-decoration:none;
    color:#b09059;
}
.menu ul li a:visited
{

    }
.menuSelected
{
    text-decoration:none;
	color:#c59848;
}

.topMenuDepth2, .topMenuShopDepth2 {
    text-align: center;
    background: rgb(255 255 255);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
    margin-top: 11px;
    box-shadow: none;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px !important;
    border: none;

    border-radius: 0px;
}

.topMenuShopDepth2 {
    max-width: 100%;
    width: calc(100%-20px);
    columns: 120px 5;
    height: auto;
    margin-left: 10px;
}

.topMenuHoverWrapper .topMenuDepth2 a, .topMenuShopHoverWrapper .topMenuShopDepth2 a {
    background-color: inherit;
    color: black;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    text-transform: none;
    opacity: 1;
    font-size: 11pt;
    letter-spacing: 1px;
}

.topMenuHoverWrapper .topMenuDepth2 a:hover, .topMenuShopHoverWrapper .topMenuShopDepth2 a:hover {
    text-decoration: none;
    font-weight: normal;
color: #c59848 !important;
}

.topMenuDropDownTitle
{
font-size: 16pt;
font-weight: normal !important;
}
.topMenuHoverWrapper .topMenuDepth2 a:visited, .topMenuShopHoverWrapper .topMenuShopDepth2 a:visited {
    color: unset;
}

/* 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;
}
.smallMenu {
    position: relative;
    top: -40px;
    right: -1px;
    float: right;
    margin-right: 20px;
    z-index: 10000;
    margin-bottom: -50px;
}


/* Product Menu */
.productMenuPayPal img
{
filter:alpha(opacity=60);
opacity:0.6;
}

.productMenu
{
width: 160px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
	
}
.productMenuSearchTitle
{
	margin-top:0px;
	padding-top: 2px;
	padding-left: 0px;
	color:#b7c9b5;
	width: 130px;
	height: 22px;
font-size:9pt;
border-bottom:#666 1px solid;
margin-bottom:5px;
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:160px;
	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:#b7c9b5;
	width: 130px;
	height: 22px;
font-size:10pt;
margin-bottom:5px;
border-bottom:#666 1px solid;
font-weight:bold;
}
.productMenuSubCategory
{
	margin-left: 0px;
	line-height:20px;
	color:#62194a;
	
}
.productMenuSubCategory a
{
	color:#333;
	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:9pt;
padding:0;
}
.productMenuSubCategory a:hover
{
	text-decoration:none;
	color:#b7c9b5;
}

#pnlProducts {
    margin-left: unset;
}

/* Product Details Page */

.productDetails
{
}
.productDetails h1
{
    margin-top: 0px;
    padding-top: 0px;
    font-size: 23pt;
    text-align: left;


}

.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;
}
.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;
}
.contactFormMessageBox
{
	width:400px;
margin-bottom:10px;
}
.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%;
height:480px;
}


.productSubCatSummaryMore .productSummaryImage
{
background-color:inherit;
}

/* HOME BOXES */
#homeBoxes { height:420px;}

/* HOME SLIDES */
.homeSlides 
{ 
width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: absolute;
    top: 283px;
    left: 0;
}

.animationItem {
    width: 100%;
    min-height: unset;
}



.slide1
{

    background-image: url(/Websites/820/Images/upload/image/slide1CD.jpg);
}

.slide2
{
    background-image: url(/Websites/820/Images/upload/image/slide2CD.jpg);

}



.slide1, .slide2
{
    width: 100%;
    height: 96vh;
    background-position: top;
    background-size: cover;
background-repeat: no-repeat;
}

.slideLinkBox
{
    position: relative;
    top: 42vh;
    width: 80%;
    /* background-color: rgb(91 115 91 / 64%); */
    height: 237px;
    padding: 41px 50px;
    margin: 0px auto;
}
.slideLink
{


}

.slideLink h1
{
    color: #fff;
    font-size: 40pt;
}



.slideLink a:hover
{
color: #fff;
transition: 0.2s;
}

.slides 
{ 
width: 470px;
    height: auto;
    margin-bottom: 20px;

}


 .slideText {
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    font-size: 28pt;
    text-transform: uppercase;
    opacity: 1;
    text-shadow: unset;
    transition: 0.2s;
    /* line-height: 25px; */
    margin: 0px;
    margin-top: 7px;
    margin-bottom: 35px;
 font-family: "Cinzel", serif;
}

 .slideText1 {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15pt;
 font-family: "Cinzel", serif;
    opacity: 1;
    text-shadow: unset;
    transition: 0.2s;
    /* line-height: 25px; */
    margin: 0px;
    margin-top: 7px;
    margin-bottom: 33px;
}

.slideText2
{

    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12pt;
    opacity: 1;
    text-shadow: unset;
    transition: 0.2s;
    /* line-height: 25px; */
    margin: 0px;
}

.slideText2 a
{
    color: #000000;
    text-transform: uppercase;
    padding: 13px 25px;
    transition: 0.4s;
    background-color: #fff;
    border: 1px solid #ffffff;
    position: relative;
    top: 30px;
    font-family: "Cinzel", serif;
}

.slideText2 a:hover
{

    transition: 0.4s;
    color: #ffffff;
    background-color: #b09059;
    border: 1px solid #b09059;
}

.slideText3 {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15pt;
    opacity: 1;
    text-shadow: unset;
    transition: 0.2s;
    /* line-height: 25px; */
    margin: 0px;
    margin-top: 57px;
    margin-bottom: 60px;
}

.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;
}



/* homepage */

.homePageBoxText
{
position:relative;
color:white;

background: url(../Images/jumpBg.gif);

padding-left:0px;
padding-top:0px;
margin-bottom:15px;
width:450px; 
height:76px;
}

.homePageBoxText img
{
float:left;
position:relative;
top:0px;
margin-right:5px;
}
.homePageBoxText h1
{
font-size:24pt;
margin-bottom:5px;
padding-top:10px;
padding-bottom:10px;
}
.homePageBoxText h1 a
{

color:white;

}
.homePageBoxText h1 a:visited
{
color:white;
}
.homePageBoxText h1 a:hover
{
color:white;
}

.homePageBoxText a
{
text-decoration:none;
color:#C0C0C0;
}
.homePageBoxText a:visited
{
text-decoration:none;
color:#C0C0C0;
}

.testimonialBox
{
background: url(../Images/testimonialBacker.png) no-repeat fixed;
background-size: auto;
}

/* 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: "View Info";}

.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, .checkoutBillingRetrieve, .checkoutBack, .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .productDetailsBack a, .contactSend, #lnkContinueShopping, #lnkContinueShopping:hover, .checkoutBack:hover
{
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    transition: background-color .5s, color .5s, border-color .5s;
    background-color: #ffffff;
    font-size: 110%;
    padding-top: 3px;
    height: 22px;
    width: 150px;
}

.productSummaryMore, .productSummaryBuyLink, .productSummaryBuy
{
    width: 43%;
    height: auto;
    font-size: 100%;
    padding-top: 7px;
}
.productSummaryBuyLink
{
display: none;
}

.checkoutBillingRetrieve, .checkoutBack, .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend
{
    width:150px;
    margin-top:5px;
    margin-bottom:10px;
}

#lnkContinueShopping
{
    width:150px;
    margin-top:5px;
    margin-bottom:10px;
    padding-left:0px;
    padding-right:0px;
}

.productSummaryMore:hover, .productSummaryBuyLink:hover, .productSummaryBuy:hover, .checkoutBillingRetrieve:hover, #lnkContinueShopping, .productDetailsBack a
{
    cursor: pointer;
    color: white;
    background-color:#c59848;
    border-color: #c59848;
    text-decoration: none;
}
.checkoutCheckout a
{
color:white;
}
.checkoutCheckout a:hover
{
text-decoration:none;
}

.checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, .productDetailsBuy, .productDetailsBack a:hover
{
    background-color:#b7c9b5;
    color: white;
    border-color: #b7c9b5;

    
}

.checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover, .checkoutBack
{

    background-color: #c59848;
    color: #ffffff;
    border-color: #c59848;
    text-decoration: none;
 
}


@media screen and (max-width: 1430px) {
#rptProducts_ctl03_ProductSummary1_divProductSummaryOuter
{
display: none;
}
}