@import url('https://fonts.googleapis.com/css?family=Alegreya&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap');
/*  font-family:"Alegreya",Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;  */

/*** BANNER MODULE CODE 
.moduletable-xxxx img {
max-width: 100%;
height: auto;
}
***/

/********************* BASE *********************/

.stn-doc {
  width: 1100px;
  margin: 0 auto;
  text-align: left;
  position:relative;
  padding:0px 20px;
  background:#fff;
}
#custom-doc:before {
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top:0px;
    left: -20px;
    background: #efefef;
    content: '';
}
#custom-doc:after {
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top:0px;
    right: -20px;
    background: #efefef;
    content: '';
}
html.stn {
  background-color: #efefef;
}
body.stn {
  min-height: 700px;
  background-repeat: repeat-x;
  background-position: bottom left;
}

#ie7 #bd {
  z-index: 1;
}
a,
:visited,
:link {
  color: #056a67;
}
a:hover {
  color: #000;
}
#active_menu {
  color: #000;
}
.componentheading,
.contentheading,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
}
h1 {
  font-size: 20px;
  font-family:"Alegreya",Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
}
h2 {
  font-size: 18px;
  font-family:"Alegreya",Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
}
h3 {
  font-size: 16px;
  font-family:"Alegreya",Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
}
h4 {
  font-size: 14px;
  font-family: Georgia,Times,"Times New Roman",serif;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
i,
em {
  font-style: italic;
}
.vmx-landing-left,
.vmx-landing-right,
select,
.inputbox {
  background-color: #fff;
}
li {
  list-style-position: outside;
}
form#details ul,
form#details ol,
ul,
ol {
  margin-left: 2em;
}
ul > li {
  list-style-type: disc;
}
ol > li {
  list-style-type: decimal;
} 
fieldset {
  border: 1px solid #ccc;
}
legend {
  font-weight: 700;
  font-size: 16px;
  margin: 0 10px;
}
form[name=login] div > div {
  margin-bottom: 10px;
}
form[name=login] a {
  clear: both;
  display: block;
}
form[name=adminForm] strong {
  color: #f00;
}
form[name=adminForm] fieldset > div {
  margin-bottom: 10px;
}
.button {
  border: 1px solid #003c74;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 3px;
  margin: 0;
  background: #e2e2eb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #c6c5d7));
  background: -webkit-linear-gradient(top, #fff 0%, #c6c5d7 100%);
  background: -moz-linear-gradient(top, #fff 0%, #c6c5d7 100%);
  background: -ms-linear-gradient(top, #fff 0%, #c6c5d7 100%);
  background: -o-linear-gradient(top, #fff 0%, #c6c5d7 100%);
  background: linear-gradient(top, #fff 0%, #c6c5d7 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#ffffffff', endColorstr='#ffc6c5d7',GradientType=0 );
  -webkit-box-shadow: inset 1px 0px #fff, inset -1px 0px #fff;
  -moz-box-shadow: inset 1px 0px #fff, inset -1px 0px #fff;
  -ms-box-shadow: inset 1px 0px #fff, inset -1px 0px #fff;
  -o-box-shadow: inset 1px 0px #fff, inset -1px 0px #fff;
  box-shadow: inset 1px 0px #fff, inset -1px 0px #fff;
  overflow: visible;
  zoom: 1;
}
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
.button:hover {
  -webkit-box-shadow: inset 0px 1px 1px #fff, inset 0px 0px 3px #ffa500;
  -moz-box-shadow: inset 0px 1px 1px #fff, inset 0px 0px 3px #ffa500;
  -ms-box-shadow: inset 0px 1px 1px #fff, inset 0px 0px 3px #ffa500;
  -o-box-shadow: inset 0px 1px 1px #fff, inset 0px 0px 3px #ffa500;
  box-shadow: inset 0px 1px 1px #fff, inset 0px 0px 3px #ffa500;
}
.button:active,
.button:focus {
  outline: none solid #008000;
  -webkit-box-shadow: inset 0px 0px 3px #00f;
  -moz-box-shadow: inset 0px 0px 3px #00f;
  -ms-box-shadow: inset 0px 0px 3px #00f;
  -o-box-shadow: inset 0px 0px 3px #00f;
  box-shadow: inset 0px 0px 3px #00f;
}
:root .button {
  filter: none;
}
p {
  margin-bottom: 1.5em;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
blockquote {
  display: block;
  background-color: rgba(0,0,0,0.1);
}
blockquote * {
  display: inline;
}
blockquote:before,
blockquote:after {
  display: inline;
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}

/********************** JOOMLA CONTENT **********************/
.sectiontableheader br,
.moduletable-hours span.article_seperator,
.moduletable-contact span.article_seperator {
  display: none;
}
.sectiontableheader {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
label {
  font-weight: 400;
  color: #777;
  line-height: 18px;
  margin-bottom: 5px;
}
.sectiontableentry1 {
  background-color: #f7f7f7;
}
.sectiontableentry1,
.sectiontableentry2 {
  margin: 1px;
}
.sectiontableentry2 {
  background-color: #f3f3f3;
}
.componentheading,
.componentheading + table.contentpane .contentheading {
  font-size: 20px;
}
.componentheading,
#site-main .contentheading h1 {
  font-size: 30px;
}
.ages-browse a{
display:block;
background: #2fbeba;
float:left;
margin:1em;
text-align:center;
    width: 150px;
    padding: 10px;
}
/*******************************************************************************************************************************************/
/********************** HEAD *********************/
#hd {
  position: relative;
  height: 230px;
}
#logo {
  position: absolute;
  left: 0px;
  top: 40px;
  display: block;
}
#ie7 #hd {
  z-index: 2;
}
div.moduletable-hdrpromo {
    background: #2fbeba;
    border-radius: 0px 0px 10px 10px;
    height: 30px;
    padding-top:10px;
    overflow: hidden;
}
div.moduletable-hdrpromo a {
    text-decoration:none;
}
div.moduletable-hdrpromo a:hover {
    text-decoration:underline;
}
table.moduletable-hdrpromo,
table.moduletable-hdrpromo * {
    margin: auto;
    text-align:center;
    color:#fff;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size:18px;
}
/*************** MAIN MENU ***************/
.moduletable-main-menu {
	white-space: nowrap;
	top: 130px;
	position: relative;
	width: auto;
	background: #2fbeba;
	border-radius: 10px;
}
.moduletable-main-menu .stn-horizontal-nav {
position: relative;
display: table;
margin: 0 auto;
}
.moduletable-main-menu a,
.moduletable-main-menu :link,
.moduletable-main-menu :visited {
  color: #000;
  text-decoration: none;
}
.moduletable-main-menu .stn-horizontal-nav ul {
  margin-left: 0;
}
.moduletable-main-menu .stn-horizontal-nav > ul ul {
  padding: 4px 0;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li {
  position: relative;
  line-height: 32px;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li a {
  position: relative;
  padding: 0 15px;
  color: #fff;
  font-family: Georgia,Times,"Times New Roman",serif;
  font-size: 22px;
  line-height: 40px;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul {
  background-color: #2fbeba;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul a {
    padding: 0 21px;
    font-size: 20px;
    line-height: 32px;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul a:hover,
.moduletable-main-menu .stn-horizontal-nav a.current {
  background-color: #369694;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li li {
  line-height: 25px;
}


/*******************************************************************************************************************************************/
/**************** MAIN CONTENT ****************/
#bd {
}
.stn-homepage #site-main {
  width:1100px;
}
#site-main {
  width: 825px;
  overflow: hidden;
  padding-bottom: 10px;
}
#site-main,
#site-main p,
#site-main li {
  font-size: 16px;
  line-height:1.5em;
}
.yui-t2 .yui-b {
  width:255px;
}
.yui-t2 #yui-main .yui-b {
  margin-left:275px;
}
#site-main .fb-like {
  top: -3px;
}
#ie7 #site-main .fb-like,
#ie8 #site-main .fb-like {
  top: 3px;
}
#site-main p {
}
#site-main table.contentpaneopen,
#site-main table.contentpaneopen fieldset {
  width: 100%;
}
#site-main form[name=adminForm] > div {
  width: 100% !important;
}
.moduletable-banner-ages,
.moduletable-banner-pgs {
    background: #2fbeba;
    border-radius: 10px;
    padding: 6px;
    margin-bottom:20px;
}
.moduletable-banner-ages.values,
.moduletable-banner-pgs.values {
    padding: 10px 6px;
}
.moduletable-banner-ages td, 
.moduletable-banner-pgs td {
    position:relative;
    margin-right: 4px;
    display: inline-block;
}
.moduletable-banner-ages td:after,
.moduletable-banner-pgs td:after {
    content: '';
    display: block;
    position:absolute;
    background-image: url(../images/age__divider.png);
    height: 114px;
    right: -3px;
    top: 0px;
    width: 4px;
}
.moduletable-banner-ages.values td:after,
.moduletable-banner-pgs.values td:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/values__divider.png);
    height: 110px;
    right: -4px;
    top: -1px;
    width: 4px;
}
.moduletable-banner-ages td:last-child:after, 
.moduletable-banner-pgs td:last-child:after {
    display: none;
}
.moduletable-banner-whatsup,
.moduletable-banner-programs,
.moduletable-shopblocks,
.moduletable-store-banners,
.stn-homepage #main {
    background: #efefef;
    border-radius: 10px;
    padding: 20px 20px 0px 20px;
    margin-bottom:20px;
}
.moduletable-banner-whatsup h3,
.moduletable-featprod h3,
.moduletable-banner-programs h3,
.moduletable-shopblocks > h3,
.stn-homepage #main .contentheading h1,
.moduletable-store-banners h3 {
    text-align: center;
    background: #2fbeba;
    color: #fff;
    font-size: 28px;
    line-height: 50px;
    border-radius: 10px 10px 0px 0px;
    margin: -20px -20px 20px -20px;
}
.moduletable-banner-whatsup td,
.moduletable-featprod td,
.moduletable-banner-programs td {
    float: left;
    display: block;
    margin-bottom:20px;
}
.moduletable-banner-whatsup td:nth-child(odd) {
    margin-right: 20px;
}
.moduletable-banner-programs td:nth-child(3n+1),
.moduletable-banner-programs td:nth-child(3n+2) {
    margin-right:12px;
}
.moduletable-banner-whatsup td img,
.moduletable-banner-programs td img {
    border-radius: 10px;
}
.moduletable-banner-whatsup a,
.moduletable-store-banners a {
    position: relative;
    text-decoration:none;
}
.moduletable-banner-whatsup a:after {
    content: attr(title);
    display: block;
    position: absolute;
    bottom: 3px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #f4911d;
    font-family: "Alegreya",Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
    font-size: 22px;
    line-height: 30px;
    border-radius: 0px 0px 8px 8px;
    transition: 0.2s linear;
}
.moduletable-banner-whatsup a:hover:after {
    line-height: 220px;
    border-radius: 8px;
    background: rgba(244, 145, 29, 0.8);
    transition: 0.2s linear;
}
.moduletable-banner-whatsup a:before {
    content: "Click here for more >>";
    display: block;
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    z-index: 100;
    color: #fff;
    opacity: 0;
}
.moduletable-banner-whatsup a:hover:before {
    opacity: 1;
    transition: 0.1s linear 0.2s;
}
.moduletable-store-banners a:after {
    content: attr(title);
    display: block;
    color: #fff;
    background-image: url(../images/location-pin.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 115px;
    height: 130px;
    bottom: -70px;
    left: 190px;
    padding-top: 30px;
    text-align: center;
    padding-right: 15px;
    font-family: "Alegreya",Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
    font-size: 18px;
    opacity:0;
    transition: 0.3s linear;
}
.moduletable-store-banners a:hover:after {
    opacity: 1;
    bottom: -45px;
    transition: 0.3s linear;
}
.moduletable-cat-adv.shophome h3 {
    background: #f4911d;
    color: #fff;
    line-height: 50px;
    padding-left: 60px;
    font-size: 28px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 5px center;
}
.moduletable-shopblocks {
    height: 270px;
}
.moduletable-cat-adv.shophome {
    width: 250px;
    float: left;
    margin-right: 20px;
}
.moduletable-cat-adv.shophome.ages h3 {
    background-image: url(../images/shop_ages.png);
}
.moduletable-cat-adv.shophome.interests h3 {
    background-image: url(../images/shop_interests.png);
}
.moduletable-cat-adv.shophome.themes h3 {
    background-image: url(../images/shop_themes.png);
}
.moduletable-cat-adv.shophome.values h3 {
    background-image: url(../images/shop_values.png);
}
.moduletable-cat-adv.shophome.values {
    margin-right: 0px;
}
.moduletable-cat-adv.shophome * {
    list-style: none;
    margin-left: 0px;
}
.moduletable-cat-adv.shophome a {
    color: #000;
    text-decoration: none;
}
.moduletable-cat-adv.shophome > ul, .moduletable-cat-adv.shophome > table {
    margin-left: 10px;
    margin-top: 5px;
}
.moduletable-cat-adv.shophome ul.links:last-child a, .moduletable-cat-adv.shophome tr:last-child a {
    font-weight: bold;
}
.moduletable-cat-adv.shophome a:hover {
    text-decoration:underline;
}
#infobody2 .moduletable-store-banners h3 {
    background: #2fbeba;
}
table.artbannersplus-herobanner img {
    max-width: 1100px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
}
table.artbannersplus-store-banners {
    padding-bottom: 20px;
    display: block;
}
.moduletable-store-banners img {
    margin-right: 10px;
}

