/* 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=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');
body
{
    margin: 0px auto;
    font-size: 12pt;
    color: #3a3a3a;
font-family: "Newsreader", 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: #d9d3c7;
}


.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;
}


/*SOCIAL LINKS OLD
.socialLinks { margin:0; position:absolute; top:50px; right:10px;}


.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:#fff !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: #fff;
    display: inline-block;
    padding: 9px 0px 8px 9px;
    text-align: right;
    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 a:hover
{
font-weight: normal;
}


.socialLinks.footer .social
{
border: none;
width: 24px;
}
.socialLinks.footer {
    margin: 5px 0 50px 0;
    position: relative;
    top: 0px;
    height: 29px;
    left: 277px;
    width: 36%;
    text-align: right !important;
}
.socialLinks.footer .social:hover { background:inherit;}
.socialLinks.footer .social:hover .fa { color: #bc9d62 !important;}
.socialLinks.footer .social:hover .fa-brands { color:#bc9d62;}
.socialLinks.footer .social:hover .fa-light { color:#bc9d62;}

/*SOCIAL LINKS PAYMENT CARDS*/
.socialLinksPay {
    margin: 0;
    position: relative;
    top: -24px;
    right: -223px;
}

.socialLinksPay h2
{
    margin: 0px !important;
    position: relative;
    top: 9px;
    color: inherit;
    font-family: unset;
    font-size: unset;

}

.socialLinksPay  .social 
{ 
    background: inherit;
    color: #fff;
    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: #bc9d62;
}

#topBannerText {
    position: relative;
    top: -26px;
    color: #f8f9ff;
    font-size: 13pt;
    height: 0px;
    z-index: 20;
    /* text-align: center; */
    letter-spacing: 1px;
}

#telephone {
    position: absolute;
    top: -28px;
    left: 10px;
    color: #000;
    font-size: 13pt;
    height: 0px;
    z-index: 20;
    bottom: unset;
    transition: 0.3s;
    transition-timing-function: ease;
opacity: 1;
}


#location 
{ 
    position: absolute;
    top: -28px;
    right: 10px;
    color: #f8f9ff;
    font-size: 13pt;
    height: 0px;
    z-index: 20;
    bottom: unset;
    transition: 0.3s;
    transition-timing-function: ease;
opacity: 1;
}
#addressHeader .fa, #telephone .fas, #location .fas, #email .fas { margin-left:4px; color: #bc9d62;}
#addressHeader a, #telephone a, #email a {text-decoration: none; color: #f8f9ff; font-weight: normal; }
#addressHeader a:hover, #telephone a:hover, #email a:hover{color: #bc9d62;}

*, *: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: 89px auto 58px auto;
}

.boxOuter3
{ 
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 97%;
    margin: 25px auto 70px auto;
}

.grid 
{
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
margin-top: 12px;
}

.gridSpacer
{

float: left;
height: 1px;
width: 1%;

}


.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 20px;
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: 32.65%;
    background: #094f37;
    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;

	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption h2
{
    color: #fff;
    text-shadow: 2px 1px 3px #000;
font-size: 2.8vw;
}

.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: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.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%;
}

/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #094f37;
}

figure.effect-bubba img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 2px solid #bc9d62;
	border-bottom: 2px solid #bc9d62;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 2px solid #bc9d62;
	border-left: 2px solid #bc9d62;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
    padding-top: 48%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.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: #094f37;
    padding: 11px 25px;
    color: #000;
    text-decoration: none;
font-size: 1.5vw !important;
}

.jumpTopText a:hover
{
    background-color: #bc9d62;
    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: 0.7%;
}

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: 31vw;
    padding: 21px 0px 17px 0px;
    color: #ffffff !important;
    font-size: 1.6vw;
    border: 2px solid #bc9d62;
    background-color: rgb(129 216 208);
}

figure2.effect-steve h2:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure2.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;

	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: 25vw;
    padding: 22px 20px 17px 20px;
    color: #ffffff !important;
    font-size: 1.5vw;
    letter-spacing: 2px;
    border: 2px solid #bc9d62;
    background-color: rgb(129 216 208);
}

