

.topPp{
  padding-top: 20px !important;
}

.pp{
  border-top: 0 !important;
  border-bottom: 0 !important;
}

img{
border: none;
}

h3{
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
  margin-bottom: 2em;
}
h4{
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
  width: 90%;
  max-width: 1000px;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 2em;
}

#previewImage{
  width: 1px; height: 1px; overflow: hidden;
  top: -500px;
  position: absolute;
  display: block;
}

.serviceMode{
  display: block;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 99999999999999999999999;
}

.ui-loader{
  display: none !important;
}

.fa-question-circle{
  display: none !important;
}
.textLink{
  text-decoration: underline;
  cursor: pointer;
  color: #439c92 !important;
}

#galleryMenuBg{
	display: block;
	position: fixed;
	width: 150px;
	height: 90px;
	z-index: 9999;
	-webkit-transition: background-color 300ms linear;
		-moz-transition: background-color 300ms linear;
		-o-transition: background-color 300ms linear;
		-ms-transition: background-color 300ms linear;
		transition: background-color 300ms linear;
		border-radius: 0 0 10px 0;
}

#galleryHeader{
	display: block;
	position: fixed;
	width: 100%;
	height: 14.3%;
	z-index: 97;
	left: 0; top: 0;
	transition: top 600ms cubic-bezier(0.250, 0.250, 0.000, 1.245);
}

#galleryHeaderBg{
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	opacity: .75;
	transition: all 300ms linear;
  /* border-bottom: 2px solid rgba(239, 239, 239, 0.2);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.45);
  box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.45); */
}

.bogoMessage{
  font-size: .7em;
}

.bogoPhoto{
  display: block;
  position: relative;
  width: 100%; height: auto;

}

.bogoStuff{
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-top: 0;
  padding-top: 20px;
}

.bogoContent{
  display: inline-block;
  position: relative;
  padding: 0 5%;
  max-width: 90%;
  text-align: left;
  font-size: 1.1em;
}

#headerLogo{
	display: block;
	position: absolute;
	width: 150px;
	height: 100%;
	right: 25px;
	top: 3px;
	font-size: 80px;
	background: url(./graphics/signatureJustMountains.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 80% auto;
	transition: transform 600ms cubic-bezier(0.250, 0.250, 0.000, 1.245), color 300ms linear, opacity 600ms linear;
	transform: translateX(100px);
}

.headerLogoInPlace{
		transform: translateX(0px) !important;
}

#headerControls{
	display: block;
	position: absolute;
	width: 500px;
	height: 100%;
	left: 100px;
	top: 0;
}

.headerControlsButton{
	display: inline-block;
	position: relative;
	width: 85px;
	height: 64px;
	vertical-align: middle;
	margin: 0 2px;
	text-align: center;
	cursor: pointer;
}

#showDayButton{
	/*background: url(graphics/gallery_DayButton.png);*/
	color: #f9cc18;

}

#showNightButton{
	/*background: url(graphics/gallery_NightButton.png);*/
	color: #fdf8c6;
}

.dropDown{
	display: inline-block;
	position: relative;
	vertical-align: middle;
  padding-left: 20px;
}

.dropDownButton{
  display: inline-block;
  position: relative;
  background: rgba(255,255,255, 1);
  color: #333;
  padding: 20px;
  min-width: 140px;
  border-radius: 10px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
}

.dropDownItems{
  display: block;
  position: absolute;
  text-align: right;
  width: 60%;
  height: 200px;
  overflow: visible;
  right: 10px; top: 100%;
  z-index: 8;
  transition: all 300ms;

}