.moduletable-blogpromo h1 {
    text-align: center;
}

/************ Category No Image ***************/
html.stn-vm-page a.category {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.10;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  color: #fff;
  background-color: #2fbeba;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 50px;
  padding:4px;
  border-radius:10px;
}
html.stn-vm-page #main a.category {
 display:table;
 vertical-align:middle;
 text-align:center;
}

html.stn-vm-page #main a.category span {
 display:table-cell;
 vertical-align:middle;
 text-align:center;
}
@-moz-document url-prefix() {
	html.stn-vm-page #main a.category span {
		display:table-cell;
		vertical-align:middle;
		height:50px;
		}
}
html.stn-vm-page a.category:hover {
  background-color: #369694;
  color: #fff;
}
html.ie7 html.stn-vm-page a.category:hover,
html.ie8 html.stn-vm-page a.category:hover {
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=1)";
}
html.stn-vm-page a.category img,
html.stn-vm-page a.category br {
  display: none;
}

/********** BROWSE PAGES ***********/
.filter-box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
margin-top:10px;
}
table.browse_pagenav td {
  padding: 5px;
}
div.browse_pagenav {
  border-top: 0;
  clear: both;
  line-height: 2.5em;
}
.browsepagetop h1, .browsepagetop h3 {
  text-align: center;
}

