/* general */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
}
a {
  color: #666666;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
.orange {
  color: #ff931e;
}
.black {
  color: black;
}
.darkgray {
  color: #333333;
}

/* header */
.head-top, .head-top a {
  font-size: 13px;
  color #4d4d4d;
  line-height: 24px;
}
.lang-menu a {
  margin-right: 20px;
}
.head-top .phone, .head-top .phone a {
  font-size: 24px;
}
.head-top .header-cart-link {
  display: block;
  padding-right: 30px;
  height: 19px;
  line-height: 19px;
  background-image: url(../img/cart.png);
  background-repeat: no-repeat;
  background-position: right 1px;
}
.head-top .header-cart-link:hover {
  background-position: right -20px;
  text-decoration: none;
}
.head-bottom {
/*  height: 100px; */
  height: 75px;
  background-image: url('../img/header-bg2.jpg');
  background-repeat: repeat-y;
  background-position: left top;
  background-color: #1e3c5e;
  position: relative;
}
a.header-logo {
 /* background-image: url('../img/jose-llopart-logo.png');
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  font-size: 29px;
  padding-left: 45px;
  line-height: 100px;
  color: white;
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
  font-weight: 700;*/
}
a.header-logo:hover {
  text-decoration: none;
}
/* main menu */
.header-menu {
  /*margin-top: 30px;*/
  margin-top: 19px;
}
.header-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.header-menu li.main-menu-item {
  float: left;
  margin-right: 5px;
  position: relative;
}
.header-menu a.main-menu-item {
  min-width: 115px;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  color: white;
  font-size: 16px;
  display: block;
  text-align: center;
}
ul.main-menu > li {
  border-right: 2px solid #5d7692;
}
ul.main-menu > li:last-child {
  border-right: none;
}
.header-menu ul.main-submenu {
  display: none;
  position: absolute;
  background-color: #e6e6e6;
  border-bottom: 3px solid #5d7692;
  width: 100px;
  padding: 15px 15px 5px 15px;
  z-index: 999;
}
.header-menu li:hover > ul.main-submenu {
  display: block;
}
.header-menu li.main-submenu-item {
  margin-bottom: 10px;
}
.header-menu a.main-submenu-item {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 17px;
}
.lupa {
  width: 22px;
  height: 21px;
  background-image: url('../img/lupa.png');
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-menu-item .lupa {
  height: 40px;
  vertical-align: middle;
  margin-left: 10px;
  background-position: center 8px;
}
.header-menu .main-menu-search ul.main-submenu {
  width: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 50%;
  margin-left: -130px;
}
.header-menu .main-menu-search ul.main-submenu .arrow {
  width: 16px;
  height: 11px;
  background-image: url('../img/search-menu-arrow.png');
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -8px;
}
.search-menu-form .text {
  border: none;
  width: 200px;
  padding: 5px 10px;
  border-radius: 0px;
}
.button-search {
  width: 22px;
  height: 21px;
  background-image: url('../img/lupa.png');
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin-right: 3px;
  outline: none;
  border: none;
  background-color: transparent;
}
.header-menu li.main-menu-item.main-menu-item-products {
  position: static;
}
.header-menu ul.main-submenu.submenu-products {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  left: 0px;
  text-align: center;
}
.prod-submenu-item-txt {
  height: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.header-menu .submenu-products .arrow {
  width: 16px;
  height: 11px;
  background-image: url('../img/search-menu-arrow.png');
  position: absolute;
  top: -11px;
  left: 40%;
}
/* footer */
.footer {
  color: #808080;
  background-image: url('../img/foot-bg2.jpg');
  background-repeat: repeat-x;
  background-color: #4a4a62;
  padding: 20px 0px 10px 0px;
}
.footer a {
  color: #808080;
}
.foot-middle {
  font-size: 12px;
}
.foot-bottom {
  font-size: 12px;
  text-align: justify;
}
.foot-copyright {
  font-size: 11px;
}
.foot-mail a {
  font-size: 20px;
  margin-right: 20px;
}
.foot-phone {
  font-size: 24px;
  margin-right: 20px;
  margin-top: 11px;
}
.foot-social {
  margin-top: 2px;
}
.foot-logo {
  margin-top: 19px;
}
a.footer-logo {
  /*background-image: url('../img/jose-llopart-logo-2.png');
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  font-size: 29px;
  padding-left: 45px;
  line-height: 34px;
  color: #808080;
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
  font-weight: 700;*/
}
a.footer-logo:hover {
  text-decoration: none;
}
.foot-social a { margin-left: 5px; }
.scroll-to-top {
  display: block;
  width: 20px;
  height: 20px;
  background: url('../img/to-top.png') no-repeat 0px 0px;
  padding-left: 30px;
  text-decoration: none;
  color: #808080;
  line-height: 20px;
  font-size: 14px;
}
.scroll-to-top:hover {
  background-position: 0px -24px;
  color: #cccccc;
}

/* foot menu */
.foot-menu {
}
.foot-menu-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.foot-menu-item {
  float: left;
  margin-right: 20px;
}
.foot-menu-list a.current {
  color: white;
}
/* home */
.header-logo h1 {
  margin-bottom: 0px;
}
.home-slider {
  overflow: hidden;
  margin-bottom: 20px;
}
.home-slider .flex-direction-nav a {
  width: 37px;
  height: 114px;
  text-indent: 9999px;
  margin-top: -57px;
}
.home-slider .flex-direction-nav a.flex-next {
  background-image: url('../img/slide-right.png');
}
.home-slider .flex-direction-nav a.flex-prev {
  background-image: url('../img/slide-left.png');
}
.home-slide {
  position: relative;
}
.home-slide-text {
  padding: 20px 30px;
  color: white;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  background-image: url('../img/opacity.png');
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.home-featured {
  border-bottom: 4px solid #b3b3b3;
}
.toggle-content {
  display: none;
}
.opened .toggle-content {
  display: block;
}
.toggle-title {
  cursor: pointer; 
  padding: 10px 10px 10px 55px;
  position: relative;
  border: 1px solid #cccccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
}
.toggle-title span {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 45px;
  background-image: url('../img/toggle-plus-less.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  background-color: #cccccc;
}
.opened .toggle-title span, .js-opened .toggle-title span {
  background-position: -45px 50%;
}
.toggle-title h3 {
  margin: 0px;
  padding: 0px;
}
.toggle-content {
  padding: 0px 10px 0px 55px;
}
/* category */
.cat-header {
  position: relative;
}
.cat-header .breadcrumbs {
  position: absolute;
  z-index: 10;
}
.cat-top-text {
  padding: 15px 30px;
  /* min-width: 50%; */
  color: #4d4d4d;
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  /*background-image: url('../img/cat-opacity.png');*/
  background-color: rgba(255,255,255,0.7);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.cat-top-text h2 {
  font-size: 14px;
  margin: 4px 0 4px 0;
}
h1.cat {
  color: #4d4d4d;
  margin-bottom: 0px;
}
.cat-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}
.cat-prod-desc {
  padding: 10px 10px 65px 10px;
  font-size: 13px;
}
.cat-product.mb20 {
  margin-bottom: 30px;
}
.cat-prod-view {
  position: absolute; 
  bottom: 10px;
}
.cat-prod-numvars {
  position: absolute;
  bottom: 35px;
}
.cat-product-left {
  background-color: #e6e6e6;
  position: relative;
}
a.cat-prod-img-link {
  position: relative;
}
a.cat-prod-img-link:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background-image: url('../img/r-arrow.png');
  background-position: 0px 0px;
}
a.cat-prod-img-link:hover:after {
  background-position: 0px -15px;
}
.cat-info {
  margin-left: 20px;
}
.cat-prod-table-title {
  background-color: #cccccc;
  font-size: 21px;
  color: #4d4d4d;
  padding: 5px 10px;
}
.cat-prod-table-title-row {
  padding: 5px 10px;
}
.cat-prod-table-desc {
  font-size: 13px;
}
.cat-prod-table-title-qty {
  border-left: 5px solid white;
}
.cat-prod-table-row {
  padding: 5px 10px;
  color: #808080;
}
.cat-prod-table-row-0 {
  background-color: #cccccc;
  border-top: 1px solid white;
}
.cat-prod-table-row-2 {
  background-color: #e6e6e6;
}
a.cat-prod-ref-link {
  display: block;
  position: relative;
  color: #808080;
}
a.cat-prod-ref-link:hover {
  color: #ff9e1e;
}
a.cat-prod-ref-link:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  width: 15px;
  height: 15px;
  background-image: url('../img/r-arrow.png');
  background-position: 0px 0px;
}
a.cat-prod-ref-link:hover:after {
  background-position: 0px -15px;
}
.subcats-title {
  font-size: 25px;
  color: #cccccc;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
/* breadcrumbs */
.breadcrumbs {
  padding: 10px;
  color: black;
}
.breadcrumbs a {
  color: black;
}
/* product */
.product-single {
  color: #999999;
  margin-top: 20px;
}
.product-single h3 {
  margin-bottom: 0px;
}
.prod-desc-seo {
  font-size: 21px;
  line-height: 21px;
}
.product-tabs {
  color: #999999;
}
select.product-variants {
  width: auto;
}
/* tabs */
.tabs-headers {
}
.tab-header {
  float: left;
  margin-right: 10px;
  font-size: 21px;
  cursor: pointer;
  padding: 10px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 2;
}
.tab-header.current {
  border-bottom: 1px solid white;
  -webkit-box-shadow: 1px -1px 3px #cccccc;;
  box-shadow: 1px -1px 3px #cccccc;;
}
.tabs-contents {
  border: 1px solid #cccccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-top: -1px;
  padding: 20px 0px;
}
.related-products {
  margin: 0px -1px;
}
a.rel-prod-link {
  color: #999999;
}
.related-product-in {
  margin: 0px 10px;
}
/* cart */
.cart-container {
  margin-bottom: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  margin-left: -11px;
  margin-right: -11px;
  -webkit-box-shadow: 2px 2px 8px #cccccc;
          box-shadow: 2px 2px 8px #cccccc;
}
.cart-container h1 {
  background-color: #cccccc;
  padding: 5px 10px;
  font-size: 21px;
  color: #4d4d4d;
  margin-bottom: 10px;
}
.cart {
  margin-bottom: 20px;
}
.cart-header {
  background-color: #e6e6e6;
  color: #808080;
  padding: 5px 0px;
}
.cart-row {
  border-bottom: 6px solid #e6e6e6;
  padding: 10px 0px;
}
.cart-cell-in {
  padding: 0px 10px;
  line-height: 29px;
}
.cart-row .text {
  border-left: 1px solid #cccccc;
  border-radius: 0px;
  padding: 5px;
  text-align: center;
}
.cart-action {
  width: 19px;
  height: 19px;
  margin-right: 10px;
  margin-top: 5px;
  overflow: hidden;
  text-indent: 9999px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.cart-less { background-image: url('../img/cart-less.jpg'); }
.cart-more { background-image: url('../img/cart-more.jpg'); }
.cart-del { background-image: url('../img/cart-del.jpg'); }
.cart-form {
  margin: 20px 0px;
}
.cart-bottom {
  margin-bottom: 20px;
  font-size: 21px;
}
.button.cart-submit {
  background-color: #ff931e;
}
.cart-soft-gray {
  color: #999999;
}
.cart-status-div {
  color: #ff931e;
}
.name-c {
  display: none;
}
.cart-total {
  font-size: 21px;
  margin-top: 10px;
}
.cart-button {
  margin-bottom: 10px;
  margin-right: 10px;
}
/* who */
.cat-h1 {
  color: #4d4d4d;
  margin: 0px;
  font-weight: normal;
  font-size: 36px;
}
.page-title {
  background-color: #cccccc;
  margin-top: 3px;
  margin-bottom: 20px;
}
.page-title h1 {
  color: #4d4d4d;
  padding: 5px 20px;
}
.sidebar-menu h3 {
  color: #4d4d4d;
}
.sidebar-menu ul {
  margin: 0px 0px 0px 20px;
  list-style: none;
  padding: 0px;
}
.sidebar-menu ul li {
  margin: 0px 0px 10px 0px;
}
.sidebar-menu a {
  text-decoration: none;
  color: #666666;
}
.sidebar-menu a:hover, .sidebar-menu a.current {
  text-decoration: none;
  color: #ff931e;
}
.sidebar-menu h3 a {
  color: #4d4d4d;
}
.page-content-block h2 {
  color: #666666;
  font-size: 25px;
}
/* what */
.home-slider.cat-header {
  margin-bottom: 0px;
}
.home-slider h2 {
  margin-bottom: 0px;
}
.what-down-block h2 {
  color: #666666;
  font-size: 25px;
}
/* facilities */
ul.facilities {
  padding-left: 20px;
  margin-bottom: 30px;
}
ul.facilities li {
  margin-bottom: 10px;
}
/* contact */
.contact-data {
  border-left: 4px solid #cccccc;
  padding-left: 15px;
  line-height: 18px;
}
.contact-data  {
  color: #999999;
}
.contact-data h2 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #999999;
}
.contact-row-50 {
  float: left;
  margin-right: 40px;
  font-size: 20px;
  color: #666666;
}
.contact-status-div {
  color: #ff931e;
  margin-top: 15px;
}
.form-legal-text-tit {
  font-weight: bold;
  margin-bottom: 5px;
}
.form-legal-text-txt {
  margin-bottom: 5px;
}
/* newsletter */
.newsletter h3 {
  color: #617bbf;
}
.newsletter .button-dark {
  background-color: #8191c3;
}
.wrap {
  position: relative;
}
.mandatory-info {
  margin-left: 20px;
}
.newsletter {
  position: absolute;
  width: 100%;
  padding: 20px;
  background-color: white;
  border: 4px solid #b3b3b3;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 999;
}
.newsletter-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #4d4d4d;
}
.newsletter-close a {
  text-decoration: none;
  padding: 5px;
}
.newsletter-close a:hover {
  text-decoration: none;
  color: #ff931e;
}
.newsletter select, .cart-form select {
  padding: 14px 10px;
  font-size: 14px;
  background-color: white;
  color: #999999;
  border: 1px solid #cccccc;
  border-left: 4px solid #cccccc;
  border-radius: 3px;
  margin: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.newsletter select.form-error, .cart-form select.form-error {
  border-color: #ff931e;
}
.terms-label.form-error, .terms-label.form-error a {
  color: #ff931e;
}
.newsletter-status-div {
  color: #ff931e;
}
.checkbox {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 17px;
  padding: 14px 10px;
  outline: none;
  border-left: 4px solid #cccccc;
  border-radius: 3px;
  margin: 0px;
}
.checkbox.form-error {
  border-color: #ff931e;  
}
/* legal */
.legal-content {
  color: #999999;
}
/* sitemap */
.sitemap-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.sitemap-content li {
  margin: 2px 0px;
}
.sitemap-content ul {
  padding-left: 20px;
}
.sitemap-column {
  border-left: 1px solid #cccccc;
}
.sitemap-column-first {
  border-left: none;
}
.sitemap-products {
  display: none;
}
/* 404 */
.content-404 h1 {
  font-size: 30px;
  margin-top: 40px;
}
/* font sizes */
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
/* news */
.news h1, .news .h1 {
  color: #4d4d4d;
  margin-left: 10px;
  margin-bottom: 40px;
  font-size: 36px;
}
.news-list {
  color: #999999;
  font-size: 16px;
}
.news-list h2 {
  color: #999999;
  font-size: 36px;
}
.news-list a {
  color: #999999;
}
.news-list-item {
  margin-bottom: 40px;
}
/* news single */
.news-single {
  font-size: 20px;
  color: #999999;
}
.news-single h1 {
  margin-left: 0px;
  color: #999999;
  margin-bottom: 20px;
}
.news-single .new-date {
  font-size: 14px;
}
.next-prev-links {
  text-align: right;
  font-size: 21px;
}
.new-img-foot {
  font-size: 16px;
}
/* news single 2 */
/* news single 3 */
.news-reference {
  font-size: 14px;
}
.news-reference-code {
  color: #666666;
}
.news-dark {
  color: #666666;
}
.news-small {
  font-size: 14px;
}
/* youtube 100% */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* search results */
.news h1.search-results-title {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.search-results {
  border-top: 2px solid #666666;
  margin-top: 30px;
  padding-top: 30px;
}
.search-results-item {
  border-bottom: 1px solid #666666;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
/* apps */
.apps-subheader {
  border-bottom: 2px solid #666666;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background-image: url('../img/imatge-fons-recetas.jpg');
  background-position: right top;
  background-repeat: no-repeat;
  color: white;
}
.news .apps-subheader h1, .apps-subheader .breadcrumbs, .apps-subheader .breadcrumbs a {
  color: white;
}
.apps-subheader .text {
  border-color: #4d4d4d;
}
.apps-search-form .text-label {
  margin-right: 8px;
  margin-top: 13px;
}
.apps-search-form .text {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 7px;
}
.apps {
  color: #999999;
}
.app-desc-seo {
  font-size: 21px;
}
.app-description {
  font-size: 20px;
}
.apps-single h2 {
  font-size: 21px;
}
.apps-mix-table {
  background-color: #e6e6e6;
  color: #808080;
  padding: 10px 0px;
}
.apps-mix-table-row {
  margin-bottom: 5px;
}
.apps-mix-table-col-1 {
  float: left;
  padding: 5px 20px;
  width: 20%;
}
.apps-mix-table-col-2 {
  float: left;
  text-align: center;
  padding: 5px 20px;
  width: 15%;
  margin-right: 2%;
}
.apps-mix-table-col-3 {
  float: left;
  text-align: center;
  padding: 5px 20px;
  width: 15%;
  margin-right: 2%;
}
.apps-mix-table-col-4 {
  float: left;
  text-align: center;
  padding: 5px 20px;
  width: 15%;
  margin-right: 2%;
}
.apps-mix-white-field {
  background-color: white;
}
.apps-related-products {
  padding: 20px 0px;
  margin-left: -1px;
  margin-right: -1px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px #cccccc;
     -moz-box-shadow: 0px 0px 10px 0px #cccccc;
          box-shadow: 0px 0px 10px 0px #cccccc;
}
.apps-related-products h2 {
  margin-left: 20px;
}
.app-social {
  margin-bottom: 20px;
  border-bottom: 2px solid #999;
}
.app-social .social {
  margin-bottom: 10px;
}
/* pager */
.pager a, .pager span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pager a {
  color: #cccccc;
}
.pager a:hover {
  color: #999999;
  text-decoration: none;
}
.pager .pager-box {
  padding: 10px;
  color: white;
  background-color: #cccccc;
  width: 18px;
  text-align: center;
}
.pager a.pager-box:hover {
  background-color: #999999;
  color: white;
}
.pager a.pager-box:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.pager .next, .pager .last {
  margin-left: 10px;
}
.pager .first, .pager .previous {
  margin-right: 10px;
}
.pager {
  font-size: 16px;
  color: #cccccc;
}
.pager .current {
  color: #999999;
}
.pager .sep {
  margin: 0px 5px;
}
/* forms */
.text, .textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 17px;
  padding: 14px 10px;
  outline: none;
  border: 1px solid #cccccc;
  border-left: 4px solid #cccccc;
  border-radius: 3px;
  margin: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.form-error {
  border-color: #ff931e;
}
/* buttons */
.button {
  margin: 0px;
  color: white;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  outline: none;
  border: none;
  background-color: #cccccc;
  cursor: pointer;
  border-radius: 3px;
  line-height: 20px;
  white-space: nowrap;
  padding: 10px;
  min-width: 115px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.button:hover {
  text-decoration: none;
}
.button:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.button-dark {
  background-color: #808080;
}
/* titles */
h1, h2, h3, h4, h5 {
  margin: 0px 0px 10px 0px;
  font-weight: normal;
}
h1, h2.home {
  font-size: 36px;
  color: #999999;
}
h3 {
  font-size: 21px;
  color: #999999;
}
/* social */
.social-button {
  margin-right: 20px;
  margin-bottom: 10px;
}

/* Tablet (Landscape) - Design for a width of 1024px */
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  /* main menu */
  .header-menu li.main-menu-item { margin-right: 3px; }
  .header-menu a.main-menu-item { min-width: 85px; font-size: 14px; }
  .header-menu li.main-menu-search a.main-menu-item { padding-left: 3px; padding-right: 3px; }
  /* contact form */
  .contact-status-div { display: block; }
}
/* Tablet (Portrait) - Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* header */
  .head-top .phone { font-size: 21px; }
  .header-logo img { max-width: 100%; margin-top: 12px; }
  /* menu */
  .header-menu.mr2 { margin-right: 2px; }
  .header-menu li.main-menu-item { margin-right: 3px; }
  .header-menu a.main-menu-item { min-width: 73px; font-size: 13px; }
  .header-menu li.main-menu-search a.main-menu-item { padding-left: 3px; padding-right: 3px; }
  /* footer */
  .foot-mail a, .foot-phone { font-size: 18px; }
  .foot-phone { margin-top: 16px; }
  .foot-social { clear: left; margin-top: 10px; }
  .foot-logo { margin-top: 64px; }

  /* apps */
  .cat-prod-table-title { font-size: 16px; }
  .cat-prod-table-row { font-size: 12px; }

  /* contact form */
  .contact-status-div { display: block; }
}
@media only screen and (max-width: 767px) {
  /* header */
  .head-bottom { height: auto; }
  .search-mbl-form { position: relative; }
  .search-mbl-form input.text { width: 100%; padding-right: 50px; }
  .search-mbl-form .button-search { height: 47px; position: absolute; right: -2px; width: 40px; background-color: #cccccc; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

  .head-top .phone, .head-top .phone a { font-size: 22px; }
  .header-cart { margin: 12px 10px 0px 0px; }

  .mbl-menu-link { background-image: url('../img/mbl-menu.png'); background-repeat: no-repeat; background-position: left center; display: block; margin-top: 5px; width: 30px; height: 30px; }
  ul.mbl-menu { list-style: none; line-height: 20px; margin-left: 0px; padding-left: 0px; }
  ul.mbl-submenu { list-style: url('../img/blue-square.png'); line-height: 20px; margin-left: 0px; padding-left: 25px; margin-bottom: 10px; }
  ul.mbl-menu li { font-weight: bold; }
  ul.mbl-menu ul.mbl-submenu li { font-weight: normal; }

  /* footer */
  .foot-middle, .foot-bottom, .foot-copyright { padding: 0px 15px; }
  .foot-contacts { float: none; }
  .foot-mail, .foot-phone, .foot-social { text-align: center; float: none; margin: 0px 0px 10px 0px; }
  .foot-mail a { margin: 0px; }
  .foot-logo { text-align: center; float: none; margin: 20px 0px 10px 0px; }
  .foot-copyright { font-size: 10px; }

  /* general */
  h1, h2.home, .cat-h1 { font-size: 20px; }
  h3 { font-size: 18px; }

  /* home */
  .home-slider .flex-direction-nav a { width: 10px; height: 30px; margin-top: -15px; background-size: contain; background-repeat: no-repeat; }
  .home-slide-text { padding: 5px 10px 5px 25px; bottom: 15px; font-size: 15px; }
  .home-featured { border-bottom-width: 2px; }
  .home-news-block { border-bottom: 2px solid #b3b3b3; padding-bottom: 5px; }
  .contact-status-div { display: block; }

  /* news */
  .news h1, .news .h1 { font-size: 25px; margin-left: 0px; }
  .news-single, .news-list { font-size: 14px; }
  .next-prev-links { font-size: 12px; text-align: left; }
  .news-list h2 { font-size: 21px; }
  .news-list-item { padding-bottom: 19px; margin-bottom: 25px; border-bottom: 2px solid #b3b3b3; }
  .news-list-item:last-child { padding-bottom: 0px; border-bottom: none; }
  .new-img-foot { font-size: 12px; margin-bottom: 30px; }

  /* category */
  .cat-header .breadcrumbs { position: relative; }
  .cat-top-text { padding: 5px 10px; font-size: 18px; bottom: auto; position: relative; }
  .cat-desc { font-size: 12px; line-height: 16px; }
  .cat-top-text h1 { font-size: 21px; }
  .cat-bottom .button { width: 100%; margin-bottom: 10px; }
  .cat-info { margin-left: 0px; }
  .cat-prod-table-title { margin-top: 10px; padding: 0px 10px; }
  .cat-product .pw50 { width: 100%; }
  .cat-prod-view, .cat-prod-numvars { position: relative; bottom: auto; margin-top: 10px; }
  .cat-product-left { margin-bottom: 20px; }
  .cat-prod-table-row .w1-5 { width: 100%; margin-top: 5px; margin-bottom: 10px; color: #4d4d4d; }
  .cat-prod-table-row .w4 { width: 100%; margin-bottom: 10px; }
  .cat-prod-table-row { padding: 10px; }
  a.cat-prod-ref-link:after { top: 15px; }
  .cart-cell-qty { width: 80px; }
  .cart-cell-actions { width: auto; }
  .cart-row { border-bottom-width: 2px; }
  .cat-prod-desc { padding-bottom: 10px; }

  /* product */
  .product-single h3 { margin-top: 15px; }
  .tab-header { margin-right: 0px; width: 100%; box-sizing: border-box; box-shadow: none !important; border-bottom: 0px !important; border-radius: 0px; font-size: 19px; background-color: #e6e6e6; }
  .tab-header.current { font-weight: bold; }
  .tabs-headers .tab-header:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; }
  .tabs-contents { border-top-right-radius: 0px; margin-top: 0px; }
  h2.rel-product { margin-top: 0px; }
  .related-product-in { border-top: 1px solid #cccccc; padding-top: 20px; }
  .related-product:first-child .related-product-in { border-top: none; padding-top: 0px; }
  .related-product img { margin-bottom: 10px; }

  /* apps */
  .apps .search-mbl-form { display: none; }
  .apps-search-form { margin-top: 45px; color: #666666; }
  .new-title { margin-top: 5px; }
  .app-desc-seo { font-size: 16px; }
  .app-description { font-size: 14px; }
  .apps-products .cat-prod-table-title { font-size: 17px; }
  .cat-prod-table-title .fr { float: left; }
  .cat-prod-table-title-qty { border: none; }
  .apps-related-products h2 { margin-left: 10px; margin-right: 10px; }
  .apps-single h2 { font-size: 19px; }
  .apps-related-products .related-product-in h2 { margin-left: 0px; margin-right: 0px; }
  .apps-single .button { width: 100%; margin: -20px 0px 25px 0px; }
  .all-cats-cat { border-bottom: 2px solid #b3b3b3; padding-bottom: 5px; }

  /* who */
  .sidebar-menu ul li { margin-bottom: 5px; }
  .who-text-1 { margin-bottom: 0px; }
  .who-images { margin-bottom: 20px; }

  /* sitemap */
  .sitemap-column { border: 0px; margin-bottom: 30px; }

  /* newsletter */
  .mandatory-info { display: block; margin: 10px 0px; }
  .newsletter-status-div { display: block; margin: 10px 0px; }
}
/* Mobile (Landscape) - Design for a width of 480px */ 
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
/* Mobile (Portrait) - Design for a width of 320px */
@media only screen and (max-width: 479px) {
  /* header */
  .header-logo img {  width: 80%; }
  .mbl-menu-link { background-size: 80%; background-repeat: no-repeat; background-position: center center; right: 5px; }
}



@media print {
  /* cart */
  .cart-header { background-color: white; }
  .cart-row { border-bottom: 1px; }
  .cart-form, .cart-bottom .button { display: none; }
  .cart-bottom { font-size: 18px; }
  .cart-container { font-size: 12px; background-color: white; -webkit-box-shadow: none; box-shadow: none; }
}
