/* Color: Blue */

.button {
  text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}
.button-normal {
  text-shadow: none;
}

#Home ::-webkit-input-placeholder {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style:italic;
}

#Home :-moz-placeholder { /* Firefox 18- */
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style:italic;
}

#Home ::-moz-placeholder {  /* Firefox 19+ */
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style:italic;
}

#Home :-ms-input-placeholder {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style:italic;
}

#Home {
}
#Home .button-small {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 32px;
}

#Home #Header {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}


#Home #Wrapper .section {
  position: relative;
}

/*#Home #Wrapper .section:after {
  content: ' ';
  border-left: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 50%;
}*/

#Home #Wrapper .left-col {
  position: relative;
  float: left;
  padding: 30px 60px;
  width: 60%;
  box-sizing: border-box;
  /*
  background: green;
  background: red;
  */
  border-right: 1px solid #e5e5e5;
  min-height: 300px;
}

#Home #Wrapper .right-col {
  position: relative;
  float: right;
  padding: 30px;
  width: 40%;
  box-sizing: border-box;
  /*min-height: 100px;*/
}


#Home #Certifications {
  text-align: center;
  margin: 30px -15px 0;
}
#Home #Certifications img {
  margin: 0 15px;
  vertical-align: middle;
  max-height: 52px;
}
#Home #Certifications .demeter {
  max-height: 30px;
}


#Home h2 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #007115;
	color: #00440D;
}

#Home #Pitch {
  text-align: center;
}

#Home #Pitch h2 {
	margin: 10px 0 25px;
}


/* Sidebar Newsletter Subscription Form */

#Home #Newsletter {
  /*
  padding: 30px;
  width: 100%;
  margin: 0 -30px 0;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  background: rgb(255, 240, 180);
  */


}

#Home #Newsletter h2 {
	margin: 10px 0 20px;
  color: #00440D;
}

/*
#Home #Newsletter p {
  color: #666 !important;
  font-size: 0.8em;
}
*/

#Home .NewsletterSubscription {
  width: 350px;
  margin: 0 auto;
  text-align: center;
}

#Home .NewsletterSubscription form {
  width: 275px;
  text-align: center;
  margin: 20px auto;
}

#Home .NewsletterSubscription h3 {
  display: none;
}

#SideNewsletterBox label,
#Home .NewsletterSubscription label {
  display: none;
}
#Home .NewsletterSubscription input.Textbox {
  width: 100%;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  margin: 0px 0 15px;
  box-sizing: border-box;
}

#Home .NewsletterSubscription input.Textbox:focus {
}
#Home .NewsletterSubscription .button {
  width: 100%;
}
/*
#Home .NewsletterSubscription .button {
  width: 100%;
  font-size: 13px;
  margin-bottom: 0;
}
.NewsletterSubscription p {
  text-align: center;
}
*/


#Home #Wrapper p {
  color: #464646;
}


#Home .banner_home_page_top {
  padding: 20px 30px;
  background: #FFE57E;
  margin: 0;
}

#Home .banner_home_page_top a {
  color: #c00;
}
#Home .banner_home_page_top p {
  margin: 0;
}

#Home .HomeCategoryList {
  width: 100%;
  clear: both;
  background: #e5e5e5;
  max-width: 1600px;
  /*
  box-shadow: 0px 0px 200px #7D8300;
  position: relative;
  height: 600px;
  -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  */

  box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
}

#Home .HomeCategoryList .Category {
  position: relative;
  float: left;
  /*height: 300px;*/
  min-height: 300px;
  max-height: 400px;
  height: 33vh;
  width: 20%;
  /*background: #414042;*/
  background: #fff;
  /*
  top: 1px;
  left: 1px;
  margin: 1px;
  */
  box-sizing: border-box;
}
#Home .HomeCategoryList .Category a.CategoryLink {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

/* Link Mask */

#Home .HomeCategoryList .Category a.CategoryLink .Mask {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.22) inset;
  z-index: 5;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


/*#Home .HomeCategoryList.HasActive a.CategoryLink .Mask {
  background-color: rgba(0,0,0,0.2);
}

#Home .HomeCategoryList .Active a.CategoryLink .Mask {
  box-shadow: none;
  background-color: transparent !important;
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}*/
#Home .HomeCategoryList .Active a.CategoryLink .Mask {
  box-shadow: 0px 0px 40px rgba(255,255,255,0.22) inset;
}


