@import 'normalize.css';
/* Import other files:
============================================================================= */
.box-shadow {
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.3);
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.color1 {
  background-color: #ffffff;
}
.color2 {
  background-color: #ceaaa2;
}
.color3 {
  background-color: #9cccc3;
}
.color4 {
  background-color: #000000;
}
.color5 {
  background-color: #f0f0f0;
}
.color6 {
  background-color: #c2c2c2;
}
.color7 {
  background-color: #d8c5b2;
}
@font-face {
  font-weight: normal;
  font-family: 'Eurostile';
  src: url('../fonts/Eurostile.eot');
  src: url('../fonts/Eurostile.eot?#iefix') format('embedded-opentype'), url('../fonts/Eurostile.woff') format('woff'), url('../fonts/Eurostile.ttf') format('truetype');
}
/* Set some defaults:
============================================================================= */
* {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 *
 * Sprite
 *
 */
.sprite {
  background-image: url(../images/sprites.png);
}
.sprite-before:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/sprites.png);
  content: '';
}
.sprite-after:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/sprites.png);
}
.sprite-both:after,
.sprite-both:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/sprites.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sprite {
    background-image: url(../images/sprites2x.png);
    background-size: 500px 500px;
  }
  .sprite-before:before {
    background-image: url(../images/sprites2x.png);
    background-size: 500px 500px;
  }
  .sprite-after:after {
    background-image: url(../images/sprites2x.png);
    background-size: 500px 500px;
  }
  .sprite-both:after,
  .sprite-both:before {
    background-image: url(../images/sprites2x.png);
    background-size: 500px 500px;
  }
}
/*
 *
 * Defaults
 *
 */
body {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 16px;
  color: #222;
}
p {
  line-height: 1.3em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-family: 'Eurostile', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 25px;
}
h2 {
  font-family: 'Eurostile', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
h4 {
  font-family: 'Eurostile', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.3em;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  margin-bottom: 15px;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #ccc;
}
img {
  display: block;
}
button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  height: 20px;
  width: 100%;
}
/*
 *
 * Universals/reusables
 *
 */