.dropDownItemsHidden{
  top: 80% !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.dropDownItem{
  display: block;
  float: right;
  text-align: right;
  padding: 5px 20px;
  width: 80%;
  background-color: #333;
  cursor: pointer;
  font-size: .9em;
  opacity: 1;
  border-style: solid;
  border-width:0 1px 0 1px;
  border-color: #fff;
  color: #fff;
}

.dropDownItem:hover{
  background-color: #444 !important;
  opacity: 1 !important;
}
.dropDownItem:last-of-type{
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  border-width:0 1px 1px 1px;
  border-color: #fff;

}

 .crossOut{
	 display: none;
	 position: absolute;
	 left: 50%;
	 width: 1px;
   transform: rotate(-45deg);
   height: 70%;
	 top: 15%;
	 background: #fff;
   transition: all 300ms;
   opacity: 0;
 }

 .crossOutVisible{
   opacity: 1;
 }

 .newFilters{
   display: block;
   position: relative;
   padding: 10px 0;
   text-align: center;
   font-size: 0.9;
   color: #fff;
   margin: 20px 0;
 }

.aFilter{
  display: inline-block;
  padding: 10px;
  cursor: pointer;
   text-decoration: underline;
}

.searchInput{
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  border: 0;
  box-shadow: 0;
}

.searchButton{
  color: #fff;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.searchSuggestions{
  color: #fff;
  font-size: .8em;
  display: block;
  position: relative;
  margin-top: 15px;
}
.suggestion{
  display: inline-block;
  position: relative;
  padding: 3px; margin: 5px;
  text-decoration: underline;
  cursor: pointer;
}

.suggestion:hover{
  color: #53b8ad;
}

#movementButton{
	display: none;
	font-size: 1em;
	 color: #fff;
}

#movementButton i{
  -moz-transform: scaleX(-1);
   -o-transform: scaleX(-1);
   -webkit-transform: scaleX(-1);
   transform: scaleX(-1);
   filter: FlipH;
   -ms-filter: "FlipH";
}

.headerControlsButton i{
	display: inline-block;
	vertical-align: middle;
}

.buttonDisabled{
	color: #333;
}


.checkBoxHolder{
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  text-align: right;
}

.checkBox{
  display: inline-block;
  vertical-align: middle;
}

#thumbHolder{
    /* These styles MUST be included. Do not change. */
    display: block;
	  position: absolute;
    position: fixed;
    top: 14.3%; left: 0;
		bottom: 0; right: -18px;
    height: 85.7%;
    z-index: 8;
		-webkit-transition: background-color 300ms linear;
	    -moz-transition: background-color 300ms linear;
	    -o-transition: background-color 300ms linear;
	    -ms-transition: background-color 300ms linear;
	    transition: background-color 300ms linear;

    /* These styles are optional, and describe how the pageslide will look */
    color: #efefef;
	border-right: transparent solid 1px;
	z-index: 10;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #222;
}

#thumbHolderBg{
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	left: 0px; top: 0px;

}
#thumbButtonBg{
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	left: 0px; top: 0px;
}


#loadMoreButton{
	display: inline-block;
	position: relative;

	padding: 25px;
	border: 1px solid #fff; color: #111;
  font-size: 16px;
  line-height: normal;
  background: rgba(255,255,255,0.75);
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
  margin-bottom: 50px;
	transition: all 200ms;
}
#loadMoreButton:hover{
  background: rgba(255,255,255,0.95);
}

.loader-element-hidden{
	display: none;
	width: 50px; height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -50px;
	transform: scale(.5);
}


.centerColumn{
	width: 34% !important;
}


.newThumbHolder{
	float: left;
	position: relative;
	text-align: center;
	width: 32%;





/*
-webkit-column-count: 3;
-webkit-column-gap:   6px;
-moz-column-count:    3;
-moz-column-gap:      6px;
column-count:         3;
column-gap:           6px;
*/


}


.column1{

}


.isSale{
  display: block;
  position: absolute;
  max-width: 75%;
  bottom: 0; left: 0;
  padding: 10px;
  background: rgba(0,0,0,0.55);
  border-radius: 0 10px 0 0;
  color: #fff; font-size: 14px;
  z-index: 9;
  cursor: pointer;
}

.isHex{
  display: block;
  position: absolute;
  max-width: 75%;
  bottom: 0; right: 25px;
  padding: 10px;
  background: rgba(0,0,0,0.55);
  border-radius: 10px 0 0 0;
  color: #fff; font-size: 14px;
  z-index: 9;
  cursor: pointer;
}

.saleStar{
display: inline-block;
position: relative;
font-size: .8em;
top: -2px;
}

.saleHolder{
  display: inline-block;
  position: relative;
  padding: 20px;
  font-size: 1em;
  line-height: normal;
  color: #fff;
  text-align: center;
  background: #333;

}

.simplebar-track.simplebar-horizontal {
  padding: 3px 0;
  background-color: #dadada !important;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  margin-top: 3px;
  background-color: #a6a3a3 !important;
}

.simplebar-track.simplebar-vertical {
  padding: 3px 0;
  background-color: #dadada !important;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  margin-left: 3px;
  background-color: #a6a3a3 !important;
}