#product_list.stn-products_per_row-1 > div {
  padding: 1%;
}
#product_list.stn-products_per_row-1 > div .product_row_multiple {
  width: 100%;
  margin-left: 1%;
}
#product_list.stn-products_per_row-1 > div br ~ .product_row_multiple {
  margin-top: 1%;
}
#product_list.stn-products_per_row-1 > div br + .product_row_multiple {
  margin-left: 0;
}
#product_list.stn-products_per_row-2 > div {
  padding: 1%;
}
#product_list.stn-products_per_row-2 > div .product_row_multiple {
  width: 49.5%;
  margin-left: 1%;
}
#product_list.stn-products_per_row-2 > div br ~ .product_row_multiple {
  margin-top: 1%;
}
#product_list.stn-products_per_row-2 > div br + .product_row_multiple {
  margin-left: 0;
}
#product_list.stn-products_per_row-3 > div {
  padding: 1%;
}
#product_list.stn-products_per_row-3 > div .product_row_multiple {
  width: 32.65%;
  margin-left: 1%;
}
#product_list.stn-products_per_row-3 > div br ~ .product_row_multiple {
  margin-top: 1%;
}
#product_list.stn-products_per_row-3 > div br + .product_row_multiple {
  margin-left: 0;
}
#product_list.stn-products_per_row-4 > div {
  padding: 1%;
}
#product_list.stn-products_per_row-4 > div .product_row_multiple {
  width: 24.25%;
  margin-left: 1%;
}
#product_list.stn-products_per_row-4 > div br ~ .product_row_multiple {
  margin-top: 1%;
}
#product_list.stn-products_per_row-4 > div br + .product_row_multiple {
  margin-left: 0;
}
#product_list.stn-products_per_row-5 > div {
  padding: 1%;
}
#product_list.stn-products_per_row-5 > div .product_row_multiple {
  width: 19.2%;
  margin-left: 1%;
}
#product_list.stn-products_per_row-5 > div br ~ .product_row_multiple {
  margin-top: 1%;
}
#product_list.stn-products_per_row-5 > div br + .product_row_multiple {
  margin-left: 0;
}
#product_list.stn-products_per_row-6 > div {
  padding: 1%;
}
#product_list.stn-products_per_row-6 > div .product_row_multiple {
  width: 15.8%;
  margin-left: 1%;
}
#product_list.stn-products_per_row-6 > div br ~ .product_row_multiple {
  margin-top: 1%;
}
#product_list.stn-products_per_row-6 > div br + .product_row_multiple {
  margin-left: 0;
}
#product_list:after {
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#product_list > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#product_list > div:after {
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#product_list > div .product_row_multiple {
  float: left;
  margin: 0;
  padding: 0;
}
#product_list > div + br,
#product_list > div + br + br {
  display: none;
}
#product_list > div .product_row_multiple:first-child {
  margin-left: 0;
}
#product_list > div br + .product_row_multiple:before {
  display: none;
}
#product_list > div .product_row_multiple {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0px 0px rgba(0,0,254,0);
  -moz-box-shadow: 0 0 0px 0px rgba(0,0,254,0);
  -ms-box-shadow: 0 0 0px 0px rgba(0,0,254,0);
  -o-box-shadow: 0 0 0px 0px rgba(0,0,254,0);
  box-shadow: 0 0 0px 0px rgba(0,0,254,0);
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  border:1px solid #ccc;
  border-radius:10px;
  min-height: 350px;
}
#product_list > div .product_row_multiple:hover {
  -webkit-box-shadow: 0 0 3px 3px rgba(47, 190, 186, 0.5);
  -moz-box-shadow: 0 0 3px 3px rgba(47, 190, 186, 0.5);
  -ms-box-shadow: 0 0 3px 3px rgba(47, 190, 186, 0.5);
  -o-box-shadow: 0 0 3px 3px rgba(47, 190, 186, 0.5);
  box-shadow: 0 0 3px 3px rgba(47, 190, 186, 0.5);
}
.product-details {
    max-height: 50px;
    overflow: hidden;
}
#product_list > div .product_row_multiple .browse_4 > a {
  display: block;
  color: #000;
  text-decoration: none;
