/* Page layout */

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

@font-face {
    font-family: 'sanvito_proregular';
    src: url('../fonts/sanvitopro-regular-webfont.eot');
    src: url('../fonts/sanvitopro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sanvitopro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sanvitopro-regular-webfont.woff') format('woff'),
         url('../fonts/sanvitopro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sanvitopro-regular-webfont.svg#sanvito_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
    margin: 0px auto;
    font-size: 11pt;
    color: #000;
    font-family: adobe-caslon-pro,serif;
    width: 100%;
    position: relative;
    direction: ltr;
    text-align: left;
    line-height: 1.4em;
    /* background: url(../Images/wallpaperNewFSLight.jpg) 0 0 repeat; */
    padding: 0;
    background-size: contain;
    background-color: #f4f3e7;
}


.adminpage #contact
{
display: none;
}


*, *: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;}

.grid 
{
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.gridSpacer
{
width: 2%;
height: 10px;
float: left;
}


.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 20px;
    /* 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: 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%;
}

/*Figure2*/
.grid figure2 {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px auto;
margin-bottom: 20px;
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: 49%;
    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: uppercase;
	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;
	font-size: 68.5%;
}

/*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: 32%;
    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: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure3 figcaption h2
{
color: #fff;
}

.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%;
}

/* 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 h2 {

}

.grid figure3 h2 span {

}

.grid figure3 h2,
.grid figure3 p {
	margin: 0;
}

.grid figure3 p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/***** Steve *****/
/*-----------------*/

figure.effect-steve {
	z-index: auto;
	overflow: visible;
	background: #e8e4db;
}

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%);
}

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: #e4dec0;
    color: #000;
    width: 80%;
    margin: 0px auto;
}

.jumpTopText
{
    position: absolute !important;
    right: 0%;
    top: 32%;
    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;
}

.jumpTopTextTitle
{
font-size: 25pt;
}


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: visible;
	background: #e8e4db;
}

figure2.effect-steve:before,
figure2.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;
}

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);
box-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
}

figure2.effect-steve:hover img {
	transition: 0.2s;
box-shadow: 2px 2px 8px rgb(0 0 0 / 40%);
}

figure2.effect-steve h2,
figure2.effect-steve p {
background: #e4dec0;
    color: #2d434e;
    width: 80%;
    margin: 0px auto;
}

figure2.effect-steve h2 {
    position: relative;
margin-top: 17vw;
    padding: 0.25em;
    color: #000 !important;
}

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;
	font-weight: 800;
	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,21px);
}

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: visible;
	background: #e8e4db;
}

figure3.effect-steve:before,
figure3.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;
}

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);
box-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
}

figure3.effect-steve:hover img {
	transition: 0.2s;
box-shadow: 2px 2px 8px rgb(0 0 0 / 40%);
}

figure3.effect-steve h2,
figure3.effect-steve p {
background: #e4dec0;
    color: #2d434e;
    width: 80%;
    margin: 0px auto;
}

figure3.effect-steve h2 {
    position: relative;
margin-top: 17vw;
    padding: 0.25em;
    color: #000 !important;
}

figure3.effect-steve h2:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure3.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	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,21px);
}

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);
}

#contact { position:absolute; right:14px; top:20px;}
#contact.footer 
{     
position: relative;
    right: 8px;
    bottom: 5px !important;
    top: unset;
}
#contact .fa {  color:#fff; 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: #63615d;
    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:#ed5cbf;}
#contact .social:hover .fa { color:#fff;}
#contact.footer .social:hover { background: #63615d;}
#contact.footer .social:hover .fa { color: #ed5cbf;}

.pageTop
{
display:none;
}
.pageSides
{
/*background: url(../Images/wallpaper-new.png) 0 0 repeat;*/
width: unset;
}
.header
{
	margin-left:auto;  /* width of page side */
	margin-right:auto; /* width of page side */
	margin-top: 0px;
	padding-top: 0px;
	background-image:none; /* required by admin html editor */
background:none;
border-top:none;
width:100%;
border-bottom: 4px double #979797;

background-color: #f4f3e7;
}


