/*@import "compass/reset";*/
/* 
=======================
RESETS
======================= 
*/
/* 
$ 1.1 Reset 1 --- html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark
----------------------
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

textarea {
  overflow: auto; }

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

/* Make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible; }

/* Bicubic resizing for non-native sized IMG:code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* 
$ 1.2 Reset 2 --- others
----------------------
*/
* {
  margin: 0;
  padding: 0; }

:focus {
  outline: 0; }

a img, iframe {
  border: none; }

ol, ul {
  list-style: none; }

select {
  margin: inherit; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

a:link, a:hover, a:visited, a:active {
  text-decoration: none; }

div, nav, span, section, article, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 
=======================
END RESET
======================= 
*/
/* 
=======================
PROJECT STYLES
======================= 
*/
/*COLORS*/
/*shape colors*/
/*INDEX
	
	- VARIABLES
	- PLACEHOLDERS
	- MIXINS
	- FUNCTIONS

************************************************************************************/
/*VARIABLES*/
/*PLACEHOLDERS*/
#navigation, #navigation-mobile, #slider, #content, #content div.brcm-list-of-products ol li ul, #content .contact-info, #content .brcm-cataleg-search, body.serveis .brcm-generic-element-with-images-on-the-right, #footer, #footer .left-column .copy {
  float: left;
  width: 100%; }

#navigation ul li, #navigation-mobile ul li, #content .brcm-product-detail, #content .highlight-box .brcm-cart .brcm-cart-box .brcm-cart-checkout, #content .highlight-box .brcm-cart .brcm-cart-box .brcm-cart-total-items, body.serveis .brcm-generic-element-with-big-images, body.empresa .brcm-generic-element-with-big-images, #content .brcm-gallery-of-images, #content .brcm-generic-element-with-image-gallery, #footer .left-column, #footer .left-column ul li, #footer .center-column, #footer .center-column ul li, #footer .signature, #footer .signature ul li {
  float: left;
  display: inline; }

input[type="submit"], button, #content .contact-info .inner a, #content .brcm-product-detail .brcm-navigation ul li .touch-button-2, #content div.brcm-list-of-products ol li .touch-button-2 .navicon-2, button:disabled {
  -webkit-transition: all 0.2s cubic-bezier(0.1, 0.1, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.1, 0.1, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.1, 0.1, 0, 1);
  transition: all 0.2s cubic-bezier(0.1, 0.1, 0, 1); }

/*MIXINS*/
/*Flex mixins*/
/*end Flex mixins*/
/*Quantity Query based on http://alistapart.com/article/quantity-queries-for-css 
	means: li element following last-child (= first li to last li)
*/
/*FUNCTIONS*/
/*MAIN FONT SETTINGS*/
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400; }

/*FONT SIZE*/
html {
  font-size: 10px; }

h1 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21.25px;
  line-height: 2.55rem;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 100%;
  color: #5F5F5F; }

h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 37.5px;
  line-height: 4.5rem;
  font-weight: 700;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 10px 0;
  color: #000; }

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 27.5px;
  line-height: 3.3rem;
  margin: 0 0 10px 0;
  line-height: 130%;
  font-weight: normal;
  color: #000; }

h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 3rem;
  font-weight: 700;
  margin: 0 0 10px 0; }

h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 3rem;
  margin: 0 0 10px 0; }

h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  font-weight: 700;
  margin: 0 0 10px 0; }

p, li {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21.25px;
  line-height: 2.55rem; }

p {
  margin: 10px 0 10px 0; }

li {
  margin: 10px 0 10px 0; }

/* GLOBAL STYLES */
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  color: #20170D; }

a:link, a:hover, a:visited, a:active {
  color: #000; }

a {
  cursor: pointer; }

.main-content {
  clear: both; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
nav li {
  display: inline-block; }

ul li {
  list-style-type: none; }

ol li {
  list-style-type: decimal;
  list-style-position: inside; }

#content p, #content ol, #content ul, #content table {
  margin: 10px 0px;
  line-height: 150%; }

#content ul {
  list-style-type: none;
  line-height: 20px;
  margin-top: 5px; }

#content ul li {
  padding-left: 15px;
  background: url("../img/punto-ul.jpg") 0px 8px no-repeat; }

#content ul li ul li {
  padding-left: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem; }

#content ul li ul li ul li {
  padding-left: 5px; }

#content h1 + h2 {
  margin-top: 5px; }

#content h2 + h3 {
  margin-top: 5px; }

#content table {
  margin: 20px 0 20px 0px; }

#content table th {
  padding: 7px 15px;
  border: 1px #D2D2D2 solid;
  background-color: #E4E4E4;
  color: #737373;
  font-weight: bold;
  vertical-align: middle; }

#content table td {
  padding: 7px 15px;
  border: 1px #D2D2D2 solid;
  color: #737373;
  vertical-align: middle; }

.brcm-title, .brcm-explanation, .brcm-form, .brcm-form p {
  color: #20170D; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select {
  padding: 8px 10px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  /* width: 100%; */
  box-sizing: border-box; }

#footer input[type="text"], #footer input[type="email"], #footer input[type="password"], #footer input[type="tel"] {
  padding: 8px 10px;
  border: 0px;
  background: #fff;
  border-radius: 0px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  width: 100%;
  box-sizing: border-box; }

input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin: 5px 5px 0 0; }

/* input[type="checkbox"] + label{
	display: inline-block;
} */
input[type="submit"], button {
  background: #1F170C;
  padding: 11px 35px;
  border-radius: 6px;
  color: #fff;
  font-size: 1.0em;
  font-weight: 300;
  text-shadow: 0px 1px 0px #5D5D5D;
  border: 0px;
  text-transform: uppercase; }

input[type="submit"]:hover, button:hover {
  text-decoration: none;
  background: #000; }

#footer input[type="submit"], #footer button {
  background: #000;
  border: 4px solid #fff;
  color: white;
  width: 100%;
  padding: 6px 31px;
  border-radius: 0px;
  margin: 5px 0; }

#content div.brcm-form div.brcm-field, #content div.brcm-field {
  margin: 10px 0; }

textarea {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  /* width: 100%; */
  box-sizing: border-box;
  min-height: 100px; }

