/*responsive wrappers*/
/*responsive break points*/
/* article break */
/*mixins*/
/* HOME */
/* home teaser */
.home-teaser {
  width: 100%;
  height: 450px;
}
@media all and (max-width: 1150px) {
  .home-teaser {
    height: auto;
  }
}
.home-teaser .home-teaser-inner {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
@media all and (max-width: 1150px) {
  .home-teaser .home-teaser-inner {
    width: 98%;
  }
}
.home-teaser .home-teaser-inner .home-teaser-title {
  position: absolute;
  top: 30%;
  right: 7%;
  max-width: 340px;
}
@media all and (max-width: 1150px) {
  .home-teaser .home-teaser-inner .home-teaser-title {
    position: static;
    display: block;
    text-align: center;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
}
.home-teaser .home-teaser-inner .home-teaser-title h1 {
  font-family: 'open_sanslight', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 68px;
  color: #86c75f;
  margin: 0;
  text-transform: uppercase;
  line-height: 0.95em;
}
@media all and (max-width: 500px) {
  .home-teaser .home-teaser-inner .home-teaser-title h1 {
    font-size: 58px;
  }
}
@media all and (max-width: 360px) {
  .home-teaser .home-teaser-inner .home-teaser-title h1 {
    font-size: 48px;
  }
}
.home-teaser .home-teaser-inner .home-teaser-title h1 span {
  display: block;
  font-size: 38px;
  margin-left: -5px;
}
@media all and (max-width: 500px) {
  .home-teaser .home-teaser-inner .home-teaser-title h1 span {
    font-size: 28px;
  }
}
.home-teaser .home-teaser-inner .home-teaser-title p {
  color: #9b9b9b;
  max-width: 600px;
}
@media all and (max-width: 1150px) {
  .home-teaser .home-teaser-inner .home-teaser-title p {
    max-width: 100%;
  }
}
@media all and (max-width: 1150px) {
  .home-teaser .home-teaser-inner .home-teaser-image {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
.home-teaser .home-teaser-inner .home-teaser-image img {
  max-width: 100%;
}
/* featured items */
.home-featured {
  width: 1140px;
  margin: 50px auto 0 auto;
}
@media all and (max-width: 1150px) {
  .home-featured {
    width: 100%;
  }
}
.home-featured .home-featured-item {
  float: left;
  width: 340px;
  height: auto;
  margin: 20px;
}
@media all and (max-width: 1150px) {
  .home-featured .home-featured-item {
    width: 31.3333%;
    margin: 1%;
  }
}
@media all and (max-width: 500px) {
  .home-featured .home-featured-item {
    width: 48%;
    margin: 1%;
  }
}
.home-featured .home-featured-item img {
  width: 340px;
  height: auto;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media all and (max-width: 1150px) {
  .home-featured .home-featured-item img {
    width: 100%;
    height: auto;
  }
}
.home-featured .home-featured-item:hover img {
  opacity: 1;
}
@media all and (max-width: 500px) {
  .home-featured .home-featured-item:nth-child(3) {
    float: right;
  }
}
/* article group */
.group-wrap {
  width: 1140px;
  margin: 40px auto;
}
@media all and (max-width: 1150px) {
  .group-wrap {
    width: 100%;
  }
}
.group-wrap h1 {
  width: 1100px;
  margin: 20px auto;
}
@media all and (max-width: 1150px) {
  .group-wrap h1 {
    width: 98%;
  }
}
.group-list {
  width: 100%;
  margin: 0;
}
.group-list a {
  text-decoration: none;
  color: #222222;
}
.group-list .group-list-item {
  width: 340px;
  height: 350px;
  margin: 20px;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.group-list .group-list-item:hover {
  -webkit-box-shadow: 0 0 1px #c0c0c0;
  -moz-box-shadow: 0 0 1px #c0c0c0;
  box-shadow: 0 0 1px #c0c0c0;
}
.group-list .group-list-item:hover h2 {
  color: #8dca62;
}
.group-list .group-list-item.top-spacer {
  padding-top: 20px;
}
@media all and (max-width: 1150px) {
  .group-list .group-list-item {
    width: 31.3333%;
    margin: 1%;
  }
}
@media all and (max-width: 500px) {
  .group-list .group-list-item {
    width: 48%;
    margin: 1%;
  }
}
@media all and (max-width: 360px) {
  .group-list .group-list-item {
    width: 98%;
    margin: 10px 1%;
    height: auto;
  }
}
.group-list .group-list-item img {
  width: 340px;
  max-width: 100%;
}
@media all and (max-width: 1150px) {
  .group-list .group-list-item img {
    width: 100%;
    height: auto;
  }
}
.group-list .group-list-item h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 20px auto 10px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.group-list .group-list-item p {
  text-align: center;
  max-width: 90%;
  margin: 10px auto;
}
/* article */
.article-teaser {
  width: 1100px;
  margin: 20px auto;
}
@media all and (max-width: 1150px) {
  .article-teaser {
    width: 100%;
  }
  .article-teaser img {
    width: 100%;
    height: auto;
  }
}
.group-title {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.group-title a {
  text-decoration: none;
  color: #999999;
  font-size: 18px;
}
.group-title.related-title {
  font-size: 28px;
}
.article-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.article {
  width: 700px;
  margin: 40px auto;
}
@media all and (max-width: 750px) {
  .article {
    width: 98%;
  }
  .article img {
    max-width: 100%;
    height: auto;
  }
}
/* product */
.product {
  width: 1100px;
  margin: 40px auto;
}
@media all and (max-width: 1150px) {
  .product {
    width: 100%;
  }
}
.product-image {
  width: 50%;
  float: left;
}
@media all and (max-width: 500px) {
  .product-image {
    width: 100%;
  }
}
.product-image img {
  max-width: 100%;
  height: auto;
}
.product-info-wrap {
  width: 50%;
  float: right;
}
@media all and (max-width: 500px) {
  .product-info-wrap {
    width: 98%;
    margin: 0 1%;
  }
}
.product-info-wrap .product-info {
  width: 90%;
  margin: 0 auto;
}
.product-title {
  border-bottom: 1px solid #cacaca;
}
.product-title h1 {
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.product-description {
  border-bottom: 1px solid #cacaca;
}
.product-category {
  border-bottom: 1px solid #cacaca;
  padding: 20px 0;
}
.product-category .category-label {
  display: inline-block;
  vertical-align: middle;
  color: #888888;
}
.product-category .category-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.product-category .category-title a {
  text-transform: uppercase;
  text-decoration: none;
  color: #86c75f;
  font-size: 22px;
}
.product-brand {
  border-bottom: 1px solid #cacaca;
  padding: 20px 0;
}
.product-brand .brand-label {
  display: inline-block;
  vertical-align: middle;
  color: #888888;
}
.product-brand .brand-logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  width: 100px;
  height: 40px;
  overflow: hidden;
}
.product-brand .brand-logo a {
  display: inline-block;
  text-decoration: none;
}
.product-brand .brand-logo a img {
  width: 100px;
  height: 40px;
}
.product-attachments {
  padding: 20px 0;
}
.product-attachments .product-attachments-label {
  color: #555555;
  margin-bottom: 5px;
}
.product-attachments .product-attachment-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-attachments .product-attachment-wrap .product-attachment {
  width: 47%;
  float: left;
  margin: 5px 0;
  padding: 0;
}
.product-attachments .product-attachment-wrap .product-attachment:nth-child(2n) {
  margin-left: 3%;
}
.product-attachments .product-attachment a {
  display: block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #555555;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-attachments .product-attachment a:hover {
  border: 1px solid #c0c0c0;
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #f0f0f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=0);
  /* IE6-9 */
}
/* product search */
.product-search-wrap {
  width: 1100px;
  margin: 20px auto 40px auto;
}
@media all and (max-width: 1150px) {
  .product-search-wrap {
    width: 99%;
  }
}
@media all and (max-width: 500px) {
  .product-search-wrap {
    width: 100%;
  }
}
.product-search-wrap .product-search-title {
  position: relative;
  display: none;
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .product-search-wrap .product-search-title {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .product-search-wrap .product-search-title h3 {
    text-indent: 1%;
  }
  .product-search-wrap .product-search-title .duarrow {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .product-search-wrap .product-search-title .duarrow .slice {
    width: 66.6%;
    height: 20%;
    background-color: #9DC4A9;
    position: absolute;
    top: 40%;
    cursor: pointer;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-delay: 0.6s;
    transition: top 0.5s ease-in-out 0.6s, left 0.5s ease-in-out 0.6s, transform 0.5s ease-in-out 0.6s, width 0.5s ease-in-out 0.6s, background-color 0.9s ease;
  }
  .product-search-wrap .product-search-title .opened.duarrow .slice {
    top: 40%;
  }
  .product-search-wrap .product-search-title .duarrow .slice:nth-child(1) {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    left: 0;
  }
  .product-search-wrap .product-search-title .duarrow .slice:nth-child(2) {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    right: 0;
  }
  .product-search-wrap .product-search-title .opened.duarrow .slice:nth-child(1) {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    left: 0;
  }
  .product-search-wrap .product-search-title .opened.duarrow .slice:nth-child(2) {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    right: 0;
  }
}
.product-search-wrap .product-search-form {
  margin: 0;
  padding: 0;
}
@media all and (max-width: 500px) {
  .product-search-wrap .product-search-form {
    max-height: 0;
    width: 100%;
    -moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.3), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.3), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.3), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.3);
    background: #fafafa;
    overflow: hidden;
    -webkit-transition-property: max-height;
    -webkit-transition-duration: 0.5s;
    transition: max-height 0.5s ease-in-out;
  }
  .product-search-wrap .product-search-form.search-opened {
    display: block;
    max-height: 500px;
  }
}
.product-search-wrap .product-search-form .product-select {
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 5px;
  outline: 0;
  line-height: 40px;
  height: 40px;
  width: 268px;
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #555555;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  margin: 0 2px;
}
.product-search-wrap .product-search-form .product-select:hover {
  border: 1px solid #c0c0c0;
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #f0f0f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=0);
  /* IE6-9 */
}
.product-search-wrap .product-search-form .product-select span {
  position: absolute;
  top: 17px;
  right: 10px;
  background: url('/img/sprite-ekosan.png') no-repeat -215px -14px;
  width: 13px;
  height: 8px;
}
@media all and (max-width: 1150px) {
  .product-search-wrap .product-search-form .product-select {
    width: 24%;
    margin: 0 0.5%;
    box-sizing: border-box;
    float: left;
  }
}
@media all and (max-width: 500px) {
  .product-search-wrap .product-search-form .product-select {
    width: 90%;
    margin: 20px 5% 20px 5%;
    float: none;
  }
}
.product-search-wrap .product-search-form .product-select select {
  background: transparent;
  border: none;
  outline: 0;
  line-height: 40px;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-search-wrap .product-search-form .product-select select::-ms-expand {
  display: none;
}
.product-search-wrap .product-search-form .product-input {
  border: 1px solid #dddddd;
  border-radius: 5px;
  outline: 0;
  line-height: 40px;
  height: 40px;
  width: 230px;
  padding: 0 20px;
  -webkit-box-shadow: 0 0 7px #dddddd inset;
  -moz-box-shadow: 0 0 7px #dddddd inset;
  box-shadow: 0 0 7px #dddddd inset;
  float: left;
  margin: 0 2px;
}
@media all and (max-width: 1150px) {
  .product-search-wrap .product-search-form .product-input {
    width: 24%;
    margin: 0 0.5%;
    box-sizing: border-box;
    float: left;
    line-height: 40px;
    height: 40px;
  }
}
@media all and (max-width: 500px) {
  .product-search-wrap .product-search-form .product-input {
    width: 90%;
    margin: 0 5% 20px 5%;
    float: none;
  }
}
.product-search-btn {
  color: #ffffff;
  text-shadow: 0 1px 3px #dddddd;
  border: 1px solid #dddddd;
  border-radius: 5px;
  line-height: 40px;
  width: 270px;
  padding: 0 20px;
  float: left;
  margin: 0 2px;
  background: #94cd6a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #94cd6a 0%, #80c14f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94cd6a), color-stop(100%, #80c14f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #94cd6a 0%, #80c14f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #94cd6a 0%, #80c14f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #94cd6a 0%, #80c14f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #94cd6a 0%, #80c14f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=0);
  /* IE6-9 */
}
.product-search-btn:hover {
  border: 1px solid #cccccc;
  background: #86c757;
  /* Old browsers */
  background: -moz-linear-gradient(top, #86c757 0%, #73b640 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86c757), color-stop(100%, #73b640));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #86c757 0%, #73b640 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #86c757 0%, #73b640 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #86c757 0%, #73b640 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #86c757 0%, #73b640 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=0);
  /* IE6-9 */
}
@media all and (max-width: 1150px) {
  .product-search-btn {
    width: 24%;
    margin: 0 0.5%;
    box-sizing: border-box;
    float: left;
    height: 40px;
  }
}
@media all and (max-width: 500px) {
  .product-search-btn {
    width: 90%;
    margin: 0 5% 20px 5%;
    float: none;
  }
}
.product-featured-info {
  width: 1100px;
  margin: 20px auto;
}
@media all and (max-width: 1150px) {
  .product-featured-info {
    width: 100%;
  }
}
.product-search-message {
  width: 1100px;
  margin: 40px auto;
}
@media all and (max-width: 1150px) {
  .product-search-message {
    width: 100%;
  }
}
/*responsive wrappers*/
/*responsive break points*/
.product-pagination-wrap {
  width: 1100px;
  margin: 20px auto;
  text-align: center;
}
@media all and (max-width: 1150px) {
  .product-pagination-wrap {
    width: 100%;
  }
}
ul.simple-pagination {
  list-style: none;
}
.simple-pagination {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme a,
.light-theme span {
  float: left;
  color: #555;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dddddd;
  min-width: 14px;
  padding: 2px 7px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  font-size: 12px;
  box-shadow: none;
  background: #ffffff;
  /* Old browsers */
}
.light-theme a:hover {
  background: #FCFCFC;
}
.light-theme .current {
  background: #555555;
  color: #FFFFFF;
  border-color: #333333;
  box-shadow: none;
  cursor: default;
}
.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