.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;
}
.pageBanner
{
padding-bottom:0px;

width:100%;
margin:0 auto;
background-color: #f4f3e7;
}
.pageBanner .socialLinksLarge
{
right:-4px;
left:inherit;
top:40px;
}
.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:18px;
	padding-bottom:20px;

}
.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: 385px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
padding-top: 20px;
background-color: #fff;
}
.productSummaryFeatured, .productSummary:hover
{
    float: left;
    width: 310px;
    color: Black;
    margin-right: 19px;
    margin-left: 19px;
    height: 385px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
padding-top: 20px;
background-color: #fff;
}
.productSummaryImage
{
    height: 265px;
    text-align: center;
    overflow: hidden;
    width: 265px;
    margin: 0px auto;
}

.productSummaryImage img
{
	height: 265px;
    transition: .2s;
}
.productSummaryImage img:hover
{
    transform: scale(1.08);
    transition: .2s;

}

.productSummaryName
{
    color: #ed5cbf;
margin-top: 22px;
    font-size: 15pt;
    height: 30px;
    text-align: center;
    line-height: 10pt;
}
.productSummaryPrice
{
	color:#000;
text-align:center;
margin-bottom:4px;
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:underline;
}
p
{
	padding-top:0px;
	margin-top:0px;
}
h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:28pt;
	color:#ed5cbf;
font-weight:normal;
font-family: 'sanvito_proregular';
text-align: center;
}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:21pt;
	color:#ed5cbf;
font-weight:normal;
font-family: 'sanvito_proregular';
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.footerContainer { width:960px; margin:0 auto; padding:0 0 0 0;}
.footerText
{
    margin-left: -100%;
    margin-right: -100%;
    background: #e4dec0;
    padding-top: 30px;
    padding-bottom: 5px;
    color: #000;
    text-align: center;
    border-top: none;
    font-size: 13pt;

    margin-top: 30px;
}
.footerText.xmas
{
	margin-left:-100%;
margin-right:-100%;
background:#ff9200 url(../Images/footerBack-new2Xmas.png) 0 0 repeat-x;
	padding-top: 120px;
	padding-bottom: 5px;
	color:#fff;
	text-align: center;
border-top:none;
font-size:11pt;
}
/*.footerText.autumn
{
	margin-left:-100%;
margin-right:-100%;
background:#ff9200 url(../Images/footerBackSpring.png) 0 0 repeat-x;
	padding-top: 220px;
	padding-bottom: 5px;
	color:#fff;
	text-align: center;
border-top:none;
font-size:11pt;
}*/
.footerText a
{
    text-decoration: none;
    color: #000;
    font-size: 10pt;
    text-transform: capitalize;

    line-height: 24px;
}
.footerText a:hover
{
	text-decoration:unset;
	color:#fd7a00;
}
.footerText p { font-size:10pt;}

.footerCol1of4
{
text-align:left;
	margin-top:0px;
	padding-top:0px;
	float:left;
	width:190px;
	padding-left:20px;
	padding-right:10px;
margin-left:0px;
}

.footerCol2of4
{
text-align:left;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:160px;
	padding-left:0px;
	padding-right:10px;
margin-bottom:20px;
}
.footerCol3of4
{
text-align:left;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:150px;
	padding-left:0px;
	padding-right:10px;
margin-bottom:20px;
}
.footerCol4of4
{
text-align:left;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:180px;
	padding-left:0px;
	padding-right:10px;
margin-bottom:20px;
}

.footerCol5of4
{
text-align:left;
  	 margin-top:0px;
  	padding-top:0px;
	 margin-left:0px;
	 padding-right:0px;
width:220px;
float:left;
}

.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;
font-family: 'sanvito_proregular';
}
.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: #f4f3e7;
}

.menu ul li
{
    display:inline;
}
.menu ul li a 
{
    padding-right: 9px;
    padding-left: 9px;
    text-decoration: none;
    color: #000;
    transition: all 0.2s linear;
    font-weight: normal;
    font-family: adobe-caslon-pro,serif;
    text-transform: uppercase;
}
.menu ul li a:hover
{
    text-decoration:none;
    color:#ed5cbf;
}
.menu ul li a:visited
{

    }