#footer textarea {
  padding: 5px 10px;
  border: 1px solid #458ac3;
  background: #fff;
  border-radius: 0px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  width: 100%;
  box-sizing: border-box;
  min-height: 100px; }

.style-select {
  background: url("../img/arrow-down.png") no-repeat 95% center white;
  background: none\0;
  width: 100%;
  border: 1px solid black;
  border: none\0;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*-moz-appearance:window;*/ }
  .style-select select {
    background: transparent;
    background: white\0;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*-moz-appearance:window;*/
    width: 100% !important;
    padding: 3px 10px;
    border: none;
    border: 1px solid #20170D \9; }
    .style-select select:hover {
      cursor: pointer; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .style-select {
    background: none;
    border: none; }
    .style-select select {
      background: white; } }
/* thanks to http://codepen.io/geoffyuen/pen/FCBEg --> this bite of code is copied from this URL, but slightly customized. */
.rwd-table {
  margin: 10px 0;
  min-width: 300px;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem; }
  .rwd-table tr:hover {
    background: white; }
  .rwd-table th {
    display: none;
    font-weight: bold;
    background: #F4DAAB; }
  .rwd-table td {
    display: block; }
    .rwd-table td:first-child {
      padding-top: 9px; }
    .rwd-table td:last-child {
      padding-bottom: 9px; }
    .rwd-table td a {
      border: none;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
      .rwd-table td a:hover {
        cursor: pointer; }
    .rwd-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: block; }
      @media (min-width: 600px) {
        .rwd-table td:before {
          display: none; } }
  .rwd-table th, .rwd-table td {
    text-align: left; }
    @media (min-width: 600px) {
      .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: 0px 4px; }
        .rwd-table th:last-child, .rwd-table td:last-child {
          padding-right: 0; } }

/*end thanks http://codepen.io/geoffyuen/pen/FCBEg*/
/* GRID */
html, body {
  height: 100%; }

.push-content {
  min-height: 100%;
  height: auto !important;
  /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  margin: 0 auto -75px;
  /* the bottom margin is the negative value of the footer's height */
  padding: 0 0 75px 0; }

.footer, .push {
  height: 75px;
  /* .push must be the same height as .footer */ }

header, div, nav, span, section, article, aside, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#fancybox-inner, #fancybox-wrap {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: normal;
  font-style: normal; }

div#brcm-cms-admin-capcalera * {
  box-sizing: content-box; }

.center-wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto; }

.row {
  width: 100%;
  display: block;
  clear: both;
  vertical-align: top;
  padding: 5px 0; }

.one-third-column {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-right: 11px; }
  .one-third-column + .two-third-column {
    width: 65%;
    display: inline-block;
    float: right; }

.two-third-column {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px; }
  .two-third-column + .one-third-column {
    width: 32%;
    display: inline-block;
    float: right; }

.one-fourth-column {
  width: 22%;
  display: inline-block;
  vertical-align: top; }
  .one-fourth-column:last-child {
    float: right; }

.three-fourth-column {
  width: 75%;
  display: inline-block;
  vertical-align: top; }
  .three-fourth-column:last-child {
    float: right; }