/*
			&:hover:after
				underline()
			*/
}
#product_list > div .product_row_multiple .browse_4 > a:after {
  content: 'Details \00bb';
  color: #fff;
  display: block;
  text-align: center;
  background-color: #003d20;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0.3em 0;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 2px 2px rgba(246,189,80,0.5);
  -moz-box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 2px 2px rgba(246,189,80,0.5);
  -ms-box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 2px 2px rgba(246,189,80,0.5);
  -o-box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 2px 2px rgba(246,189,80,0.5);
  box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 2px 2px rgba(246,189,80,0.5);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  top: 0;
  width: 60%;
  margin: 0 auto;
}
#product_list > div .product_row_multiple .browse_4 > a:hover:after {
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 0px 0px rgba(255,255,255,0.5);
  -moz-box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 0px 0px rgba(255,255,255,0.5);
  -ms-box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 0px 0px rgba(255,255,255,0.5);
  -o-box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 0px 0px rgba(255,255,255,0.5);
  box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 0px 0px rgba(255,255,255,0.5);
}
#product_list > div .product_row_multiple .browse_4 > a:active:after {
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 1px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 1px 1px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 1px 1px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 1px 1px rgba(0,0,0,0.5);
  box-shadow: 0 0 1px 1px rgba(0,0,254,0.5), inset 0 0 1px 1px rgba(0,0,0,0.5);
  top: 2px;
}
#product_list > div .product-image {
  width: 90%;
  min-height: 142px;
  margin: 10px auto;
}
#product_list > div .product-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#product_list > div .product-title {
  color: #000;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.231;
  font-size: 16px;
  height: 59.08800000000001px;
  padding: 3px;
}
#product_list > div .product-title h2 {
  font-size: 14px;
  font-weight: 700;
  font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#product_list > div .product-price {
  line-height: 1.231;
  font-size: 16px;
  height: 59.08800000000001px;
}
#product_list > div .product-price > * {
  display: block;
}
#product_list > div .product-price br,
#product_list > div .product-price > br {
  display: none;
}
#product_list > div .product-price .price {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
#product_list > div .product-price .discount {
  font-size: 13px;
  color: #f00;
}
#product_list > div .product-price a {
  display: none;
}

