
/* Page layout */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

.pageGlobalMessage {
    font-family: 'Century Gothic',Arial;
    width: 100%;
    box-sizing: border-box;
    color: white;
    font-size: 12pt;
    background: linear-gradient(to bottom, #94a3c5, #6b7a9f);
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    text-align: center;
    /* display: none; */
    position: fixed;
    bottom: 0px;
    z-index: 100000;
    border-bottom: 2px solid #6b7a9f;
    border-top: 2px solid white;
}

body
{
	margin: 0;
    background: #fff;
	font-size: 14pt;
	color:#000;
    font-family: "Times New Roman", Times, serif;
	position: relative;
	direction: ltr;
	text-align: left;
	line-height: 1.4em;
    width: unset;
}

#form1,#form2 { overflow-x:hidden;  overflow-y:hidden;}

.pageTop { display:none; }

.pageSides { background-color: unset; }

#header-bar { width:100%; background:#acb49d; position:fixed; top:0; left:0; z-index:1000;}

.adminpage #socialLinks,
.adminpage #boxes,
.adminpage #telephone,
.adminpage #email,
.adminpage #location,
.adminpage #header-bar { display:none !important;}

#socialLinks 
{ 
    margin: 0;
    position: absolute;
    top: 6px;
    right: 27px;
    z-index: 10;
    transition: 0.3s;
    transition-timing-function: ease;
}

.socialLinks.footer {
    margin: 0px 0 10px 0;
    position: inherit;
    padding: 0;
    width: 206px;
    float: left;
}

.socialLinks.footer a:hover { font-weight: normal; }

#socialLinks .fas {  color:#ffffff; margin:0 0 0 0;}
.socialLinks.footer .fas  {  color:#fff; margin: 0px;}
.socialLinks.footer .fas:hover  {  color:#6b7a9f;}

#socialLinks .social 
{ 
    background: unset;
    color: #6b7a9f;
    display: inline-block;
    padding: 8px 0 8px 8px;
    text-align: center;
    width: 30px;
    font-size: 23px;
    margin: 0 0 10px 0;
}

.socialLinks.footer .social 
{ 
    background: unset;
    color: #ffffff;
    display: inline-block;
    padding: 8px 0 8px 8px;
    text-align: center;
    width: 30px;
    font-size: 26px;
    margin: 0 0 10px 0;
}

#socialLinks .social .fas { margin:0 auto;}
#socialLinks .social:hover { background:unset;}
.socialLinks.footer .social .fa { margin:0 auto; color: #ffffff;}
.socialLinks.footer .social:hover { background: unset;}
.socialLinks .social:hover .fa { color:#7e8260;}
#socialLinks .social:hover .fa { color: #7e8260; font-weight: bold;}

#strap {
    position: absolute;
    width: 100%;
    top: -22px;
    color: #fff;
    font-size: 12pt;
    height: 0px;
    z-index: 20;
    text-align: center;
}

#telephone {
    position: absolute;
    top: 7px;
    left: 14px;
    color: #6b7a9f;
    font-size: 14pt;
    height: 0px;
    z-index: 20;
    bottom: unset;
    transition: 0.3s;
    transition-timing-function: ease;
}

#telephone1 {
    position: absolute;
    top: 40px;
    left: 18px;
    color: #6b7a9f;
    font-size: 14pt;
    height: 0px;
    z-index: 20;
    bottom: unset;
    transition: 0.3s;
    transition-timing-function: ease;
}

#email {
    position: absolute;
    top: 16px;
    left: 184px;
    color: #6b7a9f;
    font-size: 16pt;
    height: 0px;
    z-index: 20;
    bottom: unset;
}

#location 
{ 
    position: absolute;
    top: 7px;
    right: 70px;
    color: #6b7a9f;
    font-size: 14pt;
    height: 0px;
    z-index: 20;
    bottom: unset;
    transition: 0.3s;
    transition-timing-function: ease;
}

#telephone .fas,
#telephone1.fas,
#location .fas,
#email .fas { margin-left:4px; color: #6b7a9f;}

#telephone a,
#telephone1 a,
#email a {text-decoration: none; color: #6b7a9f; font-weight: normal; }

#telephone a:hover,
#telephone1 a:hover,
#email a:hover {color: #7e8260; font-weight: bold;}

/* Banner Text */
.bannerText
{
    position: relative;
    z-index: 100;
    width: 650px;
    top: 248px;
    /* left: 40%; */
    margin: 0px auto;
    text-align: center;
}

.bannerText h2
{
    font-size: 36pt;
    color: white;
    text-shadow: 2px 2px 7px rgb(0 0 0 / 55%);
    line-height: 46px;
}

.bannerText a { color: #fff; }

/* HOME SLIDES */
.homeSlides 
{ 
    width: 450px;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    right: 126px;
    top: 77px;
}

.slides 
{ 
    width: 470px;
    height: auto;
    margin-bottom: 20px;
}

.slideText {
    width: 352px;
    font-family: 'Lusitana', serif;
    position: absolute;
    top: 163px;
    bottom: unset;
    left: 74%;
    margin-left: -170px;
    /* background-color: rgba(255, 255, 255, 0.63); */
    color: #565656;
    padding: 46px 37px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 27pt;
    /* border: double 4px #fff; */
    opacity: 1;
    text-shadow: unset;
    font-style: italic;
    transition: 0.2s;
}

.slideText:hover
{
    background-color: #fff;
    transition: 0.2s;
    color: #9a9a9a;
}

.slideText2
{
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-size: 17pt;
}

.slideLink
{
    width: 193px;
    height: 39px;
    float: left;
    padding-top: 17px;
    border: solid 1px #fff;
    position: relative;
    bottom: 73px;
    left: 275px;
    margin-right: 22px;
    margin-bottom: -5px;
    transition: 0.2s;
}

.slideLink:hover
{
    background-color: rgba(255, 255, 255, 0.75);
    transition: 0.2s;
}

.slideLink a
{
    color: #fff;
    text-transform: uppercase;
    padding: 17px 18px;
    transition: 0.2s;
}

.slideLink a:hover
{
    color: #000;
    transition: 0.2s;
}

/* HOME JUMP BOXES */
#jumpBoxesOuter 
{ 
    padding: 0px 0px 200px 0px;
    margin-bottom: -26px;
    height: auto;
    background: #f9f4f1;
    background: url(/Websites/1405/Images/upload/image/SeasideFloralBackground2.jpg?ver=7862);
    background-size: cover;
    background-position: center;
}

#jumpBoxCentre
{ 
    width: 50%;
    height: auto;
    text-align: center;
    /* float: left; */
    background: unset;
    background-size: cover;
    overflow: hidden;
    transition: 0.2s;
    margin: 0px auto;
    background-color: #fff;
    margin-top: 0px;
    padding-bottom: 65px;
    position: relative;
    top: 101px;
    outline: 6px double #dfdfdf;
    outline-offset: -18px;
    /* border: 1px solid #000; */
    /* Subtle, soft shadow */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

#jumpBoxCentre p
{
    width: 85%;
    margin: 0px auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

#jumpBoxCentre h2
{
    text-align: center;
    color: #000;
}

.jumpBoxTitle
{
    margin-top: 79px;
    color: #000;
    letter-spacing: 2px;
    line-height: 45px;
    margin-bottom: 0px;
    text-align: center;
}

#jumpBoxCentre:hover { transition: 0.2s; }

.homeButton
{
    text-align: center;
    margin-bottom: 57px;
}

.homeButton a
{
    color: #fff;
    background: #6b7a9f;
}

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px 20px;
    border: 1px solid #6b7a9f;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #6b7a9f;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#homeTextOuter { background: #fff; margin-left:-100%; margin-right:-100%; padding: 60px 0; margin-top: 60px; }
#homeText { width:960px; margin:0 auto; text-align:center;}

.homeTextBoxRight
{
    width: 445px;
    height: 352px;
    padding: 73px;
    /* background-color: #f6f0ef; */
    opacity: 0.8;
    float: right;
    position: relative;
    top: 150px;
    left: 50px;
    text-align: justify;
}

.homeTextBoxRight h1
{
    position: relative;
    bottom: 112px;
    left: 109px;
    font-size: 99pt;
    transform: rotate(-6deg);
    margin-bottom: -19px;
    text-transform: unset; 
    letter-spacing: 0px;
}

.homeTextBoxRightLink
{
    width: 230px;
    font-size: 15pt;
    text-align: center;
    position: relative;
    top: 35px;
    left: 109px;
}

.homeTextBoxRightLink a
{
    background: #636363;
    padding: 10px 20px;
    color: #fff;
    font-style: italic;
    border: 2px solid #fff;
}

.homeTextBoxRightLink a:hover
{
    color:#636363;
    background: #ffffff;
}

#homeTextOuter2 
{ 
    background: #fff;
    /* padding: 27px 0 15px 0px; */
    padding-top: 1%;
    padding-bottom: 1%;
    height: 550px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.homeTextContentWrapper
{
    position: relative;
    top: 255px;
    width: 83%;
    height: 110px;
    margin: 0px auto;
    font-size: 20px;
}

.homeTextContent2 { font-size: 12pt; }

#homeTextBoxWrapper:hover #homeTextBox
{
    transform: scale(1.2);
    transition: 4s;
    background-size: 125%;
}

#homeTextBoxWrapper
{
    width: 32%;
    float: left;
    height: 100%;
    overflow: hidden;
    margin-left: 1%;
}

#homeTextBox
{ 
    width: 100%;
    height: 100%;
    text-align: center;
    float: left;
    background: #fff;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    transition: 0.6s;
    margin-right: 2%;
}

.homeTextTitle
{
    color: #ffffff;
    letter-spacing: 2px;
    margin-top: 85px;
    /* margin-left: 43px; */
    font-size: 25pt;
    line-height: 41px;
    /* font-weight: bold; */
    text-align: left;
    /* text-shadow: 2px 1px 1px #000; */
    position: absolute;
    left: 0px;
}

.homeTextContent
{
    position: absolute;
    top: 210px;
    /* right: -22%; */
    width: 100%;
    /* margin: 0px auto; */
    font-size: 20px;
}

.homeTextContent a
{
    padding: 10px 28%;
    border: 3px double #ffffff;
    color: #fff;
    font-size: 12pt;
    position: relative;
    z-index: 10000;
    width: 100%;
    background: rgb(0 0 0 / 32%);
}

.homeTextContent a:hover
{
    background: #6b7a9f;
    border: 3px double #ffffff;
    color: #ffffff;
}

#homeTextOuter3
{ 
    background: #fff;
    padding: 0px 0;
    height: 83px;
}

#homeText3
{ 
    width: 1024px;
    margin: 0 auto;
    text-align: center;
    /* float: left; */
    background: #fff;
    padding: 57px 0px 0px 0px;
}

.boxOuter 
{ 
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
}

.boxOuterTop
{ 
    padding: 87px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    height: 179px;
    text-align: center;
    font-size: 13pt;
    text-transform: uppercase;
    margin-bottom: -179px;
}

.boxOuterTop p { letter-spacing: 3px; }

.boxOuter1
{ 
    background: url(/Websites/46/images/bgSeasonalNew.jpg) no-repeat center center fixed;
    height: 545px;
    width: 100%;
}

/* (kept) */
.boxOuter2
{ 
    padding: 25px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 100%;
    background-color: #fff;
}

.boxText { width:1024px; height: 800px;margin:0 auto; text-align:center;}
.boxText2 { width:1024px; margin:0 auto; text-align: left;}
.boxText2 h2 { padding-top: 235px; }
.boxText h2 a {text-decoration: none; color: #fff;}
.boxText h2 a:hover { color: #9a9a9a; }

#homeJumpsOuter
{
    background: #f5e2d6;
    margin-left: -100%;
    margin-right: -100%;
    padding: 0px 0;
    border-bottom: 66px solid #fff;
}

#homeJumps 
{ 
    width: 960px;
    height: 302px;
    padding-top: 60px;
    margin: 0px auto; 
    background-color: #f6e2d7;
}

#homeJumps a { display:block; width:300px; height:200px; text-decoration:none; float:left;}
#homeJumps a span { display:block; color:#655c5a; text-transform:uppercase; letter-spacing:2px; padding:210px 20px 20px 20px; text-align:center;}
#homeJumps a#one { background:url(../Images/upload/image/jump1New2.jpg) 0 0 no-repeat;}
#homeJumps a#two { background:url(../Images/upload/image/jump2New2.jpg) 0 0 no-repeat; margin:0 30px;}
#homeJumps a#three { background:url(../Images/upload/image/jump3New3.jpg) 0 0 no-repeat;}
#homeJumps a:hover { opacity:0.7;}

.productBoxOuter { height: 630px; }

.productBox
{
    float: left;
    margin-bottom: 30px;
    margin-top: 20px;
}

.homeProductImage img
{
    width: 225px !important;
    height: 225px !important;
    transition: 0.2s;
}

.homeProductImage img:hover
{
    -webkit-box-shadow: 6px 10px 22px -10px rgba(0,0,0,0.6);
    -moz-box-shadow: 6px 10px 22px -10px rgba(0,0,0,0.6);
    box-shadow: 6px 10px 22px -10px rgba(0,0,0,0.6);
    transform: scale(1.1);
    transition: 0.2s;
}

.homeProductSpacer
{
    width: 20px;
    float: left;
}

#animBox
{
    float: right;
    width: 360px;
    margin-left: 30px;
}

#animBoxAlt
{
    float: right;
    width: 480px;
    margin-left: 30px;
}

.adminpage .pageBanner { background: #99a285;height: 239px !important;}
.adminpage .pageBanner img { position: unset;}

.header
{
    width: 100%;
    margin-top: 0px;
    /*height: 260px;*/
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left;
    top: 0px;
    left: 0;
    z-index: 200;
    padding-top: 0px;
    border: unset;
    transition: .2s;
    position: fixed;
}

.page
{
    margin: 0px auto;
    background-image: none;
    width: 1100px;
    background-color: unset !important;
    border: unset;
    margin-top: 0px;
}

#bannerImage
{
    background: url(/Websites/1405/Images/upload/image/Logo_TheSeasideFlorist_192x148.png?ver=9701);
    height: 135px;
    background-size: contain;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 3px;
    transition: 0.3s;
    transition-timing-function: ease;
}

#pageBanner
{
    height: 148px;
    padding-top: 40px;
    transition: 0.3s;
    transition-timing-function: ease;
}

#pageBanner #socialLinksLarge
{
    left:820px;
    transition: 0.3s;
}

#pageBannerLinkBox
{
    width: 476px;
    height: 75px;
    position: relative;
    text-align: center;
    margin: 0px auto;
    background: rgb(255 255 255 / 0%);
    margin-bottom: -136px;
    z-index: 1;
    padding-top: 61px;
}

#pageBannerLinkBox a
{
    padding: 53px 181px;
    color: rgb(255 255 255 / 0%);
}

.shopColumn1of2
{
	margin-top:0px;
	padding-top:20px;
	float:left;
	width:200px;
	padding-left:0px;
	padding-right:0px;
}

.shopColumn2of2
{
  	margin-top:57px;
  	padding-top:20px;
    padding-left: 0px !important;
	margin-left:210px;
	padding-right:0px;
    background-color: unset;
    background-image: none;
}

.column1of1
{
    padding-top: 55px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
    background-image: none;
    margin-top: 155px;
}

.clearBoth { clear:both; }
.clearRight { clear:right; }

.pageBottom { display:none; }

/* Shop Product Page */
.productSummary
{
    float: left;
    width: 235px;
    height: 350px;
    color: Black;
    margin-right: 6px;
    margin-left: 6px;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 13px;
    background-image: none;
    border: 1px solid #6b7a9f;
    border-radius: unset;
    transition: .2s;
}

.productSummaryFeatured
{
    float: left;
    width: 235px;
    height: 350px;
    color: Black;
    margin-right: 6px;
    margin-left: 6px;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 13px;
    background-image: none;
    border: 1px solid #6b7a9f;
    border-radius: unset;
    transition: .2s;
}

.productSummary:hover,
.productSummaryFeatured:hover { transition: .2s; }

.productSummaryImage
{
    height: 235px;
    width: 235px;
    text-align: center;
    position: unset !important;
    border: unset !important;
    overflow: hidden;
}

.productSummaryImage img
{
    height: 235px;
    transition: 0.2s;
}

.productSummaryImage img:hover
{
    -webkit-box-shadow: 7px 5px 6px -1px rgb(0 0 0 / 31%);
    -moz-box-shadow: 7px 5px 6px -1px rgb(0 0 0 / 31%);
    box-shadow: 7px 5px 6px -1px rgb(0 0 0 / 31%);
    transform: scale(1.03);
    transition: 0.2s;
}

.productSummaryName
{
    color:#000 !important;
    font-size: 15pt;
    margin-bottom: 5px;
    line-height: 15px;
    height: 18px;
    padding-left: 5px;
    padding-top: 0px;
    margin-top: 20px;
    text-align: center;
    position: unset;
}

.productSummaryPrice
{
    color: #000 !important;
    padding-left: 5px;
    margin-top: 13px;
    text-align: center;
    font-size: 13pt;
    margin-bottom: 8px;
}

.productSummaryButtons
{
    padding-left:5px;
    margin-top:5px;
    text-align:center;
    margin-bottom: -58px;
}

.productSubCatSummary
{
    height: 470px;
    width: 100% !important;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 24px;
}

.productSummary3 {}

/* General Style */
a { color:#6b7a9f; text-decoration: none; }

a:hover { color: #9a9a9a; text-decoration: none; }

p
{
	padding-top:0px;
	margin-top:0px;
    letter-spacing: 1px;
    line-height: 27px;
}

h1
{
    margin-top: 0px;
    padding-top: 0px;
    font-size: 20pt;
    color: #7e8260;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 46px;
    letter-spacing: 2px;
}

h2
{
    margin-top: 0px;
    padding-top: 0px;
    font-size: 15pt;
    color: #7e8260;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.footerContainer { width:1024px; margin: 0 auto;}

.footerText
{
    background-color: #6b7a9f;
    padding-top: 36px;
    padding-bottom: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: -100%;
    margin-right: -100%;
    font-size: 14pt !important;
    color: #fff;
    width: 100%;
    margin: 0px auto;
    margin-top: 46px;
    position: absolute;
    left: 0px;
}

.footerText p {font-weight:300; color: #fff; font-size:10pt;}

.footerText a
{
	text-decoration:none;
    color: #fff;
    font-weight:300;
    font-size:12pt;
    padding: 0px 10px;
}

.footerText a:hover
{
    text-decoration: none;
    color: #592761;
}

.footerCol1of4
{
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 229px;
    padding-left: 0px;
    padding-right: 20px;
    margin-left: 0px;
}

.footerCol2of4
{
    text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
    width: 232px;
	padding-left:0px;
	padding-right:20px;
}

.footerCol3of4
{
    text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
    width: 242px;
	padding-left:0px;
	padding-right:20px;
}

.footerCol4of4
{
    text-align: center;
    padding-top: 0px;
    float: left;
    width: 196px;
    padding-left: 0px;
    padding-right: 20px;
    margin-left: 0px;
}

.footerCol5of4
{
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 425px;
    padding-right: 0px;
    width: 292px;
}

.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 */
.adminpage .menu
{
    background-color: #d1d1d1;
    margin-top: 0px;
}

.menu {
    color: #404040;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 10pt;
    padding-top: 9px;
    padding-bottom: 0px;
    z-index: 1;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    background-color: none;
    position: fixed;
    top: 0px;
    border: none;
    font-family: unset;
    padding: 5px 0px 5px 0px;
}

.menu:hover { background-color: #fff; }

.menuDividers { display:none; }

.menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 4px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 28px;
    z-index: 10;
    background-image: unset;
    background-color: unset;
    border: unset;
    width: 100%;
}

.menu ul li { display:inline; }

.menu ul li a 
{
    padding-right: 10px;
    padding-left: 10px;
    color: unset;
    text-decoration:none;
    letter-spacing: 2px;
    transition: all 0.2s linear;
}

.menu ul li a:hover
{
    text-decoration: none;
    background: unset;
    color: #592761;
}

.menuSelected { text-decoration: none; font-weight: bold; }

.topMenuShopDepth2 {
    max-width: 100%;
    width: calc(100%-20px);
    columns: 120px 4;
    height: auto;
    margin-left: 0px;
}

.topMenuDepth2, .topMenuShopDepth2 {
    text-align: left;
    background: rgba(255,255,255, 1);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
    margin-top: 2px;
    box-shadow: none;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    border: none;
    border-radius: 0px;
}

.topMenuHoverWrapper .topMenuDepth2 a,
.topMenuShopHoverWrapper .topMenuShopDepth2 a {
    background-color: inherit;
    color: black;
    display: block;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    text-transform: none;
    opacity: 0.9;
}

.smallMenu {
    top: 4px;
    position: absolute;
    right: 0px;
    z-index: 10000;
}

/* 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:#9a9a9a;
}

.basketSummaryCheckout
{
	display:inline;
	float:right;
	margin-right:20px;
	color:#9a9a9a;
}

.basketSummaryText a { text-decoration:none; color: #9a9a9a; }

/* Product Menu */
.productMenuBottom { display: none; }

.productMenuPayPal img
{
    filter:alpha(opacity=60);
    opacity:0.6;
}

.productMenu
{
	width: 200px;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
}

.productMenuSearchTitle
{
    margin-top: 0px;
    padding-top: 3px;
    padding-left: 0px;
    color: #9a9a9a;
    width: 190px;
    height: auto;
    text-transform: uppercase;
    font-size: 13pt;
    border-bottom: 1px solid #d8d8d8;
}

.productMenuSearchBox
{
    margin-left: 0px;
    padding-left: 3px;
    width: 100px;
    height: 15px;
    background: #fff;
    color: #000000;
    border: 1px solid #000;
    font-size: 12pt;
}

.productMenuSearchButton { position: relative; top: 5px; }

.productMenuSearchDropDown
{
	margin-left:0px;
	width:132px;
	margin-top:2px;
	margin-bottom:5px;
	background:#fff;
    color:#000;
    border:1px solid #000;
    font-size: 12pt;
}

.productMenu ul
{
	list-style-type: none;
	width:200px;
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.productMenuCategory
{
    margin-top: 30px;
    margin-bottom: 3px;
    padding-top: 3px;
    padding-left: 0px;
    color: #9a9a9a;
    width: 190px;
    height: 22px;
    text-transform: uppercase;
    font-size: 13pt;
    border-bottom: 1px solid #d8d8d8;
}

.productMenuCategory a:hover {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.productMenuSubCategory
{
	margin-left: 0px;
	height:20px;
	color:#fff;
    margin-bottom: 0px;	
}

.productMenuSubCategory a
{
	color:#9a9a9a;
	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:14pt;
}

.productMenuSubCategory a:hover
{
    color: #616161;
    font-weight: bold;
    text-decoration: none;
}

.subCategorySummaries h1 {
    margin-top: 0px;
    margin-bottom: 9px;
    padding-bottom: 12px;
    padding-top: 0px;
    border-bottom: none;
    font-size: 17pt;
}

/* Product Details Page */
.productDetails h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:18pt;
    text-align: left;
}

.productDetailsImageWrapper
{
	float:right;
	width:350px;
	margin-right:10px;
	margin-left:20px;
}

.productDetailsImage { width:350px; }

.productDetailsPrices { color: #9a9a9a; }

.productDetailsBuy { margin-top:20px; }

.productDetailsBack { padding-bottom:15px; }

.productDetailsNote
{
	margin-top:20px;
	clear:right;
    text-align: justify;
}

.productDetailsNote a { color:black; }

.productDetailsLinkedProducts
{
	clear:right;
	display:table;
	width:100%;
	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;
	background:#fff;
    color:#000;
    border:1px solid #000;
}

/* checkout page */
.checkoutConsignmentName { width:180px; }

.checkoutProgress { padding-bottom:15px; }

.checkoutProgress a { text-decoration:none; color:#9a9a9a; }

.checkoutProgress a:visited { text-decoration:none; color:#fff; }

.checkoutProgress a:hover { text-decoration:none; color:#fff; }

.checkoutProgressHighlight a { color:#fff; }

.checkoutProgressHighlight a:visited { color:#fff; }

.basketOrderItems { margin-left:0px; margin-right:0px; color: #000; }

.basketOrderItems a { color:#6b7a9f; }

.basketOrderItemsProductName { text-decoration:none; color:#6b7a9f; }

.basketOrderItemsProductName a:hover { text-decoration:underline; }

.basketDelivery { margin-left:0px; margin-right:0px; }

.basketHeader { background-color:#000; color:white; }

.basketHeaderGrayText { background-color:#000; color:white; }

.basketHeaderArrow
{
	background-color: #000;
	color: white;
	background-repeat: no-repeat;
	padding-left:19px;
	height:29px;
    font-size:9pt;
}

.basketShading { background-color:#FBF9F9; }

.basketShadingPadded { padding-left:19px; background-color:#FBF9F9; }

.calendarDisabled { color:Gray; }

.upsell
{
	clear:right;
	margin-left:20px;
	margin-right:20px;
}

.upsell .productSummary
{
    float: left;
    width: 240px;
    color: Black;
    margin-right: 4px;
    margin-left: 4px;
    height: 375px;
    background-color: #ffffff;
    margin-bottom: 8px;
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background-image: none;
}

.promoCode
{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	width:120px;
}

.basketOrderItemsConsignmentName,
.basketOrderItemsQuantity,
.promoCode { background-color:#fff; border:1px solid #000; color:#000; }

/* Checkout Billing */
.checkoutHeader
{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#000;
	color:white;
}

.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
}

.checkoutTextBox
{
	width:200px;
    background:#fff;
    color:#000;
    border:1px solid #000;
}

.checkoutPaymentDropDown
{
	width:171px;
    background:#fff;
    color:#000;
    border:1px solid #000;
}

.checkoutPaymentTextBox
{
	width:167px;
    background:#fff;
    color:#000;
    border:1px solid #000;
}

.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;
    color:#000;
    border:1px solid #000;
}

.contactFormMessageBox
{
	width:400px;
    background:#fff;
    color:#000;
    border:1px solid #000;
}

.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;
}

.siteMapPage { color:#9a9a9a; text-decoration:none; }

.siteMapPage a:hover { text-decoration:underline; }

.siteMapSubCategory
{
	text-indent: 25px;
	color:#9a9a9a;
	text-decoration:none;
}

.siteMapSubCategory a:hover { text-decoration:underline; }

.siteMapProduct
{
	text-indent: 50px;
    color:#9a9a9a;
	text-decoration:none;
}

.siteMapProduct a:hover { text-decoration:underline; }

/* Captcha */
.captch { vertical-align:top; }

.productSubCatSummaryMore .productSummaryImage { background-color:inherit; }

.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; }

.animationPanelHomepage
{
    width: 250px;
    height: auto;
    margin-bottom:30px;
    z-index: -10;
}

.autoSpacer
{
    background: #fff url(/Websites/1284/Images/wallpaperFFC.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh;
    width: 100%;
    margin-top: 50px;
}

.animationItem { width: unset; min-height: unset; }

.animationItem img { border: 15px solid #fff; min-height: 100%; }

.animationPanelaboutUs
{
    width:960px;
    height:819px;
    margin-bottom:30px;
}

.basketBorderBottom td { border-color:#000; }

.checkoutBasket table { border-color:#000; }

.checkoutBasket th:first-child,
.checkoutBasket td:first-child { border-color:#000; }

.productMenuPayPal .productMenuSearchBox { background-color:inherit; }

/* Page Sub Menu */
.contentSubMenu
{
    border-top: white 1px solid;
    background-color:#fff;
}

.subMenuLevel0,
.subMenuLevelAlt0,
.subMenuLevel1,
.subMenuLevelAlt1,
.subMenuLevel2,
.subMenuLevelAlt2,
.subMenuLevel3,
.subMenuLevelAlt3,
.subMenuLevel4,
.subMenuLevelAlt4
{
	background-color: #fff;
    border-bottom: white 1px solid;
}

/* 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
{
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    color: #797979;
    border-color: #a7a7a7;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    text-align: center;
    transition: background-color .5s, color .5s, border-color .5s;
    font-size: 110%;
    padding-top: 3px;
    height: 27px;
    width: 150px;
}

#lnkContinueShopping{
    background-color: #ffffff;
    width: 175px!important;
}

#lnkContinueShopping:hover {
    background-color: #9a9a9a;
    width: 175px;
}

.productSummaryMore,
.productSummaryBuyLink,
.productSummaryBuy
{
    width: 78%;
    height: auto;
    font-size: 92%;
    padding-top: 1px;
    border: 1px solid #6b7a9f;
    background-color: #6b7a9f;
    color: #ffffff;
}

.productSummaryMore { display: none; }

.productSummaryMore:hover,
.productSummaryBuyLink:hover,
.productSummaryBuy:hover
{
    width: 78%;
    height: auto;
    font-size: 92%;
    padding-top: 1px;
    border: 1px solid #81807f!important;
    background-color: #fff;
    color: #000;
}

.checkoutBillingRetrieve,
.checkoutBack,
.checkoutNext,
.checkoutConfirmPay,
.checkoutPay,
.checkoutButton,
.contactSend
{
    width:150px;
    margin-top:5px;
    margin-bottom:10px;
}

#lnkContinueShopping
{
    width:165px;
    margin-top:5px;
    margin-bottom:10px;
    padding-left:0px;
    padding-right:0px;
}

.productSummaryMore:hover,
.productSummaryBuyLink:hover,
.productSummaryBuy:hover,
.checkoutBillingRetrieve:hover,
#lnkContinueShopping
{
    cursor: pointer;
    color: #81807f;
    background-color: #ffffff;
    border-color: #81807f !important;
    text-decoration: none;
}

.checkoutCheckout a { color:white; }
.checkoutCheckout a:hover { text-decoration:none; }

.checkoutNext,
.checkoutConfirmPay,
.checkoutPay,
.checkoutButton,
.contactSend,
.productDetailsBuy,
.productDetailsBack a:hover
{
    background-color: #6b7a9f;
    color: white;
    border-color: #6b7a9f;
}

.checkoutNext:hover,
.checkoutConfirmPay:hover,
.checkoutPay:hover,
.checkoutButton:hover,
.contactSend:hover,
.productDetailsBuy:hover,
.checkoutBack
{
    background-color: #ffffff;
    color: #5e5c5c;
    border-color: #81807f;
    text-decoration: none;
}

@media only screen and (max-width: 1550px) {}

@media only screen and (max-width: 1240px) {
    .menu ul li a {
        padding-right: 5px;
        padding-left: 11px;
    }
    .socialLinks { top: 64px; }
    .slideText { top: 49px; left: 75%; }
}

/* ===========================
   GRID / EFFECT-STEVE (UPDATED)
   (replaced with the styles you asked for)
   =========================== */

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    /* padding: 1em 0 4em; */
    width: 75%;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 31.3%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    margin-bottom: 37px;
}

.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;
}

figcaption h2 a { color: #fff; }

figcaption h2:hover a { color: #6b7a9f; }

.grid figure h2 { font-weight: 300; }

.grid figure h2,
.grid figure p { margin: 0; }

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/***** Steve *****/
/*-----------------*/

figure.effect-steve {
    z-index: auto;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

figure.effect-steve:before,
figure.effect-steve h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.effect-steve figcaption { z-index: 1; }

figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

figure.effect-steve h2,
figure.effect-steve p {
    background: #6b7a9f;
    border: 2px solid #6b7a9f;
    color: #ffffff;
}

figure.effect-steve h2 {
    position: relative;
    padding: 10px;
    width: 214px;
    margin: 72% auto 10px auto;
    font-size: 14pt;
    text-transform: none;
    z-index: 10000;
}

figure.effect-steve h2:hover {
    background: #fff;
    border: 1px solid #6b7a9f;
    color: #6b7a9f;
}

figure.effect-steve p {
    padding: 6px;
    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);
    width: 271px;
    margin: 0px auto;
    margin-top: 27px;
    font-size: 9pt;
    display: none;
}

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);
}

@media only screen and (max-width: 1400px) {
    #telephone, #location { display: none; }
}
