/* Page layout */
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');
/*WEBKITS*/
/*Add folder called fonts to FTP*/
/*Add ../fonts/ before each src URL*/
/*Example*/
@font-face {
    font-family: 'Trajan Pro';
    src: url('../fonts/fonts/Trajan-Pro-Regular.eot');
    src: url('../fonts/fonts/Trajan-Pro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fonts/Trajan-Pro-Regular.woff2') format('woff2'),
         url('../fonts/fonts/Trajan-Pro-Regular.woff') format('woff'),
         url('../fonts/fonts/Trajan-Pro-Regular.ttf')  format('truetype'),
         url('../fonts/fonts/Trajan-Pro-Regular.svg#Trajan Pro') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
	margin: 0px auto;
	/*background: #c9c5c5 url(../Images/wallpaper.png?a=1) 0 0 repeat-x;*/
	background: #c9c5c5;
	font-size: 13pt;
	color:white;
font-family: 'Trajan Pro';
	position: relative;
	direction: ltr;
	text-align: left;
	line-height: 1.4em;
width: unset;
}

#form1, #form2 { overflow-x: hidden;}

.basketOrderItemsConsignmentName, .basketOrderItemsQuantity { background: #c9c5c5; color: #fff;}

.basketBorderBottom td
{
	border-color:#a04823;
}
.checkoutBasket table 
{ 
border-color:#a04823;
}
.checkoutBasket th:first-child, .checkoutBasket td:first-child 
{
border-color:#a04823;
}

#banners { width:1024px; height:200px; position: relative; background: url(../Images/upload/image/banner5.jpg) 0 0 no-repeat;}
#banners #logo { position: absolute; top: 0; left: 0;}

ul.contact-details { list-style: none; margin: 0; padding: 0; position: absolute; top: 7px; right: 20px;}
ul.contact-details li { display: inline-block; margin-left: 30px;}
ul.contact-details li a {text-decoration: none; font-size: 14pt;}
ul.contact-details li a:hover { color: #ffd16e;}

/* HOME BOXES */
#homeSlides { width:1024px; height:400px; margin-bottom:15px; position:relative;}
#homeSlides #logo { position: absolute; top:15px; left:15px;}
#homeSlides a .text 
{     
    position: absolute;
    top: 161px;
    right: 253px;
    display: block;
    color: #fff;
    background-color: rgb(196 148 74 / 86%);
    padding: 16px 20px 15px 40px;
    font-size: 16pt;
    text-transform: uppercase;
    width: 444px;
    text-align: center;
}

#homeSlides a .text:hover
{
color: #000;
    background-color:#fff;
}

.homeImageMain
{
    width: 676px;
    height: 430px;
    float: left;
    position: relative;
    bottom: -10px;
}
.homeImageMainText
{
    width: 209px;
    /* height: 430px; */
    /* float: left; */
    position: relative;
    bottom: 424px;
    text-align: left;
    left: 20px;
    font-size: 15pt;
    background-color: rgb(0 0 0 / 47%);
    padding: 37px;
    line-height: 24px;
}

.adminpage .socialLinks, .adminpage ul.contact-details { display:none;}
.socialLinks { margin:0; position:absolute; top:1px; left:10px;}
.socialLinks.footer { margin:5px 0 0 0; position:static; top:0px; left:0;}
.socialLinks .fa {  color:#fff; margin:0 5px 0 0;}
.socialLinks .social { background: unset; 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:unset;}
.socialLinks .social:hover .fa { color:#ffd16e;}

.pageTop
{
	display:none;
}
.pageSides
{
width:1024px;
margin:0 auto;
}
.header
{
	margin-left:0px;  /* width of page side */
	margin-right:0px; /* width of page side */
	margin-top: 33px;
	padding-top: 0px;
	background-image:none; /* required by admin html editor */

}
.page
{
	margin: 0px auto 0px 0px; /* left marging width of page sides */
	width: 1024px;
	background-color:#c9c5c5; /* 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:0px;
background-color: #c9c5c5;
    height: 300px;
}
.shopColumn1of2
{
	    margin: 20px 0;
    padding-top: 0px;
    float: left;
    width: 150px;
    padding-left: 20px;
    padding-right: 21px;
    background: #353535;
    border-radius: 6px;
    padding-bottom: 10px;
}

.shopColumn2of2
{
  	 margin-top:0px;
  	padding-top:25px;
	 margin-left:210px;
	 padding-right:10px;
}
.column1of1
{
	padding:30px 0;
}
.clearBoth
{
	clear:both;
}
.pageBottom
{
display:none;
}



/* Shop Product Page */
.productSummary
{
	float:left;
	width:235px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color:Black;
	margin-right:9px;
	height:360px;
margin-bottom:10px;
background: #353535;
border: 1px solid #717171;
border-radius:4px;
}
.productSummaryFeatured, .productSummary:hover
{
	float:left;
	width:235px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color:Black;
	margin-right:9px;
	height:360px;
margin-bottom:10px;
background: #353535;
border: 1px solid #fff;
border-radius:4px;
}
.productSummaryImage
{
	height: 235px; /* thumnail height */
	text-align:center;
}
.productSummaryImage img
{
	height: 235px;
border-radius:4px 4px 0 0;
}
.productSummaryName
{
	    text-align: center;
    color: white;
    font-size: 12pt;
    margin-top: 8px;
    max-height: 22px;
}
.productSummaryPrice
{
	    color: white;
    text-align: center;
    font-size: 10pt;
    margin-top: 24px;
}
.productSummaryButtons
{
	text-align:center;
margin-top:5px;
}

.productSummary3 {display:none;}
.productSubCatSummary {height:420px;}



/* General Style */

a
{
	color:white;
	text-decoration:underline;
}
p
{
	padding-top:0px;
	margin-top:0px;
}
h1
{
margin-top: 0px;
    padding-top: 0px;
    font-size: 34pt;
    color: #000000;
    font-weight: normal;
    font-family: 'Tangerine', cursive;
}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:16pt;
	color:#fff;
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: 20px;
	padding-bottom: 5px;
	color:#ffd16e;
font-size:13pt;
background:#c9c5c5;
border-top: 1px solid #ddd;
margin-left:-100%;
margin-right:-100%;
margin-top:20px;
}

.storySummaryWrapper {
    display: block;
    float: none;
}

.footerBox { border:#000 2px solid; padding:10px 0 25px 0;}
.footerText .copyright { color:#000;}
.footerText p { font-size:10pt; color:#fff; font-weight:normal;}

.footerText .colTitle { font-weight:normal; text-transform:uppercase; padding:0 0 5px 0px; border-bottom:1px solid #ddd; margin-bottom:10px; color:#3d3d3d;}
.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;
 padding:1px 10px;
display:block;
margin:0;
}
.footerText a img
{
	position:relative;
top:10px;
}
.footerText a:hover
{
	color: #ffd16e;
	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:1024px;
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:1024px; /* required by admin html editor */
	background-color:#c9c5c5;
border-bottom: 1px solid #ddd;
text-align:center;
text-transform:uppercase;
}
.menuDividers
{
    display:none;
}


.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-left: 0px;
	height: 32px;
	z-index:10;
}

.menu ul li
{
    display:inline;
}
.menu ul li a 
{
padding-right: 11px;
    padding-left: 11px;
    text-decoration:none;
 	color:white;
}
.menu ul li a:hover
{
    text-decoration:none;
    color:#000000;
}
.menu ul li a:visited
{

    }
.menuSelected
{
	padding-top: 7px;
	padding-bottom: 6px;
	background-repeat: repeat-x;
	background-position: center 50%;
	color: #ffd16e;
	line-height: 1em;
}


/* Basket Summary */

.checkoutBasket
{
	 margin-left:0px;
	 margin-right:0px;
}
.basketSummary
{

	width: 150px;
	margin-left:0px;
	padding-top:15px;
	margin-bottom:10px;

}
.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:20px;
}
.productMenuSearchTitle
{
	color:#ffd16e;
	width: 140px;
	padding-top: 10px;
	padding-left: 0px;
	margin-top:0px;
font-size: 10pt;
}
.productMenuSearchBox
{
	margin-left:0px;
	padding-left:3px;
	width:100px;
	height:15px;
	color:white;
	background-color:#c9c5c5;

}
.productMenuSearchButton
{
	position: relative;
	top: 5px;
}
.productMenuSearchDropDown
{
	margin-left:0px;
	width:132px;
	margin-top:2px;
	margin-bottom:5px;
	color:white;
	background-color:#c9c5c5;

}
.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:0px;
}

.productMenuCategory
{
	padding-top: 3px;
	padding-left: 0px;
	color: #ffd16e;
	width: 140px;
	line-height: 22px;
margin-top:10px;
font-size: 11pt;
}
.productMenuSubCategory
{
	margin-left: 0px;
	height:20px;
	color:white;
	
}
.productMenuSubCategory a
{
	color:white;
	text-decoration:none;
font-size: 10pt;

}
.productMenuSubCategory a:hover
{
	color:#ffd16e;
	text-decoration:none;
	
}


/* Product Details Page */

.productDetails
{
}
.productDetails h1
{
	font-weight: normal;
	font-size: 18pt;
margin-top:20px;
color:#659EC7;
text-transform:lowercase;
font-weight:normal;
}

.productDetailsImageWrapper
{
	float:right;
	width:350px;
	margin-right:10px;
	margin-left:20px;
	
}
.productDetailsImage
{
	width:350px;

}
.productDetailsFeatures
{
}
.productDetailsPrices
{
	color:white;
}
.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:30px;
text-align:right;

}
.sortProducts
{
	
	margin-right:12px;
}
.sortDropDown
{
	font-size: 10pt;

	font-family: Arial;
		color:white;
	background-color: #c9c5c5;
	}

/* 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:white;
}
.basketOrderItems a
{
		color:white;
}
.basketOrderItemsProductName
{
	text-decoration:none;
	color:white;
}

.basketOrderItemsProductName a:hover
{
	text-decoration:underline;
}

.basketDelivery
{
	margin-left:0px;
	margin-right:0px;
}
.basketHeader
{
	background-color:#a04823;
	color:white;
}
.basketHeaderGrayText
{
	background-color:#a04823;
	color:white;
}
.basketHeaderArrow
{
	background-color: #a04823;
	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: 1024px;
}
.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:#a04823;
	color:white;
}
.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;
background:#c9c5c5;
border:1px solid #fff;
color:#fff;
}
.contactFormMessageBox
{
	width: 400px;
background-color: #c9c5c5;
border:1px solid #fff;
color:#fff;
}
.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
{
display:none;
}
.productSubCatSummary
{
	height:430px;
}

.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:#fff;
    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:#fff;
    
    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:#ffd16e;   /* hover colours*/
    border-color:#ffd16e;
}

.productSummaryMore:hover, .productSummaryBuyLink:hover,  .productSummaryBuy:hover
{
background-color:#ffd16e;
    color:#fff;
    border-color:#ffd16e;
}

.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: #ffd16e;
    border-color: #ffd16e;
    text-decoration: none;
}
.checkoutCheckout a
{
color:white;
}
.checkoutCheckout a:hover
{
text-decoration:none;
}

.checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, .productDetailsBuy
{
    background-color:#ffd16e;
    color:white;
    border-color:#ffd16e;

    
}

.checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover
{
    background-color:inherit;
    color:inherit;
    border-color:#fff;
     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;  
}


/*Hover Effect*/
.grid {
position: relative;
    right: 0px;

    clear: both;
    /* margin: 0 auto; */
    /* padding: 1em 0 4em; */
    width: 1024px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 10px;
    width: 328px;
    /* max-width: 480px; */
    /* max-height: 360px; */
    /* width: 48%; */
height: 205px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
    height: 100%;
    width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 0px;
	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 {
word-spacing: 0px;
    font-weight: normal;
    font-family: 'Trajan Pro';
    letter-spacing: 5px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
    margin-top: 73px;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*GridTop*/

.gridTop {
float: right;
    /* clear: both; */
    /* margin: 0 auto; */
    padding: 0px;
    width: 308px;
    list-style: none;
    text-align: center;
    position: relative;
    bottom: 0px;
    right: 20px;
}

/* Common style */
.gridTop figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 10px;
    width: 328px;
    /* max-width: 480px; */
    /* max-height: 360px; */
    /* width: 48%; */
height: 205px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.gridTop figure img {
	position: relative;
	display: block;
    height: 100%;
    width: 100%;
	opacity: 0.8;
}

.gridTop figure figcaption {
	padding: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gridTop figure figcaption::before,
.gridTop figure figcaption::after {
	pointer-events: none;
}

.gridTop figure figcaption,
.gridTop 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 */
.gridTop figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.gridTop figure h2 {
word-spacing: 0px;
    font-weight: normal;
    font-family: 'Trajan Pro';
    letter-spacing: 5px;
}

.gridTop figure h2 span {
	font-weight: 800;
}

.gridTop figure h2,
.gridTop figure p {
	margin: 0;
    margin-top: 73px;
}

.gridTop figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/* Selena */

/*Top*/

figure.effect-selena-top {
	background: #fff;
margin-left: 0px;
}

figure.effect-selena-top img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena-top:hover img {
	-webkit-transform: scale3d(0.98,0.97,1);
transform: scale3d(0.98,0.97,1);
    -webkit-filter: brightness(80%);
}

figure.effect-selena-top img {
    -webkit-filter: brightness(50%);
}





figure.effect-selena-top h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
font-size: 14pt;
}

figure.effect-selena-top p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
font-size: 10pt;
    margin-top: 8px;
}

figure.effect-selena-top:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}