#Home .HomeCategoryList a.CategoryLink {
  position:relative;
  overflow:hidden;
}
#Home .HomeCategoryList a.CategoryLink img {
/*
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  -ms-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  min-width: 100%;
  min-height: 100%;
  */
}
/*#Home .HomeCategoryList a.CategoryLink img.active{
  z-index:4;
  opacity:1;
}*/

#Home .HomeCategoryList .Category a.CategoryLink span.Label {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  background: rgba(115, 119, 40, 0.8);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
  font-size: 14px;
  line-height: 20px;
  padding: 8px 10px;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

#Home .HomeCategoryList.HasActive .Category a.CategoryLink span.Label {
  /*
  background-color: rgba(0,0,0,0.66);
  color: rgba(255,255,255,0.22);
  */
  /* background-color: rgba(115, 119, 40, 0.3); green
  color: #AFAF1B; */
}
#Home .HomeCategoryList .Category.Active a.CategoryLink span.Label {
  /*
  background: rgba(125, 131, 0, 0.8);
  background: rgba(130, 136, 21, 0.8);
  background: rgba(115, 119, 40, 0.8);
  background: rgba(0,0,0,0.9);
  color: #E4E41F;
  */
}
#Home .HomeCategoryList .Category a.CategoryLink span.Label .LabelInner {
  display: none;
}
#Home .HomeCategoryList .Category.Active a.CategoryLink span.Label .LabelInner {
  display: inline;
}

/*
  Category Content Panel
*/

#Home .HomeCategoryList .Category .CategoryContent {
  display: none;
}



/*
  Category Specific Overrides
*/

#Home .HomeCategoryList .Category a.CategoryLink {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#Home .HomeCategoryList .Category.Bedding.Wool {
  /*padding: 0 0 0 0;*/
  /*height: 300px;
  width: 50%;*/
  /*width: 50%;*/
    padding: 0 1px 0 0;
}
#Home .HomeCategoryList .Category.Bedding.Cotton {
  /*padding: 0 0 0 0;*/
  /*height: 300px;
  width: 50%;*/
    padding: 0 1px 0 0;
    /*width: 50%;*/
}
#Home .HomeCategoryList .Category.Bedding.Wool a.CategoryLink {
  background-image: url(../../BE/images/be/home/showcase/bed3.jpg);
  background-position: 70% 0%;
}
#Home .HomeCategoryList .Category.Bedding.Cotton a.CategoryLink {
  background-image: url(../../BE/images/be/home/showcase/bedsheets1.jpg);
  background-position: 35% 0%;
}
#Home .HomeCategoryList .Category.Clothing {
  padding: 0 1px 0 0;
}
#Home .HomeCategoryList .Category.Clothing a.CategoryLink {
  /*background-image: url(../../BE/images/be/home/showcase/family.jpg);*/
  background-image: url(../../BE/images/be/home/showcase/baby.jpg);
  background-position: 80% 0%;
}
#Home .HomeCategoryList .Category.Carpets {
  padding: 0 1px 0 0;
}
#Home .HomeCategoryList .Category.Carpets a.CategoryLink {
  background-image: url(../../BE/images/be/home/showcase/carpets2.jpg);
}
#Home .HomeCategoryList .Category.Lifestyle {
  padding: 0 0 0 0;
}
#Home .HomeCategoryList .Category.Lifestyle a.CategoryLink {
  /*background-image: url(../../BE/images/be/home/showcase/gardening.jpg);*/
  background-image: url(../../BE/images/be/home/showcase/lifestyle.jpg);
}


/*
  About
*/
#About {
}

#About .image-container {
  background: #f6f6f6;
  margin: 35px 0;
  border: 1px solid #e9e9e9;
  padding-bottom: 2%;
}

#About .image-container img {
  max-width: 96%;
  margin: 2% 2% 0;
}

#About .image-container img.image-left {
  max-width: 47%;
  margin-right: 1%;
  float: left;
}

#About .image-container img.image-right {
  max-width: 47%;
  margin-left: 1%;
  float: right;
}

#About .logo-container {
  float: right;
  /*margin-top: 15px;*/
  margin-left: 15px;
}

#About .logo-container img {
  max-width: 250px;
  height: auto !important;
}