/********************* SHOPPING CART - PRODUCT DETAILS *********************/
a.category {
  text-decoration: none;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.shipping_estimate table {
  width: 100%;
}

.filter-box {
  margin: 0;
  margin-bottom: 10px;
}
#details .content .buy .price {
	font-size:24px;
}
#details .content .title h1 {
}
#details .content .title small {
}
#site-main #details .content .header {
	background-color: #E3E3E3;
}
#site-main #details .content {
margin-left: 335px;
}
#site-main .bottom-content .fundamentals {
	padding-bottom:10px;
}

#site-main .bottom-content .related_product {
  width: 25%;
  text-align: center;
  margin: 0;
  padding: 0;
  min-height:240px;
  vertical-align:top;
  padding-bottom:10px;
}
#site-main .bottom-content .related_products .product_name {
	display:block;
	height:22px;
	overflow:hidden;
	line-height:1.2em;
	font-size:14px;
	padding-bottom:10px;
	font-family: Helvetica, Arial, sans-serif;
}
#site-main .bottom-content .related_product img {
  max-width: 130px;
  max-height: 100%;
  width: auto;
  height: auto;
  padding-bottom: 10px;
}
#site-main .bottom-content .related_products .price.discount {
	color:#F40004;
	font-size:.85em;
}
#site-main .bottom-content .related_products .price {
}
/*** NARROW DETAILS ***/
#site-main #det-page {
	position:relative;
}
#site-main #det-header .title h1 {
	text-align:center;
}
#site-main #det-header .title small {
	position:absolute;
	right:76px;
}
#site-main #det-page #details #det-header #det-buy.content {
	margin:0px;
	padding-top:24px;
}
#site-main #det-page #details #det-images {
	float:left;
	width:280px;
	margin-left:10px;
}
#site-main #det-page #details #det-prodetes {
	float:left;
	width:280px;
	min-height:280px;
}
#site-main #det-page #details #det-prodetes .inputbox {
	max-width:200px;
}
#site-main #det-page #details #det-bottom {
	float:left;
	margin-top:30px;
}
#site-main #det-page #details #det-bottom .buttons {
	margin-top:15px;
}
#site-main #det-page #details #det-bottom .fundamentals,
#site-main #det-page #det-extras .related_products,
#site-main #det-page #det-extras .shipping_estimate {
	margin-top:15px;
}
#site-main #det-page #det-extras {
	float:left;
}

#site-main #det-page #det-extras .related_products td {
	width:25%;
	padding:4px;
	text-align:center;
	vertical-align:bottom;
}
#site-main #det-page #det-extras .related_products img {
	width:120px;
}
#site-main #det-page .header {
	background-color:#68CEF6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
/************ WISHLIST **************/
.vmx-landing-right .inputbox {
  clear: both;
}
.vmx-wishlist-holder table {
  border-collapse: separate;
  border-spacing: 5px;
}
.vmx-landing-left,
.vmx-landing-right {
  padding-top: 10px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}

#details .inputbox {
  margin: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/************* FPSS ********************/
