/* Page layout */
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');


body
{
    margin: 0px auto;
    font-size: 11pt;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    direction: ltr;
    text-align: left;
    line-height: 1.4em;
    /* background: url(../Images/wallpaperNew4.jpg) center center no-repeat fixed; */
    background-size: cover;
    background-color: #5d5d5d;
}
#form1,#form2 {overflow-x:hidden;}
.pageTop
{
display:none;
}
.pageSides
{
width: 1024px;
    margin: 0 auto;
    background-color: #4a4949;
    padding: 20px 60px 60px 60px;
    margin-top: 20px;

}
.header
{
width: 100%;
    box-shadow: unset;
    background-color: #4a4949;
    padding-top: 0px;
height: 215px;
    position: fixed;
    top: 0px;
    left: 0px;
z-index: 1000;
-webkit-box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 9px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 9px 0px rgba(50, 50, 50, 0.75);
}

.adminpage #openTimes, .adminpage #delivery, .adminpage .socialLinks, .adminpage #boxes, .adminpage #telephone, .adminpage #location { display:none;}
.socialLinks 
{ 
margin: 0;
    position: fixed;
    top: 44px;
    right: 19px;
    left: unset;
}
.socialLinks.footer { margin: 9px 0 0 0; position:static; top:0px; left:0;}
.socialLinks .fa {  color:#828484; margin:0 5px 0 0;}
.socialLinks .social 
{ 
background: #4a4949;
    color: #ffffff;
    display: inline-block;
    padding: 8px 0 8px 6px;
    text-align: center;
    width: 30px;
    font-size: 20px;
    margin: 0 2px 10px 0;
    border-radius: 0%;
    border: 1px solid #fff;
}
.socialLinks .social .fa { margin:0 auto;     color: #ffffff;}
.socialLinks .social:hover { background:#fff;}
.socialLinks .social:hover .fa { color:#a8b95a;}

/* HOME BOXES */
#homeSlides 
{ 
width: 1024px;
    height: 391px;

    position: relative;

    background-color: #fff;
    float: none;
}
#homeSlides #logo { position: absolute; top:15px; left:15px;}
#homeSlides a .text {     
    position: absolute;
    top: 43px;
    bottom: unset;
    left: 43px;
    display: block;
    color: #fff;
    background-color: rgb(23 23 23 / 61%);
    padding: 47px 40px;
    font-size: 16pt;
    text-transform: uppercase;
    width: 323px;
    text-align: center;
    line-height: 24pt;
}
#homeSlides a .tel { font-size: 20pt; display:block; font-weight:bold; margin: 15px 0;}
#homeSlides a .button { border:1px solid #fff; padding: 10px 20px; font-size: 14pt; display:block; text-transform:uppercase; text-align:center;transition: 0.2s;}

#homeSlides a .button:hover
{
    background: #f3f5f6;
    color: #c82f62;
transition: 0.2s;
}

/* HOME JUMPS */

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
max-width: 1024px;
	list-style: none;
	text-align: center;
}

.gridGap
{
    width: 20px;
    height: 10px;
    float: left;
}


/* Common style */
.grid figure {
position: relative;
    float: left;
    overflow: hidden;
margin: 0px 0px;

width: 328px;
    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 {

	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.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 {
	font-weight: 800;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #000;
margin-bottom: 20px;
}

figure.effect-ruby img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
    margin-top: 28%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,18px,0);
    color: #fff !important;
}

figure.effect-ruby p {
padding: 17px;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
    width: 238px;
    margin: 0px auto;
    margin-top: 20px;
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}



#openTimes {
position: absolute;
    top: 45px;
    left: 17px;
    color: #fff;
    font-size: 11pt;
    height: 0px;
    z-index: 20;
}
#delivery 
{ 
position: absolute;
    top: 9px;
    left: 17px;
    color: #fff;
    font-size: 11pt;
    height: 0px;
    z-index: 20;
}

#telephone {
position: absolute;
    top: 9px;
    right: 20px;
    color: #fff;
    font-size: 11pt;
    height: 0px;
    z-index: 20;
}
#location 
{ 
position: absolute;
    top: 9px;
    right: 155px;
    color: #fff;
    font-size: 11pt;
    height: 0px;
    z-index: 20;
text-align: unset;
}
#telephone .fa,#location .fa { margin-left:4px;}

