@font-face {
  font-family: 'Walsheim';
  src: url('../webfonts/GT-Walsheim-Regular.eot');
  src: url('../webfonts/GT-Walsheim-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/GT-Walsheim-Regular.woff') format('woff'), url('../webfonts/GT-Walsheim-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

::selection {
  background: rgb(167,52,113); /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgb(167,52,113); /* Gecko Browsers */
}

.header{
  background-color: #fff;
  padding: 20px;
}

.header .primary li.section a, .header .primary li.current a{
  color: #999;
}

.header .primary li a:hover{
  color: #999;
}

.navbar{
  background-color: #fff;
}

.navbar-nav li a{
  color: #999;
  padding: 0 10px;
  font-weight: bold;
}

.main{
  padding: 0 0 60px;
}

.image{
  margin-bottom: 20px;
}

.image img{
  width: 100%;
  height: auto;
}

p{
  margin: 0 0 20px 0;
}

.typography p{
  font-size: 16px;
}

.mainContent{
  padding-bottom: 20px;
}

.mainContent ol{
  margin-left: 20px;
}

.dataCol{
  padding-left: 40px;
}

body, p{
  font-family: Arial, Helvetica, Geneva, sans-serif;
}

a{
  color: rgb(167,52,113);
}

a:hover{
  color: rgb(208,211,113);
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6{
  font-family: 'Walsheim', serif;
}

.grapeItem{
  margin-bottom: 30px;
}

.grapeItem h4{
  margin-bottom: 20px;
}

.grapeItem .inner{
  padding: 20px;
  background-color: #eee;
  height: 100%;
}

.variety{
  background-color: rgb(208,211,113);
  padding: 5px 20px;
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 25px;
  color: #fff;

}

.activeFilters{
  width: 100%;
  background-color: rgb(179,170,154);
  padding: 20px 0;
  /* margin: 0 0 40px 0; */
  color: #fff;
}

.activeFilters h3{
  color: #000;
}

.filters{
  width: 100%;
  background-color: rgb(211,206,196);
  padding: 40px 0;
}

div.form-control{
  background: none;
  border: none;
}

.form-control select{
  background-color: #fff;
}

#grapeListing{
  margin-top: 40px;
}

.search-choice{
  display: inline-block;

}

.search-choice-close{
  font-size: 20px;
  padding: 5px;
  vertical-align: middle;
}

.filterForm{
  position: relative;
}

.btn-toolbar{
  position: absolute;
  right: 20px;
  bottom: 5px;
}

#MemberLoginForm_LoginForm .btn-toolbar{
  position: relative;
  right: auto;
  bottom: auto;
  margin: 10px 0 0 0;
}

#MemberLoginForm_LoginForm p{
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
}

.btn-toolbar input{
  border: none;
  background-color: rgb(167,52,113);
  color: #fff;
  padding: 7px 40px;
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
}

#MemberLoginForm_LoginForm_Email_Holder{
  margin: 0 0 10px 0;
}

#MemberLoginForm_LoginForm_Remember_Holder{
  margin: 10px 0 0 0;
}

#MemberLoginForm_LoginForm_Remember{
  vertical-align: middle;
}

.showingTitle{
  margin-bottom: 40px;
}

h2.section-title{
  margin-bottom: 15px;
}

.searchBanner{
  width: 100%;
  padding: 10px 20px;
  text-align: right;
  background-color: rgb(167,206,212);
  margin-bottom: 30px;
}

.GrapeSearchPage .searchBanner{
  background-color: rgb(222,224,152);
}

.HomePage .searchBanner{
  background-color: rgb(193,224,181);
}

.searchBanner .searchArea{
  border: none;
  padding: 3px 5px 3px 10px;
}

.searchBanner .action{
  border: none;
  padding: 5px 10px;
  font-size: 14px;
}

.slick-next::before, .slick-prev::before{
  color: #000;
}

.slick-next{
  z-index: 999;
}

.slick-prev{
  z-index: 999;
}

.searchResults #PageNumbers .next{
  text-align: right;
  width: 30%;
}

 .searchResults #PageNumbers .prev{
   text-align: left;
   width: 33.3%;
 }

 .searchResults #PageNumbers .pagination span{
   text-align: center;
   display: block;
 }

div.wrapper{
  position: relative;
  width: 25%;
  float: left;
}

div.wrapper label{
  margin-left: 30px;
}

.form-control{
  width: 100%;
  float: none;
}

.infoIcon{
  position: absolute;
  right: 0;
  top: 7px;
  left: 15px;
  width: 20px;
  cursor: pointer;
  font-size: 21px;
}

.tooltiptext{
  display: none;
}

 /* RESPONSIVE CSS
-------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1550px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {


}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

  div.wrapper{
    width: 50%;
  }

  .searchBanner{
    text-align: left;
  }



.tooltiptext{
  position: relative;

}

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

  div.wrapper{
    width: 100%;
  }

  .btn-toolbar{
    position: relative;
    right: auto;
    bottom: auto;
    margin: 20px;
  }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