#site-main #fpss-outer-container {
  background-color: #fff;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  border: 0;
  border-radius: 10px;
}
#site-main #fpss-outer-container #navi-outer {
  font-size: 14px;
  position: relative;
  bottom: 40px;
  margin-bottom: -40px;
  z-index: 10;
  background-image: none;
  background-color: rgba(0,0,0,0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 );
}
#site-main #fpss-outer-container #navi-outer ul {
  margin: 0;
  padding: 0 10px;
}
#site-main #fpss-outer-container #navi-outer,
#site-main #fpss-outer-container #navi-outer a {
  color: #fff;
  line-height: 40px;
  height: 40px;
}
#site-main #fpss-outer-container #navi-outer a {
  margin: 0;
}
#site-main #fpss-outer-container #navi-outer a.navi,
#site-main #fpss-outer-container #navi-outer a.navi-active {
  background: none;
  background-color: none;
  width: 45px;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
}
#site-main #fpss-outer-container #navi-outer a.navi span,
#site-main #fpss-outer-container #navi-outer a.navi-active span {
  display: none;
}
#site-main #fpss-outer-container #navi-outer a.navi {
  background-image: url('../images/thumb.png');
}
#site-main #fpss-outer-container #navi-outer a.navi-active {
  background-image: url('../images/active-thumb.png');
}
#site-main #fpss-outer-container #navi-outer a:hover {
  text-decoration: underline;
}
#site-main #fpss-outer-container #navi-outer a {
  color: #fff;
}
#site-main #fpss-outer-container #navi-outer #fpss-container_next,
#site-main #fpss-outer-container #navi-outer #fpss-container_prev {
  background-image: none;
  width: 2em;
  text-align: center;
}
#site-main #fpss-outer-container #navi-outer #fpss-container_next:after {
  content: '>>';
}
#site-main #fpss-outer-container #navi-outer #fpss-container_prev:after {
  content: '<<';
}
#site-main #navi-outer li.noimages a#fpss-container_playButton {
width: 60px;
background: none;
}

/*********** FEATURED PRODUCTS ***********/
.moduletable-featprod {
    margin-bottom: 20px;
    padding: 20px 20px 0px 20px;
}
.stn_featprod {
  overflow: hidden;
  width: 100% !important;
/*
	.stn_featprod_product.product-4
	.stn_featprod_product:first-child
		border-left 0

	.stn_featprod_product.product-4
	.stn_featprod_product.product-4 ~ .stn_featprod_product
		border-bottom 0

	*/
}
.stn_featprod .stn_featprod_product {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.23);
  -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.23);
  -ms-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.23);
  -o-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.23);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.23);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 32.65% !important;
  height: 322px;
  /*background-color: #3271ab;*/
  color: #a59c9c;
  font-weight: 700;
  border: 1px solid #597d9a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  margin-right: 7px;
	padding: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}
.stn_featprod .stn_featprod_product.product-3,
.stn_featprod .stn_featprod_product:first-child {
  margin-left: 0;
}
.stn_featprod .stn_featprod_product.product-3 {
  margin-top: 1%;
  clear: left;
}
.stn_featprod .stn_featprod_product.product-3 ~ .stn_featprod_product {
  margin-top: 1%;
}
.stn_featprod .stn_featprod_product .stn_product_module_img {
/*  position: absolute;
  top: 3.462em;*/
  left: 0;
  right: 0;
}
.stn_featprod .stn_featprod_product .stn_product_module_title {
  color: #000;
  display: block;
  height: 2.462em;
  margin: 0.5em;
  overflow: hidden;
}
.stn_featprod a {
  display: block;
  margin-bottom: 5px;
}

