/* Page layout */
@import url('https://fonts.googleapis.com/css?family=Quattrocento');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

body
{
	margin: 0px auto;

	font-size: 12pt;
	color:#686868;
	font-family: 'Quattrocento', serif;
	position: relative;
	direction: ltr;
	text-align: left;
	line-height: 1.4em;
        background:#d3d3d3 url(../images/wallpaperGAG2.png);
background-repeat: no-repeat;
background-size: cover;
    background-attachment: fixed;
}
.pageGlobalMessage {

    font-size: 13pt;
    background-color: #8fa23e;
    padding-top: 7px;
    padding-bottom: 7px;

}
#form1, #form2 { overflow-x: hidden;}
#pnlProducts { width:920px;}

#btnCheckoutStep { color:#fff;}

#telephone { position:absolute; top:20px; left:20px; color: #686868; font-size: 15pt;}
#location 
{ 
    position: absolute;
    top: 20px;
    right: 68px;
    color: #686868;
    font-size: 15pt;
}
#telephone .fa,#location .fa { margin-right:3px;}

/* HOME BOXES */
#homeSlides 
{ 
    width: 920px;
    height: 400px;
    position: relative;
    margin: -10px 0 20px 0px;
}
#homeSlides a .text { position:absolute; bottom:13px; left:0; display:block; color:#fff; background-color: rgb(143 162 62 / 80%); padding:20px 0px 20px 0px; font-size:18pt; width:920px; text-align:center;text-transform:uppercase;
font-weight:normal;
text-shadow:2px 2px #666;
letter-spacing:1px;}


.grid 
{
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.gridSpacer
{

    width: 2%;
    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: 32%;
    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;
    width: 90%;
}

.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%;
}

/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background:#8fa23e;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5%;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.sortOuterNoProdMenu .sortProducts {
    margin-right: 0px;
    height: 3px;
}

