@import url('https://fonts.googleapis.com/css?family=Parisienne|Adamina|Hind:400,500,600|Raleway:400,500,600');
@import url(contentboxes.css);
/*------------------*\
|* global interface *|
\*------------------*/
html {
max-width:100%;overflow-x:hidden;
}
body {
  margin: 0px;
  padding: 0px;
  color: #444444;
  background: #ffffff;
  font: normal 18px Raleway,Arial,Helvetica;
  text-align: center;
  max-width:100%;
}
#category-description .flexbox {
 display:flex;
 justify-content:space-around;
  flex-flow:wrap;
   
}


body.cke_ltr {
 font-size:1rem !important;
 text-align:left;
 background:#fff;
}
body.browser-content {height:unset;}
body.browser-content #Footer {background:transparent}

body table{font-family:Raleway}
table strong {font-weight:600}

#tabs-1 {margin-left:30px;}
#tabs-2 {display:none;margin-top:-80px;}
#tabs ul > li {display:inline-block;padding:0px 0px;width:49%;}
.tabbed-form {width:100%; max-width:600px;}
#select-tab {
  background:#69945b;
  padding:10px 2%;
  font-size:18px;
  font-family:Hind;
  color:#fff;
  font-weight:500;
  max-width:100%;
  border:0px;
  margin-bottom:25px;
  position:relative;
  z-index:9
}

.cke_widget_wrapper:hover .cke_widget_wrapper {
  overflow: hidden !important;
}
.cke_widget_wrapper .cke_widget_wrapper .cke_widget_drag_handler_container{
  margin-top:20px !important;
}
img {
  border: 0px;
  max-width:100%;
  height:auto;
}
table {height:auto;}
iframe {max-width:100%;}
.embeddedContent {width:100%;margin: 0 auto;box-shadow: border-box;}
.browser-content .embeddedContent {padding-left: 50px;padding-right:10px;width:100%;max-width:530px;margin: 0 auto;}
/* forms */
form {
  margin: 0px;
  max-width:100%;
}
input, textarea {
  padding:5px;
}
textarea {
  width:70%;
}
input.text, input.password, textarea {
  border: 1px solid #57594b;
}
.radio {display:block}
.group-label {font-weight:500;display:inline-block;}
.formmail tr td{padding-bottom:20px}
.normal {font-weight:normal}
/* links */
a {
  color: #206020;
    text-decoration: none;
}
a:visited {
  color: #69945b;
}
a:hover {
  color: #69945b;
  text-decoration: underline;
}
a.on {text-decoration: underline}
#footer a {
  color:#fff;
}
strong {font-weight:500;}
/* headings */
h1,h2,h3,h4,h5 {
  margin:0 0 10px 0;
  font-family:Adamina;
  font-weight:normal;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 28px;
  color:#0e6053;
}
h2.display-name {
  display:inline-block;
  background:url(/images/nav_line.jpg) bottom left no-repeat;
  padding-bottom:16px;
  margin-bottom:25px;
  line-height:normal;
  padding-bottom:10px;
}
h2.display-name:after {
content:'';
  display:block
}

h3 {
  margin-top:20px;
  font-size: 18px;
  color:#0e6053;
  text-transform:uppercase;
}
h4 {
  font-size: 16px;
  font-weight:500;
  margin-bottom:0px;
}
h5 {
  font-weight: normal;
  font-size: 12px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  margin: 0px auto;
  text-align: left;
  width:100%;
  padding:.8% 0px;
  box-sizing:border-box;
}

#header,#ocwrapper,#footer-bottom {
  max-width: 1200px;
  margin:0 auto;
}

/*additional overrides*/
p {margin-top:0px;}
p.left {text-align:left;}
p.right {text-align:right;}
p.center {text-align:center;}
.caption-text p {margin:0;}
font font{font-size:small}
font {font-size:initial;}
.col_name {font-size:.75em}
.col_value {font-size:initial}
.col_value input,
.col_value .radio,
.col_value .checkbox,
.col_value .radio
{font-size:initial}