figure3.effect-steve h2:before {

}

figure3.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;

	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, .jumpBoxesOuter5
{
opacity: 0;
}

.jumpBoxesOuter, .jumpBoxesOuter2, .jumpBoxesOuter3, .jumpBoxesOuter5
{ 

    padding: 0px;
    height: auto;
    background: #d9d3c7;

    background-size: cover;
    background-position: center;
}
.jumpBoxCentre, .jumpBoxCentre3
{ 
    width: 49%;
    height: 34vw;
    text-align: center;
    /* float: left; */
    background: #d9d3c7;
    background-size: cover;
    overflow: hidden;
    transition: 0.2s;
    margin: 0px 0px 0px auto;
    background-color: #d9d3c7;
    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: #d9d3c7;
    margin-top: 0px;
    position: relative;


}

.jumpBoxCentreImage
{
background-image: url(/Websites/114/Images/upload/image/shopJF2.jpg);
}

.jumpBoxCentreImage2
{
background-image: url(/Websites/114/Images/upload/image/giftsJF2.jpg);
}

.jumpBoxCentreImage3
{
background-image: url(/Websites/114/Images/upload/image/funeralJF.jpg);
}

.jumpBoxCentreImage5
{
background-image: url(/Websites/114/Images/upload/image/shopOutsidJF.jpg);
}


.jumpBoxCentreImage, .jumpBoxCentreImage3
{
    width: 49%;
    height: 34vw;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border-radius: 8px;
}

.jumpBoxCentreImage3
{
margin-bottom: 0.6%;
}

.jumpBoxCentreImage2, .jumpBoxCentreImage5
{
    width: 49%;
height: 34vw;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    border-radius: 8px;
}

.jumpBoxCentre-wrapper
{
    width: 94%;
    margin: 28px 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: #3a3a3a;
text-align: left;

    line-height: 202%;
}

.jumpBoxCentre2 p
{

text-align: left;


}

#jumpBoxCentre h2
{
    text-align: center;

    color: #000;

}

.jumpBoxTitle
{

    font-size: 3.0vw;
    color: #3a3a3a;
    letter-spacing: 1px;
    line-height: 32px;
    width: 85%;
    margin: 0px auto;
    margin-bottom: 25px;
    margin-top: 9vw;
    text-align: left;


}

.jumpBoxTitle2
{

    font-size: 3.0vw;
    color: #3a3a3a;
    letter-spacing: 1px;
    line-height: 32px;
    width: 85%;
    margin: 0px auto;
    margin-bottom: 25px;
    margin-top: 9vw;
text-align: left;


}

.jumpBoxContent
{
text-align: left;
}

.jumpBoxContent2
{
text-align: right;
}

.jumpBoxesOuter4
{
    width: 89%;
    margin: 90px auto 70px auto;
    height: auto;
}

.jumpSmall
{
    float: left;
    width: 32%;
    padding: 41px 0px 41px 0px;
    border-radius: 5px;
    height: auto;
    background-color: #546979;
}
.jumpSmallImageLeft
{
    overflow: hidden;
    transition: 0.6s;
    width: 80%;
    margin: 0px auto;
}
.jumpSmallImageCenter
{
    overflow: hidden;
    transition: 0.6s;
    width: 80%;
    margin: 0px auto;
}

.jumpSmallImageRight
{
    overflow: hidden;
    transition: 0.6s;
    width: 80%;
    margin: 0px auto;
}

.jumpSmallImageLeft img, .jumpSmallImageCenter img, .jumpSmallImageRight img
{
    transition: 0.2s;
    border-radius: 5px;

}

.jumpSmallImageLeft img:hover, .jumpSmallImageCenter img:hover, .jumpSmallImageRight img:hover
{
    transition: 0.6s;
    transform: scale(1.2);

}