.page
{
	margin: 0px auto; /* left marging width of page sides */
	background-image:none; /* required by admin html editor */
	width: 1024px;
padding: 0px;
box-shadow: unset;
    background-color: #4a4949;
margin-top: 190px;
}
.pageBanner
{
width: 1024px;
    margin: 0 auto;
position:relative;
height: 170px;
}
.pageBanner .socialLinksLarge
{
left:663px;
top:55px;
width:300px;
}
.shopColumn1of2
{
	margin-top:20px;
	padding-top:0px;
margin-left:0px;
	float:left;
	width:160px;
	padding-left:0px;
	padding-right:0px;
margin-bottom:20px;
text-align:center;
}

.shopColumn2of2
{
  	 margin-top:0px;
  	padding-top:35px;
	 margin-left:195px;
	 padding-right:0px;
}
.column1of1
{
	padding:30px 0;
}
.clearBoth
{
	clear:both;
}
.clearRight
{
	clear:right;
}
.pageBottom
{
display:none;
}

/*Wedding Jumps*/
.weddingJump
{
width: 270px;
float: left;
margin-bottom: -80px;
}

.weddingJumpsWrapper
{
margin-left: 80px;
    margin-top: 36px;
}

.weddingJumpsContainer
{
height: 270px;
}

.weddingJumpsImage
{

}

.weddingJumpsTitle
{
width: 257px;
    margin-left: 6px;
    text-align: center;
    position: relative;
    bottom: 180px;
    color: #fff;
    font-size: 17pt;
    font-weight: bold;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 20px 0px;
}

.weddingJumpsTitle a
{
color: #fff;
    text-decoration: none;
    width: 270px;
    padding: 14px 2px 15px 2px;
    background: rgba(0, 0, 0, 0.52);
}

.weddingJumpsTitle a:hover
{
 background: rgba(0, 0, 0, 0.82);
}

.textSpacer
{
color: rgba(0, 0, 0, 0);
}

.weddingJumpsSpacer
{
width: 30px;
float: left;
}

/* Shop Product Page */
.productSummary
{
    float: left;
    width: 241px;
    padding: 11px;
    color: Black;
    margin-right: 4px;
    margin-left: 4px;
    height: 322px;
    margin-bottom: 15px;
background: #5d5d5d;
    border: 2px solid #5d5d5d;
}
.productSummaryFeatured, .productSummary:hover
{
float: left;
    width: 241px;
   padding: 11px;
    color: Black;
    margin-right: 4px;
    margin-left: 4px;
      height: 322px;
    margin-bottom: 15px;
background: #5d5d5d;
    border: 2px solid #828484;
}
.productSummaryImage
{
	height: 215px; /* thumnail height */
	text-align:center;
}

.productSummaryImage img
{
    height: 215px;
    width: 215px;
}

.productSummaryName
{
	color:#fff;
	font-size:11pt;
	line-height:1.1em;
	height:30px;
padding:0 10px;
margin-top:15px;
text-align:center;
text-transform:uppercase;
}
.productSummaryPrice
{
	color:#fff;
padding:0 10px;
margin-top:5px;
font-size:11pt;
text-align:center;
}
.productSummaryButtons
{
padding:0 10px;
margin-top:9px;
text-align:center;
}
.productSummary3
{
Display:none;
}
.productSummary h1 { font-size:15pt;}

.productSummaryUpsell, .productSummaryUpsellMore {
    display: inline-block;
    background: rgba(153, 153, 153, 0.2);
    padding: 0px;
    margin-bottom: 3px;
    width: 285px;
}

.productSummaryUpsellNameAndPrice {
    display: inline-block;
    width: 174px;
    vertical-align: middle;
}



/* General Style */

a
{
	color:#333;
	text-decoration:underline;
}
p
{
	padding-top:0px;
	margin-top:0px;
}
h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:20pt;
    color:  #a8b95a !important;
}
h2
{
    margin-top: 0px;
    padding-top: 0px;
    font-size: 14pt;
    color:  #2ca59d !important;
    font-weight: normal;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.footerContainer { width:1024px; margin:0 auto;}
.footerText
{
padding-top: 50px;
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
    font-size: 14pt;
    background: #828484;
    width: 1024px;
    margin: 0px;
}
.footerText .colTitle { margin-bottom:10px;}
.footerText a
{
	text-decoration:none;
	color:#ccc;
font-size:10pt;
}
.footerText a:hover
{
	text-decoration:none;
color:#fff;
}
.footerText p { font-size:10pt; color:#fff;}

.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:10px;
}
.footerCol3of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:20px;
margin-bottom:10px;
}
.footerCol4of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:0px;
margin-bottom:0px;
}