/*--------*\
|* header *|
\*--------*/
#logo {
  background: transparent url(/images/casaperea_web_logo.png) top left no-repeat;
  background-size: contain;
  height: 95px;
  max-height: 95px;
  max-width: 247px;
  position: relative;
  text-indent: -9999px;
  width: 100%;
  z-index:2
}
#logo h1, #logo a {
  height: 100%;
  margin: 0px;
  outline: none;
  width: 100%;
  color:#0E6053
}
#logo a {
  display: block;
  text-decoration: none;
}
#header {
  background: transparent;
  position:relative;
}
#header-first {float:right;margin-top:15px;margin-right:0px;}
.header-email {
  background:url(/images/icon_mail.jpg) center right no-repeat;
  width:35px;
  height:20px;
  display:inline-block;
}
.header-phone {border-right:1px solid #666;padding-right:15px;text-transform:uppercase}
.header-email a{
  display:block;text-indent:-9999px;
  width:100%;
}
#catheader {clear:both;}
#loginbar {
  float: right;
  text-align: right;
}
#loginbar a {
  margin-top: 25px;
  padding: 10px 30px 10px 0px;
  color: #212126;
  font-weight: bold;
  display: block;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {

}
#loginbar a.out {

}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #57594b;
  background: #edf2cb;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#catfooter {
  background:#680271 url(/images/bannerpic_come_on_by.jpg) top center;
  background-size:cover;
  padding:30px 2%;
  color:#fff;
  font-family:Adamina;
  font-size:30px;
    
}
#footer {
  margin-top: 0px;
  padding: 5px;
  border-top: 0px solid #57594b;
  background: #0e6053;
  position:relative;
  color:#fff;
  font-size:16px;
}
#footer strong{font-size:18px;}
#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 0px 0px 10px;
  color: #fff;
  
}
.footer-content {line-height:28px;padding-top:25px;margin:0 auto;max-width:1230px;width:100%;}
.footer-top-a,.footer-top-a:visited {display:block;color:#fff;}
.vcard {
  display:block;
  text-align:center;
  padding:5px 0px
}
.vcard span {padding:0px 4%}
.vcard .org {}
.vcard .locality {}
.vcard .tel-email {}
.vcard .email {white-space:nowrap}
.vcard .email:before {
  content:"\2709";
  color:#ba8f2e;
  display:inline-block;padding-right:5px;
  font-size:18px;
}
.vcard .tel {white-space:nowrap}
.vcard .tel:before {
  content:"\260E";
  color:#ba8f2e;
  display:inline-block;padding-right:5px;
  font-size:18px;

}
.vcard .f-between {width:8%;display:none}

#footer #social_media {
 position:relative;
 margin:0 auto;
 max-width:350px;
 margin-bottom:20px;
 text-align:center;
 vertical-align:middle;
 border:0px solid;
 font-size:20px;
}

#social_media td {border:0px solid}
.f-between{clear:left;padding:0 12px;text-align:center}

.sm-link{border:0px solid;font-size:10px;display:inline-block;vertical-align:middle;}
.likeusonfb,.plusone,.gplus-share{display:table-cell0;;text-align:center}

.social_link {height:50px;display:table-cell;vertical-align:middle;text-align:center}
.social_link span {display:table-cell;vertical-align:middle;text-align:center}
.plusone .social_link{overflow:hidden;margin:0 auto;max-width:68px;}

#copyright {float:left;width:48%;text-align:left;font-size:12px;}
#credits {color:#fff;float:right;width:48%;text-align:right;font-size:12px;}
#credits a, #credits a:visited {color:#fff;}


/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 5px 0px 5px 0px;
  background: #DAE7D2;
  margin:0 -2.1%
}
#contentheader .error, #contentheader .message {
  margin: 0px 0px 0px 0px;
  padding: 2px;
  color: #ffffff;
  text-align: center;
}
#contentheader .error {
  color: #8c3030;
}
#contentheader .message {
  color: #3a5841;
}


/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 0px solid #e2e1eb;

  clear:both;
}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: right;
  position: relative;
  display: none;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content,.mynewrow-Content .cke_editable_inline  {
  margin: 0px 0px;
  padding: 36px 0px;
  background: #ffffff;
  line-height:152% !important;
}
#content table p {margin:0}
#content table td {margin:0;padding-top:0px;padding-bottom:0px;}
@media (max-width:800px) {
  #content table td {display:block;}
  #content table tr td:first-of-type {font-weight:500}
  #content table tr td:last-child {margin-bottom:15px}
}
@media (max-width:1220px) {
  #content,
  #header,
  #footer {padding-left:1.5%;padding-right:1.5%;}
  #header-first {margin-right:15px;}
}