figure.effect-selena-top:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}



/*Left*/
figure.effect-selena-left {
	background: #fff;
margin-left: 0px;
}

figure.effect-selena-left img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena-left:hover img {
	-webkit-transform: scale3d(0.98,0.97,1);
transform: scale3d(0.98,0.97,1);
    -webkit-filter: brightness(80%);
}

figure.effect-selena-left img {
    -webkit-filter: brightness(50%);
}

figure.effect-selena-left h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
font-size: 14pt;
}

figure.effect-selena-left p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
font-size: 10pt;
    margin-top: 8px;
}

figure.effect-selena-left:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}

figure.effect-selena-left:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}

/*Center*/
figure.effect-selena {
	background: #fff;
}

figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.98,0.97,1);
transform: scale3d(0.98,0.97,1);
    -webkit-filter: brightness(80%);
}

figure.effect-selena img {
    -webkit-filter: brightness(50%);
}

figure.effect-selena h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
font-size: 14pt;
}

figure.effect-selena p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
font-size: 10pt;
    margin-top: 8px;
}

figure.effect-selena:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}

figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}

/*Right*/
figure.effect-selena-right {
	background: #fff;
margin-right: 0px;
}

figure.effect-selena-right img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena-right:hover img {
	-webkit-transform: scale3d(0.98,0.97,1);
transform: scale3d(0.98,0.97,1);
    -webkit-filter: brightness(80%);
}

figure.effect-selena-right img {
    -webkit-filter: brightness(50%);
}

figure.effect-selena-right h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
font-size: 14pt;
}

figure.effect-selena-right p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
font-size: 10pt;
    margin-top: 8px;
}

figure.effect-selena-right:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}

figure.effect-selena-right:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}