.footerCol5of4
{
text-align:center;
  	 margin:0 auto;
width:800px;
float:none;
clear:both;
}

.storySummaryWrapper
{
float:none;
}
.storySummaryDate
{
display:none;
}
.storySummaryTitle h2  a
{
font-weight:normal;
}

/* general styles */

.floatRight
{
	float:right;
}
.floatLeft
{
	float:left;
}

.errorMessage
{
	background-color:#FFFF40;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	color:black;
}
.confirmationMessage
{
	background-color:#99E791;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}


/* Top Menu */
.menu
{
    margin: 0 auto;
    font-size: 9pt;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 1;
    width: 1024px;
      text-transform: unset;  
    background: #ffffff;
border-top: none;
    border-bottom: none;
font-weight: normal;
}
.menuDividers
{
    display:none;
}



.menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 35px;
    z-index: 10;
    text-align: center;
    font-size: 14pt;
background-color: #4a4949;
}

.menu ul li
{
    display:inline;
}
.menu ul li a 
{
    padding: 8px 15px 8px 15px;
    text-decoration: none;
color: #fff;
    transition: all 0.2s linear;
    display: inline-block;
    width: auto;
}
.menu ul li a:hover
{
    text-decoration:none;
    color:#a8b95a;
}
.menu ul li a:visited
{

    }
.menuSelected
{
    text-decoration:none;
	color:#a8b95a;
font-weight:700;
}


/* Basket Summary */
.basketOrderItemsQuantity, .basketOrderItemsConsignmentName {background:#f4f4fa;}
.checkoutBasket
{
	 margin-left:0px;
	 margin-right:0px;
}
.basketSummary
{

	width: 150px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;

}
.basketSummaryTitle
{
	width: 140px;
	height: 26px;
	font-weight: bold;
	padding-left: 0px;
}
.basketSummaryText
{
	margin-left:0px;
	padding-top:5px;
	color:black;
}
.basketSummaryCheckout
{
	display:inline;
	float:right;
	margin-right:20px;
	color:black;
}

.basketSummaryText a
{
	text-decoration:none;
	color:back;
}



/* Product Menu */
.productMenuPayPal img
{
filter:alpha(opacity=60);
opacity:0.6;
}

.productMenu
{
	
	width: 160px;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
	
}
.productMenuSearchTitle
{
	margin-top:0px;
	padding-top: 2px;
	padding-left: 0px;
	color:#000;
	width: 160px;
	height: 22px;
font-size:10pt;
border-bottom:#000 1px solid;
margin-bottom:5px;
text-transform:uppercase;
}
.productMenuSearchBox
{
	margin-left:0px;
	padding-left:3px;
	width:100px;
	height:15px;
	color:black;
	background:#f5f7f7;
border:#ccc 1px solid;
font-size:11pt;
}
.productMenuSearchButton
{
	position: relative;
	top: 5px;
}
.productMenuSearchDropDown
{
	margin-left:0px;
	width:132px;
	margin-top:2px;
	margin-bottom:5px;
	color:black;
	background:#f5f7f7;
border:#ccc 1px solid;

}
.productMenu ul
{
	list-style-type: none;
	width:150px;
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
}

.productMenuCategory
{
    margin-top: 10px;
    padding-top: 2px;
    padding-left: 0px;
    color: #f9f9f9;
    background-color: #6f6f6f;
    width: 175px;
    height: 22px;
    font-size: 10pt;
    margin-bottom: 5px;
    /* border-bottom: #000 1px solid; */
    text-transform: uppercase;
}
.productMenuSubCategory
{
	margin-left: 0px;
	line-height:20px;
	color:#62194a;
	width: 175px;
}
.productMenuSubCategory a
{
	color:#000;
	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 0 0 0px;
text-transform:uppercase;
}
.productMenuSubCategory a:hover
{
	text-decoration:none;
	color:#666;
}


/* Product Details Page */

.productDetails
{
}
.productDetails h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:16pt;


}