#content.content-w-leftbar{
    padding-left:280px;
}

@media(max-width:640px) {
.columns-2.width-1fr > .row > .col {
    max-width:100%;
    width:100%;
 }
  .columns-2.width-1fr > .row > .col img {
    margin:0 auto;
    float:none;
  }
}
.content-right {
 float:right;
 border-left:1px solid #91867f;
 padding:10px 0px 10px 20px;margin:-20px 20px 10px 20px;
}
.content-left {float:left;
    margin-bottom:40px;
    margin-left:-280px;
    width:280px;
    text-align:center;
    border:0px solid
}
.content-left div {margin:0 auto;}

#content.content-w-leftbar-and-links .content-left{
        margin-left:0px;
}


/*---------------*\
|* content-bottom *|
\*---------------*/
#content-bottom-wrapper {clear:both; padding-top:50px; text-align:center;border-top:1px solid #ccc;margin-top:50px;}
#content-bottom-wrapper span {
  display:inline-block;
  padding:0px 20px 10px 0px
}
#content-bottom-wrapper a{font-family:Hind;font-size:16px;}
#content-bottom-wrapper a.on {font-weight:bold}
.NDR .rightbar {width:155px;}
.LDR #content {}
.LDN #content {}
.LNN #content {}
.LNR #content {}
.NDR #content {}
.NDN #content {}
.NNN #content {}
.NNR #content {}


/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */
#subcategories{
  display:flex;
  flex-flow:wrap;
  justify-content: space-between;
  min-width:150px;
}
.subcategory {min-width:20%;box-sizing:border-box;}

.subcategory-list {width:96%;}


.subcategory-gallery {
  display:flex;
  flex-flow: wrap;
  justify-content:space-between;
}
.subcategory-gallery .linklisting {
  
}

.subcats-wrapper {display:flex; flex-flow:wrap;justify-content: space-evenly;position:relative;margin:-15px;}
.subcat {position: relative;margin:15px;}
.subcats-wrapper h3 {
  color:#fff;position:absolute;
  top:5px;
  left:5px;
  text-shadow:1px 1px #000;
  margin:0;
}

/*-----------------*\
|* global elements *|
\*-----------------*/

.call-to-action {text-align:center;background:#dbe8d7;padding:20px 10px 25px 10px;color:#444; clear:both}
.call-to-action h2, h2.call-to-action{font-size:40px;line-height:normal;}



.floatleft, .align-left {float:left;}
.floatright, .align-right {float:right}

figure.floatright{margin:0 0px 15px 0px;}
figure.floatright .floatright, figure.floatright .floatleft {margin:0;}


img.floatright, figure.floatright {clear:right;margin-left:25px;margin-bottom:25px;}

img.floatleft, figure.floatleft {clear:left;}
.floatcenter, .align-center, .center {display:block;margin-left:auto;margin-right:auto;text-align:center;}
.caption {display:block;text-align:center;}
.captioned-image {max-width:100%;}
.inline-block{display:inline-block}
.mr-15 {margin-right:15px;}
.mlr-15 {margin-left:15px;margin-right:15px;}



.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 0px;
  height: 0px;
  font-size: 1px;
}
.shadowtop {
}
.shadowbottom {
}
.shadowleft {
}
.shadowright {
}
.shadowtopleft {
  float: left;
}
.shadowtopright {
  float: right;
}
.shadowbottomleft {
  float: left;
}
.shadowbottomright {
  float: right;
}

.category-products #links, .category-products #sublinks {
  display:flex;
  flex-flow: wrap;
  justify-content: space-between;
  
}
.category-products .linklisting {
  width:20%;
  min-width:150px;
  box-sizing:border-box;
  margin-bottom:20px;
  text-align:center;
}
.category-products .linklisting:before{
  content:"";
  display:inline-block;
  width:1px;
  border:0px solid;
  height:150px;
  vertical-align: bottom;
  margin-left:-1px;

}