#About .logo-container img.marketplace-logo {
  max-width: 150px;
}

#About .Clear {
  height: 0;
  line-height: 0;
}





#About hr {
  display: block !important;
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: 1px double #e5e5e5;
  color: #ccc;
  text-align: center;
  margin: 35px 0;
}



/*
  Advocates
*/
#Advocates {
}

#Advocates table {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

#Advocates table th {
  background-color: #414042;
  color: #eee;
  padding: 10px 10px;
}

#Advocates table td {
  padding: 10px 10px;
}

#Advocates table tr:nth-child(odd) {
  background-color: #f4f4f4;
}

#Advocates table .org {
  width: 25%;
  text-align: center;
}
#Advocates table .org img {
  max-width: 180px;
  max-height: 150px;
}

/*
#Advocates table .intro {
  vertical-align: top;
  vertical-align: top;
}
*/

#Advocates table .contact {
  width: 25%;
  text-align: center;
}


/*--------------------------------------------------
    **Tech And All Social Icons**
---------------------------------------------------*/
.social-icons ul {
	margin: 15px 0 0;
	padding: 0;
	text-align: center;
}

.social-icons li {
	display: inline-block;
	list-style-type: none;
}

.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 50px;
  margin: 0 5px 10px 5px;
  padding: 8px 0;
  font-size: 25px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  background: transparent;
  /* vertical-align: middle; */
  color: #6b7076;
  border: 0px solid #6b7076;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.social-icons a:hover {
	/*border-width: 0px;
	padding: 0px 0px;*/
}