/******* EVENT CALENDAR OVERRIDES *******/
div.ev_navigation {
  position: relative;
  display: block;
  /*background-position: center top;
  background-repeat: no-repeat;
  background-image: url('../../components/com_events/images/calbkg.jpg');*/
  height: 73px;
}
div.ev_navigation div#ev_icon_yearly {
  background-image: url('../../components/com_events/images/cal5x.png');
}
div.ev_navigation div#ev_icon_monthly {
  background-image: url('../../components/com_events/images/cal1x.png');
}
div.ev_navigation div#ev_icon_weekly {
  background-image: url('../../components/com_events/images/cal2x.png');
}
div.ev_navigation div#ev_icon_daily {
  background-image: url('../../components/com_events/images/cal3x.png');
}
div.ev_navigation div#ev_icon_search {
  background-image: url('../../components/com_events/images/cal8x.png');
}
div.ev_navigation div#ev_icon_jumpto {
  background-image: url('../../components/com_events/images/cal9x.png');
}
div.ev_navigation #jumpto {
  z-index: 500;
  background-color: rgba(255,255,255,0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 );
  position: relative;
  border-top: 1px solid #ccc;
  line-height: 3em;
  border-bottom: 1px solid #ccc;
}
div.ev_navigation > table {
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 20px;
  background-image: url('../../components/com_events/images/calendar-border.png');
  width: 100%;
  border-collapse: separate;
}
div.ev_navigation ~ fieldset {
  background-repeat: no-repeat;
  min-height: 700px;
  background-image: url('../../components/com_events/images/calbkg.jpg');
  border: none;
  position: relative;
  display: block;
  margin: 0;
}
div.ev_navigation ~ fieldset legend.ev_fieldset {
  position: relative;
  top: 0%;
  display: block;
  width: 100%;
  padding-top: 1em;
  background-image: url('../../components/com_events/images/calendar-border.png');
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin:0px;
}
div.ev_navigation ~ fieldset legend.ev_fieldset ~ table.cal_table {
  margin-top: 1em;
  border-width: 1px;
  border-spacing: 0px;
  border-collapse: collapse;
  border: none;
  width: 100% !important;
}
div.ev_navigation ~ fieldset legend.ev_fieldset ~ table.cal_table .cal_td_daysnames {
  padding: 0;
  border: none;
  height: auto !important;
  font-size: 15px;
  line-height: 19px;
  background-image: none;
  color: #fff;
  background-color:#F6BD50;
}
div.ev_navigation ~ fieldset .cal_td_daysnoevents {
  border: 1px solid #ccc;
  text-align: right;
  font-size: 12px;
  padding: 5px !important;
  font-weight: 700;
  background-color: transparent;
}
div.ev_navigation ~ fieldset .cal_td_daysoutofmonth {
  border: 1px solid #ccc;
  text-align: right;
  font-size: 12px;
  padding: 5px !important;
  background-color: transparent;
  color: #777;
  font-weight: 400;
}
div.ev_navigation ~ fieldset table.ev_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 80% !important;
	background-color: rgba(255,255,255,0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=0 );
	border: 1px solid #C9C9C9;
}
div.ev_navigation ~ fieldset table.ev_table td {
  border: none;
}
div.ev_navigation ~ fieldset table.ev_table tr {
  border-top: 1px solid #C9C9C9;
}
.ev_td_left {
	background-color: #003d20;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: left;
	vertical-align: middle;
}
div.ev_navigation ~ fieldset table.ev_table .cal_td_daysnames {
	border: none;
	padding: 0;
	color: #fff;
	height: auto !important;
	font-size: 18px;
	line-height: 24px;
	background-image: none;
	background-color: #F6BD50;
}
div.ev_navigation ~ fieldset table.ev_table td.ev_td_left a.ev_link_weekday {
  display: block;
  color:#fff;

}
.ev_td_today {
	background-color: #cb665e;
	font-weight: bold;
	color: #FFFFFF;
}
.ev_td_today a {
	color:#fff;
}
div.ev_navigation ~ fieldset table.ev_table td.ev_td_today,
div.ev_navigation ~ fieldset table.ev_table td.ev_td_left,
div.ev_navigation ~ fieldset table.ev_table td.ev_td_today a.ev_link_weekday,
div.ev_navigation ~ fieldset table.ev_table td.ev_td_left a.ev_link_weekday {
  text-align: center;
  min-width: 100px !important;
  padding: 5px;
}
div.ev_navigation ~ fieldset .cal_td_today {
  background-image: none;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  background-color: rgba(0,0,0,0.1);
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 );
  padding: 0 !important;
  border: 3px solid #aaa;
}
div.ev_navigation ~ fieldset .cal_td_today .cal_daylink {
  display: block;
  padding: 0;
  line-height: 15px;
  background-color: #aaa;
}
div.ev_navigation ~ fieldset a.cal_titlelink {
  font-weight: 700;
  padding: 3px;
}
ul.ev_ul li.ev_td_li {
	border-style: solid;
	border-width: 0 0 0 5px;
	margin-bottom: 1px;
	padding-left: 2px;
	background-image: none;
	list-style-type: none;
	border-color: #f6bd50 !important;
}

/*******************************************************************************************************************************************/
/*********** SITE NAV LEFT COLUMN ***********/
#site-nav {
  padding-bottom: 10px;
}
#site-nav a {
  display: block;
}
#site-nav .moduletable-cat-adv {
    margin-bottom: 20px;
}
#site-nav .advanced_display ul.links,
.moduletable-cat-adv table {
    margin-left: 10px;
    margin-top: 5px;
}
#site-nav .advanced_display,
#site-nav .advanced_display ul,
#site-nav .advanced_display li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#site-nav .advanced_display .links ul {
  padding-left: 5px;
}
#site-nav .advanced_display .links .has-children ul a:before {
    content: ">";
    padding-right: 5px;
}
#site-nav .advanced_display .links a,
 #site-nav .moduletable-cat-adv table tr a {
  text-decoration: none;
  color:#000;
  font-size:16px;
}
#site-nav .advanced_display .links a:hover,
 #site-nav .moduletable-cat-adv table tr a:hover {
  text-decoration: underline;
}
#site-nav .advanced_display .links a.category-view-all,
#site-nav .moduletable-cat-adv:not(.green) table tr:last-child a {
  font-weight:bold;
}
#site-nav h3,
#site-nav h3 a {
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    background: #a188d7;
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-radius: 10px;
}
#site-nav .moduletable-cat-adv.green h3 {
    background: #2fbeba;
}

/*******************************************************************************************************************************************/
/********************** FOOTER **********************/