.hidden-all {
  display: none;
}
.clear:after {
  content: '';
  display: table;
  clear: both;
}
.quote-ingress {
  font-style: italic;
}
.link-important {
  font-family: 'Eurostile', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: underline;
}
.login-bar {
  background-color: #2DA35D;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  color: #fff;
  text-align: center;
  display: none;
}
.login-bar a {
  color: #fff;
}
.login-bar .wrapper {
  position: relative;
}
.login-bar .search-wrap {
  position: absolute;
  left: 0;
  top: -8px;
}
.shopping-bag {
  width: 20px;
  height: 20px;
  background-position: -172px -363px;
}
.envelope {
  width: 30px;
  height: 20px;
  background-position: -172px -389px;
}
.heading-icon {
  position: relative;
}
.heading-icon:before {
  width: 31px;
  height: 50px;
  top: -80px;
  left: 50%;
  margin-left: -17.5px;
}
.heading-icon-pin:before {
  background-position: -66px -113px;
}
.heading-icon-clock:before {
  background-position: -102px -113px;
}
.heading-icon-phone:before {
  background-position: -172px -409px;
}
.box-shadow {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.eurostile {
  font-family: 'Eurostile', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.select-wrap {
  position: relative;
  background-color: #222;
  width: 80px;
  border-radius: 3px;
  font-size: 14px;
  padding: 2px 5px 0 5px;
}
.select-wrap > span {
  position: absolute;
  color: #fff;
}
.select-wrap:before {
  width: 10px;
  height: 10px;
  background-position: -171px -241px;
  left: auto;
  top: 6px;
  right: 5px;
}
.select-wrap.alt-2 {
  background-color: #fff;
}
.select-wrap.alt-2 > span {
  color: #222;
}
.select-wrap.alt-2:before {
  background-position: -171px -307px;
  left: auto;
}
.drop-box {
  background-color: #222;
  padding: 15px;
  position: relative;
  color: #fff;
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.drop-box > span {
  display: block;
  margin-bottom: 10px;
}
.drop-box:before {
  top: -5px;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #222;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.drop-box a {
  color: #fff;
  text-decoration: none;
}
.drop-box li {
  margin-bottom: 10px;
}
.drop-box li:last-child {
  margin-bottom: 0;
}
.drop-box input[type="text"],
.drop-box input[type="password"] {
  width: 100%;
}
.text-input,
.textarea {
  border: 0;
  padding: 8px;
  outline: none;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.textarea {
  width: 100%;
  resize: vertical;
}
.text-input-login {
  font-size: 12px;
  margin-bottom: 5px;
}
.text-input-alt-2,
.textarea-alt-2 {
  border: 1px solid #d2d2d1;
}
.control-bar {
  color: #fff;
  width: 100%;
  z-index: 10;
  display: none;
  /*&.is-logged-in {
		.intro {
			background-color:#2DA35D;	
		}
	}*/

}
.control-bar .intro {
  background-color: #222;
}
.control-bar .your-order {
  display: none;
  cursor: pointer;
}
.control-bar .byline {
  color: #fff;
}
.strong-link {
  font-family: 'Eurostile', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 10px 6px 10px;
  background-color: #222;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.strong-link:hover,
.strong-link.active {
  background-color: #444;
  color: #fff;
}
.divider {
  display: block;
  height: 50px;
  padding-top: 17px;
  clear: both;
  text-align: center;
  font-weight: normal;
}
.divider-padded {
  padding: 17px 30px 13px 30px;
  height: auto;
  right: 20px;
  top: 14px;
  color: #fff;
}
.divider-texted {
  font-size: 16px;
  background-color: #222;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 0;
}
.divider-pagination {
  position: relative;
  z-index: 1;
  background-color: #e5e5e5;
  font-family: 'Eurostile';
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  text-decoration: none;
}
.divider-pagination:hover {
  color: #222;
  background-color: #c4c4c4;
}
.remove-button {
  background-color: transparent;
  text-indent: -999em;
  overflow: hidden;
  border: none;
  width: 24px;
  height: 24px;
  background-position: -171px -170px;
  display: inline-block;
  outline: none;
}
.remove-button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  text-decoration: none;
}
.remove-button-alt-2 {
  background-position: -171px -194px;
}
.magnify-button {
  width: 25px;
  height: 30px;
  background-position: 0 -113px;
  background-color: transparent;
  border: none;
  text-indent: -999em;
  outline: none;
}
.magnify-button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}
.box-link,
.pre-box-link {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7px 10px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  font-family: 'Eurostile', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.box-link {
  position: relative;
  padding-left: 35px;
}
.box-link:before {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #222;
  background-position: -164px -138px;
  content: '';
  top: 50%;
  margin-top: -10px;
  left: 7px;
}
.arrow-circle {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #222;
  background-position: -164px -138px;
}
.arrow-circle-down {
  background-position: -165px -235px;
}
.back-button {
  padding: 15px 25px 15px 35px;
  border-bottom-right-radius: 5px;
  background-color: #222;
  font-family: 'Eurostile';
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 14px;
  text-decoration: none;
}
.back-button:before {
  top: 11px;
  left: 12px;
  background-position: -113px -165px;
  width: 12px;
  height: 35px;
}
.arrow-link {
  text-transform: uppercase;
  font-family: 'Eurostile';
  position: relative;
  text-decoration: none;
}
.arrow-link:after {
  position: static;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #222;
  background-position: -164px -138px;
}
.arrow-link:hover:after {
  background-color: #666;
}
.byline {
  font-family: 'Eurostile';
  font-size: 16px;
  text-transform: uppercase;
}
.date-tag {
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
}
.zoom-spline {
  display: none;
}
.boccia-logo {
  width: 61px;
  height: 16px;
  background-position: -170px -330px;
}
.load-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  background-image: url(../images/spinner.gif);
  background-repeat: no-repeat;
  background-position: center 200px;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
  transition: visibility 0s linear 0.2s,opacity 0.2s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.load-overlay.active {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.filter-opener {
  background-color: #333;
  color: #fff;
  font-family: 'Eurostile', Arial, sans-serif;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  position: absolute;
  border: none;
  outline: none;
}
.filter-opener:before {
  left: 50%;
  margin-left: -7.5px;
  top: 50px;
  height: 180px;
  width: 15px;
  background-position: 0 -295px;
  position: absolute;
}
.filter-opener span {
  display: inline-block;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 350px;
  width: 350px;
  line-height: 50px;
  text-transform: uppercase;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: right;
  padding-right: 30px;
}
.filter-opener span:before,
.filter-opener span:after {
  display: inline-block;
  content: '';
  border: 10px solid transparent;
  position: absolute;
  right: 0;
  top: 17px;
}
.filter-opener.active .open-text {
  display: none;
}
.filter-opener.active .close-text {
  display: inline-block;
}
.filter-opener .open-text:before {
  border-top-color: #333;
  z-index: 2;
}
.filter-opener .open-text:after {
  border-top-color: #fff;
  z-index: 1;
  margin-top: 3px;
}
.filter-opener .close-text {
  display: none;
}
.filter-opener .close-text:before,
.filter-opener .close-text:after {
  top: 10px;
}
.filter-opener .close-text:before {
  border-bottom-color: #fff;
}
.filter-opener .close-text:after {
  border-bottom-color: #333;
  margin-top: 3px;
}
.filter-opener-de:before {
  background-position: -16px -297px;
}
.cart-form {
  font-size: 14px;
  padding: 0;
}
.cart-form h4 {
  color: #fff;
  margin-bottom: 10px;
}
.cart-form li {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  position: relative;
}
.cart-form li:first-child {
  padding-top: 0;
}
.cart-form .inner {
  padding: 15px;
}
.cart-form .error {
  border: 1px solid red;
}
.cart-form .left,
.cart-form .right,
.cart-form .content,
.cart-form .remove,
.cart-form .size,
.cart-form .notes,
.cart-form .extra-fields {
  float: left;
}
.cart-form .content,
.cart-form .size,
.cart-form .remove,
.cart-form .extra-fields {
  margin-bottom: 10px;
}
.cart-form .artwork {
  margin-bottom: 15px;
  background-color: #fff;
}
.cart-form .artwork img {
  max-width: 100%;
  height: auto;
}
.cart-form .left,
.cart-form .right {
  width: 100%;
}
.cart-form .size {
  width: 40%;
  margin-right: 10%;
}
.cart-form .remove {
  width: 15%;
}
.cart-form .content {
  width: 35%;
}
.cart-form .content input[type="text"] {
  font-size: 12px;
  width: 40px;
}
.cart-form .notes,
.cart-form .extra-fields {
  width: 100%;
}
.cart-form span {
  margin-bottom: 5px;
  display: block;
}
.cart-form input[type="submit"] {
  float: right;
}
.cart-form-total {
  border-bottom: 1px solid #343432;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: right;
}
.cart-form-order-list,
.cart-form-free-text {
  margin-bottom: 15px;
}
.cart-form-order-list > li,
.cart-form-free-text,
.cart-form-agree,
.cart-form-errors {
  border-bottom: 1px solid #343432;
}
.cart-form-order-list button[name="update"] {
  display: none;
}
.cart-form-order-list button[name="update"].active {
  display: inline-block;
}
.cart-form-errors {
  border-top: 1px solid #343432;
}
.cart-form-agree-text,
.cart-form-agree-ui {
  float: left;
}
.cart-form-agree {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cart-form-agree-ui {
  width: 10%;
}
.cart-form-agree-text {
  margin-left: 5%;
  width: 85%;
}
.cart-form-errors {
  padding-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.cart-form-errors h3 {
  margin-bottom: 10px;
}
.cart-form-errors li {
  margin-bottom: 5px;
  padding: 0;
}
.cart-form-alt-2 h4 {
  color: #222;
}
.cart-form-alt-2 .artwork {
  border: 1px solid #d2d2d1;
}
.cart-form-alt-2 .inner {
  overflow: auto;
  max-height: none;
}
.cart-form-alt-2 .cart-form-order-list > li,
.cart-form-alt-2 .cart-form-free-text,
.cart-form-alt-2 .cart-form-total,
.cart-form-alt-2 .cart-form-agree,
.cart-form-alt-2 .cart-form-errors {
  border-color: #d2d2d1;
}
.button {
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  background-color: #222;
  border: none;
  outline: none;
  text-decoration: none;
}
.button:hover {
  color: #fff;
  background-color: #333;
}
.button-alt-2 {
  color: #222;
  background-color: #fff;
}
.button-alt-2:hover {
  color: #222;
  background-color: #ccc;
}
.not-found {
  display: block;
  text-align: center;
  font-family: 'Eurostile', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 22px;
  color: #222;
  padding: 30px;
}
div.clustered-marker {
  background-image: url(../images/map_marker_big.png);
  background-size: 35px 52px;
  width: 35px;
  height: 52px;
  font-family: 'Trebuchet MS', sans-serif;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
.close-button {
  width: 15px;
  height: 15px;
  background-position: -172px -271px;
  border: none;
  background-color: transparent;
  outline: none;
  text-indent: -999em;
}
.search-wrap {
  position: relative;
}
.search-wrap .magnify-button {
  position: absolute;
  top: 5px;
  left: 118px;
}
.page-wrap {
  position: relative;
}
.page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 20;
}
.agreement-box {
  max-width: 700px;
  background-color: #fff;
  margin: 5% auto;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 40px;
}
.tooltip {
  background-color: #fff;
  border-radius: 2px;
  color: #000000;
  padding: 3px 5px;
  border-radius: 4px;
  left: -6px;
}
.tooltip:before {
  width: 15px;
  height: 10px;
  background-position: -278px -4px;
  left: 5px;
  bottom: -10px;
  top: auto;
}
.product-pagination {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 15px;
}
.product-pagination-tooltip {
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  background-color: #222;
  border: none;
  outline: none;
  text-decoration: none;
}
.product-pagination-tooltip:hover {
  color: #fff;
  background-color: #333;
}
.product-archive-wrapper.has-transitions .divider-pagination {
  -webkit-transition: padding-left .2s;
  -moz-transition: padding-left .2s;
  -o-transition: padding-left .2s;
  transition: padding-left .2s;
}
.product-archive-wrapper.has-transitions .products-wrap {
  -webkit-transition: margin-left .3s;
  -moz-transition: margin-left .3s;
  -o-transition: margin-left .3s;
  transition: margin-left .3s;
}
.product-archive-wrapper.has-transitions .zoom-spline {
  -webkit-transition: padding-left .3s;
  -moz-transition: padding-left .3s;
  -o-transition: padding-left .3s;
  transition: padding-left .3s;
}
.product-archive-wrapper.has-transitions .filter-inputs {
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.product-archive-wrapper.has-transitions .filter-inputs .inner {
  -webkit-transition: margin-left .2s;
  -moz-transition: margin-left .2s;
  -o-transition: margin-left .2s;
  transition: margin-left .2s;
}
.product-archive-wrapper.has-transitions .filter-inputs.active {
  -webkit-transition: width .3s margin-left .5s;
  -moz-transition: width .3s margin-left .5s;
  -o-transition: width .3s margin-left .5s;
  transition: width .3s margin-left .5s;
}
/*
 *
 * Box modules
 *
 */
.box-module .inner,
.box-module-image-holder {
  visibility: hidden;
}
.box-module .inner.is-loaded,
.box-module-image-holder.is-loaded {
  visibility: visible;
}
.box-module {
  width: 50%;
  padding-bottom: 50%;
  position: relative;
  background-size: cover;
  -ms-behavior: url(/wp-content/themes/boccia/css/bs.htc);
  background-position: center center;
  float: left;
  overflow: hidden;
}
.box-module p a {
  margin: 0 5px;
}
.box-module .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  padding: 40px;
}
.box-module > a {
  -ms-behavior: url(/wp-content/themes/boccia/css/bs.htc);
  background-position: center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.box-module > a img {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.box-module > a:hover img {
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
}
.box-module > a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../images/overlay.png);
  z-index: 1;
}
.box-module .background-image {
  -webkit-transition: width .2s, height .2s, top .2s, left .2s;
  -moz-transition: width .2s, height .2s, top .2s, left .2s;
  -o-transition: width .2s, height .2s, top .2s, left .2s;
  transition: width .2s, height .2s, top .2s, left .2s;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  -ms-behavior: url(/wp-content/themes/boccia/css/bs.htc);
  background-position: center center;
}
.box-module .link-holder {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 10%;
  -webkit-transition: opacity .2s, bottom .2s;
  -moz-transition: opacity .2s, bottom .2s;
  -o-transition: opacity .2s, bottom .2s;
  transition: opacity .2s, bottom .2s;
}
.box-module .link-holder.none {
  display: none;
}
.box-module:hover .link-holder {
  bottom: 10%;
}
.box-module-image-link-shrunk .box-module-image-holder {
  width: 70%;
}
.box-module-quote {
  text-align: center;
  color: #fff;
}
.box-module-quote p {
  font-size: 14px;
}
.box-module-quote a {
  color: #fff;
}
.box-module-product-holder.watches .box-module-image-holder {
  width: 120%;
}
.box-module-product-holder.jewelry {
  background-color: #fff;
}
.box-module-product-holder.jewelry .box-module-image-holder {
  width: 100%;
}
.box-module-product-holder .link-holder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}
.box-module-product-holder:hover .link-holder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.box-module-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.box-module-image-holder img {
  width: 100%;
  height: auto;
}
.box-module-icon {
  text-align: center;
}
.box-module-icon a {
  color: #fff;
}
.box-module-news .top,
.box-module-news .bottom {
  position: absolute;
  width: 100%;
  left: 0;
}
.box-module-news .top {
  height: 100%;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  background-size: cover;
  -ms-behavior: url(/wp-content/themes/boccia/css/bs.htc);
  top: 0;
}
.box-module-news .bottom {
  bottom: 0;
  text-align: center;
  padding: 35px 25px 55px 25px;
  background-color: #F3F3F3;
  text-decoration: none;
  color: #222;
  -webkit-transition: padding-bottom .2s;
  -moz-transition: padding-bottom .2s;
  -o-transition: padding-bottom .2s;
  transition: padding-bottom .2s;
}
.box-module-news .bottom span {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.box-module-news .bottom h2 {
  position: relative;
}
.box-module-news .bottom h2:after {
  bottom: -40px;
  top: auto;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #222;
  background-position: -164px -138px;
}
.box-module-news:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.box-module-news:hover .bottom {
  padding-bottom: 80px;
}
.box-module-news:hover .top {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}
.box-module-banner {
  float: none;
}
.box-module-retailer h2 {
  font-size: 16px;
}
.box-module-retailer p {
  font-style: italic;
  font-size: 14px;
}
.box-module-post-content {
  text-align: center;
  color: #fff;
}
.box-module-post-content p {
  font-size: 14px;
}
.box-module-post-content a {
  color: #fff;
}
.box-module-post-content a:hover {
  color: #ccc;
}
.products-wrap .items .box-module.jewelry {
  box-shadow: 0px 0px 1px #b7b7b7;
}
/*
 *
 * Box module colors
 *
 */
.box-module-color-1 {
  background-color: #ffffff;
}
.box-module-color-2 {
  background-color: #ceaaa2;
}
.box-module-color-3 {
  background-color: #9cccc3;
}
.box-module-color-4 {
  background-color: #000000;
}
.box-module-color-5 {
  background-color: #f0f0f0;
}
.box-module-color-6 {
  background-color: #c2c2c2;
}
.box-module-color-7 {
  background-color: #d8c5b2;
}
/*
 *
 * Box module MQS.
 * Important: ALL overrides for the box-system should go in here if they not should apply for all breakpoints
 *
 */
@media (max-width: 539px) {
  
}
@media (max-width: 539px) {
  .box-module-news h2 {
    font-size: 12px;
  }
  .box-module-news .bottom span {
    font-size: 12px;
  }
  .box-module-background.box-module-width-3,
  .box-module-background.box-module-width-2 {
    padding-bottom: 50%;
  }
  .products-wrap .items.small .box-module {
    width: 33.3%;
    padding-bottom: 33.3%;
  }
  .products-wrap .items.small .box-module .link-holder {
    display: none;
  }
}
@media (max-width: 639px) {
  /*
  	 *
  	 * Modifications
  	 *
  	 */
  .box-module-background.box-module-width-3,
  .box-module-background.box-module-width-2 {
    width: 100%;
    padding-bottom: 50%;
  }
  .box-module-news .top {
    display: none;
  }
  .box-module-news .bottom {
    top: 0;
    height: 100%;
  }
  .related-products .box-module {
    padding-bottom: 25%;
    width: 25%;
  }
  .related-products .box-module .link-holder {
    display: none;
  }
  .page-about .box-module-post-content {
    padding-bottom: 900px;
    width: 100%;
  }
  .single-and-page .box-module {
    padding-bottom: 50%;
  }
  .products-wrap .items .box-module {
    width: 33.3%;
    padding-bottom: 33.3%;
  }
  .products-wrap .items .box-module .link-holder {
    display: none;
  }
  .products-wrap .items .box-module-quote {
    display: none;
    width: 0;
    height: 0;
  }
  .box-module-banner {
    padding-bottom: 50%;
    width: 100%;
  }
}
@media (min-width:540px) and (max-width: 767px) {
  .box-module {
    width: 50%;
    padding-bottom: 50%;
  }
  .products-wrap .items.small .box-module {
    width: 25%;
    padding-bottom: 25%;
  }
  .products-wrap .items.small .box-module .link-holder {
    display: none;
  }
  .product-pagination-2 {
    float: right;
  }
  .box-module-banner {
    padding-bottom: 50%;
    width: 100%;
  }
}
@media (max-width: 539px), (min-width:540px) and (max-width: 767px) {
  .box-module-quote,
  .box-module-icon {
    width: 0;
    height: 0;
    display: none;
  }
}
@media (min-width:640px) and (max-width: 767px) {
  /*.box-module {
  		width:50%;
  		padding-bottom:70%;
  	}
  	.box-module-width-2,
  	.box-module-width-3 {
  		width:100%;
  		padding-bottom:70%;
  	}
  
  
  	.box-module-background {
  		&.box-module-width-3,
  		&.box-module-width-2 {
  			padding-bottom:50%;
  		}
  	}
  
  	.related-products {
  		.box-module {
  			padding-bottom:25%;
  			width:25%;
  		}
  	}*/
  .page-about .box-module-post-content {
    padding-bottom: 900px;
    width: 100%;
  }
  .page-about .box-module-image-2 {
    width: 100%;
  }
  /*.single-and-page {
  		.box-module {
  			width:100%;
  			padding-bottom:33.3%;
  		}
  	}
  
  	.products-wrap {
  		.items {
  			.box-module {
  				width:33.3%;
  				padding-bottom:33.3%;
  			}
  			.box-module-quote {
  				display:none;
  				width:0;
  				height:0;
  			}
  			&.small {
  				.box-module {
  					width:25%;
  					padding-bottom:25%;
  				}
  			}
  		}
  	}
  
  	.box-module-banner {
  		padding-bottom:50%;
  		width:100%;
  	}*/
}
@media (min-width:768px) and (max-width:1023px) {
  /* End desktop CSS */
  .box-module {
    width: 33.3%;
    padding-bottom: 33.3%;
  }
  .box-module-width-2 {
    width: 66.6%;
  }
  .box-module-width-3 {
    width: 100%;
  }
  /*
  	 *
  	 * Modifications
  	 *
  	 */
  .box-module-background.box-module-width-3 {
    padding-bottom: 33.3%;
  }
  .related-products .box-module {
    padding-bottom: 25%;
    width: 25%;
  }
  .page-about .box-module-post-content {
    width: 50%;
    padding-bottom: 95%;
  }
  .page-about .box-module-image-1,
  .page-about .box-module-quote {
    width: 25%;
    padding-bottom: 50%;
  }
  .page-about .box-module-image-2 {
    width: 50%;
    padding-bottom: 45%;
  }
  .archive-press-intro .box-module {
    width: 50%;
  }
  .box-module-banner {
    padding-bottom: 33.3%;
    width: 100%;
  }
  .box-module-quote p {
    display: none;
  }
  .archive-press-intro .box-module {
    width: 50%;
  }
  /* End desktop CSS */
}
@media (min-width:1024px) {
  /* Start desktop CSS */
  .box-module {
    width: 33.3%;
    padding-bottom: 33.3%;
  }
  .box-module-width-2 {
    width: 66.6%;
  }
  .box-module-width-3 {
    width: 100%;
  }
  .box-module-background.box-module-width-3 {
    padding-bottom: 33.3%;
  }
  .box-module-banner {
    padding-bottom: 25%;
  }
  .related-products .box-module {
    padding-bottom: 25%;
    width: 25%;
  }
  .retailers-posts .box-module {
    padding-bottom: 25%;
    width: 25%;
  }
  .page-about .box-module-post-content {
    width: 50%;
    padding-bottom: 60%;
  }
  .page-about .box-module-image-1 {
    width: 25%;
    padding-bottom: 35%;
  }
  .page-about .box-module-quote {
    width: 25%;
    padding-bottom: 35%;
  }
  .page-about .box-module-image-2 {
    width: 50%;
    padding-bottom: 25%;
  }
  .archive-press-intro .box-module {
    width: 50%;
  }
  .products-wrap .items.small .box-module {
    width: 25%;
    padding-bottom: 25%;
  }
  .box-module-banner {
    padding-bottom: 25%;
    width: 100%;
  }
  .single-product-info {
    width: 700px;
  }
  /* End desktop CSS */
}
/*
 *
 * Header
 *
 */
.header {
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  height: 65px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.header a {
  text-decoration: none;
  color: #fff;
}
.header a:hover {
  color: #ccc;
}
.header-logo {
  margin-top: 13px;
  display: inline-block;
  width: 96px;
  height: 40px;
  text-indent: -999em;
  background-position: 0px 0px;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.header-logo:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}
.header-logo:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
}
.header-filter-opener,
.header-menu-opener {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  border: none;
  position: absolute;
  text-indent: -999em;
  width: 75px;
  height: 65px;
  top: 0;
  background-color: #fff;
  padding: 0;
  outline: none;
}
.header-filter-opener:hover,
.header-menu-opener:hover {
  background-color: #e9e9e9;
}
.header-filter-opener.active,
.header-menu-opener.active {
  background-color: #222;
}
.header-filter-opener {
  left: 0;
}
.header-filter-opener:before {
  background-position: 0 -113px;
  width: 20px;
  height: 20px;
  top: 20px;
  left: 50%;
  margin-left: -11.25px;
}
.header-filter-opener.active:before {
  background-position: -23px -113px;
}
.header-menu-opener {
  right: 0;
}
.header-menu-opener .stripe {
  position: absolute;
  height: 4px;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  background-color: #222;
}
.header-menu-opener .stripe.one {
  top: 20px;
}
.header-menu-opener .stripe.two {
  top: 30px;
}
.header-menu-opener .stripe.three {
  top: 40px;
}
.header-menu-opener.active {
  background-color: #222;
}
.header-menu-opener.active .stripe {
  background-color: #fff;
}
.header-menu-container {
  background-color: #222;
  width: 100%;
  position: absolute;
  top: 65px;
  z-index: 0;
  visibility: hidden;
  padding: 35px;
  color: #fff;
  text-align: left;
  font-family: 'Eurostile';
  text-transform: uppercase;
}
.header-menu-container li {
  line-height: 1.3em;
}
.header-menu-container.active {
  visibility: visible;
}
.header-country-switcher {
  display: none;
}
.header-primary-menu {
  font-size: 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
.header-primary-menu li {
  margin-bottom: 20px;
}
.header-secondary-menu-login {
  display: none;
}
.header-secondary-menu {
  font-size: 14px;
}
.header-secondary-menu .login {
  display: none;
}
.header-secondary-menu li {
  margin-bottom: 15px;
}
.header-secondary-menu li:last-child {
  margin-bottom: 0;
}
/*
 *
 * Retailers map
 *
 */
.retailers-map {
  position: relative;
}
.retailers-map input[type="text"] {
  display: block;
  width: 100%;
}
.retailers-map .infobox {
  max-width: 230px;
  background-color: #222;
  padding: 15px;
  margin-top: -70px;
  position: relative;
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.retailers-map .infobox .close-button {
  position: absolute;
  top: 10px;
  right: 2px;
}
.retailers-map .infobox h2,
.retailers-map .infobox p,
.retailers-map .infobox a {
  color: #fff;
}
.retailers-map .infobox p.address {
  margin-bottom: 10px;
}
.retailers-map .infobox p,
.retailers-map .infobox a {
  font-size: 12px;
  font-style: italic;
  font-family: 'Trebuchet MS';
}
.retailers-map .infobox p a {
  text-decoration: underline;
}
.retailers-map .infobox h2 {
  font-size: 16px;
}
.retailers-map .infobox:after {
  width: 30px;
  height: 12px;
  bottom: -11px;
  left: 50%;
  top: auto;
  margin-left: -15px;
  background-position: -65px -170px;
}
#retailers-map-canvas {
  height: 220px;
}
.retailers-map-form-wrap {
  display: block;
  position: relative;
}
.retailers-map-form-wrap .magnify-button {
  position: absolute;
  top: 5px;
  right: 10px;
}
.retailers-map-form-wrap span {
  display: none;
}
.retailers-map-search-container {
  padding: 10px;
  background-color: #222;
  position: relative;
  z-index: 2;
}
.retailers-map-search-container input[type="text"] {
  margin-bottom: 0;
  font-size: 16px;
}
.hidden {
  display: none;
}
/*
 *
 * Single product content:
 *
 */
.single-product-content .stats {
  font-style: italic;
  display: none;
}
.single-product-content .flex-control-nav {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
  z-index: 2;
}
.single-product-content .flex-control-nav li {
  display: inline-block;
}
.single-product-content .flex-control-nav a {
  display: inline-block;
  text-indent: -999em;
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 10px;
  margin: 0 3px;
  cursor: pointer;
}
.single-product-content .flex-control-nav a.flex-active {
  background-color: #1d1d1b;
}
.single-product-slider {
  position: relative;
}
.single-product-slider img {
  width: 100%;
}
.single-product-slider li {
  position: relative;
}
.single-product-slider .overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-image: url(../images/overlay.png);
}
.single-product-hero {
  position: relative;
  overflow: hidden;
}
.single-product-hero .back-button {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.single-product-info {
  padding: 0 50px 50px 50px;
}
.single-product-info .art-no {
  font-family: 'Eurostile';
  text-transform: uppercase;
}
.single-product-info h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.single-product-info span {
  display: block;
}
.single-product-info span.art-no {
  margin-bottom: 15px;
}
.single-product-info span.price,
.single-product-info span.attached,
.single-product-info span.retailer-info,
.single-product-info .select-wrap,
.single-product-info form[name="add-form"] {
  margin-bottom: 20px;
}
.single-product-info .select-wrap {
  width: 130px;
}
.single-product-info ul {
  margin-bottom: 5px;
}
.single-product-info li,
.single-product-info span.price,
.single-product-info span.attached {
  font-style: italic;
  color: #686767;
}
.single-product-info li {
  line-height: 1.35em;
}
.single-product-info .fb-like {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*
 *
 * Filter:
 *
 */
.archive-press-filter {
  padding: 10px 0;
  background-color: #c4c4c4;
  font-family: 'Eurostile', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.archive-press-filter li {
  display: inline-block;
  margin: 0 5px;
}
.archive-press-filter li a {
  text-decoration: none;
}
.archive-press-filter li a:hover {
  text-decoration: underline;
  color: #333;
}
.archive-press-filter li a.active {
  text-decoration: underline;
}
.archive-press-items .box-module-image-holder {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.archive-press-items .box-module-image-holder:hover {
  opacity: 0.8;
}
.archive-press-items .box-module-image-holder + .box-module-image-holder {
  border-right: 1px solid #333;
}
.archive-press-items .link-holder {
  word-break: break-all;
}
.archive-press-items h2 {
  margin: 0;
}
/*
 *
 * Filter:
 *
 */
.filter-inputs {
  width: 100%;
  background-image: url(../images/transparent_background_2.png);
  display: none;
  color: #fff;
  position: absolute;
  -webkit-transform: translateZ(0);
  z-index: 10;
}
.filter-inputs .filter-reset {
  display: none;
  position: absolute;
  top: 20px;
  right: 60px;
  z-index: 1;
}
.filter-inputs .filter-reset.active {
  display: block;
}
.filter-inputs .filter-opener {
  display: none;
}
.filter-inputs .inner {
  position: relative;
  padding: 25px;
}
.filter-inputs .title {
  font-family: 'Eurostile';
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.filter-inputs .remove-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.filter-inputs .overlay {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 -148px;
}
.filter-inputs .tooltip {
  display: none;
  margin-top: -35px;
  position: absolute;
}
.filter-inputs.active {
  display: block;
}
.filter-inputs .input-group {
  margin-bottom: 15px;
  width: 190px;
}
.filter-inputs .input-group > label {
  display: block;
  position: relative;
  margin-bottom: 2px;
}
.filter-inputs .input-group > label > span {
  font-size: 14px;
}
.filter-inputs .input-group > label.active .overlay {
  background-position: 0 -170px;
}
.filter-inputs .input-group > label.disabled .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
}
.filter-inputs .input-group > label.color {
  float: left;
}
.filter-inputs .input-group > label.color.active .overlay {
  outline: 2px solid #999;
}
.filter-inputs .input-group > label.color > span {
  display: none;
}
.filter-inputs .input-group > label.color .overlay {
  display: block;
  background-image: none;
}
.filter-inputs .input-group > label.color .overlay img {
  max-width: 100%;
  height: 100%;
}
.filter-inputs .input-group > label .overlay:hover .tooltip {
  display: block;
}
.filter-inputs .input-group > label .overlay:hover .tooltip:hover {
  display: none;
}
.filter-inputs .input-group > label.hidden {
  display: none;
}
.filter-inputs .input-group input[type="checkbox"] {
  margin-right: 10px;
  visibility: hidden;
}
.filter-inputs .input-group.hidden {
  display: none;
}
/*
 *
 * Page popup:
 *
 */
.page-popup {
  padding: 30px;
}
/*
 *
 * Dealer welcome
 *
 */
.page-dealer-welcome .box-module-news {
  width: 100%;
}
/*
 *
 * Page checkout:
 *
 */
.page-checkout {
  padding: 45px;
  font-size: 14px;
}
/*
 *
 * Procuct archive:
 *
 */
.products-wrap {
  overflow: hidden;
}
.products-wrap .items {
  -webkit-transform: translateZ(0);
}
/*
 *
 * Single and page:
 *
 */
.single-and-page .post-content {
  float: left;
  padding: 30px 50px 50px 50px;
}
/*
 *
 * Receipt page:
 *
 */
.page-receipt {
  text-align: center;
}
.page-receipt h1 {
  margin-bottom: 20px;
}
.page-receipt .inner {
  padding: 50px;
}
/*
 *
 * Footer
 *
 */
.footer {
  padding: 45px;
  clear: both;
  position: relative;
  background-color: #fff;
  z-index: 5;
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.footer a {
  text-decoration: none;
}
.footer-primary-menu,
.footer-secondary-menu {
  font-family: 'Eurostile', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.footer-primary-menu li,
.footer-secondary-menu li {
  line-height: 1.7em;
}
.footer-primary-menu {
  margin-bottom: 30px;
}
.footer-secondary-menu {
  margin-bottom: 15px;
}
.footer-logo {
  width: 96px;
  height: 40px;
  text-indent: -999em;
  background-position: 0px 0px;
  display: inline-block;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-logo:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}
.footer-logo:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
}
.footer-copyright {
  margin-bottom: 25px;
  font-size: 12px;
}
/*
 *
 * Tablet MQ:
 *
 */
/*@media @tablet {
	.single-product-info {
		padding-top:60px;
		padding-bottom:60px;
	}
	.single-product-slider {
		width: 380px;
		height: 380px;
	}
}*/
@media (min-width:768px) and (max-width:1023px) {
  .single-product-info {
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media (min-width:768px) and (max-width:1023px), (min-width:1024px) {
  html {
    position: relative;
    height: 100%;
  }
  body {
    min-height: 100%;
  }
  body.is-product-archive .page-wrap {
    min-height: 100%;
  }
  body.is-retailer {
    padding-top: 49px;
  }
  body.is-retailer .filter-inputs {
    top: 180px;
  }
  .login-bar {
    display: block;
  }
  .retailers-map-search-container input[type="text"] {
    font-size: 14px;
  }
  .header-country-switcher {
    position: absolute;
    top: 10px;
    font-size: 12px;
    z-index: 1;
    text-align: left;
    text-transform: uppercase;
    display: block;
    left: 10px;
  }
  .header-country-switcher > a {
    color: #000;
  }
  .header-country-switcher > a:hover {
    color: #ccc;
  }
  .header-country-switcher .drop-box {
    display: none;
    top: 25px;
    position: absolute;
  }
  .header-country-switcher .drop-box.active {
    display: block;
  }
  .header {
    height: 130px;
    z-index: 4;
  }
  .header-primary-menu a,
  .header-secondary-menu a {
    color: #222;
  }
  .header-primary-menu a:hover,
  .header-secondary-menu a:hover {
    color: #ccc;
  }
  .header-secondary-menu-login {
    display: block;
  }
  .header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -83.5px;
    background-position: 0 -44px;
    width: 167px;
    height: 68px;
  }
  .header-filter-opener,
  .header-menu-opener {
    display: none;
  }
  .header-menu-container {
    visibility: visible;
    padding: 50px 0 0 0;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 130px;
  }
  .header-primary-menu,
  .header-logo-holder {
    width: 920px;
  }
  .header-logo-holder {
    margin: 0 auto;
    top: 30px;
    position: relative;
    z-index: 1;
  }
  .header-primary-menu {
    margin: 0 auto;
    font-size: 16px;
    border-bottom: none;
  }
  .header-primary-menu .current-menu-item {
    background-color: #222;
    border-radius: 5px;
  }
  .header-primary-menu .current-menu-item a {
    color: #fff;
  }
  .header-primary-menu a {
    text-decoration: none;
  }
  .header-primary-menu li {
    padding: 5px 10px;
    margin-bottom: 0;
    margin: -5px 20px 0 20px;
  }
  .header-primary-menu li:first-child {
    margin-left: 105px;
  }
  .header-primary-menu li.part1 {
    float: left;
  }
  .header-primary-menu li.part2 {
    float: right;
  }
  .header-secondary-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #222;
    font-size: 12px;
    font-family: 'Trebuchet MS', sans-serif;
  }
  .header-secondary-menu input[type="submit"] {
    width: 100%;
  }
  .header-secondary-menu .drop-box {
    display: none;
    position: absolute;
    top: 25px;
  }
  .header-secondary-menu .drop-box.active {
    display: block;
  }
  .header-secondary-menu li {
    margin-bottom: 0;
    margin-left: 15px;
    float: right;
  }
  .header-secondary-menu-login {
    display: block;
    position: relative;
  }
  .archive-press-items.is-shrunk .box-module {
    width: 25%;
    padding-bottom: 25%;
  }
  .product-pagination {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ccc;
    border-radius: 50px;
    left: 60px;
    top: 50%;
    margin-top: -25px;
    float: none;
    z-index: 2;
    display: block;
  }
  .product-pagination:hover {
    background-color: #222;
  }
  .product-pagination:hover .product-pagination-tooltip {
    display: block;
  }
  .product-pagination:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-position: -113px -165px;
    top: 50%;
    margin-top: -10px;
    margin-left: -7.5px;
    left: 50%;
  }
  .product-pagination-2 {
    left: auto;
    right: 60px;
  }
  .product-pagination-2:before {
    background-position: -135px -165px;
  }
  .product-pagination-tooltip {
    position: absolute;
    top: -45px;
    width: 130px;
    margin-left: 25px;
    left: -65px;
    text-align: center;
    display: none;
  }
  .product-pagination-tooltip:after {
    bottom: -5px;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #222;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .product-archive-wrapper.pushed .control-bar {
    padding-left: 300px;
  }
  .product-archive-wrapper.pushed .zoom-spline {
    padding-left: 325px;
  }
  .product-archive-wrapper.pushed .divider-pagination {
    padding-left: 300px;
  }
  .product-archive-wrapper.pushed .products-wrap {
    margin-left: 300px;
  }
  .product-archive-wrapper.pushed .filter-opener:before {
    background-position: -241.5px 0px;
  }
  .product-archive-wrapper.pushed .filter-opener-de:before {
    background-position: -240px 0;
  }
  .control-bar {
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: padding-left .3s;
    -moz-transition: padding-left .3s;
    -o-transition: padding-left .3s;
    transition: padding-left .3s;
  }
  .control-bar .intro .inner {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
  }
  .control-bar .contact-information {
    position: absolute;
    top: 14px;
    right: 120px;
  }
  .control-bar .contact-information > a {
    font-size: 12px;
    color: #fff;
  }
  .control-bar .contact-information .drop-box {
    font-size: 14px;
    display: none;
    position: absolute;
    width: 350px;
    top: 45px;
    text-align: left;
    left: -135px;
  }
  .control-bar .contact-information .drop-box a {
    text-decoration: underline;
  }
  .control-bar .contact-information .drop-box h2 {
    font-size: 16px;
  }
  .control-bar .contact-information .drop-box p {
    margin: 0;
  }
  .control-bar .contact-information .drop-box p + p {
    margin-top: 15px;
  }
  .control-bar .contact-information .drop-box.active {
    display: block;
  }
  .control-bar .your-order {
    display: block;
    top: 0;
    position: absolute;
  }
  .control-bar .intro {
    display: block;
  }
  .control-bar .logged-in-text {
    font-size: 14px;
    position: absolute;
    top: 17px;
    left: 25px;
  }
  .control-bar .middle {
    display: inline-block;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
  }
  .control-bar .middle.sprite {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-position: 0 -222px;
    width: 64px;
    height: 15px;
    text-indent: -999em;
  }
  .control-bar.fixed {
    position: fixed;
    top: 0;
  }
  .control-bar.fixed .middle.sprite {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  .control-bar .strong-link {
    margin: 0 5px;
  }
  .control-bar .shopping-bag {
    padding-left: 25px;
  }
  .control-bar .envelope {
    padding-left: 35px;
  }
  .control-bar .your-order {
    right: 20px;
    top: 14px;
    color: #fff;
  }
  .control-bar .your-order > a {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
  }
  .control-bar .your-order .drop-box {
    text-align: left;
    top: 45px;
    width: 500px;
    left: -400px;
    position: absolute;
    z-index: 3;
    margin-bottom: 20px;
    display: none;
  }
  .control-bar .your-order .drop-box:before {
    right: 45px;
    left: auto;
  }
  .control-bar .your-order .drop-box.active {
    display: block;
  }
  .page-dealer-welcome article {
    width: 50%;
  }
  .page-checkout .container {
    margin: 0 auto;
    max-width: 1180px;
  }
  .page-checkout .details,
  .page-checkout .order {
    float: left;
  }
  .page-checkout .details {
    width: 30%;
  }
  .page-checkout .order {
    width: 68%;
    margin-left: 2%;
  }
  .products-content {
    position: relative;
  }
  .zoom-spline {
    display: block;
    height: 35px;
    background-color: #c4c4c4;
    position: relative;
    width: 100%;
    left: 0;
    padding-left: 70px;
  }
  .zoom-spline.fixed {
    position: fixed;
    left: auto;
    top: 0;
    z-index: 1;
  }
  .zoom-container {
    padding-top: 12px;
    position: relative;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
  }
  .zoom-container.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  .zoom-container:before {
    background-position: 0 -223px;
    width: 62px;
    height: 15.25px;
    top: 13px;
    margin-left: 60px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  .zoom-slider {
    height: 10px;
    width: 280px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.6);
  }
  .zoom-slider:before,
  .zoom-slider:after {
    height: 11px;
    width: 11px;
  }
  .zoom-slider:before {
    background-position: 0 -250px;
    left: -25px;
    top: 0;
  }
  .zoom-slider:after {
    background-position: 0 -271px;
    right: -25px;
    left: auto;
    top: 0;
  }
  .zoom-slider .progress {
    background-color: rgba(0, 0, 0, 0.4);
    height: 10px;
    border-radius: 10px;
    -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
  }
  .zoom-slider .ui-slider-handle {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #eaeaea;
    margin-top: -2.5px;
    margin-left: -7.5px;
    border-radius: 15px;
    outline: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: left .2s;
    -moz-transition: left .2s;
    -o-transition: left .2s;
    transition: left .2s;
  }
  .zoom-slider .ui-slider-handle:before {
    content: '';
    position: absolute;
    top: -17.5px;
    left: -17.5px;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    z-index: 1;
  }
  .zoom-slider.no-transition .ui-slider-handle,
  .zoom-slider.no-transition .progress {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .filter-inputs {
    position: absolute;
    width: 50px;
    height: 100%;
    overflow: hidden;
    display: block;
    float: left;
    top: 130px;
    background-image: none;
    background-color: #222;
    z-index: 5;
  }
  .filter-inputs .filter-reset {
    right: 70px;
  }
  .filter-inputs .remove-button {
    display: none;
  }
  .filter-inputs .filter-opener {
    z-index: 1;
    display: block;
  }
  .filter-inputs .inner {
    margin-left: -300px;
  }
  .filter-inputs.fixed {
    top: 0;
    position: fixed;
  }
  .filter-inputs.active {
    width: 300px;
  }
  .filter-inputs.active .inner {
    margin-left: 0;
  }
  .filter-inputs .title {
    font-size: 16px;
  }
  .products-wrap {
    margin-left: 50px;
  }
  .single-product-info {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .single-product-slider {
    position: absolute;
    top: 0;
    right: 100px;
    overflow: hidden;
  }
  .single-product-slider img {
    width: 100%;
  }
  .single-product-slider img.zoomed {
    width: 170%;
    margin-top: -27%;
    margin-left: -35%;
  }
  .single-product-slider {
    width: 450px;
    height: 450px;
  }
  .single-and-page .post-content {
    padding-right: 25%;
    width: 66.6%;
  }
  .retailers-map-form-wrap {
    max-width: 490px;
    margin: 0 auto;
  }
  .retailers-map-form-wrap input[type="text"] {
    float: right;
    width: 60%;
  }
  .retailers-map-form-wrap .byline {
    width: 35%;
    margin-top: 8px;
    display: block;
    float: left;
    color: #fff;
  }
  #retailers-map-canvas {
    height: 385px;
  }
  .footer {
    position: absolute;
    width: 100%;
    bottom: -240px;
    height: 240px;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .footer .inner {
    padding: 55px 40px 0 55px;
    max-width: 1330px;
    margin: 0 auto;
  }
  .footer-secondary-menu,
  .footer-primary-menu,
  .footer-logo-holder,
  .footer-copyright-holder {
    float: right;
    margin-bottom: 0;
  }
  .footer-logo-holder {
    width: 14%;
  }
  .footer-secondary-menu,
  .footer-primary-menu {
    width: 25%;
  }
  .footer-copyright-holder {
    width: 35%;
    text-align: right;
  }
}
@media (min-width:1024px) {
  html {
    background-image: url(../images/pattern.png);
  }
  .page-wrap {
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  }
  .page-wrap,
  .login-bar .wrapper {
    max-width: 1200px;
    min-width: 900px;
  }
  .login-bar .wrapper {
    margin: 0 auto;
  }
}
@media (min-width:640px) {
  .single-product-content .stats,
  .single-product-content .flex-control-nav {
    display: block;
    position: absolute;
    z-index: 3;
  }
  .single-product-content .stats {
    right: 30px;
    bottom: 30px;
  }
  .single-product-content .flex-control-nav {
    right: 140px;
    width: auto;
    bottom: 25px;
  }
  .single-product-info {
    margin: 0 auto;
    z-index: 2;
    padding-bottom: 100px;
  }
  .cart-form .left {
    width: 30%;
  }
  .cart-form .right {
    margin-left: 3%;
    width: 67%;
  }
  .cart-form-agree-ui {
    width: 5%;
  }
  .cart-form-agree-text {
    margin-left: 0;
    width: 95%;
  }
}