.category-gallery #links{
  display:flex;
  flex-flow: wrap;
  justify-content: space-between;
  
}
.category-gallery .linklisting {
  width:20%;
  min-width:150px;
  box-sizing:border-box;
  margin-bottom:20px;
  text-align:center;
}
.category-gallery .linklisting:before{
  content:"";
  display:inline-block;
  width:1px;
  border:0px solid;
  height:150px;
  vertical-align: bottom;
  margin-left:-1px;

}
/* links */
.linklisting {

}
.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}

/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}

.product-links {line-height:normal}
.product {}
.prod-title{display:none;}
.prod-prop {display:block}
.prod-prop label{font-weight:500}
.prod-prop1{}
.prod-prop2{}
.prod-price{display:block;margin-bottom:10px;}
.prod-price-available{}
.prod-price-sold{}
.prod-price-call{color:red;}
.prod-price-out{color:red;}
.prod-add{display:inline-block;position:relative;vertical-align:top}

.prod-quantity-label{padding-right:5px;}
.prod-quantity{height:31px;width:82px;position:relative;display:inline-block;vertical-align:middle;}
.prod-quant-wrapper{}
.prod-quant-missing:before{
  content:'';
  bottom:-20px;
  left:14px;
  text-align:left;
  position:absolute;
  font-size:22px;
  color:#aaa;
  border-bottom:0px solid #fff;
  z-index:2;
  text-indent:-1px;
  width: 0px;
  height: 0px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}
.prod-quant-missing:after {
  content:"Set Quantity to greater than 0";
  border:1px solid #ccc;
  box-shadow:1px 1px 3px #ccc;
  position:absolute;
  left:1%;
  bottom:-53px;
  background:#fff;
  padding:6px 15px;
  font-size:12px;
  color:#1a7d60;
  white-space:nowrap;
  z-index:0;
}
.arrow-up{display:none;}
.prod-quant-missing .arrow-up{
  display:block;
  content:'';
  bottom:-21px;
  left:12px;
  text-align:left;
  position:absolute;
  font-size:22px;
  color:#aaa;
  border-bottom:0px solid #fff;
  z-index:0;
  text-indent:-1px;
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #999;
}

.prod-quant-missing input{outline:1px solid red}
.prod-quant {z-index:1;
  position:relative;box-sizing:border-box;width:50px;
  height:51px;font-size:15px;float:left;background:transparent;border:1px solid #1a7d60;margin:0 2px 0 0px;color:#1a7d60;text-align:center;}

.product-increment{padding-bottom:2px;width:20px;font-size:16px;
  padding:3px;
  overflow:hidden;line-height:1;display:inline-block;
  margin-bottom:2px;background:transparent;border:1px solid #1a7d60;color:#1a7d60;
  text-align:center;}
.product-decrement{border:0px solid;width:20px;
  height:16px;overflow:hidden;font-size:18px;
  line-height:.7;display:inline-block;
  background:transparent;
  border:1px solid #1a7d60;color:#1a7d60;text-align:center;
  padding:3px;
  position:relative;
  margin:0;
  top:-5px;
}
.product-increment,.product-decrement{
  cursor:pointer;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */ 
    
}
.button,.button:visited,.button:hover,.buttonw, .buy-button {
  cursor:pointer;
  width:unset;
  background:#69945b;
  border:1px solid #1a7d60;
  color:#fff;
  margin:0 5px 0 0;
  padding:10px 30px 10px 30px;
  font-size:18px;
  text-shadow:0px 0px 0px #fff;
  display:inline-block;
  vertical-align:middle;
  max-width:unset !important;
  font-family:Hind;
  font-weight:500;
}






#detailed {font-size:16px}
#detailed h2 {margin-top:0px;line-height:100%;font-size:22px;}
#detailed h3 {border-bottom:1px solid #AAAAAA;clear:both;margin:0px 10px 40px 10px;padding-bottom:30px;}
#detailed h3.also-shown {border:0px;margin-top:40px;margin:30px 0px;padding:0px 0px;margin-bottom:0px;}

#detailed .detailed-image {float:right;margin-left:15px;}
#detailed .gallerydetail {}
#detailed #thumbnails {float:left;width:100%;}
#detailed .gallerythumbnail {display:inline-block;}
#detailed .gallerythumbnail:hover {cursor:pointer}#detailed .content-left{
  width:55%;
  border:0px solid;
  margin:0px 0px 40px 0px;
  padding:0px;
  min-width:250px;
}
#detailed .content-right{
  float:left;
  margin:0px 0%;
  clear:right;
  width:40%;
  border:0px solid;
  min-width:250px;
}