#ft {
    background: #2fbeba;
    border-radius: 10px 10px 0px 0px;
}
#ft #site-footer .moduletable img {
  margin: 8px;
}
#ft #site-footer .moduletable-flat {
  float: left;
}
#ft #site-footer .moduletable-flat img {
  margin: 15px;
}
#ft #site-footer .moduletable-flat h3 {
  background-color: transparent;
  height: 50px;
  line-height: 50px;
}
.moduletable-feat-prod {
  border: 1px solid #ccc;
}
.moduletable-feat-prod .stn_featprod {
  padding-top: 0.7%;
  padding-bottom: 0.7%;
}
#site-footer {
  width: 1060px;
  margin: 0 auto;
  padding-top:20px;
  position:relative;
}
#newfooter {
  padding-top: 10px;
  font-size: 12px;
  color:#a1f7f4;
  clear:both;
}
#newfooter a {
  color: #a1f7f4;
  font-size: 12px;
}
.moduletable-ftlogos {
    width: 210px;
	top: 44px;
    position: relative;
}
.moduletable-ftlogos td {
    float: left;
    padding:4px;
}
.moduletable-ftlogos, .moduletable-ftmenu {
    float: left;
    margin-right: 40px;
}
.moduletable-ftmenu {
/*    max-height:150px;
    overflow:hidden; */
}
.moduletable-ftmenu h3 {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
}
.moduletable-ftmenu a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.moduletable-ftmenu a:hover {
    text-decoration: underline;
}
#site-footer:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 800px;
    height: 1px;
    top: 60px;
    left: 250px;
}

/*******************************************************************************************************************************************/
/********************** UNKNOWN LOCATION MODULES *********************/

/********** SEARCH MODULE ***********/
.moduletable-search {
  position: absolute;
  right: 0px;
  top:55px;
}
.moduletable-search h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.moduletable-search .button,
.moduletable-search .inputbox {
  padding: 0 10px;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float:left;
  border: 1px solid #2fbeba;
}
.moduletable-search .inputbox {
    border-radius: 20px 0px 0px 20px;
    margin-right: -4px;
}
.moduletable-search .button {
    border-radius: 0px 20px 20px 0px;
    border: 1px solid #2fbeba;
    background: #2fbeba;
    color: #fff;
    box-shadow: none;
    padding: 0px 10px 0px 5px;
    font-weight: bold;
    font-size: 16px;
}

/*********** CONTACT MODULE *************/
.moduletable-contact {
  position: absolute;
  right: 25px;
  text-align: right;
}
.moduletable-hours {
  position: absolute;
  left: 25px;
  text-align: left;
}
.moduletable-contact p,
.moduletable-hours p {
  margin-bottom: 0.2em;
}
.moduletable-contact span,
.moduletable-contact a,
.moduletable-hours span,
.moduletable-hours a {
  font-size: 66.66%;
}
.moduletable-contact a:hover,
.moduletable-hours a:hover {
  text-decoration: none;
}


/*********** CART LOGIN ACCOUNT *************/
#login-cart {
  position: absolute;
  text-align: right;
  top: 55px;
  right: 0px;
  height:40px;
  padding-right: 50px;
  background-image: url(../images/cart.png);
  background-repeat: no-repeat;
  background-position: right;
}
#login-cart .moduletable-cartmenu {
  font-size:16px;
  padding-top: 4px;
}
#login-cart a,
#login-cart :link,
#login-cart :visited,
#login-cart .moduletable-nun {
  text-decoration: none;
  color: #000;
}
#login-cart a:hover {
  text-decoration: underline;
}

/*********** SOCIAL MODULE ***********/
.moduletable-social {
  margin-top: 30px;
}
.moduletable-social table.artbannersplus-social {
  margin: 0 auto;
}
.moduletable-social p,
.moduletable-social .article_seperator {
  display: none;
}
#pd-social-buttons {
  text-align: right;
}
.moduletable-social-banners {
    position: absolute;
    left: 953px;
}
.moduletable-social-banners img {
    padding-left: 5px;
	max-height: 29px;
    width: auto;
    padding-top: 4px;
}
.moduletable-social-banners td:hover {
    opacity: .65;
}

/******* ADJUST EMPTY SEARCH ALERT *******/
.search-info {
font-size: 22px;
background-color: #cade87;
padding: 21px;
}

/****************************** MASONRY *************************/

/** INSTRUCTIONS **
1. Add this code to the site's styles
2. On any static content pages or content items that should have masonry, add a page class suffix of -masonry-2col or -masonry-3col
3. Add images/content within paragraph tags Each p tag will be it's own block.
*******************/

.contentpaneopen-masonry-2col:last-of-type td {
    column-count: 2;
    column-gap: 20px;
}
.contentpaneopen-masonry-3col:last-of-type td {
    column-count: 3;
    column-gap: 20px;
}
.contentpaneopen-masonry-2col:last-of-type p,
.contentpaneopen-masonry-3col:last-of-type p {
    background-color: #eee;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}
.contentpaneopen-masonry-2col:last-of-type p img,
.contentpaneopen-masonry-3col:last-of-type p img,
.contentpaneopen-masonry-2col:last-of-type p iframe,
.contentpaneopen-masonry-3col:last-of-type p iframe {
    width: 90% !important;
    height:unset !important;
    padding: 10px 0px;
    max-width: max-content;
}