.half-column {
  width: 47%;
  display: inline-block;
  vertical-align: top; }
  .half-column + .half-column {
    float: right; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.flex-content {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between; }
  .flex-content .flex-column-first {
    -webkit-box-flex: 0 0 20%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 20%;
    /*IE10*/
    -webkit-flex: 0 0 20%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 20%;
    min-width: 0; }
  .flex-content .flex-column-second {
    -webkit-box-flex: 1 0;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 1 0;
    /*IE10*/
    -webkit-flex: 1 0;
    /*android 4.3, IE mobile, Safari*/
    flex: 1 0;
    min-width: 0; }
  .flex-content .flex-column-first {
    padding: 0 40px 0 0; }

.no-flexbox .flex-content {
  display: table !important;
  width: 100%; }
.no-flexbox .flex-column-first, .no-flexbox .flex-column-second {
  display: table-cell !important;
  vertical-align: top; }
.no-flexbox .flex-column-first {
  width: 20%; }

/*PROJECT CUSTOM STYLES*/
a {
  color: #000; }
  a:link, a:active, a:visited {
    text-decoration: underline; }
  a:hover {
    color: black; }

li {
  padding: 0 0 0 20px; }
  li ul {
    margin: 0 0 0 6px; }
  li ol {
    padding-left: 0 0 0 20px; }

.brcm-body ul li {
  background: url("../img/icon-list.png") no-repeat left 7px; }

.content-element {
  border: 1px solid #20170D;
  padding: 20px;
  margin: 0 0 30px 0; }
  .content-element .more-info {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1; }
  .content-element h2:hover {
    cursor: pointer; }

.compare-block {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between; }
  .compare-block .scss, .compare-block .css {
    -webkit-box-flex: 0 0 48%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 48%;
    /*IE10*/
    -webkit-flex: 0 0 48%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 48%;
    min-width: 0;
    background: white;
    padding: 10px;
    border: 1px dotted #694b2a; }

pre {
  margin: 20px 0;
  color: blue;
  white-space: pre;
  word-spacing: normal;
  word-break: normal; }

code {
  white-space: pre-line; }

.subcontent-element {
  background: #F8F7F2;
  margin: 0 0 15px 0;
  padding: 20px; }

/*COLOR TEST*/
.main-color-bg {
  background: #20170D;
  color: white; }

.test-lighten-color {
  background: #44311c;
  color: white; }

.test-darken-color {
  background: black;
  color: white; }

.test-saturate-color {
  background: #22170b;
  color: white; }

.test-desaturate-color {
  background: #1e170f;
  color: white; }

.test-complement-color {
  background: purple;
  color: white; }

.test-grayscale-color {
  background: gray;
  color: white; }

.test-adjusthue-color {
  background: #0d200e;
  color: white; }

.test-invert-color {
  background: black;
  color: white; }

.test-scalecolor-color {
  background: #594631;
  color: white; }

body.conjura-cortes {
  border-top: 7px solid #60602C; }
  body.conjura-cortes .book-header, body.conjura-cortes .book-summary, body.conjura-cortes .other-editions {
    border-bottom: 1px solid #60602C; }
  body.conjura-cortes .extra-content {
    border-bottom: 5px solid #60602C; }
    body.conjura-cortes .extra-content h3 {
      color: #60602C; }
    body.conjura-cortes .extra-content .routes-map a {
      background: #83833c; }
      body.conjura-cortes .extra-content .routes-map a:hover {
        background: #3d3d1c; }
  body.conjura-cortes .book-read-first-chapter a {
    background: #787837;
    padding: 5px 10px;
    display: block;
    margin: 15px 0;
    clear: both;
    border-radius: 4px;
    color: white;
    text-align: center; }
    body.conjura-cortes .book-read-first-chapter a:hover {
      background: #484821; }
  body.conjura-cortes .book-header {
    background: url(../img/bg-header-conjura-cortes.png) repeat-x;
    height: 215px; }

.my-module {
  padding: 15px; }

.test-operation {
  margin-top: 22px;
  width: 62.5%;
  background: pink; }
  .test-operation .box {
    width: 370px;
    background: rgba(213, 114, 114, 0.75); }

.test-calc {
  width: calc(((100% / 7) * 2) + 1%);
  background: salmon;
  height: calc(60px - 2px); }

#sidebar {
  width: 240px;
  background: #20170D;
  color: white; }

.partial-description {
  font-style: italic;
  color: #694b2a;
  margin: 0 0 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem; }

.test-eqcss {
  background: purple;
  color: white;
  width: 299px; }

/*end PROJECT CUSTOM STYLES*/
/* Real styles */
body {
  background: url("../img/bck-fort-center.jpg") 0px 0px repeat;
  background-attachment: fixed; }

.wrapper {
  margin: 0 auto;
  width: 1400px; }

.wrapper div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wrapper #content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.logo {
  background: #000;
  border-radius: 10px;
  position: absolute;
  top: -23px;
  /* left: 37%; */
  width: 252px;
  height: 107px;
  text-align: center;
  padding-top: 22px;
  margin: 0 auto;
  left: 0;
  right: 0; }
  .logo .tagline {
    padding-top: 39px; }
    .logo .tagline h1 {
      font-size: 1.1em;
      color: #000; }

#navigation {
  border: 1px solid #ccc;
  position: relative;
  margin: 50px 0px 30px 0px;
  min-height: 61px; }
  #navigation ul {
    margin-left: 15px;
    margin-right: 15px; }
    #navigation ul li {
      font-size: 1.3em;
      padding: 9px 35px 4px 35px;
      position: relative; }
      #navigation ul li:nth-child(3) {
        margin-right: 30%; }
      #navigation ul li a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        padding: 17px 0px; }
      #navigation ul li ul {
        display: none; }
      #navigation ul li.brcm-active-node {
        text-decoration: underline; }
  #navigation .language {
    position: absolute;
    top: -30px;
    right: 25px;
    text-transform: uppercase;
    font-weight: 600; }

/* 
$ Second level navigation
----------------------
*/
#navigation div.brcm-navigation > ul > li > ul {
  display: none;
  z-index: 9999;
  position: absolute;
  background: #000;
  top: 50px;
  width: 205px;
  margin: 0;
  padding: 5px 5px 7px 5px;
  border: 0px;
  left: 21px; }

#navigation div.brcm-navigation > ul > li > ul a {
  margin: 4px 10px;
  font-size: 0.58em;
  color: #fff; }

#navigation div.brcm-navigation > ul > li > ul a:hover {
  color: #EFF8FD;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); }

#navigation div.brcm-navigation > ul > li > ul > li {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 4px 0px;
  border-bottom: 1px dotted #5d5d5d; }

#navigation div.brcm-navigation > ul > li > ul > li.brcm-last-item {
  background: 0px;
  padding-bottom: 0px;
  border-bottom: 0px; }

#navigation div.brcm-navigation li:hover ul {
  display: block; }

#navigation-mobile {
  display: none;
  border: 1px solid #ccc;
  position: relative;
  margin: 50px 0px 30px 0px;
  min-height: 47px;
  margin-top: 160px; }
  #navigation-mobile ul {
    margin-left: 15px;
    margin-right: 15px;
    display: none; }
    #navigation-mobile ul li {
      font-size: 1.0em;
      padding: 5px 5px 3px 5px;
      margin: 0px;
      width: 100%;
      position: relative; }
      #navigation-mobile ul li .touch-button {
        position: absolute;
        right: 0px;
        top: 8px;
        cursor: pointer; }
      #navigation-mobile ul li a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase; }
      #navigation-mobile ul li ul {
        display: none; }
  #navigation-mobile .language {
    position: absolute;
    top: -35px;
    right: 25px;
    text-transform: uppercase;
    font-weight: 600; }

#navigation-mobile.flexnav-show ul {
  display: block; }

.phone {
  float: left;
  font-size: 1.6em;
  margin-left: 12px; }
  .phone a {
    text-decoration: none; }

.mail {
  float: right;
  font-size: 1.6em;
  margin-right: 12px; }
  .mail a {
    text-decoration: none; }

#slider .slider-inner {
  border-top: 1px solid #ccc;
  padding-top: 6px;
  width: 88%;
  margin: 20px auto 0px auto;
  position: relative; }
  #slider .slider-inner .title {
    position: absolute;
    left: 30px;
    top: 47px;
    color: #fff;
    font-size: 3.2em;
    text-shadow: 0px 1px 0px #000; }
#slider .brcm-header {
  margin-top: 12px; }

.brcm-generic-slider .brcm-flexslider {
  margin: 0px;
  background: none;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  float: left;
  width: 100%; }
  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-direction-nav a {
    background: url("../img/bg_direction_nav.png") 0px 0px no-repeat;
    width: 57px;
    height: 57px; }
  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-direction-nav .brcm-flexslider-prev {
    left: 20px; }
  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-direction-nav .brcm-flexslider-next {
    right: 20px;
    background-position: 100% 0; }
  .brcm-generic-slider .brcm-flexslider li {
    padding-left: 0px;
    background: none; }
  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-caption {
    position: absolute;
    bottom: 40px;
    left: 0px;
    margin: 0 auto;
    z-index: 99;
    background: rgba(0, 0, 0, 0.63);
    padding: 30px 52px 22px 62px;
    width: 83%;
    left: 8%;
    border-radius: 8px;
    color: #fff; }
    .brcm-generic-slider .brcm-flexslider .brcm-flexslider-caption h2 {
      color: #fff;
      text-shadow: 0px 1px 0px #000;
      font-size: 2.0em; }
  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-pauseplay {
    display: none; }
  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-control-nav {
    display: none; }

#content .brcm-generic-slider .brcm-flexslider li {
  background: none;
  padding-left: 0px; }

