@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {
  .page_thumbs img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important; 
	margin-bottom: 10px !important;
  }
	.counts {
	 font-size: 10px !important;		
	 padding: 5px 0 5px 20px !important;	
	}
	
	.snapit::before {
		content: '\a';
		white-space: pre;
	}

	.diamond {
		display: none;
	}

	.featherlight-content p {
		font-size: 24px !important;
	}
	
}


.buybar {
	
}

body {
	height: 100%;
	background-color:#EFEBCB;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.logo {
	text-align: center;
	margin: 10px auto -10px auto;
}


ul.menu {
  list-style-type: none;
  margin: 10px auto 0 auto;
  padding: 0;
  text-align: center;
}

ul.menu li {
  display: inline-block;
  position: relative;
  width: 200px;
}

.menu li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #ACA035;
  padding: 8px 20px 8px 20px;
  border: solid #ffffff 1px;
  text-decoration: none;
}

.view-cart {
  background: #C05454 !important;
}

.menu a {
  text-decoration: none;
  color:white;
}

.menu a:hover {
  color:#000;
}


#popups {
	display:none;
}

.page_thumbs img {
	border: 1px solid #666;
	margin: auto 7px;
}

.catalog {
	width: 90%;
	margin: 10px auto 0 auto;
}

.cat_img{
	border: 1px solid #a0a0a0;
	-webkit-box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.5);
	-moz-box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.5);
	box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.5);
}

.adspot_img{
	border: 1px solid #a0a0a0;
	-webkit-box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.5);
	-moz-box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.5);
	box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.5);
	display: inline-block !important;
	visibility:visible !important;
}

ul.cat-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.cat-list li {
  display: inline-block;
  height: 291px;
  margin: 25px;
  position: relative;
  width: 225px;
}


span.snippet span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  cursor:default;
}

span.snippet {
  font-family:"Droid Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-weight: 700;
  background: rgba(0,0,128,0.85);
  border: #fff solid 1px;
  color: white;
  cursor: pointer;
  display: table;
  height: 291px;
  left: 0;
  position: absolute;
  top: 0;
  width: 225px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;

}

ul.cat-list li:hover span.snippet {
  opacity: 1;
}

.mini_thumb {
	margin-bottom: 15px;
	margin-top: -20px;
	border: #fff solid 1px;
}

.button-l, .button-r {
	display: inline-block;
	position:absolute;
	top: 250px;
	left:auto;
}

.button-l {
	left: 25px;
}
.button-r {
	left: 120px;
}

.page_thumbs {
	padding: 10px;
	border: 1px solid #999;
	background-color: #ddf;
}

.page_thumbs img {

	-webkit-box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.5);
	-moz-box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.5);
	box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.5);

}

.featherlight-content h2 {
	background-color: #EFEBCB;
	font-family: 'Droid Sans', sans-serif;
	margin: -10px 0px 20px 0px;
	font-size:30px;
	font-weight: bold;
	color: #B00;
	letter-spacing:1px;
	padding: 10px 0 10px 10px;
	border: 1px solid #999;

}

.featherlight-content p {
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
}

.counts {
	height: 23px;
	background-color: #FFFFAA;
	font-family: 'Droid Sans', sans-serif;
	margin: 10px 5px 20px 0px;
	font-size:17px;
	font-weight: bold;
	color: #B00;
	letter-spacing:1px;
	padding: 10px 0 5px 10px;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	-webkit-box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.5);
	-moz-box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.5);
	box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.5);	
}
.detailbuy {
	display:inline-block;
	float:right;
    height: 40px;

}

.close-btn {
	color:#00A;
	cursor: pointer;
}

.close-btn:hover {
	color:#a00;
}


.featherlight-content {
	border-bottom: none !important; 
	max-width: 900px;
}

.discount {
  font-family:"Droid Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  margin-bottom:0;
}

.redbold{
	color:#900;

}

.featherlight-image{
    /* border: 1px solid black; */
    margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.7);
	-moz-box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.7);
	box-shadow: 0px 0px 9px 3px rgba(96,96,96,0.7);	
}


.framed {

	background-color:#EFEBCB;
	border: thin black solid;
	margin: 20px auto 20px auto;
	padding: 20px;
	box-shadow: 10px 10px 40px 0px #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.catTitle {
	display: block;
	clear: left;
	font-weight: normal;
	font-size: 18px;
	margin-top: 10px;
}

.bookEntry {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	vertical-align: top;
	padding-bottom: 55px;
}

.bookEntry a {
	text-decoration: none;
}

.bookEntry a:hover {
	text-decoration:underline;
}