.social-icons .behance     a:hover { color: #2b9ad2; border-color: #2b9ad2; }
.social-icons .blogger     a:hover { color: #ff6500; border-color: #ff6500; }
.social-icons .deviantart  a:hover { color: #536659; border-color: #536659; }
.social-icons .dribbble    a:hover { color: #f973a4; border-color: #f973a4; }
.social-icons .facebook    a:hover { color: #3b5a9b; border-color: #3b5a9b; }
.social-icons .flickr      a:hover { color: #ff0084; border-color: #ff0084; }
.social-icons .forrst      a:hover { color: #2f713d; border-color: #2f713d; }
.social-icons .googleplus  a:hover { color: #f63d26; border-color: #f63d26; }
.social-icons .instagram   a:hover { color: #507ea4; border-color: #507ea4; }
.social-icons .lastfm      a:hover { color: #da0019; border-color: #da0019; }
.social-icons .linkedin    a:hover { color: #0072b2; border-color: #0072b2; }
.social-icons .paypal      a:hover { color: #165c82; border-color: #165c82; }
.social-icons .picasa      a:hover { color: #8a65a3; border-color: #8a65a3; }
.social-icons .pinterest   a:hover { color: #cb2027; border-color: #cb2027; }
.social-icons .skype       a:hover { color: #00aaf1; border-color: #00aaf1; }
.social-icons .soundcloud  a:hover { color: #ff6900; border-color: #ff6900; }
.social-icons .stumbleupon a:hover { color: #eb4823; border-color: #eb4823; }
.social-icons .twitter     a:hover { color: #2baae1; border-color: #2baae1; }
.social-icons .vimeo       a:hover { color: #40b2dc; border-color: #40b2dc; }
.social-icons .youtube     a:hover { color: #ff3330; border-color: #ff3330; }
.social-icons .rss         a:hover { color: #fe9900; border-color: #fe9900; }

/*.social-icons {
  padding: 0!important;
  margin: 0 auto 5px !important;
  list-style-type: none!important;
  height: 50px;
  width: 210px;
}
.social-icons ul{
  padding: 0!important;
  margin: 0!important;
}
.social-icons li{
  float: left!important;
  margin-right: 2px!important;
  margin-bottom: 2px!important;
  padding: 0px!important;
  display: inline!important;
  width: auto!important;

}
.social-icons li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block!important;
  float: left!important;
  height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  width: 40px!important;
  height: 40px!important;
  text-indent: -9999px!important;
}
.social-icons li a:hover {
  background-position: 0 -40px!important;
}
.social-icons li a {
  background-color:transparent;
}
.social-icons li.aim a {
  background: url(../../BE/images/social/aim.png) no-repeat 0 0;
}
.social-icons li.aim a:hover {
  background-color: #e95a00;
}
.social-icons li.apple a {
  background: url(../../BE/images/social/apple.png) no-repeat 0 0;
}
.social-icons li.apple a:hover {
  background-color: #606060;
}
.social-icons li.behance a {
  background: url(../../BE/images/social/behance.png) no-repeat 0 0;
}
.social-icons li.behance a:hover {
  background-color: #18a3fe;
}
.social-icons li.blogger a {
  background: url(../../BE/images/social/blogger.png) no-repeat 0 0;
}
.social-icons li.blogger a:hover {
  background-color: #fb913f;
}
.social-icons li.cargo a {
  background: url(../../BE/images/social/cargo.png) no-repeat 0 0;
}
.
.social-icons li.delicious a {
  background: url(../../BE/images/social/delicious.png) no-repeat 0 0;
}
.social-icons li.facebook a {
  background: url(../../BE/images/social/facebook.png) no-repeat 0 0;
}
.social-icons li.facebook a:hover {
  background-color: #3b5998;
}
.social-icons li.flickr a {
  background: url(../../BE/images/social/flickr.png) no-repeat 0 0;
}
.social-icons li.flickr a:hover {
  background-color: #f1628b;
}
.social-icons li.google a {
  background: url(../../BE/images/social/google.png) no-repeat 0 0;
}
.social-icons li.google a:hover {
  background-color: #dd4b39;
}
.social-icons li.googleplus a {
  background: url(../../BE/images/social/googleplus.png) no-repeat 0 0;
}
.social-icons li.googleplus a:hover {
  background-color: #d94a39;
}
.social-icons li.html5 a {
  background: url(../../BE/images/social/html5.png) no-repeat 0 0;
}
.social-icons li.html5 a:hover {
  background-color: #f3642c;
}
.social-icons li.linkedin a {
  background: url(../../BE/images/social/linkedin.png) no-repeat 0 0;
}
.social-icons li.linkedin a:hover {
  background-color: #71b2d0;
}
.social-icons li.orkut a {
  background: url(../../BE/images/social/orkut.png) no-repeat 0 0;
}
.social-icons li.orkut a:hover {
  background-color: #ed2590;
}
.social-icons li.paypal a {
  background: url(../../BE/images/social/paypal.png) no-repeat 0 0;
}
.social-icons li.paypal a:hover {
  background-color: #32689a;
}
.social-icons li.picasa a {
  background: url(../../BE/images/social/picasa.png) no-repeat 0 0;
}
.social-icons li.picasa a:hover {
  background-color: #444;
}
.social-icons li.pinterest a {
  background: url(../../BE/images/social/pinterest.png) no-repeat 0 0;
}
.social-icons li.pinterest a:hover {
  background-color: #cb2027;
}
.social-icons li.rss a {
  background: url(../../BE/images/social/rss.png) no-repeat 0 0;
}
.social-icons li.rss a:hover {
  background-color: #fe9900;
}
.social-icons li.skype a {
  background: url(../../BE/images/social/skype.png) no-repeat 0 0;
}
.social-icons li.skype a:hover {
  background-color: #18b7f1;
}
.social-icons li.tumblr a {
  background: url(../../BE/images/social/tumblr.png) no-repeat 0 0;
}
.social-icons li.tumblr a:hover {
  background-color: #3a5976;
}
.social-icons li.twitter a {
  background: url(../../BE/images/social/twitter.png) no-repeat 0 0;
}
.social-icons li.twitter a:hover {
  background-color: #48c4d2;
}
.social-icons li.vimeo a {
  background: url(../../BE/images/social/vimeo.png) no-repeat 0 0;
}
.social-icons li.vimeo a:hover {
  background-color: #62a0ad;
}
.social-icons li.wordpress a {
  background: url(../../BE/images/social/wordpress.png) no-repeat 0 0;
}
.social-icons li.wordpress a:hover {
  background-color: #464646;
}

.social-icons li.yelp a {
  background: url(../../BE/images/social/yelp.png) no-repeat 0 0;
}
.social-icons li.yelp a:hover {
  background-color: #c41200;
}
.social-icons li.youtube a {
  background: url(../../BE/images/social/youtube.png) no-repeat 0 0;
}
.social-icons li.youtube a:hover {
  background-color: #f45750;
}*/