.brcm-generic-slider .brcm-flexslider .brcm-flexslider-caption:empty {
  display: none; }

#content .highlight-box {
  width: 88%;
  margin: 20px auto 0px auto;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 6px;
  height: 49px;
  position: relative; }
#content .title {
  border-bottom: 1px solid #ccc;
  padding-top: 6px;
  font-size: 2.3em;
  text-align: center;
  padding-bottom: 5px; }
#content div.brcm-list-of-products ol {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  -ms-align-content: flex-start;
  -ms-justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-align-content: flex-start;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start; }
  #content div.brcm-list-of-products ol li {
    float: left;
    width: 33%;
    max-width: 380px;
    margin-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    list-style: none;
    border: 1px solid #ccc;
    text-align: left;
    position: relative;
    /* margin: 14px; */ }
    #content div.brcm-list-of-products ol li.empty {
      border: 0px;
      margin: 0px; }
    #content div.brcm-list-of-products ol li .touch-button-2 {
      position: absolute;
      right: 0px;
      top: 1px;
      width: 50px;
      height: 46px;
      cursor: pointer; }
      #content div.brcm-list-of-products ol li .touch-button-2 .navicon-2 {
        position: absolute;
        top: 12px;
        left: 18px; }
    #content div.brcm-list-of-products ol li .brcm-offer {
      display: none; }
    #content div.brcm-list-of-products ol li .brcm-image-and-caption {
      background: #fff;
      display: table;
      width: 100%;
      text-align: center;
      height: 283px; }
    #content div.brcm-list-of-products ol li .brcm-image {
      padding: 1px;
      text-align: center;
      height: 283px;
      vertical-align: middle;
      display: table-cell;
      width: 100%; }
      #content div.brcm-list-of-products ol li .brcm-image img {
        max-height: 400px; }
    #content div.brcm-list-of-products ol li .brcm-name {
      border-top: 1px solid #ccc;
      /* border-bottom: 1px solid #ccc; */
      padding: 12px 18px 9px 18px;
      font-size: 1.0em;
      position: relative; }
      #content div.brcm-list-of-products ol li .brcm-name a {
        text-decoration: none;
        /* width: 88%; */
        width: 100%;
        float: left;
        margin-bottom: 12px; }
      #content div.brcm-list-of-products ol li .brcm-name .price-box {
        position: absolute;
        top: -1px;
        right: 14px; }
        #content div.brcm-list-of-products ol li .brcm-name .price-box p {
          font-size: 0.9em;
          text-indent: -9999px;
          margin: 0px;
          line-height: 100%; }
          #content div.brcm-list-of-products ol li .brcm-name .price-box p strong {
            display: block;
            text-indent: 0px; }
        #content div.brcm-list-of-products ol li .brcm-name .price-box .brcm-before {
          float: left;
          display: inline;
          text-decoration: line-through; }
        #content div.brcm-list-of-products ol li .brcm-name .price-box .brcm-now {
          float: left;
          display: inline;
          margin-left: 5px; }
    #content div.brcm-list-of-products ol li .brcm-summary {
      padding: 12px 18px;
      border-top: 1px solid #ccc; }
      #content div.brcm-list-of-products ol li .brcm-summary p {
        margin: 0px;
        line-height: 150%;
        font-size: 0.75em; }
      #content div.brcm-list-of-products ol li .brcm-summary:empty {
        display: none; }
    #content div.brcm-list-of-products ol li ul li {
      width: 100%;
      background: none;
      border: 0px;
      margin-bottom: 0px; }
#content .categories-box {
  width: 88%;
  margin: 20px auto 0px auto; }
  #content .categories-box .brcm-products-module .brcm-list-of-products .brcm-text-attributes {
    text-align: left;
    margin-top: 0px; }
  #content .categories-box ul li .brcm-text-attributes {
    text-align: left; }
  #content .categories-box div.brcm-list-of-products ol li .brcm-name {
    border-bottom: 0px;
    border-bottom: 1px solid #ccc; }
  #content .categories-box .brcm-products-module .title h3 {
    font-size: 1.0em;
    text-align: left; }
  #content .categories-box .menu-button-2 {
    border-bottom: 1px dotted #ccc;
    position: relative;
    display: none; }
    #content .categories-box .menu-button-2 h3 {
      font-size: 1.2em;
      text-align: left;
      cursor: pointer; }
    #content .categories-box .menu-button-2 .touch-button-2 {
      position: absolute;
      right: 0px;
      top: 0px;
      cursor: pointer; }
#content .brcm-product-detail {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between; }
  #content .brcm-product-detail .brcm-navigation {
    float: left;
    width: 24%;
    margin-top: 0px;
    border-right: 1px dotted #ccc;
    margin-right: 20px;
    padding-right: 20px; }
    #content .brcm-product-detail .brcm-navigation ul li {
      background: none;
      background: url("../img/ico-product-nav-list.png") 0px 8px no-repeat;
      padding-left: 12px;
      position: relative; }
      #content .brcm-product-detail .brcm-navigation ul li .touch-button-2 {
        position: absolute;
        top: 0px;
        right: -13px;
        cursor: pointer; }
        #content .brcm-product-detail .brcm-navigation ul li .touch-button-2 .navicon-2 {
          font-size: 14px; }
      #content .brcm-product-detail .brcm-navigation ul li.brcm-active-node ul {
        /* display: block!important; */ }
      #content .brcm-product-detail .brcm-navigation ul li ul li {
        /* display: none; */ }
      #content .brcm-product-detail .brcm-navigation ul li .brcm-active-node {
        display: block !important; }
      #content .brcm-product-detail .brcm-navigation ul li a {
        text-decoration: none;
        font-weight: 600; }
  #content .brcm-product-detail .brcm-text-attributes {
    float: left;
    width: 40%;
    margin-right: 15px;
    margin-left: 0px; }
    #content .brcm-product-detail .brcm-text-attributes .Field .Info, #content .brcm-product-detail .brcm-text-attributes .brcm-description {
      font-style: normal;
      color: #1F170C; }
    #content .brcm-product-detail .brcm-text-attributes .brcm-list-of-attachments li {
      background: none;
      padding-left: 0px; }
      #content .brcm-product-detail .brcm-text-attributes .brcm-list-of-attachments li a {
        background-position: 0 6px;
        font-weight: 600; }
    #content .brcm-product-detail .brcm-text-attributes .brcm-price p {
      font-size: 2.1em; }
  #content .brcm-product-detail .brcm-group-of-images {
    float: right;
    width: 29%; }
    #content .brcm-product-detail .brcm-group-of-images .brcm-image-and-caption {
      width: 100%; }
    #content .brcm-product-detail .brcm-group-of-images .brcm-image {
      margin-bottom: 20px;
      border: 1px solid #ccc;
      padding: 1px;
      width: 100%;
      background: #fff;
      text-align: center; }
    #content .brcm-product-detail .brcm-group-of-images .brcm-caption {
      width: 100% !important; }