.grid-detail {
  position:relative;
  border:0px solid;
  width:75%;
  float:left;
  text-align:center;
}
.grid-detail .gallerydetail {position:absolute;height:100%;width:100%;text-align:center;}
.grid-detail img {}
.grid {
  border:0px solid;
  width:22%;
  float:right;
  text-align:center;
}
.grid .gallerylisting:hover{
  cursor:pointer
  
}
.grid .gallerylisting  {
  margin-bottom:20px;
}

#stbar {min-height:60px;padding-top:20px;}
.st-wrapper {
  border:1px solid #ECECEC;
  display:inline-block;
  padding:6px 0px 6px 0px;
  min-width:60px;
  margin-bottom:10px;
  vertical-align:bottom;
  border-radius: 4px;
  text-align:center;
}
.st-wrapper:hover {background:#ECECEC;}
.st-wrapper span:first-child{
  border:0px solid;
  display:inline-block;
  9height:30px;
  vertical-align:middle
}
.st-wrapper .st_fbsend{
  margin-top:-3px;
}
.st-wrapper .st_plusone{
  margin-top:1px;
}




/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  margin-top:0px;
  font-size: 12px;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
}
#content ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}
#content ol > li strong{font-size:20px;}
#content ol > li {
  margin: 0 0 20px 0;
  padding: 0 0 0 2.5em;
  text-indent: -2.5em;
  list-style-type: none;
  counter-increment: item;
}

#content ol > li:before {
  display: inline-block;
  width: .8em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  font-size:22px;
  content: counter(item) ".";
}

/* forms */
.row {

}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}


/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#detailed {width:100%;margin:0 auto}
#detailed .image {text-align:left;width:40%;}
#detailed .details {text-align:left;max-width:450px;width:60%;}
#detailed.flex-box .row {  flex-flow: nowrap;}
@media(max-width:630px) {
.columns-2 .col {width:100% !important;max-width:100% !important}
  
  #detailed.flex-box .row {flex-flow:wrap}
  #detailed .image {width:100%;text-align:center;margin-bottom:15px;}
  #detailed .details {width:100%;}
}


#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}



#slideshow-wrapper {
  margin-left:-35%;
  margin-right:-35%;
  background:url(/images/slider_back_1800.jpg) top center;
  background-size:cover;
}
.gallerywrapper,.gw1,.gw2,.gw3,.gw4,.gw5,.gw6,.gw7,.gw8,.gw9,.gw10,.gw11,.gw12{/*float:left;*/position:relative;
  text-align:left;max-width:100%;z-index:0;
}
@media (max-height:800px){
  .gallerywrapper,.gw1,.gw2,.gw3,.gw4,.gw5,.gw6,.gw7,.gw8,.gw9,.gw10,.gw11,.gw12{
    max-height:570px !important;
  }
}
@media (max-height:700px){
  .gallerywrapper,.gw1,.gw2,.gw3,.gw4,.gw5,.gw6,.gw7,.gw8,.gw9,.gw10,.gw11,.gw12{
    max-height:470px !important;
  }
}
@media (max-height:480px){
  .gallerywrapper,.gw1,.gw2,.gw3,.gw4,.gw5,.gw6,.gw7,.gw8,.gw9,.gw10,.gw11,.gw12{
    max-height:250px !important;
  }
}
.mainimage{overflow:hidden;z-index:1;max-width:100%;position:relative;}
.mainimage-caption{text-align:justify;}
.fade {position:relative;}
.fade .tgwrapper {max-width:100%;width:100%;}
.fade .mainimage-inner{max-width:100%;width:100% !important;position:relative;}
.mainimage-inner img{max-width:100%;position:relative;height:auto;}