.jumpSmallTitle
{
    margin-top: 32px;
    margin-bottom: 13px;
}
.jumpSmallLink
{
    width: 73%;
    margin: 0px auto;
    line-height: 132%;
}
.jumpSmallLink a
{
    padding: 12px 25px;
    border: 1px solid #bc9d62;
    color: #bc9d62;
}

.jumpSmallLink a:hover
{
background-color: #bc9d62;
border: 1px solid #bc9d62;
color: #fff;
}

.jumpSmallSpacer
{
float: left;
width: 2%;
height: 1px;
}

.homeContact a
{
    padding: 11px 20px;
    border: 1px solid #094f37;
    /* border-bottom: 2px solid #000; */
    transition: 0.2s;
    color: #fff;
    position: relative;
    top: 8px;
    text-transform: uppercase;
    background-color: #094f37;
    border-radius: 5px;
}

.homeContact a:hover
{
    transition: 0.4s;
    color: #ffffff;
    background-color: #bc9d62;
    border: 1px solid #bc9d62;

}


#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:#094f37; 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: #094f37;
    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:#bc9d62;}
#contact .social:hover .fa { color:#fff;}
#contact.footer .social:hover {
    background: #094f37;
}
#contact.footer .social:hover .fa { color: #bc9d62;}

.pageTop
{
display:none;
}
.pageSides
{
/*background: url(../Images/wallpaper-new.png) 0 0 repeat;*/
width: unset;
}
.header
{
    width: 100%;
    margin-top: 0px;
background-color: rgb(9 79 55);
    background-repeat: no-repeat;
    background-position: left;
    top: 0px;
    left: 0;
    z-index: 200000;
    border: unset;
    transition: .2s;
    position: fixed;
    border-radius: 0px;
    padding: 0px;
    border-top: 40px solid #094f37;

}


.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;
}
#pnlHeader
{
box-shadow: 0px 0px 18px rgb(0 0 0 / 0%);
}
.page
{
    margin: 0px auto;
    background: none;
    background-image: none;
width: 100%;
    margin: 0px auto;
background-color: #d9d3c7;
}

#bannerImage
{
    background: url(/Websites/590/Images/upload/image/bannerMF2.png);
    height: 230px;
    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: 255px;
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: 0px;
    padding-top: 270px;
    padding-bottom: 50px;
    width: 1050px;
    margin: 0px auto;

}
.clearBoth
{
	clear:both;
}
.clearRight
{
	clear:right;
}
.pageBottom
{
display:none;
}



/* Shop Product Page */
.productSummary
{
    float: left;
    width: 310px;
    color: #fff;
    margin-right: 19px;
    margin-left: 19px;
    height: 404px;
    margin-bottom: 39px;
    /* border: 1px solid #fff; */
    padding-top: 26px;
    background-color: #094f37;
    border-radius: 8px;
}
.productSummaryFeatured, .productSummary:hover
{
    float: left;
    width: 310px;
    color: #fff;
    margin-right: 19px;
    margin-left: 19px;
    height: 404px;
    margin-bottom: 39px;
    /* border: 1px solid #fff; */
    padding-top: 26px;
    background-color: #094f37;
    border-radius: 8px;
}
.productSummaryImage
{
    height: 255px;
    text-align: center;
    overflow: hidden;
    width: 255px;
    margin: 0px auto;
    border: none;
}

.productSummaryImage img
{
    height: 255px;
    width: unset;
    transition: .2s;
}
.productSummaryImage img:hover
{
    transform: scale(1.08);
    transition: .6s;

}

.productSummaryName
{
    color: #fff;
    margin-top: 13px;
    font-size: 15pt;
    height: 45px;
    text-align: center;
    line-height: 10pt;
}
.productSummaryPrice
{
	color:#fff;
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;
color: #fff;
}
.productSubCatSummaryMoreInner {

    color: #fff;
}
/* General Style */

a
{
	color:#094f37;
	text-decoration:none;
}