.menuSelected
{
    text-decoration:none;
	color:#ed5cbf;
}

.topMenuDepth2, .topMenuShopDepth2 {
    text-align: left;
    background: rgb(244 243 231);
    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-bottom: 4px double #979797;
    border-radius: 0px;
}

.topMenuShopDepth2 {
    max-width: 100%;
    width: calc(100%-20px);
    columns: 120px 3;
    height: auto;
    margin-left: 10px;
}

/* 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: absolute;
    top: 152px;
    right: -1px;
    float: right;
    margin-right: 20px;
}


/* 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;
}


/* 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;}

#homeSlides { margin:0 0 10px 0;}
#slides { width:450px; height:400px; position:relative; float:left;}
#slides img { width:720px; height:400px;}
#slides a .text { position:absolute; bottom:18px; left:0; display:block; color:#fff; background-color:rgba(254,127,0,0.8); padding:20px 20px 20px 40px; font-size:18pt;}
#jumps { float:left; width:450px;}
ul#jumpsList { list-style:none; padding:0; margin:0;}
ul#jumpsList li { display:inline-block; margin:15px 0 0 0;}
ul#jumpsList li.first { display:inline-block; margin:0 0 1px 0;}
ul#jumpsList li a { display:block; width:450px; height:76px; background:url(../Images/jumpBg.gif) 0 0 repeat-x; position:relative;}
ul#jumpsList li a:hover { background:url(../Images/jumpBgHover.gif) 0 0 repeat-x;}
ul#jumpsList li a h2 { color:#fff; position:absolute; top:18px; left:86px; font-size:18pt;}
ul#jumpsList li a p { color:#fff; position:absolute; top:43px; left:86px;}

#homeJumps { float:right; width:180px;}
#homeJumps a { display:block; width:180px; height:31px; margin:0 0 20px 0; color:#fff; text-decoration:none; padding:89px 0 0 0; text-align:right; font-size:11pt;}
#homeJumps a:hover { opacity:0.8;}
#homeJumps a span { background-color:rgba(254,127,0,0.8); display:block; width:170px; padding:6px 10px 6px 0; color:#fff;}
#homeJumps a#one { background:url(../Images/upload/image/jump1.jpg) 0 0 no-repeat;}
#homeJumps a#two { background:url(../Images/upload/image/jump2.jpg) 0 0 no-repeat;}
#homeJumps a#three { background:url(../Images/upload/image/jump3.jpg) 0 0 no-repeat; margin:0;}

.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: "More";}

.productSummaryBuy::before, .productDetailsBuy::before  { content: "Buy";}

.productSummaryBuyLink::before {content: "Buy";}

.productDetailsBack a::before, .checkoutBack::before {content:"Back";}

.checkoutBillingRetrieve::before {content: "Log in";}

.checkoutNext::before {content: "Next";}

.checkoutConfirmPay::before {content: "Confirm & Pay";}

.checkoutPay::before {content: "Pay";}

.checkoutButton::before {content: "Checkout";}

.contactSend::before{content: "Send";}

#lnkContinueShopping::before{content: "Continue Shopping";}



.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy, .productDetailsBuy,  .checkoutBillingRetrieve, .checkoutBack,  .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .productDetailsBack a, .contactSend, #lnkContinueShopping, #lnkContinueShopping:hover, .checkoutBack:hover
{
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #b7c9b5;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    transition: background-color .5s, color .5s, border-color .5s;
    background-color: #b7c9b5;
    font-size: 110%;
    padding-top: 3px;
    height: 22px;
    width: 150px;
}

.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy
{
    width:40%;
    height:auto;
    font-size:100%;
    padding-top:1px;
}


.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: #c3d0bf;
    border-color: #c3d0bf;
    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: #c3d0bf;
    color: #ffffff;
    border-color: #c3d0bf;
    text-decoration: none;
 
}