#content .brcm-list-of-categories .brcm-name {
  text-align: center; }
#content .contact-info {
  border: 1px solid #ccc; }
  #content .contact-info .inner {
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 0px; }
    #content .contact-info .inner p {
      margin-right: 20px; }
    #content .contact-info .inner a {
      background: #1F170C;
      padding: 11px 20px;
      border-radius: 6px;
      color: #fff;
      font-size: 1.0em;
      font-weight: 300;
      text-shadow: 0px 1px 0px #5D5D5D;
      border: 0px;
      text-transform: uppercase;
      text-decoration: none; }
      #content .contact-info .inner a:hover {
        color: #fff;
        background: #000; }
#content .brcm-cataleg-search {
  margin-bottom: 20px; }
#content .brcm-breadcrumb {
  /* display: inline-block; */
  width: 35%;
  margin-left: 20px;
  float: left;
  margin-top: 8px;
  font-size: 0.8em; }
#content .highlight-box .brcm-cart {
  display: inline-block;
  width: 20%;
  border: 1px solid #ccc;
  padding: 7px 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto; }
  #content .highlight-box .brcm-cart p {
    margin: 2px 0px 0px 0px;
    font-size: 0.9em; }
  #content .highlight-box .brcm-cart .brcm-cart-box .brcm-cart-checkout {
    margin-right: 10px; }
  #content .highlight-box .brcm-cart .brcm-cart-box .brcm-cart-items, #content .highlight-box .brcm-cart .brcm-cart-box .brcm-cart-amount {
    display: none; }
#content .highlight-box .brcm-login-ecommerce button, #content .highlight-box .brcm-registrer-ecommerce button, #content .highlight-box .brcm-box-form button {
  font-size: 0.9em;
  padding: 6px 17px; }
#content .highlight-box .brcm-user-menu .brcm-login-ecommerce, #content .highlight-box .brcm-user-menu .brcm-registrer-ecommerce {
  padding: 1px 13px; }
#content .highlight-box .brcm-registrer-ecommerce .brcm-legal-info {
  font-size: 0.85em;
  margin-bottom: 0px;
  margin-top: 0px; }
#content .highlight-box .brcm-user-menu {
  display: inline-block;
  font-size: 0.9em; }
#content .highlight-box .brcm-login-ecommerce input, #content .highlight-box .brcm-registrer-btn-content input {
  padding: 3px;
  font-size: 0.9em; }

#content div.brcm-list-of-products ol li.image .touch-button-2 {
  top: 284px; }

#content .brcm-product-detail .brcm-navigation ul > li.brcm-active-node > ul {
  display: block !important; }

#content .brcm-product-detail .brcm-navigation ul > li.brcm-active-node a {
  color: #777; }

#content .brcm-product-detail .brcm-navigation ul > li.brcm-active-node ul li a {
  color: #000; }

#content .brcm-product-detail .brcm-navigation ul li ul > li.brcm-active-node a {
  color: #777; }

#content .brcm-product-detail .brcm-navigation ul li ul > li.brcm-active-node ul li a {
  color: #000; }

#content .brcm-product-detail .brcm-navigation ul li ul li ul > li.brcm-active-node a {
  color: #777; }

#content .brcm-product-detail .brcm-navigation ul li ul li ul > li.brcm-active-node ul li a {
  color: #000; }

#content .brcm-product-detail .brcm-navigation ul li ul li ul li ul > li.brcm-active-node a {
  color: #777; }

#content .brcm-product-detail .brcm-navigation ul li ul li ul li ul > li.brcm-active-node ul li a {
  color: #000; }

#content .categories-box div.brcm-list-of-products ol li ul li {
  position: relative; }

#content .brcm-product-detail .brcm-navigation ul li .touch-button-2 {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg); }

#content .brcm-product-detail .brcm-navigation ul li .touch-button-2.active-2 {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg); }

#content .categories-box div.brcm-list-of-products ol li ul li .touch-button-2 {
  position: absolute;
  font-size: 14px;
  height: 25px;
  width: 49px; }

#content .categories-box div.brcm-list-of-products ol li ul li .touch-button-2 .navicon-2 {
  top: 0px; }

#content div.brcm-list-of-products ol li .touch-button-2 .navicon-2 {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg); }

#content div.brcm-list-of-products ol li .touch-button-2.active-2 .navicon-2 {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg); }

.menu-button-mobile-2 {
  background: url("../img/arrow-nav-categories.png") top right no-repeat;
  width: 100%;
  float: left;
  background-position: top 16px right 20px; }

.menu-button-mobile-2 a {
  text-decoration: none;
  border: 1px solid #ccc;
  width: 100%;
  float: left;
  padding: 5px;
  font-size: 0.8em;
  padding-left: 15px; }

#content .categories-box div.brcm-list-of-products ol li ul li .brcm-name {
  border: 0px;
  padding: 0px;
  font-size: 0.9em; }

#content .categories-box div.brcm-list-of-products ol li ul li ul li .brcm-name {
  border: 0px;
  padding: 0px;
  margin-bottom: 5px; }