.productDetailsImageWrapper
{
	float:right;
	width:450px;
	margin-right:10px;
	margin-left:20px;
	
}
.productDetailsImage
{
	width:450px;

}
.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:#f5f7f7;
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:#000;
}
.basketOrderItems a
{
		color:inherit;
}
.basketOrderItemsProductName
{
	text-decoration:none;
	color:#000;
}

.basketOrderItemsProductName a:hover
{
	text-decoration:underline;
}

.basketDelivery
{
	margin-left:0px;
	margin-right:0px;
}
.basketHeader
{
	background-color:#424243;
	color:white;
font-size:9pt;
}
.basketHeaderGrayText
{
	background-color:#424243;
	color:#fff;
}
.basketHeaderArrow
{
	background-color: #424243;
	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: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:#424243;
	color:white;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
}
.checkoutTextBox
{
	width:200px;
background:#f5f7f7;
}
.checkoutPaymentDropDown
{
		width:171px;
background:#f5f7f7;
}
.checkoutPaymentTextBox
{
	width:167px;
}
.checkoutPaymentShortTextBox
{
	width:77px;

}
.checkoutPaymentSecurityCodeHelp
{
	margin-left:275px;
}
.checkoutInset
{
	margin-left:180px;
}


/* Contact Form */

.contactFormPrompt
{
	width:250px;
	display:inline;
	float:left;
	text-align:right;
}
.contactFormField
{
	width:200px;
margin-bottom:10px;
background:#f5f7f7;
}
.contactFormMessageBox
{
	width:400px;
margin-bottom:10px;
background:#f5f7f7;
}
.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: 830px;
    height: 570px;
}


.productSubCatSummaryMore .productSummaryImage
{
background-color:inherit;
}

.animationPanelhomepage
{

width:790px;
height:640px;
margin-bottom:30px;
}
.animationPanelhomepageBox
{
/* _display:none;   hack so ie6 does not display */
position:absolute;
top:360px;
left:30px;
background-color:#818778;
background:rgba(129,135,120,0.8);
margin-bottom:0px;
padding-bottom:0px;
width:400px;
height:70px;
padding-top:10px;
padding-left:20px;
color:white;

}

.animationPanelhomepageBox h2
{
	margin-top:0px;
	padding-top:10px;
	font-size:24pt;
	color:white;
	margin-bottom:10px;
	padding-bottom:0px;
font-weight:normal;

}
.animationPanelhomepageBox h2 a
{
color:white;
}

.animationPanelhomepage a
{
text-decoration:none;
}
.animationPanelhomepage a:visited
{
text-decoration:none;
}


.basketBorderBottom td
{
	border-color:#424243;
}
.checkoutBasket table 
{ 
border-color:#424243;
}
.checkoutBasket th:first-child, .checkoutBasket td:first-child 
{
border-color:#424243;
}

.productMenuPayPal .productMenuSearchBox
{

	background-color:inherit;
}

.productSummary3
{
display:none;
}



/* 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, .productDetailsBack a:hover, .contactSend, #lnkContinueShopping, #lnkContinueShopping:hover, .checkoutBack:hover
{
color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color:  #a8b95a;
    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:  #a8b95a;
    font-size: 110%;
    padding-top: 3px;
    height: 22px;
    width: 150px;
}

.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy
{
    width:40%;
    height:auto;
    font-size:100%;
    padding-top:1px;
}

.productSummaryMore
{

}


.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,  .productDetailsBack a, #lnkContinueShopping, .checkoutBack, .checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover
{
cursor: pointer;
    color: #d22864;
    background-color: #ffffff;
    border-color: #d22865;
    text-decoration: none;
}
.checkoutCheckout a
{
color:white;
}
.checkoutCheckout a:hover
{
text-decoration:none;
}

.checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, .productDetailsBuy
{


    
}

/*.checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover
{
    background-color:inherit;
    color:inherit;
    border-color:#000;
     text-decoration:none;
 }*/


.galleryLinks
{
float: left;
width: 125px;
height: 180px;
padding: 5px;
}

.galleryLinks img
{
width: 125px;
height: 125px;
}

.gallery2PicWrapper {
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border: 2px solid #646464;
    padding: 5px;
    background: #fff;
}

.gallery2Pic img {
    width: 274px;
    height: 274px;
}

.gallery2PicWrapper:hover {
    background-color: #d22864;
    background-image: url(../Images/gallery2Hover.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1160px) {
.pageSides {
    padding: 20px 10px 60px 10px;
}

.page {
    width: 980px;
}

}