.adminpage .socialLinks, .adminpage #boxes, .adminpage #telephone, .adminpage #location { display:none;}
.socialLinks {
    margin: 0;
    position: absolute;
    top: 110px;
    right: 149px;
}
.socialLinks.footer { margin:5px 0 0 0; position:static; top:0px; left:0;}
.socialLinks .fa {
    color: #595959;
    margin: 0 5px 0 0;
}
.socialLinks .social {
    background: #ffffff;
    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: 50%;
}
.socialLinks .social .fa { margin:0 auto;}
.socialLinks .social:hover { background:#fff;}
.socialLinks .social:hover .fa { color:#8fa23e;}
.socialLinks.footer .social { font-size:20px;}

.pageTop
{
	display:none;
}
.pageSides
{
width:960px;
margin:20px auto;
background:#fff;
box-shadow: 0 7px 7px #737b5e;
}
.header
{
	margin-left:0px;  /* width of page side */
	margin-right:0px; /* width of page side */
	margin-top: 0px;
	padding-top: 0px;
	background-color: #fff; /* required by admin html editor */
position: relative;
}
.page
{
	margin: 0px auto 0px 0px; /* left marging width of page sides */
	width: 960px;
	background-color:#fff; /* display: inline;  supposed to fix IE6 float bug */
	background-image:none; /* required by admin html editor */

}
.pageBanner
{
	margin-left:0px;
	margin-top:0px;
margin-bottom: -39px;
background-color:#fff;
}
.shopColumn1of2
{
	    margin: 0;
    padding-top: 0px;
    float: left;
    width: 150px;
    padding-left: 15px;
    padding-right: 21px;
}

.shopColumn2of2
{
  	 margin-top:0px;
  	padding-top:25px;
	 margin-left:190px;
	 padding-right:10px;
}
.column1of1
{
	padding:20px;
}
.clearBoth
{
	clear:both;
}
.pageBottom
{
display:none;
}



/* Shop Product Page */
.productSummary
{
	float:left;
	width:225px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color:#686868;
	margin-right:5px;
	height:360px;
margin-bottom:10px;
background: #fff;
border-radius:4px;
}
.productSummaryFeatured, .productSummary:hover
{
	float:left;
	width:225px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color:#686868;
	margin-right:5px;
	height:360px;
margin-bottom:10px;
background: #fff;
border-radius:4px;
}
.productSummaryImage
{
	height: 225px; /* thumnail height */
	text-align:center;
}
.productSummaryImage img
{
	height: 225px;
border-radius:4px 4px 0 0;
}
.productSummaryName
{
	    text-align: center;
    color: #686868;
    font-size: 11pt;
    margin-top: 8px;
    max-height: 22px;
text-transform:uppercase;
font-weight:normal;
line-height: 16px;

letter-spacing:1px;
}
.productSummaryPrice
{
	    color: #686868;
    text-align: center;
    font-size: 10pt;
    margin-top: 14px;
}
.productSummaryButtons
{
	text-align:center;
margin-top:5px;
}

.productSummary3 {}




/* General Style */

a
{
	color:#8fa23e;
	text-decoration:none;
}
a:hover
{
	color:#686868;
	text-decoration:none;
}
p
{
	padding-top:0px;
	margin-top:0px;
}
h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:18pt;
	color:#686868;
text-transform:uppercase;
font-weight:normal;

letter-spacing:1px;
}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:16pt;
	color:#686868;
text-transform:uppercase;
font-weight:normal;

letter-spacing:1px;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


.footerText
{
    padding-top: 20px;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 11pt;
    background: #595959;
    border-top: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.storySummaryWrapper {
    display: block;
    float: none;
}

.footerBox { border:#000 2px solid; padding:10px 0 25px 0;}
.footerText .copyright { color:#686868;}
.footerText p { font-size:9pt; color:#fff; font-weight:normal; text-decoration:none; text-shadow: none; letter-spacing: 0;}

.footerText .colTitle { font-weight:normal; text-transform:uppercase; padding:0 0 5px 0px; border-bottom:1px solid #fff; margin-bottom:10px; color:#fff;}
.footerText .address { background:#9c9ea0; font-size:10pt; text-align:center; padding:10px 20px; color:#fff; margin:0 20px;}
.footerText .copyright { text-align:center; font-size:9pt; padding:15px 0 20px 20px;}
.footerText .cards { float:right; padding:10px 20px 0 0;}

.footerText a
{
	text-decoration:none;
	color: #fff;
font-size:11pt;
line-height:22px;
 font-weight:normal;
text-transform:none;
text-shadow: none;
 letter-spacing: 0;
}
.footerText a img
{
	position:relative;
top:10px;
}
.footerText a:hover
{
	color: #8fa23e;
	text-decoration:none;
}

.footerCol1of4
{
text-align:center;
	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:20px;
margin-left:0px;
}

.footerCol2of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:20px;
margin-bottom:20px;
}
.footerCol3of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:20px;
margin-bottom:20px;
}
.footerCol4of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:0px;
margin-bottom:20px;
}

.footerCol5of4
{
text-align:center;
  	 margin:0 auto;
width:800px;
float:none;
clear:both;
}

/* 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 */
.menu
{
	margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    font-size: 10.5pt;
    padding-top: 0px;
 	z-index:1; /* ensures Safari displays background image */
	width:960px; /* required by admin html editor */
	background-color:#fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
text-align:center;
text-transform:uppercase;
}
.menuDividers
{
    display:none;
}


.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 9px;
	padding-left: 0px;
	height: 31px;
	z-index:10;
}

.menu ul li
{
    display:inline;
}
.menu ul li a 
{
    padding-right: 10px;
    padding-left:10px;
    text-decoration:none;
 	color:#595959;
}
.menu ul li a:hover
{
    text-decoration:none;
    color:#8fa23e;

}
.menu ul li a:visited
{

    }
.menuSelected
{
	padding-top: 7px;
	padding-bottom: 6px;
	background-repeat: repeat-x;
	background-position: center 50%;
	color: #8fa23e;
	line-height: 1em;

text-decoration:none;
}
.smallMenu {
    position: relative;
    top: -192px;
    float: right;
    margin-right: 20px;
}
/* Basket Summary */

.checkoutBasket
{
	 margin-left:0px;
	 margin-right:0px;
}
.basketSummary
{
width: 150px;
margin-left: 0px;
margin-top: 20px;
margin-bottom: 0px;
}
.basketSummaryTitle
{
	width: 140px;
	height: 26px;
	font-weight: bold;
	padding-left: 0px;
}
.basketSummaryText
{
	margin-left:0px;
	padding-top:5px;
	color:white;
}
.basketSummaryCheckout
{
	display:inline;
	float:right;
	margin-right:20px;
	color:white;
}

.basketSummaryText a
{
	text-decoration:none;
	color:white;
}



/* Product Menu */

.productMenu
{
	
	width: 155px;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
}
.productMenuSearchTitle
{
	color:#fff;
	width: 160px;
	padding-top: 10px;
	padding-left: 0px;
	margin-top:0px;
font-size: 9pt;
text-transform:uppercase;
text-shadow:2px 2px #666;
letter-spacing:1px;
border-bottom: 1px solid #fff;
}
.productMenuSearchBox
{
	margin-left:0px;
	padding-left:3px;
	width:100px;
	height:15px;
	color:white;
	background-color:#fff;

}
.productMenuSearchButton
{
	position: relative;
	top: 5px;
}
.productMenuSearchDropDown
{
	margin-left:0px;
	width:132px;
	margin-top:2px;
	margin-bottom:5px;
	color:white;
	background-color:#fff;

}
.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:0px;
}

.productMenuCategory
{
	padding-top: 3px;
	padding-left: 0px;
	color: #fff;
	width: 160px;
	line-height: 22px;
margin-top:10px;
font-size: 9pt;
text-transform:uppercase;
text-shadow:2px 2px #666;
letter-spacing:1px;
border-bottom: 1px solid #fff;
}
.productMenuSubCategory
{
	margin-left: 0px;
	height:20px;
	color:white;
	
}
.productMenuSubCategory a
{
	color:white;
	text-decoration:none;
font-size: 10pt;

}
.productMenuSubCategory a:hover
{
	color:#fff;
	text-decoration:underline;
	
}


/* Product Details Page */

.productDetails
{
}
.productDetails h1
{
    font-weight: normal;
    font-size: 16pt;
    margin-top: 20px;
    color: #8fa23e;
    text-transform: uppercase;
    font-weight: normal;
    /* text-shadow: 2px 2px #666; */
    letter-spacing: 1px;
}

.productDetailsImageWrapper
{
	float:right;
	width:350px;
	margin-right:0px;
	margin-left:20px;
	
}
.productDetailsImage
{
	width:350px;

}
.productDetailsFeatures
{
}
.productDetailsPrices
{
	color:#595959;
}
.productDetailsBuy
{
	margin-top:20px;
}
.productDetailsBack
{
	padding-bottom:15px;
}
.productDetailsNote
{
	margin-top:20px;
	clear:right;
}
.productDetailsNote a
{
	color:white;
}
.productDetailsLinkedProducts
{
	clear:right;
	display:table;
	width:750px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: #E5E5E5 1px solid;
}
.productDetailsLinkedProducts h1
{
		font-size: 10pt;
}

/* Sort Control */
.sortOuter
{
	height:40px;
text-align:right;

}
.sortProducts
{
	
	margin-right:12px;
}
.sortDropDown
{
	font-size: 10pt;

	font-family: Arial;
		color:white;
	background-color: #fff;
	}

/* checkout page */

.checkoutConsignmentName
{
	width:180px;
}
.checkoutProgress
{
	padding-bottom:15px;
}
.checkoutProgress a
{
	text-decoration:none;
	color:white;
}
.checkoutProgress a:visited
{
	text-decoration:none;
	color:white;
}
.checkoutProgress a:hover
{
	text-decoration:none;
	color:white;
}
.checkoutProgressHighlight a
{
	color:Black;
}
.checkoutProgressHighlight a:visited
{
	color:Black;
}
.basketOrderItems
{
	margin-left:0px;
	margin-right:0px;
	color:#000;
}
.basketOrderItems a
{
	color:#000;
}
.basketOrderItemsProductName
{
	text-decoration:none;
	color:#000;
}

.basketOrderItemsProductName a:hover
{
	text-decoration:underline;
}

.basketDelivery
{
	margin-left:0px;
	margin-right:0px;
}
.basketHeader
{
	background-color:#474747;
	color:white;
}
.basketHeaderGrayText
{
	background-color:#474747;
	color:white;
}
.basketHeaderArrow
{
	background-color: #474747;
	color: white;
	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: -8px;
    /* margin-right: 20px; */
    width: 920px;
}
.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:#474747;
	color:white;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
}
.checkoutTextBox
{
    width: 200px;
    background: #fff;
    border: 1px solid #9b9b9b;
    color: #000;
}
.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;
    background: #fff;
    border: 1px solid #c1c1c1;
    color: #595959;
}
.contactFormMessageBox
{
	width:400px;
background:#fff;
    border: 1px solid #c1c1c1;
    color: #595959;
}
.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:white;
	 text-decoration:none;

}
.siteMapPage a:hover
{
	text-decoration:underline;
}
.siteMapSubCategory
{
	text-indent: 25px;
	color:white;
	text-decoration:none;
}
.siteMapSubCategory a:hover
{
	text-decoration:underline;
}
.siteMapProduct
{
	text-indent: 50px;
	color:white;
	text-decoration:none;
}
.siteMapProduct a:hover
{
	text-decoration:underline;
}