#content .categories-box .brcm-products-module div.brcm-list-of-products ol li .brcm-name {
  border-bottom: 0px;
  float: left;
  width: 100%; }

#content .categories-box .brcm-products-module .brcm-list-of-products ol li ul li .brcm-text-attributes {
  margin-left: 15px; }

#content .categories-box .brcm-products-module div.brcm-list-of-products > ol > li > .brcm-text-attributes > .brcm-name {
  border-bottom: 1px solid #ccc; }

body.home #content div.brcm-list-of-products ol li .brcm-name a {
  width: 100%;
  margin-bottom: 0px; }

#content .categories-box .menu-button .touch-button .navicon, #content .categories-box .menu-button-2 .touch-button-2 .navicon-2 {
  font-style: normal; }

#content div.brcm-cart div.brcm-description-checkbox {
  font-style: normal; }

input[type="submit"], button {
  cursor: pointer; }

#content .brcm-steps-checkout .brcm-step.brcm-active h2 {
  color: #fff; }

button:disabled {
  background: #c5c5c5;
  color: #f7f7f7;
  text-shadow: none; }

body.home #content .highlight-box {
  height: auto; }

.column {
  float: left;
  width: 49%;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ccc; }

.column.right {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px; }

body.serveis .brcm-generic-element-with-big-images {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 30%;
  margin-right: 3%;
  margin-top: 20px;
  min-height: 250px; }
  body.serveis .brcm-generic-element-with-big-images .brcm-group-of-images {
    order: 1;
    width: 100%;
    height: 92px;
    margin-bottom: 7px;
    display: table; }
    body.serveis .brcm-generic-element-with-big-images .brcm-group-of-images .brcm-image-and-caption {
      display: table-cell;
      vertical-align: middle; }
  body.serveis .brcm-generic-element-with-big-images .brcm-body {
    order: 2; }
  body.serveis .brcm-generic-element-with-big-images p, body.serveis .brcm-generic-element-with-big-images li {
    font-size: 1.0em;
    line-height: 150%; }
  body.serveis .brcm-generic-element-with-big-images .brcm-image {
    text-align: center; }

body.empresa .brcm-generic-element-with-big-images {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 100%; }
  body.empresa .brcm-generic-element-with-big-images .brcm-group-of-images {
    width: 100%;
    margin: 20px 0px; }
    body.empresa .brcm-generic-element-with-big-images .brcm-group-of-images .brcm-image-and-caption {
      text-align: center; }

#content .brcm-gallery-of-images, #content .brcm-generic-element-with-image-gallery {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%; }
  #content .brcm-gallery-of-images .brcm-image-and-caption, #content .brcm-generic-element-with-image-gallery .brcm-image-and-caption {
    margin: 10px 25px; }
    #content .brcm-gallery-of-images .brcm-image-and-caption .brcm-image, #content .brcm-generic-element-with-image-gallery .brcm-image-and-caption .brcm-image {
      border: 1px solid #ccc;
      padding: 1px; }

#content .brcm-gallery-of-images .brcm-image-and-caption .brcm-caption {
  text-align: center;
  font-weight: 600;
  font-size: 1.0em; }

#content .brcm-gallery-of-images .brcm-image-and-caption .brcm-caption a:hover {
  text-decoration: none; }

#footer {
  margin-bottom: 20px;
  margin-top: 50px; }
  #footer .inner {
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: 1px solid #ccc; }
  #footer .left-column {
    margin-left: 6%; }
    #footer .left-column .contact-info {
      margin-top: 11px; }
    #footer .left-column p {
      font-size: 0.9em;
      color: #000;
      margin-bottom: 0px; }
    #footer .left-column .copy {
      margin-top: 0px;
      margin-bottom: 20px; }
    #footer .left-column a {
      color: #000;
      text-decoration: none; }
    #footer .left-column ul li {
      font-size: 0.9em;
      background: none;
      padding-left: 0px;
      padding-right: 6px;
      border-right: 1px solid #414141;
      line-height: 120%;
      margin-right: 5px; }
      #footer .left-column ul li.brcm-last-item {
        border-right: 0px; }
  #footer .center-column {
    margin-top: 9px;
    font-size: 0.8em; }
    #footer .center-column ul li {
      background: none;
      font-size: 1.2em;
      border-right: 1px solid #ccc;
      margin-right: 0px;
      padding-right: 13px;
      padding-left: 11px;
      line-height: 100%; }
      #footer .center-column ul li:last-child {
        border-right: 0px; }
      #footer .center-column ul li a {
        text-decoration: none; }
  #footer .signature {
    margin-top: 0px;
    margin-right: 6%; }
    #footer .signature ul li {
      background: none;
      padding-left: 0px;
      margin-top: 9px;
      margin-bottom: 10px; }

.brcm-cookies-message {
  padding: 1px 21px;
  font-size: 10px; }
  .brcm-cookies-message p {
    font-size: 12px;
    line-height: 150%; }