.portfolioHeader{
  display: inline-block;
  position: relative;
  font-size: 1.5em;
  text-decoration: underline;
  letter-spacing: 5px;
  color: #666;
}

.topBox{
  display: block;
  position: relative;
  width: 100%;
  min-height: 100px;
  background: #efefef;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 20px;
}


.topBox2{
  display: block;
  position: relative;
  width: 100%;
  min-height: 10px;
  padding: 30px 0 20px 0;
  background: #efefef;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  border-top: #dadada solid 1px;
  text-align: left;
}

.topBoxInner{
  display: inline-block;
  width: 96%;
  margin-left: 2.5%;
  font-size: .85em;
  color: #666;
}

.filterBox{
  display: inline-block;
  position: relative;
  width: 13%;
  padding-top: 10%;
  background: #333;
  background-size: cover !important;
  background-position: 25% !important;
  margin: 1% 0 2% 2%;

  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: border 300ms, filter 500ms;

  -webkit-filter: brightness(1.0); /* Chrome, Safari, Opera */
  filter: brightness(1.0);
}



.filterBox:hover{

  -webkit-filter: brightness(1.2); /* Chrome, Safari, Opera */
  filter: brightness(1.2);
}

.filterBox:hover > div{
  background: rgba(255,255,255,0.05);
}


.filterSelected{
  -webkit-filter: brightness(1.2); /* Chrome, Safari, Opera */
  filter: brightness(1.2);
}

.filterSelected > div{
  background: rgba(255,255,255,0.05);
}

.filterTitle{
  display: block;
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  text-align: center;
  font-size: .85em;
  letter-spacing: 3px;
  font-weight: lighter;
  padding-top: 5px;
  color: #fff;
  border-radius: 0;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
  transition: background 300ms;
}

.filterTitleInner{
  display: inline-block;
  position: relative;
  width: 80%;
  white-space:normal;
}

.couponHolder>div{
  position: relative;
  width: 100%;
}

.saleHolder input{
  display: inline-block;
  width: 95%;
  padding: 2.5%;
  font-size: 1.15em;
  border-radius: 5px;
    border: 0;
}

.saleHolder>div{
  display: inline-block;
  position: relative;
  padding: 2%;
  text-align: justify;
  width: 96%;

}

.saleHolder li{
  margin: 20px 0;
}

.saleHolder h2{
  text-align: center;
  width: 96%;
  background: #222;
  padding: 2% !important;
  border-radius: 5px;
  color: #efefef;
}

.saleHolder h1{
  text-align: center;
  width: 96%;
  background: #222;
  padding: 2% !important;
  border-radius: 5px;
  color: #efefef;
}

.saleButton{
  color: #539e97 !important;
  text-decoration: underline;
  cursor: pointer;
}

.saleButton:hover{
  color: #7689af;
}

.aThumb{



}

.rightThumb{
	padding-right: 0 !important;
}