/* Captcha */
.captch
{
 vertical-align:top;
}

.productSummary3
{

}

.productSubCatSummary {height:400px; width: 100%;}
.productSubCatSummaryMore .productSummaryImage
{
background-color:inherit;
}



/* button definitions  */

.productSummaryButtons img, .productDetailsBuy img, .productDetailsBack a img, .checkoutBillingRetrieve img, .checkoutBack img, .checkoutNext img, .checkoutConfirmPay img, .checkoutPay img, .checkoutButton img, .contactSend img, #lnkContinueShopping img
{
    display:none;
}

.productSummaryMore::before {content: "More >";}

.productSummaryBuy::before, .productDetailsBuy::before  { content: "Buy";}

.productSummaryBuyLink::before {content: "Buy >";}

.productDetailsBack a::before, .checkoutBack::before {content:"< Back";}

.checkoutBillingRetrieve::before {content: "Log in";}

.checkoutNext::before {content: "Next >";}

.checkoutConfirmPay::before {content: "Confirm & Pay >";}

.checkoutPay::before {content: "Pay >";}

.checkoutButton::before {content: "Checkout >";}

.contactSend::before{content: "Send";}

#lnkContinueShopping::before{content: "< Continue Shopping";}



.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy, .productDetailsBuy, .productDetailsBack a, .checkoutBillingRetrieve, .checkoutBack,  .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, #lnkContinueShopping
{
    color: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: #b1b1b1;
    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;
    color: #595959;
    font-size: 105%;
    padding-top: 3px;
    height: 24px;
    width: 150px;
}