/*ANIMATION*/
@-webkit-keyframes color-change {
  0% {
    color: #595959; }
  20% {
    color: #9A13FB; }
  40% {
    color: #3353F0; }
  60% {
    color: #0AF43A; }
  80% {
    color: #F4C902; }
  100% {
    color: #F91502; } }
@-moz-keyframes color-change {
  0% {
    color: #595959; }
  20% {
    color: #9A13FB; }
  40% {
    color: #3353F0; }
  60% {
    color: #0AF43A; }
  80% {
    color: #F4C902; }
  100% {
    color: #F91502; } }
@-ms-keyframes color-change {
  0% {
    color: #595959; }
  20% {
    color: #9A13FB; }
  40% {
    color: #3353F0; }
  60% {
    color: #0AF43A; }
  80% {
    color: #F4C902; }
  100% {
    color: #F91502; } }
@-o-keyframes color-change {
  0% {
    color: #595959; }
  20% {
    color: #9A13FB; }
  40% {
    color: #3353F0; }
  60% {
    color: #0AF43A; }
  80% {
    color: #F4C902; }
  100% {
    color: #F91502; } }
@keyframes color-change {
  0% {
    color: #595959; }
  20% {
    color: #9A13FB; }
  40% {
    color: #3353F0; }
  60% {
    color: #0AF43A; }
  80% {
    color: #F4C902; }
  100% {
    color: #F91502; } }
/**************************** NO AFEGIR O MODIFICAR ESTILS A SCREEN.CSS --> FER-HO SEMPRE A AUXILIAR.CSS si cal, sobreescrivint ************************/
/* 
=======================
PROJECT STYLES
======================= 
*/
/* 
=======================
MEDIA QUERIES
======================= 
*/
@media screen and (max-width: 1437px) {
  .wrapper {
    width: 100%; }

  #navigation ul li {
    font-size: 1.2em;
    padding: 9px 30px 4px 30px; }

  /* #navigation ul li:nth-child(3){
      margin-right: 23%;
  } */
  #content .brcm-product-detail .brcm-navigation {
    width: 22%; } }
@media screen and (max-width: 1356px) {
  /* #navigation ul li:nth-child(3){
      margin-right: 23%;
  } */
  #navigation ul li {
    font-size: 1.1em; }

  #content .brcm-product-detail .brcm-navigation {
    width: 20%; }

  #content .brcm-product-detail .brcm-text-attributes {
    width: 36%; }

  #content .brcm-product-detail .brcm-group-of-images {
    width: 30%; }

  #content .highlight-box .brcm-cart {
    width: 24%; } }
@media screen and (max-width: 1262px) {
  .phone, .mail {
    font-size: 1.3em; }

  #navigation .language {
    top: -35px; }

  #content .brcm-breadcrumb {
    width: 25%; }

  #content .highlight-box {
    height: 69px; }

  body.home #content .highlight-box {
    height: auto; } }
@media screen and (max-width: 1206px) {
  #navigation ul {
    margin: 0px; }

  #navigation ul li {
    padding: 9px 23px 4px 23px;
    font-size: 1.0em; }

  #navigation ul li:nth-child(3) {
    margin-right: 36%; }

  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-caption {
    padding: 22px 31px 15px 42px; }

  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-caption h2 {
    font-size: 1.6em; }

  #content .highlight-box .brcm-cart {
    width: 32%; } }
@media screen and (max-width: 1120px) {
  #content .title {
    font-size: 2.0em; }

  #content .brcm-product-detail .brcm-text-attributes {
    width: 41%; }

  .column input[type="text"], .column input[type="email"], .column input[type="password"], .column input[type="tel"], .column select, .column textarea {
    width: 97%; }

  .column {
    width: 44%; }

  #navigation ul li:nth-child(3) {
    margin-right: 32%; } }
@media screen and (max-width: 1056px) {
  #navigation {
    margin-top: 160px; }

  .logo {
    top: -150px; }

  #navigation ul {
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }

  #navigation ul li:nth-child(3) {
    margin-right: 0px; }

  #content div.brcm-list-of-products ol li {
    width: 50%; }

  body.serveis .brcm-generic-element-with-big-images p, body.serveis .brcm-generic-element-with-big-images li {
    font-size: 0.95em; }

  #slider .slider-inner .title {
    top: 39px;
    font-size: 2.0em; }

  h2 {
    font-size: 1.8em; }

  h3 {
    font-size: 1.5em; }

  p {
    font-size: 1.0em; }

  #content .brcm-product-detail .brcm-navigation ul > li {
    background: url("../img/ico-product-nav-list.png") 0px 5px no-repeat;
    line-height: 110%; }

  #content .brcm-product-detail .brcm-navigation ul > li a {
    font-size: 0.8em;
    line-height: 120%; }

  #content .brcm-product-detail .brcm-navigation ul li > ul > li {
    background: url("../img/ico-product-nav-list.png") 0px 4px no-repeat; }

  #content .brcm-product-detail .brcm-navigation ul li > ul > li a {
    font-size: 0.8em;
    line-height: 120%; } }
@media screen and (max-width: 960px) {
  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-caption h2 {
    font-size: 1.2em;
    line-height: 140%; }

  #content .title {
    font-size: 1.6em; }

  #content div.brcm-list-of-products ol li {
    width: 100%;
    float: none;
    max-width: 380px;
    margin: 20px auto; }

  #footer .inner {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }

  #footer .left-column, #footer .center-column, #footer .signature {
    margin: 0px auto 10px auto;
    float: none;
    width: 100%;
    max-width: 225px;
    display: block; }

  #footer .center-column ul li {
    border-right: 0px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin: 5px 0px;
    padding-bottom: 6px; }
    #footer .center-column ul li:last-child {
      border-bottom: 0px;
      padding-bottom: 0px; }

  body.serveis .brcm-generic-element-with-big-images {
    width: 47%; }

  #content .brcm-product-detail .brcm-navigation {
    width: 100%;
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 28px;
    padding-bottom: 16px;
    display: none; }

  #content .brcm-product-detail .brcm-navigation ul li .touch-button-2 {
    right: 0px; }

  #content .categories-box.flexnav-show-2 .brcm-navigation {
    display: block; }

  #content .brcm-product-detail .brcm-group-of-images {
    width: 47%; }

  #content .brcm-product-detail .brcm-text-attributes {
    width: 47%; }

  #content .categories-box .menu-button-2 {
    display: block; }

  #content .brcm-breadcrumb {
    width: 94%; }

  #content .highlight-box .brcm-cart {
    position: static;
    margin: 14px 0px;
    width: 100%; }

  #content .brcm-user-menu {
    margin-bottom: 20px; }

  #content .highlight-box {
    border-bottom: 0px;
    height: auto; }

  #content .categories-box {
    margin-top: 45px; }

  body.home #content .categories-box {
    margin-top: 20px; }

  #content .brcm-product-detail .brcm-text-attributes, #content .brcm-product-detail .brcm-group-of-images {
    margin-top: 25px; } }