.thumbContainer{
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.twoColumn{
  width: 50% !important;
}

.oneColumn{
  width: 100% !important;
}

.thumb{
	display: inline-block;
	position: relative;
  margin-bottom: 2em;
	width: 90%; max-height: 2600px;
  max-width: 1000px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  inset 1px 1px 2px 0px rgb(255 255 255 / 50%), 1px 1px 2px 0px rgb(0 0 0 / 50%);
  border: 1em solid #fff;

	-webkit-filter: brightness(1.0); /* Chrome, Safari, Opera */
	filter: brightness(1.0);

	transition: all 300ms linear;

	opacity: 0;
	cursor: pointer;

}

.thumb:hover{
	-webkit-filter: brightness(1.2); /* Chrome, Safari, Opera */
	filter: brightness(1.2);
	opacity: 1 !important;

		/*transition: all 500ms cubic-bezier(0.250, 0.250, 0.000, 2.25);*/
	transition: all 300ms linear;
}

.selectedThumb{
	-webkit-filter: grayscale(0%) !important; /* Chrome, Safari, Opera */
	filter: grayscale(0%) !important;
	opacity: 1;
}

.thumbHidden{
	width: 100%; max-height: 0 !important;
	padding-bottom: 0;
	margin-bottom: 0;
}





.thumbSalesButton{

  left: 20px; top: 20px;

}

.thumbPlusButton{

  right: 40px; top: 20px;

}

.thumbShareButton{
  right: 40px; bottom: 40px;

}

.thumbInfoButton{

  left: 20px; bottom: 40px;

}

.thumbButton{
  color:#cdcdcd;
  opacity: .55;
  display: block;
  position: relative;
  width: 100%; max-height: 30px;
  margin-left: -25px;
  margin-bottom: 25px;
  background: rgba(0,0,0,.75);
  font-size: 20px;
  padding: 15px 0;
  border-radius: 0;
  cursor: pointer;
  z-index: 9;
  transition: all 300ms, opacity 100ms;
  overflow: hidden;
  text-align: center;

}

.thumbButton:hover{
  color: #53b8ad;
  background: rgba(0,0,0,.90);
}

.thumbButtonLabel{
  display: inline-block;
  position: relative;
  margin-left: 25px;
}

.thumbButtonHidden{
  height: 0px !important;
  padding: 0px !important;
  opacity: 0 !important;
}

.zoomIcon{
  display: block; position: absolute;
  width: 40px; height: 40px;
  top: 50%; left: 50%;
  margin-top: -20px; margin-left: -30px;
  text-align: center;
  color: #fff !important;
  font-size: 3em !important;
  transition: opacity 500ms;
  opacity: .45;
  text-shadow: 0 0 1px #000;
}

.nopacity{
  opacity: 0 !important;
}



.salesModal{
  z-index: 102 !important;


}

.clickCatcher{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

.salesStuff{
  display: block;
  position: relative;
  width: 100%; min-height: 100%;
  margin-top: 0;
}

.inlineSalesStuff{
  display: block;
  position: absolute;
  width: 100%;
  background: #efefef;
  top: 125%;
  z-index: 99;
}

.salesContent{
  display: inline-block;
  position: relative;
  margin-bottom: 50px !important;
  text-align: center;
  max-width: 650px !important;
  font-size: .9em;
  color: #efefef;
  line-height: 36px;
}

.closeModalButton{
  display: block;
  position: fixed;
  width: 30px; height: 15px;
  right: 15px; top: 15px;
  padding: 7px 15px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.closeModalButtonHidden{
  right: -100px;
}


.productCategoryHolder{
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-bottom: 50px;
  background: #e0dfd7;
  padding-bottom: 25px;
}

.productInfoHolder{
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 20px 0;
  background: #e0dfd7;
}

.productInfoHolder > div{
  display: block;
  position: relative;
  font-size: .75em;
  color: #222;
  text-align: left;
  margin: 20px;
}

.salesPreview{
  display: inline-block;
  width: 100%; height: auto;
  max-width: 600px;
  max-height: 50%;
  margin-top: 30px;
}

.salesPreviewMobileLandscape{
  max-height: 250px !important;
  width: auto !important;
}

.productCategory{
  display: inline-block;
  position: relative;
  width: 100%; text-align: center;
  max-width: 600px;
  padding: 10px 0;
  background: #e0dfd7;
  color: #333;
  font-size: 1.25em;
  font-weight: bold;
}

.aProduct2{
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 540px;
  margin-bottom: 5px;
  background: #fbfbfb;
  color: #333;
  transition: all 300ms;
  box-shadow: 0 0 1px #000 inset;
  max-height: 1000px;
  overflow: hidden;
}

.aProduct2:hover{
  background: #37a09cfa;
  color: #fff;
}

.aProduct{
  display: inline-block;
  position: relative;
  width: 100%; text-align: center;
  max-width: 540px;
  margin-bottom: 20px;
  padding: 20px;
  background: #efefef;
  color: #333;
  transition: all 300ms;
  box-shadow: 0 0 1px #000 inset;
  max-height: 1000px;
}

.aProduct:hover{
  background: #326e68;
}

.aProductOpen{
  background: #efefef !important;
}

.aProductOpen2{
  background: #fbfbfb !important;
  color: #555 !important;
  padding-top: 0px;
  padding-bottom: 20px;
}

.aProductTop{
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 10px;
  cursor: pointer;
}

.aProductTop2{
  display: inline-block;
  width: 96%;
  position: relative;
  padding-top: 10px;
  padding: 2%;
  cursor: pointer;
}




.noCursor{
  cursor: default !important;
}

.aProductLeft{
  float: left;
  padding-left: 10px;
  width: 65%;
  text-align: left;
}
.aProductRight{
  float: right;
  padding-right: 10px;
  width: 28%;
  text-align: right;
}

.aProductRightWider{
  width: 100% !important;
}

.shippingOption{
  font-size: .9em !important;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
  line-height: 22px;
  margin: 4px 0;
  color: #222;
  cursor: pointer;
}

.shippingOption:hover{
  background: #bababa;
}



.shippingDetails{
  font-size: .8em !important;
}

.selectedShipping{
  background: #5d9e5a !important;
  color: #fff !important;
}

.hiddenCartItem{
  height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hiddenCartItemMax{
  max-height: 1px !important;
}

.shippingMessage{
  font-size: .9em !important;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  width: 90%;
  max-height: 500px;
  line-height: 22px;
  margin: 4px 0;
  overflow: hidden;
  transition: all 300ms;
}

.cartButton{
    display: block;
    position: fixed;
    width: 46px;
    height: 40px;
    right: 40px;
    top: 14px;
    z-index: 101;
    font-size: .8em;
    transition: transform 600ms cubic-bezier(0.250, 0.250, 0.000, 1.245), color 300ms linear, opacity 600ms linear;
    transform: translateX(-10px);
    text-align: center;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.3));
  }

  .cartButton:hover{
    color: #53b8ad;
  }


  .cartButtonVisible{
    color: #fff;
    transform: translateX(-10px);
  }

  .cartCount{
    display: block;
    position: absolute;
    width: 30px; height: 20px;
    color: #000; font-size: 12px;
    left: 10px; top: 7px;
    z-index: 2;
  }



.couponEntry{

}

.couponInput{
  display: inline-block;
  border: 0;
  padding: 5px;
  border-radius: 4px;
}


  .slideshowButton{
      display: block;
      position: fixed;
      width: 46px;
      height: 40px;
      left: 20px;
      bottom: 30px;
      z-index: 101;
      font-size: .8em;
      transition: transform 600ms cubic-bezier(0.250, 0.250, 0.000, 1.245), color 300ms linear, opacity 600ms linear;
      transform: translateX(-10px);
      text-align: center;
      vertical-align: middle;
      color: #fff;
      cursor: pointer;
      filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.3));
    }

    .slideshowButton:hover{
      color: #53b8ad;
    }

    .slideShowPlug{
      display: block;
      position: absolute;
      width: 200px;
      right: -215px;
      padding: 12px;
      top: -45px;
      color: #fff;
      background: #222;
      border-radius: 10px 10px 10px 0;
    }

  .buttonGeneric{
    color: #111;
    font-size: 1em;
    cursor: pointer;
    transition: all 200ms, opacity 800ms;
    text-align: center;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    background: rgba(255,255,255,0.62);
    display: inline-block;
    position: relative;
    opacity: 1;
  }

  .buttonGeneric:hover{
    color: #53b8ad;
    background: rgba(0,0,0,0.62);
  }

  .loggedInMessage{
    font-size: .75em;
    color: rgba(255,255,255,0.45);
  }