.fph{margin:-1px;}
.float-inside{position:absolute;}
.gw5 .float-inside{bottom:0px;}
.gw6 .float-inside{bottom:0;}
.gw7 .float-inside{bottom:0;}
.columns-numerical .float5{height:40px;}
.columns-numerical .fph5{float:right;width:1px;height:80%;}
.scrollablewrapper{z-index:99999;max-width:100%;}
.scrollable{position:relative;overflow:hidden;height:100%;width:auto;}
.scrollh{width:20000em;position:absolute;height:100%;}
.scrollh .scrollable-column{float:left;max-height:100%;}

.scrollable-column .item {}
.scrollable-column .item .inner-item {max-width:100% !important;position:relative;margin:0 auto;}
.scrollable-column .item .inner-item img {width:100% !important;height:auto}

.scrollv{position:absolute;}
.slider-h a:link{border-top:5px solid yellow}
.slider-h a.current{background:#880C23;border-top:5px solid red}
.slider-v a.current{background:#880C23;border-top:5px solid red}
.gallerywrapper .item{float:left;box-sizing:border-box;}
a.forward, a.backward{position:relative;z-index:9999;}
.browse{position:absolute;cursor:pointer;}
.browse{color:#7F8A5E;}
.browse:hover{color:#924523;text-decoration:none;}
.scrollable a.current{}
.scrollablewrapper span.right{margin:0;z-index:99999;}
.scrollablewrapper span.left{margin:0;z-index:99999;}
.scrollablewrapper span.disabled{visibility:hidden !important;}
.scrollable a,
.scrollable a:link,
.scrollable a:visited{display:block;text-align:center;}
.scrollable img {max-width:100%;max-height:100%;height:auto;}
.image img{}
.arrows{text-align:justify;}
.arrows .inner-item{}
.arrows a{height:auto;width:auto;}
.arrows a:link{float:left;height:auto;width:auto;}
.arrows a.current{float:left;height:auto;}
.char a{
   color:blue;font-size:20px;text-decoration:none;
   background:url(/images/button_radial_non-activated.png) center center no-repeat;
}
.char a:link{}
.char a.current{color:#DC871D;
   background:url(/images/button_radial_activated.png) center center no-repeat;
}
.tip{cursor:pointer;border:1px solid;padding:0px 3px;border-radius:8px;background:#fff;font-size:10px;vertical-align:super;}
.thetip{display:none;border:3px solid green;background:#fff;padding:5px;z-index:99999;box-shadow:0px 5px 15px #000;width:100%;}
.td-name .thetip{font-weight:normal;}
.tooltip{z-index:9999;display:none;padding:5px 5px 15px 5px;font-size:11px;border:3px solid gold;background:#fff;text-align:left;}
.tooltip .label{color:yellow;width:35px;}
.tooltip a{color:#ad4;font-size:11px;font-weight:bold;}

.slicknav_menu {display:none; }
.menu {background:transparent;position:relative;min-height:40px;width:100%;max-width:100%;clear:both;text-align:center;margin:-30px 0 -20px 0px;}
.menui{box-sizing:border-box; width:100%; max-width:100%;position:relative;padding:0px 0 20px 30%;font-family:Hind;z-index:1;}

.menui ul{display:flex;justify-content:space-between;width:100%;box-sizing:border-box;z-index:0;padding:12px 0px 0px 00px;margin:0;list-style-type:none;line-height:1.5em;
background:url(/images/home_header_underline.jpg) top right repeat-x;
}
.menui li{float:left;margin:0px;padding:0px;position:relative;}
.menui > ul > li{float:none;display:inline-block;margin:0px;padding:0px;position:relative;vertical-align:middle;}
.menui ul li table{margin:-1px 0;m\argin:0;border-collapse:collapse;font-size:12px;}
.menui ul li ul{display:none;padding:1px;font-size:11px;} 
.menui li ul li{width:100%;margin-left:0px;z-index:999}
.menui li.li-first{width:100%;}
.menui li.li-alpha{float:left;width:1.5em;text-align:center}
.menui li.column-2{float:left;width:52%;}
.menui li.column-3{float:left;width:45%;}
.a-span{float:left;width:100%;}
.a-span a{float:left;}
.menui ul li a, .menui ul li a:visited, .nolink {
  float:left;text-decoration:none;
  margin:0px 0px 0px 0px;
  padding:0px 0px 8px 0px;
  text-decoration:none;
  border:0px solid;
  margin-right:0px;
  color:#444444;
 
  font-size:18px;
}
.menui ul li.nav-between{padding:0px 20px;position:relative;text-indent:-99999px;}
.menui ul li.home a, .menui ul li.home a:visited{padding-right:0px;}
.menui ul li:hover{position:relative;z-index:999;}
.menui>ul>li:hover>a, .menui>ul>li>a:hover{ color:#444444;text-decoration:underline;}
.menui ul li a:focus-within ul,.menui ul li:focus-within ul,
.menui ul li:hover ul, .menui ul li a:hover ul{display:block;position:absolute;margin:0 0 0 0;
  top:26px;left:0px;height:auto;
  min-width:120%;
  width:auto;
  white-space: nowrap;
  background:#FFF;
  border-right:1px solid #000;
  border-left:1px solid #000;
  border-bottom:1px solid #000;
  padding:8px 10px 6px 10px;
  z-index:9999;
  text-align:left;
}
.menui ul li a:focus-within ul li a,.menui ul li:focus-within ul li a,
.menui ul li:hover ul li a, .menui ul li a:hover ul li a{
   clear:left;
   color:#0E6053;
   font-weight:normal;text-transform:capitalize;border:0px solid green;margin:0;padding:4px 20px 4px 0px;height:auto;
   font-size:16px;width:100%;
 }
.menui ul li:hover ul li a:visited, .menui ul li a:hover ul li a:visited{

}
.menui ul li:hover ul li:hover a:hover, .menui ul li a:hover ul li a:hover{text-decoration:underline;/*color:#b01712*/;background:transparent;}
.menui ul li:hover ul li a.active,.menui ul li:hover ul li a.ison,.menui ul li a:hover ul li a.active
{
 text-decoration:underline;
}

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0em 0.625em 0em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: .9em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }


/* 
 * code to replace slicknav arrows with images
 
.slicknav_nav .slicknav_arrow {display:inline-block;text-indent: -12px;overflow:hidden;vertical-align: middle;}
.slicknav_nav .slicknav_collapsed .slicknav_arrow::after {content: url("http://cstones.org/images/arrow_right.png")}
.slicknav_nav .slicknav_open .slicknav_arrow::after {content: url("http://cstones.org/images/arrow_down.png");}

.slicknav_menu li.toplevel {
  border-bottom: 1px solid #90764b;
}
.slicknav_menu li.toplevel:last-child {
  border-bottom: none;
}
*/

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
    background:transparent;
    display:none;
    font-size:1em;
    padding:7px 0px 5px 5px;
    text-align:left;

  
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: transparent;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #69945b;
    font-weight: normal;
    text-indent:-9999px;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #69945b;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
    width:300px;
    position:absolute;
   z-index:99999;
    background:#fff;
   right:0;
  top:40px;
}
.slicknav_nav .nav-between {display:none}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 0px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 0px;
    margin:2px 5px;
    text-decoration:none;
    color:#69945b;
    border-bottom:1px solid #fff
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    color:#fff;
}
.slicknav_nav a.slicknav_row:hover{
    color:#69945b;
  border-bottom:1px solid #fff
}

.slicknav_nav a:hover{
  color:#69945b;
  border-bottom:1px solid #69945b
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

/*shopping cart*/
#cart_wrapper {position:relative;  border:0px solid;  margin:0 auto ;  width:700px;  text-align:center;  max-width:94%;padding:0px;}
#cart_wrapper table{width:100%;border-collapse:collapse;padding:0px;margin:0px auto;}
#cart_wrapper table td{max-width:100%;padding:5px 3px;line-height:140%}
#cart_wrapper table td textarea{max-width:80%;}
#cart_wrapper table td input{max-width:150px;}
#cart_wrapper table td select{width:155px}
#cart_wrapper table,#cart_wrapper th { text-align:left;  max-width:100% !important;padding:0px;}
#cart_wrapper table.cartbuttons td {padding:0px 0px !important;}
.remember{max-width:100%;line-height:140%}
.cartbuttons {max-width:100%;line-height:140%;}
.buttonw {min-width:180px;  margin:5px 5px 5px 0;}
.button {margin-bottom:5px;}

/*
    Mobile Menu Core Style
*/

@media (max-width:920px) {
  .slicknav_menu {display:block;}
  .menui {display:none;}
  .menu {margin:0;}
}

@media (max-width: 630px) {
.gallerywrapper{max-width:100%;position:relative}
.mainimage{max-width:100%;max-height:100%;}
.fade{max-width:100%;max-height:100%;height:100%;}
.tgwrapper {max-width:100%;max-height:100%;height:100%;}
.scrollablewrapper {max-width:100%;position:relative}
.scrollable-column{max-width:500px;position:relative;}
.mainimage-inner{max-width:100%;max-height:100%;height:100%;text-align:center;margin:0 auto;}
.mainimage-inner img{max-width:100%;max-height:100%;text-align:center;margin:0 auto;}
.item {max-width:99%;}
.inner-item {max-width:95%;}
.image a {max-width:99%;}
.gallerywrapper .image img{max-width:14%;height:auto}
.gallerywrapper img {max-width:100%;height:auto;max-height:100%;width:auto;}
}
@media (max-width: 500px) {
  .cartbuttons-left{ display:inline-block;margin-right:0px;min-width:160px;width:48% !important;max-width:48% !important;text-align:center;}
  .cartbuttons-center{ display:inline-block;margin:0px auto;min-width:140px;width:45% !important;max-width:48% !important;text-align:center;}
  .cartbuttons-right{ float:left;width:100%;text-align:center;}
  .cartbuttons-right b{ display:block;}
  #header-first {position:absolute;bottom:10px;float:right;margin-top:15px;margin-right:20px;}
}


@media (max-width:485px) {
  #credits, #copyright {width:100%;}
  .floatleft,.floatright {float:none !important;margin:0 auto 15px auto !important;display:block;padding-left:0px; padding-right:0px;}
}
@media (max-width:480px) {
  #footer .col {min-width:50%;max-width:100%;text-align:center;}
  #footer .col.col-md-first{width:100%;max-width:100%;text-align:center;}
  #footer .col p.left {min-width:50%;max-width:100%;text-align:center;}
}
@media (max-width:375px) {
  #footer .col{width:100%;max-width:100%;text-align:center;}
#cart .button, #cart .buttonw{width:220px !important;max-width:100% !important;border:1px solid;}
  .cart_items th,
  .cart_items th.itemcode,
  .cart_items th.itemname,
  .cart_items th.itemprops,
  .cart_items th.itemquant,
  .cart_items th.itemprice,
  .cart_items th.itemtotal {
    float:left;padding:2px 4px !important;
    box-sizing:border-box
  }
  .cart_items td{float:left;border:0px solid;}
  .cart_items td.itemcode,.cart_items th.itemprops {float:left;}
  .cart_items td.itemcode {width:25%;}
  .cart_items td.itemname {width:70%;border:0px solid;clear:none;padding:4px 0px !important;}

  .cart_items th.itemprice,.cart_items th.itemquant,.cart_items th.itemtotal {float:right;}
  .cart_items td.itemprice{
    clear:both;
    float:left;
    width:40%;
    border:0px solid;
    box-sizing:border-box;
  }
  .cart_items td.itemquant{
    float:left;
    width:32%;
    border:0px solid;
    box-sizing:border-box;
    text-align:right;
  }
  .cart_items td.itemtotal {
    float:left;
    width:28%;
    border:0px solid;
    box-sizing:border-box;
  }
  .cart_items td.notespan {float:left;width:100%;}
  .cart_items td.itemprice {text-align:right;}
  .cart_items .lh {float:left;display:block;border:0px solid;text-align:right;width:50%; box-sizing:border-box;}
  .cart_items .lhv {float:left;display:block;border:0px solid;width:50%; box-sizing:border-box;text-align:right;}
  .cartbuttons-left{ width:100% !important;max-width:100% !important;}
  .cartbuttons-center{ width:100% !important;max-width:100% !important;}

}

/* stx expandable core CSS */
.expandable {
  position: relative;
}
.expandTrigger {
  position: absolute;
}
.expanded {
  height: auto;
  overflow: visible;
}
.collapsed {
  overflow: hidden;
}