@media screen and (max-width: 860px) {
  #navigation {
    display: none; }

  #navigation-mobile {
    display: block; }

  #slider .slider-inner .title {
    top: 34px;
    font-size: 1.6em; }

  h2 {
    font-size: 1.4em; }

  h3 {
    font-size: 1.2em; }

  #content .brcm-product-detail .brcm-text-attributes .brcm-list-of-attachments li a {
    font-size: 0.9em; }

  #content .brcm-product-detail .brcm-text-attributes .brcm-price p {
    font-size: 1.6em; }

  #content table {
    padding: 9px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 0 3px;
    margin: 0px 0px 14px 0px;
    overflow-x: scroll;
    display: inline-block;
    width: 100%;
    height: 100% !important;
    border: 1px solid #ccc;
    font-size: 0.8em; }

  #content table img {
    min-width: 100px; }

  #content table:after, #content table:after {
    content: '';
    width: 100%;
    height: 20px;
    background: url("../img/mobile-arrow.png") 9px 9px no-repeat;
    float: left;
    padding: 7px 20px; }

  .categories-box .brcm-cart .brcm-login-ecommerce {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px; }

  .categories-box .brcm-cart .brcm-registrer-ecommerce {
    float: left;
    border-left: 0px;
    padding-left: 0px;
    margin-left: 0px;
    width: 100%; }

  #content .brcm-cart .brcm-column1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px; }

  #content .brcm-cart .brcm-column2 {
    float: left;
    border-left: 0px;
    padding-left: 0px;
    margin-left: 0px;
    width: 100%; }

  .column {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px; } }
@media screen and (max-width: 700px) {
  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-caption {
    width: 100%;
    left: 0px;
    bottom: 0px;
    border-radius: 0px; }

  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-caption h2 {
    font-size: 1.0em; }

  .phone, .mail {
    font-size: 1.1em; }

  #content .title {
    font-size: 1.4em; }

  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-direction-nav a {
    background: url("../img/bg_direction_nav-mobile.png") 0px 0px no-repeat;
    width: 24px;
    height: 24px; }

  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-direction-nav a {
    top: 40%; }

  body.serveis .brcm-generic-element-with-big-images {
    width: 100%;
    min-height: inherit; }

  #slider .slider-inner .title {
    top: 32px;
    font-size: 1.4em;
    left: 20px; }

  #content .brcm-product-detail .brcm-text-attributes {
    width: 100%; }

  #content .brcm-product-detail .brcm-group-of-images {
    width: 100%; }

  input[type="submit"], button {
    padding: 7px 18px;
    font-size: 0.8em; } }
@media screen and (max-width: 600px) {
  .logo .tagline h1 {
    font-size: 1.0em; }

  .menu-button {
    font-size: 1.0em;
    padding: 8px 12px; }

  #navigation-mobile {
    min-height: 40px;
    margin: 160px 0px 23px 0px; }

  #navigation-mobile ul li {
    font-size: 0.9em;
    padding: 2px 5px 1px 5px; }

  .menu-button .touch-button {
    height: 39px; }

  #navigation-mobile ul li .touch-button {
    top: 2px; }

  .menu-button .touch-button .navicon {
    top: 10px; }

  #slider .brcm-header {
    height: 50px;
    background: #000; }
    #slider .brcm-header img {
      display: none; }

  #content .contact-info .inner p {
    margin: 0px 20px 12px 20px; }

  #content .brcm-product-detail .brcm-text-attributes .brcm-list-of-attachments li a {
    font-size: 0.7em; }

  .brcm-text-attributes {
    margin-top: 20px; }

  #content .highlight-box {
    margin-top: 10px; }

  body.home #content .highlight-box {
    margin-top: 20px; }

  input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea {
    padding: 4px 8px;
    font-size: 0.9em; }

  #content .brcm-field button {
    font-size: 0.9em; }

  #content .brcm-title, #content label {
    font-size: 0.9em; }

  #content .brcm-steps-checkout .brcm-step {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    padding: 8px;
    border: 1px solid #ccc; }

  #content .brcm-steps-checkout .brcm-step h2 {
    margin-bottom: 0px; }

  .menu-button-mobile-2 {
    background-position: top 12px right 20px; }

  #content div.brcm-list-of-products ol li {
    margin: 6px auto; } }
@media screen and (max-width: 500px) {
  .phone, .mail {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px; }

  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-caption {
    position: static;
    background: #000;
    padding: 12px 18px; }

  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-caption h2 {
    font-size: 0.9em; }

  h2 {
    font-size: 1.2em;
    line-height: 140%; }

  h3 {
    font-size: 1.0em; }

  #content .categories-box .menu-button-2 h3 {
    font-size: 1.0em; }

  div.brcm-cart div.brcm-cart-total button, div.brcm-cart div.brcm-cart-actions button {
    float: left;
    width: 100%;
    margin-bottom: 14px; }

  #content .brcm-checkout-message {
    font-size: 1.0em; }

  #content div.brcm-list-of-products ol li .brcm-summary {
    padding: 16px 18px;
    clear: left; } }
@media screen and (max-width: 386px) {
  .logo {
    top: -182px; }

  #navigation-mobile {
    margin: 210px 0px 23px 0px; }

  #navigation-mobile .language {
    top: -39px;
    right: 45%; }

  /* #content div.brcm-list-of-products ol li .brcm-name{
      height: 90px;
  } */
  #content div.brcm-list-of-products ol li .brcm-name .price-box {
    position: static; }

  #slider .slider-inner .title {
    top: 28px;
    font-size: 1.0em;
    left: 16px; }

  #slider .brcm-header {
    height: 42px; } }
@media screen and (max-width: 326px) {
  .logo {
    width: 173px;
    height: 64px;
    padding: 11px 20px;
    top: -159px; }

  .logo .tagline {
    padding-top: 27px; }

  .logo .tagline h1 {
    line-height: 150%;
    font-size: 0.9em; }

  .brcm-generic-slider .brcm-flexslider .brcm-flexslider-caption h2 {
    font-size: 0.75em;
    line-height: 160%; }

  #navigation-mobile {
    margin: 172px 0px 23px 0px; }

  #content .title {
    font-size: 1.2em; }

  #content div.brcm-list-of-products ol li .brcm-name .price-box {
    float: left;
    width: 100%; }

  #content div.brcm-list-of-products ol li .brcm-name {
    font-size: 0.9em;
    float: left;
    width: 100%; }

  #content div.brcm-list-of-products ol li .brcm-name a {
    line-height: 100%; } }
/*retina*/
/* 

/* 
=======================
END MEDIA QUERIES
======================= 
*/
/**************************** NO AFEGIR O MODIFICAR ESTILS A SCREEN.CSS --> FER-HO SEMPRE A AUXILIAR.CSS si cal, sobreescrivint ************************/

/*# sourceMappingURL=screen.css.map */