.addToCart{
  font-size: 1.45em;
  cursor: pointer;
  transition: all 200ms, opacity 800ms;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  color: #fff;
  background: #545454;
  display: block;
  position: absolute;
  right: 10px; bottom: 13px;
  overflow: hidden;
  opacity: 1;
}

.addToCart:hover{
  background: #222;
  color: #9add80;
}

.addToCartHidden{
  opacity: 0;
}

.removeFromCart{
  color: #999;
  font-size: 1em;
  cursor: pointer;
  transition: all 200ms, opacity 800ms;
  text-align: center;
  padding: 10px;
  display: block;
  position: absolute;
  right: 10px; bottom: 13px;
  height: 10px;
  overflow: hidden;
  opacity: 1;
  line-height: normal;
}

.plusMinusButtons{
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  width: 10px; text-align: center;
  border-radius: 3px;
  background: rgba(0,0,0,0.02);
  color: #777;
  margin-left: 15px;
  line-height: normal;
  cursor: pointer;
}


.plusMinusButtons:hover{
    background: rgba(255,255,255,0.5);
}

.cartPreview{
  display: block;
  position: relative;
  max-height: 200px;
  max-width: 100%;
  width: auto;
  margin-bottom: 10px;

}

.cartFooter{
  display: inline-block;
  position: relative;
  width: 100%; text-align: center;
  background: #e0dfd7;
  color: #333;
  transition: all 300ms;
  padding: 10px 0;
}

.payButton{
  width: 90%; height: auto;
  max-width: 300px;
  cursor: pointer;
  transition: all 100ms;
}