.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy
{
    width: 40%;
    height: auto;
    font-size: 100%;
    padding-top: 1px;
    color: white;
    background-color: #8fa23e;
    border-color: #8fa23e;
}

.productSummaryMore:hover, .productSummaryBuyLink:hover,  .productSummaryBuy:hover
{
    background-color: #595959 !important;
    color: #fff !important;
    border-color: #595959;
}

.checkoutBillingRetrieve, .checkoutBack, .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend
{
    width:130px;
    margin-top:5px;
    margin-bottom:10px;
}

#lnkContinueShopping
{
    width:auto;
    margin-top:5px;
    margin-bottom:10px;
    padding-left:10px;
    padding-right:10px;
}

.productSummaryMore:hover, .productSummaryBuyLink:hover, .productSummaryBuy:hover, .productDetailsBack a:hover, .checkoutBillingRetrieve:hover, .checkoutBack:hover, #lnkContinueShopping:hover
{
    cursor: pointer;
    color: #fff;
    background-color: #8fa23e;
    border-color: #8fa23e;
    text-decoration: none;
}
.checkoutCheckout a
{

}
.checkoutCheckout a:hover
{
text-decoration:none;
}

.checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, .productDetailsBuy
{
    background-color: #8fa23e;
    color: white;
    border-color: #8fa23e;

    
}

.checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover
{
    background-color: #595959;
    color: #fff;
    border-color: #595959;
    text-decoration: none;
 }

.subMenuLevel0
{  
background-color: inherit;            
}
.subMenuLevelAlt0
{
background-color:inherit;                
}


.subMenuLevel1
{ 
background-color: inherit;               
}

.subMenuLevelAlt1
{ 
background-color: inherit;               
}

.contentSubMenu
{
background-color: inherit;  
}

.contentSubMenuHeader
{
background-color: inherit;  
}