a:hover
{
	color:#000;
	text-decoration:none;
}
p
{
    padding-top: 0px;
    margin-top: 0px;
    line-height: 166%;
}
h1
{
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 0px;
    font-size: 28pt;
    line-height: 100%;
    color: #3a3a3a;
    font-weight: normal;
    text-align: center;
    font-family: unset;

}
h2
{
    margin-top: 0px;
    padding-top: 0px;
    font-size: 19pt;
    line-height: 100%;
    color: #3a3a3a;
    font-weight: normal;
    font-family: unset;

}

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: #094f37;
    padding-top: 20px;
    text-align: center;
    border-top: #000 1px solid;
    font-weight: normal;

    /* padding-left: 50px; */
    /* padding-right: 50px; */
    font-size: 14pt !important;
    color: #fff;
    position: relative;
    top: 0px;
    width: 100%;
    margin: 0px;
}
.footerText p 
{
    font-weight: 300;
    color: #fff;
    font-size: 10pt;
    text-align: right;
}
.footerText a
{
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 10pt;
    line-height: 27px;
    margin-top: 9px;

    display: inline-block;
}
.footerText a:hover
{
text-decoration: none;
    color: #bc9d62;
    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 #fff;

}

.footerCol2of4
{
text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 180px;
    padding-left: 0px;
    padding-right: 20px;
line-height: 31px;

}
.footerCol3of4
{
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 190px;
    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: 390px;
    border-radius: 4px;
    margin-left: unset;
    clear: unset;
}

.footerCol5of4 a
{
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
    font-size: 12pt;
    width: 150px;
    text-align: center;
    padding: 25px 20px;
    background: #094f37;
    border-radius: 4px;

}

.footerCol5of4 a:hover
{
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    background: #bc9d62;
}

/* 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: 0px;
    bottom: 30px;
}
.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #ffffff 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: #094f37;
    width: unset;
}

.menu ul li
{
    display:inline;
font-family: unset;
}
.menu ul li a 
{
    padding-right: 11px;
    padding-left: 11px;
    text-decoration: none;
    color: #fff;
    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:#bc9d62;
}
.menu ul li a:visited
{

    }
.menuSelected
{
    text-decoration:none;
	color:#bc9d62;
}

.topMenuDepth2, .topMenuShopDepth2 {
    text-align: center;
    background: rgb(25 25 111);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    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 3;
    height: auto;
    margin-left: 10px;
}
.topMenuHoverWrapper .topMenuDepth2 a:hover, .topMenuShopHoverWrapper .topMenuShopDepth2 a:hover {
    text-decoration: none;
    font-weight: normal;
color: #bc9d62 !important;
}

.topMenuDropDownTitle
{
    font-size: 10pt !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}
.topMenuHoverWrapper .topMenuDepth2 a:visited, .topMenuShopHoverWrapper .topMenuShopDepth2 a:visited {
    color: #fff;
}
.topMenuHoverWrapper .topMenuDepth2 a, .topMenuShopHoverWrapper .topMenuShopDepth2 a {
    background-color: inherit;
    color: #ffffff;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    text-transform: none;
    opacity: 0.9;
}
/* 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;
}
.smallMenuBasket, .smallMenuBasketEnabled {
    display: inline-block;
    padding-top: 1px;
    height: 29px;
    width: 30px;
    background-color: #094f37;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
}

/* 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:#094f37;
	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:#094f37;
	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:#094f37;
}


#pnlProducts, #pnlColumn, #pnlProduct
{
    width: 1050px;
    margin: 0px auto;
}
/* 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:#094f37;
}
.checkoutProgress a:visited
{
	text-decoration:none;
	color:#000;
}
.checkoutProgress a:hover
{
	text-decoration:none;
	color:#000;
}
.checkoutProgressHighlight a
{
	color:Black;
}
.checkoutProgressHighlight a:visited
{
	color:Black;
}
.basketOrderItems
{
	margin-left:0px;
	margin-right:0px;
	color:#000;
}
.basketOrderItems a
{
		color:#094f37;
}
.basketOrderItemsProductName
{
	text-decoration:none;
	color:#000;
}

.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: 510px;
    padding-top: 32px;
    padding-bottom: 10px;
    border-top: 1px solid #094f37;
}


.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/590/Images/upload/image/slide1MF2.jpg);

}

.slide2
{


}

.slide1, .slide2
{
    width: 100%;
    height: 96vh;
    background-position: top;
    background-size: cover;
background-repeat: no-repeat;
}

.slideLinkBox
{
    position: relative;
    top: 45vh;
    width: 39%;
    /* background-color: rgb(91 115 91 / 64%); */
    height: 237px;
    padding: 41px 50px;
    margin: 0px 20px 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: #f8f9ff;
    text-align: right;
    letter-spacing: 2px;
    font-size: 37pt;
    text-transform: unset;
    opacity: 1;
    text-shadow: unset;
    transition: 0.2s;
    line-height: 51px;
    margin: 0px;
    margin-top: 7px;
    margin-bottom: 21px;

}

 .slideText1 {
    color: #f8f9ff;
    text-align: right;
    letter-spacing: 2px;
    font-size: 15pt;

    opacity: 1;
    text-shadow: unset;
    transition: 0.2s;
    /* line-height: 25px; */
    margin: 0px;
    margin-top: 7px;
    margin-bottom: 14px;
}