.thankYou{
  font-size: .9em;
  display: inline-block;
  position: relative;
  width: 100%; text-align: center;
  max-width: 600px;
  background: #111;
  color: #fff;
  transition: all 300ms;
}

.payButtonHidden{
  opacity: 0;
  width: 0; height: 0;
  padding: 0;
  position: absolute;
  display: block;
}

.productCategoryDetails{
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px 20px 20px;
  color: #333;
  background: #e0dfd7;
  line-height: 2;
  transition: all 300ms, opacity 1500ms;
  overflow: hidden;
  font-size: .85em;
  font-weight: lighter;
  cursor: default !important;
  min-height: 5px;
  opacity: 1;
}

.productDetails{
  display: block;
  position: relative;
  width: 100%; text-align: center;
  padding: 10px 0;
  color: #333;
  transition: all 300ms, opacity 1500ms;
  overflow: hidden;
  font-size: .7em;
  font-weight: lighter;
  cursor: default !important;
  min-height: 5px;
  opacity: 1;
}

.noBackgroundHack{
  background: none !important;
}

.productDetails2{
  display: block;
  position: relative;
  width: 100%; text-align: center;
  padding: 10px 0;
  color: #333;
  transition: all 300ms, opacity 1500ms;
  overflow: hidden;
  font-size: .7em;
  font-weight: lighter;
  cursor: default !important;
  min-height: 5px;
  opacity: 1;
}

.productDetailsHidden{
  height: 1px !important;
  padding: 1px 0 !important;
  min-height: 0 !important;
  opacity: 0;
}

.disclaimer{
  display: block;
  position: relative;
  width: 76%; text-align: justify;
  padding: 3% 12%;
  color: #333;
  transition: all 300ms, opacity 1500ms;
  overflow: hidden;
  font-size: .7em;
  line-height: normal;
  font-weight: lighter;
  cursor: default !important;
  opacity: 1;
}

#descriptionShort{
  max-width: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: .9em;
  line-height: 1.5;
  margin: 10px 0;
}


.moreButton{
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}

.moreButton a{
  color: #222 !important;
}

.descriptionLong{
  white-space: normal !important;
  overflow: visible !important;
}

.fileName{
  display: block;
  position: relative;
  width: 100%;
  font-size: .75em;
  color: #222;
  text-align: left;
  margin: 10px 0;
}

.fileName span{
  vertical-align: top;
}

.hiddenButton{
  opacity: 0 !important;
}
.hiddenImage{
  display: none !important;
}

.images{
	transition: transform 200ms;
	opacity: 0;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.55);
  box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.55);
}

.visible{
	opacity: 1 !important;
}

.hidden{
	opacity: 0 !important;
}

.loadingIcon{
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 21px;
	color: #fff;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
	opacity: 0;
	transition: opacity .75s ease-in-out;
   -moz-transition: opacity .75s ease-in-out;
   -webkit-transition: opacity .75s ease-in-out;
	 z-index: 999;
}



.loadingIcon i{
	display: block;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.dragscroll{
	/* cursor: move; */
}









/* NEW PREVIEW PRODUCT THING */
.productPreviewHolder{
  display: block;
  position: relative;
  width: 100%;
  min-width: 400px;
  height: 500px;
  transition: all 500ms;
  padding-bottom: 20px;
}

.roomImage{
  display: block;
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  height: 500px;
  background: url('/portfolio/room1Web.jpg');
}


.productImageHolder{
  display: block;
  position: absolute;;
  width: 100%;
  height: 275px;
  top: 40px;
  left: 10px;
  text-align: center;
}

.productImage{
  display: inline-block;
  position: relative;
  width:200px; height: 200px;
  vertical-align: middle;

}

.productImageImage{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border:0; margin: 0; padding: 0;
}


@media all and (min-width: 2000px) {

  .filterBox{
    width: 13% !important;
    padding-top: 10% !important;

  }

  .filterTitle{
    font-size: .9em !important;
  }

}




@media all and (max-width: 1000px) {


  .filterBox{
    width: 35% !important;
    padding-top: 35% !important;

  }

  .filterTitle{
    font-size: .6em !important;
  }

  .thumbButton{
    font-size: 15px !important;
  }

  .productCategory{
    font-size: .95em !important;

  }

  .salesPreview{
    max-width: 60% !important;
  }

  .aProduct{
    padding: 0;
  }

  .aProduct2{
    padding: 0;
  }

}