.slideText2
{

    color: #f8f9ff;
    text-align: right;
    letter-spacing: 2px;
    font-size: 12pt;
    opacity: 1;
    text-shadow: unset;
    transition: 0.2s;
    /* line-height: 25px; */
    margin: 0px;
}

.slideText2 a
{
    color: #ffffff;
    text-transform: uppercase;
    padding: 13px 25px;
    transition: 0.4s;
    background-color: #bc9d62;
    border: 1px solid #bc9d62;
    position: relative;
    top: 30px;

    border-radius: 5px;
}

.slideText2 a:hover
{
    transition: 0.4s;
    color: #bc9d62;
    background-color: #feecc6;
    border: 1px solid #bc9d62;
}

.slideText3 {
    color: #f8f9ff;
    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: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    transition: background-color .5s, color .5s, border-color .5s;
    background-color: unset;
    font-size: 110%;
    padding-top: 10px;
    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:#bc9d62;
    border-color: #bc9d62;
    text-decoration: none;
}
.checkoutCheckout a
{
color:white;
}
.checkoutCheckout a:hover
{
text-decoration:none;
}

.checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, .productDetailsBuy, .productDetailsBack a:hover
{
    background-color:#094f37;
    color: white;
    border-color: #094f37;

    
}

.checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover, .checkoutBack
{

    background-color:#bc9d62;
    color: #ffffff;
    border-color: #bc9d62;
    text-decoration: none;
 
}


@media screen and (max-width: 1430px) {
#rptProducts_ctl03_ProductSummary1_divProductSummaryOuter
 {
    display: none;
}
}

/*GOOGLE TRANSLATE FIX*/
#google_translate_element
{
position: fixed;
}
@media only screen and (max-width: 1080px) {
body
{
width: 1080px;
min-width: 1080px;
background-size: contain !important;
background-position-y: 160px;
}
.slide1, .slide2 {
    width: 100%;
    background-attachment: unset;

}

}

@media only screen and (max-width: 980px) {
.page
{

    min-width: unset !important;
    max-width: unset !important;

}
body
{
width: 810px; /*MUST BE 810px!!*/
/*min-width: 980px;*/
background-size: contain !important;
background-position-y: 160px;
}

/*.socialLinks {

    left: 81%;
}

#telephone {
    right: 63px;
}
#location {
    right: 63px;
}

.animationPanelHomepage img {
    width: 150% !important;
    position: relative;
    top: -13px;
}
#Animation1_frame1 > p:nth-child(2) > picture > img,
#Animation1_frame2 > p:nth-child(2) > picture > img,
#Animation1_frame3 > p:nth-child(2) > picture > img,
#Animation1_frame4 > p:nth-child(2) > picture > img,
#Animation1_frame5 > p:nth-child(2) > picture > img,
#Animation1_frame6 > p:nth-child(2) > picture > img
{
    width: 69% !important;
}*/
}