@charset "UTF-8";
/***
 *        ______      __  __          ______           __
 *       / ____/_  __/ /_/ /_  ____  / / __/___ ______/ /_____  _______  __
 *      / /_  / / / / __/ __ \/ __ \/ / /_/ __ `/ ___/ __/ __ \/ ___/ / / /
 *     / __/ / /_/ / /_/ /_/ / /_/ / / __/ /_/ / /__/ /_/ /_/ / /  / /_/ /
 *    /_/    \__,_/\__/_.___/\____/_/_/  \__,_/\___/\__/\____/_/   \__, /
 *                                                                /____/
 */
/*=====================================
=               Variables            =
=====================================*/
/*=================================
=            Font-face            =
=================================*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden; }
  @media only screen and (max-width: 991px) {
    body {
      line-height: 19px; } }

body * {
  -webkit-font-smoothing: antialiased; }

/*=================================
=       Generales  y Resets       =
=================================*/
/* wrapper */
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px; } }
@media (min-width: 1230px) {
  .container {
    width: 1214px;
    padding: 0 7px; } }
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0px; } }
/*grid*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 7px;
  padding-left: 7px; }

.col-2:nth-child(2n+1) {
  clear: both; }

.col-3:nth-child(3n+1) {
  clear: both; }
  @media only screen and (max-width: 767px) {
    .col-3:nth-child(3n+1) {
      clear: none; } }

.col-4:nth-child(4n+1) {
  clear: both; }

.row {
  margin-right: -7px;
  margin-left: -7px; }

/* texto */
h1, .h1, h2, .h2, h3, .h3, h4, h5 {
  margin-top: 0px;
  margin-bottom: 0px; }

.xl-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase; }
  .xl-title img {
    vertical-align: top; }
  @media only screen and (max-width: 991px) {
    .xl-title {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .xl-title {
      font-size: 26px; } }

.lg-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  color: #e8531f;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFD0BF; }
  @media only screen and (max-width: 991px) {
    .lg-title {
      font-size: 28px; } }
  @media only screen and (max-width: 767px) {
    .lg-title {
      font-size: 24px; } }

.lg-title.black {
  color: #333333;
  border-color: #cccccc;
  padding-bottom: 5px; }

.md-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 29px;
  text-transform: uppercase;
  color: #e8531f; }
  @media only screen and (max-width: 991px) {
    .md-title {
      font-size: 20px; } }

.sm-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .sm-title {
      font-size: 24px; } }

.xs-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase; }
  @media only screen and (max-width: 991px) {
    .xs-title {
      font-size: 18px; } }

.logotitle {
  display: table;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 30px; }
  .logotitle li {
    display: table-cell;
    vertical-align: middle; }
    .logotitle li:first-child {
      width: 1%;
      vertical-align: top; }
      @media only screen and (max-width: 767px) {
        .logotitle li:first-child {
          display: none; } }
  .logotitle .lg-title {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .logotitle .md-title {
    color: #333333;
    font-size: 24px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  .logotitle img {
    margin-right: 20px; }

.cover-title {
  margin-top: 40px;
  margin-bottom: -10px; }

a {
  color: inherit; }

a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit; }

a:focus {
  outline: none;
  outline-offset: 0; }

p {
  margin-bottom: 30px; }
  p:last-of-type {
    margin-bottom: 0; }

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

.small-print {
  font-size: 12px;
  display: block; }

.see-more {
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  font-weight: bold; }
  .see-more:hover {
    color: #e8531f;
    text-decoration: underline; }
  .see-more:after {
    display: inline-block;
    content: ' \00BB';
    padding-left: 5px; }

.anchor {
  display: block;
  position: relative;
  top: -20px;
  visibility: hidden; }

hr {
  margin: 0 0 20px;
  width: 100%;
  border-top: 1px solid #e8e8e8; }

blockquote {
  border: none;
  padding: 0;
  margin: 0; }

.fa {
  font-size: 12px;
  margin-left: 7px; }

.go-right {
  text-align: right; }

.go-left {
  text-align: left; }

.centered {
  text-align: center; }

.block-center {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center; }

/* Floats */
.izda {
  float: left; }

.dcha {
  float: right; }

/* Resets formularios */
textarea:focus, input:focus {
  outline: 0;
  box-shadow: none !important;
  border-color: transparent; }

textarea {
  resize: none; }

.form-control:focus {
  box-shadow: none; }

/* Otros resets*/
ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  margin: 0;
  padding: 0; }

li {
  display: inline-block; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none; }

.ninja {
  visibility: hidden;
  color: black; }

.canvas {
  width: 100%;
  max-width: 100%; }

/*-----  End of Generales  ------*/
/*=======================================
=            Efectos comunes            =
=======================================*/
/*==========  Animate  ==========*/
/* body * { -webkit-transition: all 0.5s; } */
.ellipsis-overflow {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */ }

.visible {
  display: block !important; }

.hidden {
  display: hidden !important; }

.ribbon-wrapper {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px; }

.ribbon {
  display: block;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 18px;
  width: 143px;
  background-color: #edc612;
  -webkit-box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.3); }

.faux-table {
  display: table;
  width: 100%; }
  .faux-table li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px; }

/*-----  End of Efectos comunes  ------*/
/*===============================
=            Botones            =
===============================*/
.cta-primary {
  display: inline-block;
  min-width: 85px;
  max-width: 100%;
  padding: 10px 40px 10px 20px;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  background: #e8531f url("../images/ico-vrw.png") no-repeat right 15px center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  line-height: 20px;
  white-space: nowrap; }
  .cta-primary:hover, .cta-primary:focus {
    color: #FFFFFF;
    -webkit-transition: all 0s;
    box-shadow: none;
    position: relative;
    top: 1px;
    outline: none; }

.cta-secondary {
  display: inline-block;
  min-width: 85px;
  max-width: 100%;
  padding: 7px 35px 7px 20px;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #e8531f;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  background: url("../images/ico-vro.png") no-repeat right 10px center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #e8531f;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  line-height: 20px;
  white-space: nowrap; }
  .cta-secondary:hover, .cta-secondary:focus {
    -webkit-transition: all 0s;
    color: #fff;
    background: #e8531f url("../images/ico-vrw.png") no-repeat right 10px center; }

.cta-register {
  display: inline-block;
  min-width: 85px;
  max-width: 100%;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  line-height: 20px;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: bold; }
  .cta-register span {
    height: 27px;
    padding: 4px;
    display: inline-block;
    text-align: center; }
  .cta-register span.blue2 {
    background-color: #008cba;
    width: 125px;
    position: relative; }
  .cta-register span.blue1 {
    font-size: 12px;
    color: #164d5f;
    padding-right: 10px; }
  .cta-register:hover {
    color: white; }

.cta-grey {
  display: inline-block;
  min-width: 85px;
  max-width: 100%;
  padding: 10px 40px 10px 20px;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  background: #7a8687 url("../images/ico-vrw.png") no-repeat right 15px center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  line-height: 20px;
  white-space: nowrap;
  box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.5); }
  .cta-grey:hover, .cta-grey:focus {
    color: #FFFFFF;
    -webkit-transition: all 0s;
    box-shadow: none;
    position: relative;
    top: 1px;
    outline: none; }

.title_and_btn {
  display: table;
  width: 100%; }
  .title_and_btn li {
    display: table-cell;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .title_and_btn li {
        display: initial; } }
  .title_and_btn .sm-title {
    font-size: 21px;
    padding: 5px;
    margin-bottom: 10px; }
  .title_and_btn .cta-secondary {
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .title_and_btn .cta-secondary {
        min-width: 50px;
        margin-right: 10px;
        padding: 7px 25px 7px 15px;
        margin-bottom: 20px; } }

.close-button {
  background: transparent url("../images/ico-close.png") no-repeat center;
  padding: 15px;
  position: relative;
  bottom: 2px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 20px; }
  .close-button:focus {
    outline: none; }

/*-----  End of Botones  ------*/
/*=========================================
=            Elementos comunes            =
=========================================*/
/*==========  Formulario Newsletter  ==========*/
.newsletter label {
  font-size: 12px;
  font-weight: 300; }
.newsletter .styled-checkbox {
  width: 100%; }
  .newsletter .styled-checkbox input[type=checkbox] {
    margin-right: 5px; }
  .newsletter .styled-checkbox label {
    position: relative;
    top: -2px; }
.newsletter .input-button {
  margin-bottom: 10px; }
  .newsletter .input-button .cta-primary {
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 0;
    min-width: 100px;
    padding: 7px 35px 7px 20px; }
    .newsletter .input-button .cta-primary:focus, .newsletter .input-button .cta-primary:hover {
      top: 0; }
  .newsletter .input-button .styled-input {
    padding: 9px;
    border-radius: 1px;
    border: none; }

/*==========  Carousels (sliders)  ==========*/
.carousel {
  -webkit-transform: translateZ(0px); }
  .carousel .carousel-control.right, .carousel .carousel-control.left {
    background: none;
    display: block;
    width: 21px;
    height: 46px;
    top: 50%;
    z-index: 5;
    opacity: 1; }
  .carousel .carousel-control.right {
    right: 10%;
    opacity: 0.5; }
    .carousel .carousel-control.right:hover {
      opacity: 0.8; }
  .carousel .carousel-control.left {
    left: 10%;
    opacity: 0.5; }
    .carousel .carousel-control.left:hover {
      opacity: 0.8; }
  .carousel .fa {
    font-size: 40px; }
  .carousel .carousel-control.right {
    right: 20px; }
  .carousel .carousel-control.left {
    left: 20px; }
  .carousel .carousel-indicators {
    bottom: 0px; }
  .carousel .carousel-indicators li {
    border: none;
    background-color: #cccccc;
    width: 8px;
    height: 8px;
    margin: 0; }
  .carousel .carousel-indicators .active {
    background-color: #FFFFFF; }
  @media only screen and (max-width: 1200px) {
    .carousel .carousel-control.right {
      right: 5%; }
    .carousel .carousel-control.left {
      left: 5%; } }
  @media only screen and (max-width: 767px) {
    .carousel .carousel-control.right, .carousel .carousel-control.left {
      display: none; } }

.screen-slide {
  position: relative;
  height: 500px;
  display: table;
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .screen-slide {
      height: 350px; } }
  .screen-slide .screen-image {
    background: no-repeat center;
    background-size: cover;
    display: table-cell; }

.carousel-wrapper {
  display: table;
  width: 100%; }
  .carousel-wrapper .carousel {
    display: table-cell; }
    @media only screen and (max-width: 991px) {
      .carousel-wrapper .carousel {
        display: block; } }

.main-carousel {
  -webkit-transform: translateZ(0px); }
  .main-carousel .screen-caption {
    background: #000000 url("../images/caption.png");
    display: table-cell;
    width: 300px;
    height: 500px;
    padding: 30px;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateZ(0px); }
    @media only screen and (max-width: 991px) {
      .main-carousel .screen-caption {
        display: block;
        height: auto;
        width: 100%;
        padding: 20px; } }
    .main-carousel .screen-caption p {
      color: #FFFFFF;
      z-index: 50; }
      @media only screen and (max-width: 991px) {
        .main-carousel .screen-caption p {
          padding-right: 250px; } }
      @media only screen and (max-width: 991px) {
        .main-carousel .screen-caption p {
          padding-right: 0px; } }
    .main-carousel .screen-caption .sm-title {
      color: #FFFFFF;
      font-size: 22px;
      z-index: 50; }
      @media only screen and (max-width: 991px) {
        .main-carousel .screen-caption .sm-title {
          margin-bottom: 5px; } }
    .main-carousel .screen-caption .md-title {
      font-size: 16px;
      margin-bottom: 5px;
      z-index: 50; }
  .main-carousel .cta-primary {
    margin-top: 30px; }
    @media only screen and (max-width: 991px) {
      .main-carousel .cta-primary {
        position: absolute;
        right: 20px;
        bottom: 20px;
        top: auto; } }
    @media only screen and (max-width: 991px) {
      .main-carousel .cta-primary {
        position: static; } }
  @media only screen and (max-width: 991px) {
    .main-carousel .container {
      padding: 0; } }

/*==========  Formularios  ==========*/
.styled-search {
  padding: 9px 20px;
  color: #666666;
  font-size: 15px;
  height: auto;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .styled-search {
      font-size: 12px;
      padding: 9px 10px; } }
  .styled-search:focus {
    border-color: #e8531f; }

.search-submit {
  text-indent: -99em;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  background: transparent url("../images/ico-lupa.png") no-repeat right 15px center; }

input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
  outline: 0; }

.custom-select {
  width: 100%; }
  .custom-select span {
    margin-bottom: 13px;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #666666;
    display: block; }
  .custom-select label, .custom-select .control-label {
    position: relative;
    width: 100%;
    font-family: "Roboto", sans-serif; }
  .custom-select label:after, .custom-select .control-label:after {
    content: '';
    background: #FFFFFF url("../images/ico-select.png") no-repeat center;
    height: 39px;
    width: 37px;
    position: absolute;
    right: 0;
    bottom: -1px;
    pointer-events: none; }

.styled-select {
  border: 1px solid #999999;
  border-radius: 2px;
  height: 37px;
  padding: 5px 15px;
  width: 100%; }

.main-form {
  padding-top: 50px; }
  .main-form label {
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #666666; }

.radio {
  position: relative; }
  .radio input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    left: 20px; }
  .radio input[type=radio]:not(old) + label {
    display: table-cell;
    margin-left: -28px;
    padding-left: 28px;
    background: url("../images/radio-uncheck.png") no-repeat;
    line-height: 24px; }
  .radio input[type=radio]:not(old):checked + label {
    background: url("../images/radio-check.png") no-repeat; }

.checkbox label {
  padding-left: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #999999;
  font-size: 18px; }
  .checkbox label.checked {
    color: #000000; }
  .checkbox label span {
    font-family: "Roboto", sans-serif;
    font-size: 16px; }
  .checkbox label img {
    margin-right: 5px; }

.styled-input {
  border: 1px solid #999999;
  border-radius: 2px;
  height: 37px;
  padding: 5px 15px;
  width: 100%; }

/*==========  Caja imagen responsive + texto  ==========*/
.box-item {
  position: relative;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .box-item {
      margin-bottom: 15px; } }

.box-image {
  background: no-repeat center;
  background-size: cover;
  background-color: white;
  height: 350px; }

.box-caption {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px; }
  @media only screen and (max-width: 991px) {
    .box-caption {
      background-color: black;
      position: relative; } }
  .box-caption .sm-title {
    font-size: 24px;
    margin-bottom: 2px; }
    @media only screen and (max-width: 991px) {
      .box-caption .sm-title {
        font-size: 18px; } }
    .box-caption .sm-title span {
      font-size: 14px;
      font-family: "Roboto", sans-serif; }
  .box-caption .md-title {
    color: #FFFFFF;
    margin-bottom: 10px;
    width: 330px;
    max-width: 100%;
    font-family: "Roboto", sans-serif; }

/*==========  Bundle de box items sin separaci├│n  ==========*/
.bundle {
  display: table;
  width: 100%; }
  .bundle > li {
    vertical-align: top;
    height: 100%;
    display: table-cell; }
    @media only screen and (max-width: 767px) {
      .bundle > li {
        display: block; }
        .bundle > li .sm-title {
          margin-top: 30px; } }
  .bundle li ul {
    display: table;
    width: 100%;
    border-right: 1px solid #cccccc; }
    @media only screen and (max-width: 767px) {
      .bundle li ul {
        border: none; } }
  .bundle li:last-child ul {
    border: none; }
  .bundle li ul li {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .bundle .box-image {
      margin: 0 -15px; } }
  .bundle .cta-secondary {
    margin-right: 20px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .bundle .cta-secondary {
        margin-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .bundle .cta-secondary {
        float: right;
        margin-bottom: 0; } }
  .bundle .sm-title {
    padding-left: 10px; }
    .bundle .sm-title span {
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      padding-left: 10px;
      position: relative;
      bottom: 5px; }

/*==========  Modalidades de box items  ==========*/
.lg-mosaic .sm-title, .md-mosaic .sm-title, .sm-mosaic .sm-title, .xlg-mosaic .sm-title {
  margin-bottom: 5px;
  padding-left: 10px; }
  @media only screen and (max-width: 991px) {
    .lg-mosaic .sm-title, .md-mosaic .sm-title, .sm-mosaic .sm-title, .xlg-mosaic .sm-title {
      font-size: 18px !important; } }
  .lg-mosaic .sm-title span, .md-mosaic .sm-title span, .sm-mosaic .sm-title span, .xlg-mosaic .sm-title span {
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px; }
.lg-mosaic .box-caption .sm-title, .md-mosaic .box-caption .sm-title, .sm-mosaic .box-caption .sm-title, .xlg-mosaic .box-caption .sm-title {
  padding-left: 0; }
.lg-mosaic ul, .md-mosaic ul, .sm-mosaic ul, .xlg-mosaic ul {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .lg-mosaic ul, .md-mosaic ul, .sm-mosaic ul, .xlg-mosaic ul {
      overflow: hidden; }
      .lg-mosaic ul p, .md-mosaic ul p, .sm-mosaic ul p, .xlg-mosaic ul p {
        height: 60px; } }
  @media only screen and (max-width: 480px) {
    .lg-mosaic ul, .md-mosaic ul, .sm-mosaic ul, .xlg-mosaic ul {
      display: block; } }
  .lg-mosaic ul li, .md-mosaic ul li, .sm-mosaic ul li, .xlg-mosaic ul li {
    display: table-cell;
    vertical-align: bottom; }
    @media only screen and (max-width: 480px) {
      .lg-mosaic ul li, .md-mosaic ul li, .sm-mosaic ul li, .xlg-mosaic ul li {
        display: block; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .lg-mosaic ul li:first-child, .md-mosaic ul li:first-child, .sm-mosaic ul li:first-child, .xlg-mosaic ul li:first-child {
        height: 40px;
        overflow: hidden; } }
    .lg-mosaic ul li:last-child, .md-mosaic ul li:last-child, .sm-mosaic ul li:last-child, .xlg-mosaic ul li:last-child {
      width: 1%; }
      @media only screen and (max-width: 480px) {
        .lg-mosaic ul li:last-child, .md-mosaic ul li:last-child, .sm-mosaic ul li:last-child, .xlg-mosaic ul li:last-child {
          text-align: left;
          width: 100%; } }
  .lg-mosaic ul .sm-title, .md-mosaic ul .sm-title, .sm-mosaic ul .sm-title, .xlg-mosaic ul .sm-title {
    margin-bottom: 0;
    padding-left: 0; }
  .lg-mosaic ul .cta-secondary, .md-mosaic ul .cta-secondary, .sm-mosaic ul .cta-secondary, .xlg-mosaic ul .cta-secondary {
    min-width: 75px;
    padding: 5px 20px 5px 20px;
    margin-left: 10px; }
    @media only screen and (max-width: 480px) {
      .lg-mosaic ul .cta-secondary, .md-mosaic ul .cta-secondary, .sm-mosaic ul .cta-secondary, .xlg-mosaic ul .cta-secondary {
        margin-top: 10px;
        margin-left: 0; } }

.lg-mosaic .box-image {
  height: 390px; }
  @media only screen and (max-width: 991px) {
    .lg-mosaic .box-image {
      height: 240px; } }
  @media only screen and (max-width: 767px) {
    .lg-mosaic .box-image {
      height: 210px; } }

.md-mosaic .sm-title {
  font-size: 23px; }
  @media only screen and (max-width: 991px) {
    .md-mosaic .sm-title {
      font-size: 18px; } }
.md-mosaic .box-image {
  height: 260px; }
  @media only screen and (max-width: 991px) {
    .md-mosaic .box-image {
      height: 160px; } }
  @media only screen and (max-width: 767px) {
    .md-mosaic .box-image {
      height: 190px; } }

.sm-mosaic {
    /*.cta-secondary {
        margin-bottom: 10px;

        @media only screen and (max-width: 991px) {
            display: none;
        }
    }*/ }
  .sm-mosaic .box-image {
    height: 160px;
    border: 1px solid #cccccc; }
    @media only screen and (max-width: 991px) {
      .sm-mosaic .box-image {
        height: 96px; } }
    @media only screen and (max-width: 767px) {
      .sm-mosaic .box-image {
        height: 155px; } }
  .sm-mosaic .sm-title {
    font-size: 21px; }

.xlg-mosaic .box-image {
  height: 300px; }
.xlg-mosaic .box-caption {
  max-width: 375px;
  width: 100%;
  padding: 0 35px;
  background-color: transparent;
  top: auto;
  bottom: 30px;
  margin: auto; }
  @media only screen and (max-width: 991px) {
    .xlg-mosaic .box-caption {
      position: absolute;
      padding: 10px 20px; } }
  .xlg-mosaic .box-caption .sm-title {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
  .xlg-mosaic .box-caption p {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
    @media only screen and (max-width: 991px) {
      .xlg-mosaic .box-caption p {
        line-height: 19px; } }

.banner-mosaic .box-image {
  height: 225px; }
  @media only screen and (max-width: 991px) {
    .banner-mosaic .box-image {
      height: 125px; } }
.banner-mosaic .box-caption {
  width: auto;
  min-width: 240px;
  max-width: 360px;
  right: 0; }
  @media only screen and (max-width: 991px) {
    .banner-mosaic .box-caption {
      width: 100%;
      max-width: 100%; } }
  .banner-mosaic .box-caption .sm-title {
    text-transform: initial; }

/*==========  Breadbrumb  ==========*/
.breadcrumb {
  font-size: 12px;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding: 25px 0 50px;
  margin-bottom: 0;
  color: #e8531f;
  font-family: "Roboto", sans-serif;
  font-weight: bold; }
  .breadcrumb > .active {
    font-family: "Roboto", sans-serif;
    color: #e8531f;
    font-family: "Roboto", sans-serif;
    font-weight: normal; }
  .breadcrumb > li + li:before {
    padding-right: 5px;
    padding-left: 0;
    color: #e8531f;
    content: "\00BB"; }
  .breadcrumb li a:hover {
    text-decoration: underline; }

/*==========  Panel de tabs  ==========*/
.main-tabs .nav-tabs {
  border-bottom: 1px solid #cccccc;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase; }
.main-tabs .nav-tabs > li {
  margin-bottom: -10px;
  color: #FFFFFF; }
  @media only screen and (max-width: 767px) {
    .main-tabs .nav-tabs > li {
      float: none; } }
.main-tabs .nav-tabs > li.active > a, .main-tabs .nav-tabs > li.active > a:focus, .main-tabs .nav-tabs > li.active > a:hover {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 10px 15px;
  background-color: #FFFFFF;
  position: relative;
  bottom: 9px;
  color: #333333; }
  @media only screen and (max-width: 767px) {
    .main-tabs .nav-tabs > li.active > a, .main-tabs .nav-tabs > li.active > a:focus, .main-tabs .nav-tabs > li.active > a:hover {
      position: static; } }
.main-tabs .nav > li > a:hover {
  background-color: #999999;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-color: transparent; }
.main-tabs .nav-tabs > li > a {
  padding: 5px 15px;
  background-color: #999999; }
  @media only screen and (max-width: 767px) {
    .main-tabs .nav-tabs > li > a {
      padding: 10px 15px; } }
.main-tabs .tab-content {
  border: 1px solid #cccccc;
  border-top: none; }
.main-tabs .tab-pane {
  font-size: 16px;
  padding: 35px 30px;
  color: #666666; }
  .main-tabs .tab-pane ul {
    margin-top: 30px; }
  .main-tabs .tab-pane ul li {
    padding: 15px 0;
    margin-left: 25px;
    border-bottom: 1px solid #ececec;
    display: block; }
    .main-tabs .tab-pane ul li:before {
      content: '?';
      font-size: 10px;
      padding-right: 10px;
      color: #e8531f;
      vertical-align: top; }
    .main-tabs .tab-pane ul li:last-child {
      border: none; }

/*----------  Precio  ----------*/
.price {
  font-size: 24px;
  color: #666666;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin: 0 auto; }
  .price .cents {
    font-size: 15px;
    position: relative;
    bottom: 6px; }
  .price .euro {
    font-size: 18px;
    font-family: "Roboto", sans-serif; }

/*==========  Pagination  ==========*/
.pagination {
  display: block;
  text-align: center;
  border-radius: 0;
  margin-top: 0; }
  .pagination li {
    display: inline-block; }
  .pagination li a {
    padding: 3px 5px;
    background: none;
    border: none;
    font-size: 16px;
    color: #333333;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }
  .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: transparent;
    color: #e8531f; }
  .pagination .active > a,
  .pagination .active > a:focus,
  .pagination .active > a:hover,
  .pagination .active > span,
  .pagination .active > span:focus,
  .pagination .active > span:hover {
    background: none;
    font-weight: bold;
    border-bottom: 1px solid #e8531f;
    color: #e8531f; }

/*==========  Tooltips  ==========*/
.info-tooltip {
  background: transparent url("../images/ico-info.png") no-repeat center;
  padding: 10px 15px;
  position: relative;
  bottom: 2px;
  border: none;
  display: inline-block;
  vertical-align: middle; }
  .info-tooltip:focus {
    outline: none; }

.tooltip {
  font-family: "Roboto", sans-serif;
  font-size: 14px; }
  .tooltip .tooltip-inner {
    max-width: 250px;
    padding: 15px;
    color: #fff;
    text-align: left;
    background-color: #e8531f;
    border-radius: 0px; }
  .tooltip .tooltip-arrow {
    border-right-color: #e8531f !important; }

.popover {
  background-color: #e8531f;
  color: #FFFFFF;
  border-radius: 0;
  max-width: 450px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  border: none; }
  .popover .popover-content {
    padding: 20px; }
  .popover.right > .arrow:after {
    border-right-color: #e8531f; }

/*-----  End of Elementos comunes  ------*/
/*==============================
=            HEADER            =
==============================*/
.main-header {
  position: relative; }

.top-header {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 767px) {
    .top-header {
      padding-top: 5px;
      border-bottom: none; } }

.header-contact {
  float: left;
  margin-top: 2px; }
  @media only screen and (max-width: 767px) {
    .header-contact {
      display: none; } }
  .header-contact img {
    margin-right: 5px; }
  .header-contact .contact-phone {
    font-size: 16px; }
    @media only screen and (max-width: 991px) {
      .header-contact .contact-phone {
        float: left; } }
    .header-contact .contact-phone span {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      padding-left: 5px; }
      @media only screen and (max-width: 991px) {
        .header-contact .contact-phone span {
          display: block;
          margin-top: 5px;
          padding-left: 0; } }
  .header-contact li + li:before {
    content: '/';
    padding: 0 5px; }
  .header-contact.mobile {
    display: none; }
    .header-contact.mobile li + li:before {
      content: none; }
    .header-contact.mobile li {
      padding-left: 5px; }
    @media only screen and (max-width: 767px) {
      .header-contact.mobile {
        display: block; } }

.session {
  float: right; }
  @media only screen and (max-width: 767px) {
    .session {
      float: left; } }
  .session > li {
    margin-left: 18px; }
  .session .fa {
    position: relative;
    top: 2px; }
  .session .id {
    text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .session .cta-register, .session .id {
      display: none; }
    .session > li:first-child {
      position: static;
      margin: 5px 0 0 10px; } }

.dropdown-menu {
  min-width: auto; }

.search-area {
  padding: 30px 0 40px; }
  @media only screen and (max-width: 991px) {
    .search-area {
      padding: 20px 0; } }
  .search-area .main-search {
    margin-top: 10px;
    position: relative; }
    .search-area .main-search .styled-search {
      max-width: 620px;
      float: right;
      box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.075); }
      @media only screen and (max-width: 991px) {
        .search-area .main-search .styled-search {
          max-width: 100%;
          float: none; } }
  .search-area .small-print {
    margin-top: 5px; }

.logo img {
  max-width: 100%; }

.cart {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 16px;
  text-align: right; }
  .cart img {
    margin-right: 5px; }
  .cart .amount {
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #333333;
    position: relative;
    top: 0;
    margin: 0 5px; }
  @media only screen and (max-width: 767px) {
    .cart .carrito {
      display: none; } }

.top-nav {
  overflow: hidden;
  text-align: center; }
  .top-nav .navbar-collapse {
    padding: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #e4681e;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e4681e 0%, #e4681e 71%, #8d2e0b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e4681e), color-stop(71%, #e4681e), color-stop(100%, #8d2e0b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e4681e 0%, #e4681e 71%, #8d2e0b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e4681e 0%, #e4681e 71%, #8d2e0b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e4681e 0%, #e4681e 71%, #8d2e0b 100%);
    /* IE10+ */
    background: linear-gradient(to right, #e4681e 0%, #e4681e 71%, #8d2e0b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$orange2', endColorstr='#8d2e0b', GradientType=1);
    /* IE6-9 */ }
    @media only screen and (max-width: 767px) {
      .top-nav .navbar-collapse {
        margin: 0;
        text-align: left;
        background: transparent; } }
  .top-nav ul {
    display: table;
    width: 100%;
    overflow: hidden; }
  .top-nav li {
    display: table-cell;
    background-color: #EA691B;
    position: relative;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .top-nav li {
        display: block;
        border: none;
        -webkit-transform: initial;
        -moz-transform: initial;
        -o-transform: initial;
        padding-left: 20px;
        border-top: 1px solid #FFFFFF;
        background: #EA691B url("../images/ico-vrw.png") no-repeat right 20px center; }
        .top-nav li:first-child {
          border-top: none; }
        .top-nav li .fa {
          display: none; } }
    @media only screen and (min-width: 767px) {
      .top-nav li:first-child:after, .top-nav li:nth-child(2):after, .top-nav li:nth-child(3):after {
        content: '';
        height: 22px;
        width: 1px;
        right: 0;
        top: 10px;
        background-color: #FFFFFF;
        color: #FFFFFF;
        font-size: 19px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        opacity: 0.5;
        position: absolute;
        border-left: 1px solid #FFFFFF; }
      .top-nav li:first-child:hover:after, .top-nav li:first-child:focus:after, .top-nav li:first-child.active:after, .top-nav li:nth-child(2):hover:after, .top-nav li:nth-child(2):focus:after, .top-nav li:nth-child(2).active:after, .top-nav li:nth-child(3):hover:after, .top-nav li:nth-child(3):focus:after, .top-nav li:nth-child(3).active:after {
        border-left: 1px solid #000000; }
      .top-nav li:nth-child(5), .top-nav li:nth-child(6), .top-nav li:last-child {
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        border-left: 3px solid #FFFFFF; }
        .top-nav li:nth-child(5) a, .top-nav li:nth-child(6) a, .top-nav li:last-child a {
          -webkit-transform: skew(20deg);
          -moz-transform: skew(20deg);
          -o-transform: skew(20deg); }
      .top-nav li:nth-child(4) {
        position: relative; } }
  @media only screen and (min-width: 767px) and (min-width: 768px) {
    .top-nav li:nth-child(4):hover:after {
      content: '';
      height: 100%;
      width: 15px;
      position: absolute;
      right: -10px;
      top: 0;
      background-color: #000000; } }
    @media only screen and (min-width: 767px) {
      .top-nav li:nth-child(5) {
        background-color: #e8531f; }
      .top-nav li:nth-child(6) {
        background-color: #aa4722; }
      .top-nav li:last-child {
        background-color: #8d2e0b; }
        .top-nav li:last-child:after {
          content: '';
          height: 100%;
          width: 10px;
          position: absolute;
          right: 0;
          top: 0;
          background-color: #8d2e0b;
          -webkit-transform: skew(20deg);
          -moz-transform: skew(20deg);
          -o-transform: skew(20deg); } }
    .top-nav li:hover, .top-nav li.active {
      background-color: #090909; }
      @media only screen and (min-width: 768px) {
        .top-nav li:hover:last-child:after, .top-nav li.active:last-child:after {
          content: '';
          height: 100%;
          width: 10px;
          position: absolute;
          right: 0;
          background-color: #090909;
          -webkit-transform: skew(20deg);
          -moz-transform: skew(20deg);
          -o-transform: skew(20deg); } }
    @media only screen and (min-width: 768px) {
      .top-nav li.active:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 8px 8px 0;
        border-color: #000000 transparent;
        display: block;
        width: 0;
        z-index: 100;
        bottom: -8px;
        left: 117px;
        overflow: visible; } }
    .top-nav li a {
      padding: 10px 30px;
      display: inline-block;
      transform: none;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      color: #FFFFFF;
      font-size: 18px;
      width: 100%; }
      @media only screen and (max-width: 991px) {
        .top-nav li a {
          padding: 10px;
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .top-nav li a {
          -webkit-transform: initial;
          -moz-transform: initial;
          -o-transform: initial; } }
    .top-nav li img {
      margin-right: 5px; }
      @media only screen and (max-width: 991px) {
        .top-nav li img {
          display: none; } }
  @media only screen and (max-width: 991px) {
    .top-nav .container {
      padding: 0; } }

.navbar-toggle {
  position: absolute;
  top: 0;
  right: 5px;
  border-radius: 0;
  padding: 5px;
  margin: 0; }
  .navbar-toggle .icon-bar {
    width: 32px;
    height: 0px;
    margin: 0;
    background-color: black;
    padding: 3px;
    border-radius: 2px; }

.megamenu {
  background: #FFFFFF;
  padding: 35px 30px 20px;
  position: absolute;
  z-index: 20;
  display: none;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4); }
  @media only screen and (max-width: 767px) {
    .megamenu {
      padding: 35px 0 20px;
      top: 40px; }
      .megamenu .row {
        margin: 0; } }
  .megamenu .sm-title {
    color: #666666;
    font-size: 21px; }
    @media only screen and (max-width: 767px) {
      .megamenu .sm-title {
        font-size: 14px; } }
  .megamenu .xs-title {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .megamenu .xs-title {
        font-size: 12px; } }
  .megamenu .box-image {
    height: 100px; }
  .megamenu .listado {
    margin-bottom: 25px; }
    .megamenu .listado li {
      display: block;
      margin-bottom: 10px; }
      .megamenu .listado li:after {
        content: "\00BB"; }
      .megamenu .listado li:last-child {
        margin-bottom: 0; }
      .megamenu .listado li a {
        text-decoration: underline; }
        .megamenu .listado li a:hover {
          color: #e8531f; }
      @media only screen and (max-width: 767px) {
        .megamenu .listado li {
          font-size: 12px;
          margin-bottom: 15px; } }
  .megamenu .see-more {
    color: #e8531f;
    font-family: "Roboto", sans-serif;
    display: block;
    margin-bottom: 20px;
    margin-top: -10px; }
  .megamenu .centered {
    padding-top: 20px; }
  .megamenu .cta-black {
    border: 1px solid #090909;
    color: #333333;
    margin: 30px auto 0;
    text-transform: initial;
    background: url("../images/ico-vrb.png") no-repeat right 15px center; }
    .megamenu .cta-black:hover {
      color: #FFFFFF;
      background: #090909 url("../images/ico-vrw.png") no-repeat right 15px center; }

.menu-destacados {
  border-right: 1px solid #efcbbe;
  padding-right: 20px;
  min-height: 400px; }
  .menu-destacados .cta-secondary {
    margin: 10px 0 20px;
    padding: 3px 25px 3px 20px;
    text-transform: initial; }
  @media only screen and (max-width: 991px) {
    .menu-destacados {
      padding: 0;
      border: none;
      min-height: auto; } }

.menu-productos {
  padding-left: 20px; }
  @media only screen and (max-width: 767px) {
    .menu-productos {
      padding-left: 10px; } }
  .menu-productos .xs-title {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: initial; }
  .menu-productos img {
    margin-right: 10px;
    max-width: 25px; }
  .menu-productos > ul {
    display: table;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .menu-productos > ul {
        width: 100%;
        display: block; } }
  .menu-productos .col-1, .menu-productos .col-2, .menu-productos .col-3, .menu-productos .col-4 {
    display: inline-block;
    display: table-cell;
    padding-right: 10px;
    min-height: 375px; }
  .menu-productos .col-1, .menu-productos .col-2 {
    border-right: 1px solid #cccccc; }
  .menu-productos .col-4 {
    border-left: 1px solid #cccccc; }
  .menu-productos .col-2, .menu-productos .col-3, .menu-productos .col-4 {
    width: 25%;
    padding-left: 30px; }
  @media only screen and (max-width: 767px) {
    .menu-productos .col-1 {
      width: 100%;
      display: block;
      border-right: none; } }
  @media only screen and (max-width: 767px) {
    .menu-productos .col-2 {
      float: left;
      width: 50%;
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .menu-productos .col-3 {
      padding-left: 20px;
      float: right;
      width: 50%; } }
  .menu-productos .col-1 ul.split {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px; }

/*-----  End of HEADER  ------*/
/*=====================================
=            Sticky Header            =
=====================================*/
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: visible;
  z-index: 99;
  display: none; }
  .sticky-header .faux-table li:first-child {
    width: 250px; }
  .sticky-header .faux-table .contact-phone {
    width: 180px; }
  .sticky-header .faux-table .cart {
    width: 175px;
    vertical-align: top; }
  .sticky-header .top-header {
    padding: 5px 0; }
  .sticky-header .top-nav .navbar-collapse {
    background: linear-gradient(to right, #e4681e 0%, #e4681e 80%, #8d2e0b 80%, #8d2e0b 100%); }
    @media only screen and (max-width: 991px) {
      .sticky-header .top-nav .navbar-collapse {
        background: #EA691B; } }
  .sticky-header .search-area .main-search {
    margin: 0; }
  .sticky-header .top-nav li a {
    padding: 5px 30px; }
  .sticky-header .styled-search {
    padding: 6px 20px; }
  .sticky-header .logo img {
    padding-top: 0px; }
  @media only screen and (max-width: 767px) {
    .sticky-header .top-header {
      padding: 15px 30px 0 5px; }
    .sticky-header .navbar-toggle {
      right: 5px;
      top: 10px; }
    .sticky-header .faux-table li:first-child {
      text-align: center; }
    .sticky-header .faux-table .contact-phone, .sticky-header .faux-table .search-area {
      display: none; }
    .sticky-header .faux-table .cart {
      width: 1%; }
      .sticky-header .faux-table .cart .amount, .sticky-header .faux-table .cart .fa {
        display: none; } }

/*=====  End of Sticky Header  ======*/
/*==============================
=            Footer            =
==============================*/
footer {
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 60px; }
footer .sm-title {
  font-size: 18px;
  margin-bottom: 25px;
  color: #FFFFFF; }
@media only screen and (max-width: 767px) {
  footer .col-xs-12 {
    width: 50%; } }
@media only screen and (max-width: 480px) {
  footer .col-xs-12 {
    width: 100%; } }
footer .footer-col {
  border-right: 1px solid #333333;
  min-height: 400px;
  margin-bottom: 50px;
  padding: 0 15px; }
  @media only screen and (max-width: 991px) {
    footer .footer-col:nth-child(2n+1) {
      clear: both; } }
  footer .footer-col ul {
    margin-bottom: 25px; }
  footer .footer-col ul + .sm-title {
    margin-top: 35px; }
  footer .footer-col > ul > li {
    opacity: 0.75;
    margin-bottom: 5px;
    display: block; }
  footer .footer-col > ul > li:hover {
    opacity: 1; }
  footer .footer-col > ul > li:before {
    padding-right: 5px;
    content: ">";
    font-size: 9px; }
  footer .footer-col img {
    margin-bottom: 15px; }
  @media only screen and (max-width: 991px) {
    footer .footer-col {
      padding: 0;
      margin: 0;
      border: none; } }
  footer .footer-col .small-print {
    font-size: 10px;
    margin-bottom: 40px; }
footer .cta-register span.blue1 {
  background-color: #164d5f;
  color: #FFFFFF; }
footer .last-col {
  color: #999999;
  border-right: none; }
footer .newsletter {
  margin: 30px 0 50px; }
@media only screen and (max-width: 991px) {
  footer .col-1 {
    display: none; }
  footer .footer-col {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px; }
    footer .footer-col + footer .footer-col {
      margin-bottom: 0; }
  footer form {
    width: 600px;
    max-width: 100%;
    margin: 0 auto; }
  footer .col-3 .go-right {
    text-align: center; }
  footer .social {
    margin-top: 30px; } }
@media only screen and (max-width: 767px) {
  footer .col-2 {
    display: none; }
  footer .footer-col {
    min-height: auto; } }

.footer-bottom {
  color: #999999;
  font-size: 14px;
  padding: 25px 0 30px;
  background: #FFFFFF; }
  .footer-bottom img {
    margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    .footer-bottom {
      padding-top: 50px;
      background-position: top center;
      text-align: center; }
      .footer-bottom .go-right {
        text-align: center; }
      .footer-bottom .legal {
        margin-bottom: 20px; } }

.legal ul li {
  display: inline-block;
  margin-right: 5px; }
.legal ul li a:hover {
  text-decoration: underline; }
.legal ul > li + li:before {
  padding-right: 5px;
  content: "|"; }

.social span {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block; }
.social ul, .social li {
  display: inline-block;
  float: right; }
.social .fa {
  background-color: #FFFFFF;
  color: #000000;
  padding: 5px;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 7px;
  font-size: 18px;
  opacity: 0.9; }
  .social .fa:hover {
    opacity: 1; }

/*-----  End of Footer  ------*/
/*======================================================
=            HOME BLOCK - Stores / Benefits            =
======================================================*/
.section-stores-benefits {
  padding: 65px 0 75px; }
  @media only screen and (max-width: 991px) {
    .section-stores-benefits {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .section-stores-benefits {
      padding-bottom: 20px; } }
  .section-stores-benefits .box-caption .sm-title:after {
    content: "\00BB";
    font-size: 20px;
    padding-left: 10px; }

.benefits {
  padding: 25px 30px 0; }
  @media only screen and (max-width: 991px) {
    .benefits {
      padding: 25px 0 0; } }
  .benefits .md-title {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .benefits .md-title {
        margin-bottom: 20px; } }
  .benefits ul li {
    padding: 5px 15px 35px;
    display: table;
    width: 50%;
    font-size: 18px; }
    @media only screen and (max-width: 991px) {
      .benefits ul li {
        font-size: 14px;
        padding: 5px 0 25px 15px; } }
    @media only screen and (max-width: 767px) {
      .benefits ul li {
        padding: 5px 0 25px 0; } }
  .benefits ul li:nth-child(2n+1) {
    clear: both; }
  .benefits img {
    max-width: 100%;
    min-width: 40px; }
  .benefits span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    width: 65%; }

/*-----  End of HOME BLOCK - Stores / Benefits  ------*/
/*=========================================================
=            HOME BLOCK - Official merchandise            =
=========================================================*/
.section-merchandise {
  padding: 60px 0;
  background: #efefef url("../images/bee-hex.png") repeat-x top; }
  @media only screen and (max-width: 991px) {
    .section-merchandise {
      padding: 50px 0 30px; } }
  @media only screen and (max-width: 767px) {
    .section-merchandise .container {
      padding: 0; }
    .section-merchandise .row {
      margin: 0; } }
  .section-merchandise .lg-title {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .section-merchandise .lg-title {
        margin-left: 15px;
        margin-right: 15px; } }
  .section-merchandise .col-sm-6 > .box-item > .box-image,
  .section-merchandise .lg-mosaic .box-image {
    height: 330px; }
  .section-merchandise .col-sm-4 > .box-item > .box-image {
    height: 260px; }
  .section-merchandise .col-sm-4 > .box-item > .box-caption .sm-title,
  .section-merchandise .md-mosaic .box-caption .sm-title {
    font-size: 20px; }
  @media only screen and (max-width: 991px) {
    .section-merchandise .box-caption {
      background-color: black; } }

/*-----  End of HOME BLOCK - Official merchandise  ------*/
/*==============================================
=            HOME BLOCK - Equipment            =
==============================================*/
.section-equipment {
  padding-top: 60px; }
  @media only screen and (max-width: 991px) {
    .section-equipment {
      padding-top: 50px; } }
  .section-equipment .lg-title {
    margin-bottom: 40px; }
    .section-equipment .lg-title + ul li {
      width: 100% !important; }
  .section-equipment p {
    margin-bottom: 20px; }
  .section-equipment .box-image {
    height: 450px;
    margin-bottom: 70px; }
    @media only screen and (max-width: 767px) {
      .section-equipment .box-image {
        height: 150px;
        margin: 0 -15px; } }
  .section-equipment .bundle > li:first-child {
    width: 35%; }
    @media only screen and (max-width: 767px) {
      .section-equipment .bundle > li:first-child {
        width: 100%; } }
  .section-equipment .bundle > li:last-child {
    width: 65%; }
    @media only screen and (max-width: 767px) {
      .section-equipment .bundle > li:last-child {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .section-equipment .bundle li ul li, .section-equipment .bundle li ul {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .section-equipment .bundle .cta-secondary {
      float: none;
      margin-bottom: 20px; } }
  .section-equipment .bundle .box-image {
    height: 260px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .section-equipment .bundle .box-image {
        height: 200px;
        margin-left: -15px;
        margin-right: -15px; } }
  .section-equipment .sm-title, .section-equipment p {
    padding-left: 20px; }
    @media only screen and (max-width: 767px) {
      .section-equipment .sm-title, .section-equipment p {
        padding-left: 0; } }

.shortcut {
  padding-bottom: 5px;
  text-align: center; }
  .shortcut li {
    margin-top: 25px;
    display: block; }
    @media only screen and (max-width: 991px) {
      .shortcut li {
        margin: 0 40px 40px;
        display: inline-block; } }
    @media only screen and (max-width: 767px) {
      .shortcut li {
        margin: 0 0px 40px;
        width: 32%; } }
    .shortcut li img {
      max-width: 100%;
      padding-bottom: 10px; }
  .shortcut .xs-title {
    font-size: 14px;
    max-width: 80px;
    margin: 0 auto; }

/*-----  End of HOME BLOCK - Equipment  ------*/
/*==================================================
=            HOME BLOCK: Sport products            =
==================================================*/
.section-sport-products {
  padding-top: 60px;
  background: url("../images/bee-hex-white.png") repeat-x bottom; }
  @media only screen and (max-width: 991px) {
    .section-sport-products {
      padding-top: 50px; } }
  .section-sport-products p {
    margin-bottom: 40px; }
  .section-sport-products .box-item {
    border: 1px solid #cccccc;
    margin-bottom: 0; }
  .section-sport-products .box-caption {
    right: 0;
    padding: 0 25px; }
    .section-sport-products .box-caption p {
      font-size: 16px;
      margin-bottom: 10px; }

/*-----  End of HOME BLOCK: Sport products  ------*/
/*=============================================
=            HOME BLOCK: Novelties            =
=============================================*/
.section-novelties {
  padding-top: 60px; }
  @media only screen and (max-width: 991px) {
    .section-novelties {
      padding-top: 50px; } }
  .section-novelties .box-image {
    height: 370px; }
    @media only screen and (max-width: 991px) {
      .section-novelties .box-image {
        height: 225px; } }
  .section-novelties .box-caption {
    width: 475px;
    max-width: 100%;
    padding: 30px 35px;
    background-color: rgba(0, 0, 0, 0.3);
    text-shadow: 2px 1px 1px rgba(50, 50, 50, 0.75); }
    @media only screen and (max-width: 991px) {
      .section-novelties .box-caption {
        position: absolute;
        height: 100%;
        width: 300px;
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .section-novelties .box-caption {
        position: static;
        width: 100%;
        background-color: #000000; } }
    .section-novelties .box-caption p {
      font-size: 16px; }
      @media only screen and (max-width: 991px) {
        .section-novelties .box-caption p {
          font-size: 14px;
          line-height: 19px; } }
  .section-novelties .cta-primary {
    margin-top: 20px;
    background-color: #7a8687;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.5); }
    @media only screen and (max-width: 991px) {
      .section-novelties .cta-primary {
        margin-top: 15px; } }
  @media only screen and (max-width: 767px) {
    .section-novelties .container {
      padding: 0; }
    .section-novelties .lg-title {
      margin-left: 15px;
      margin-right: 15px; } }

/*-----  End of HOME BLOCK: Novelties  ------*/
/*=================================================
=            HOME BLOCK: Popular items            =
=================================================*/
.section-popular {
  padding-top: 60px; }
  @media only screen and (max-width: 991px) {
    .section-popular {
      padding-top: 50px; } }

.box-product {
  margin-bottom: 10px; }
  .box-product .xs-title {
    padding: 0 15px 0 15px;
    background-color: #FFFFFF;
    height: 60px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    text-transform: initial; }
    .box-product .xs-title span {
      border-bottom: 1px solid #333333; }

.box-product-caption {
  border: 1px solid #cccccc;
  padding: 20px;
  position: relative; }
  .box-product-caption img {
    max-width: 100%;
    padding: 20px; }
  .box-product-caption .product-brand {
    max-height: 25px;
    max-width: 100px;
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0; }
  .box-product-caption .product-details {
    padding-top: 20px;
    border-top: 1px solid #cccccc;
    margin-top: 1px;
    width: 215px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 991px) {
      .box-product-caption .product-details {
        text-align: center; } }
    .box-product-caption .product-details .cta-secondary {
      padding: 3px 30px 3px 20px;
      float: right; }
      @media only screen and (max-width: 991px) {
        .box-product-caption .product-details .cta-secondary {
          float: none;
          margin-top: 10px; } }
    .box-product-caption .product-details .price {
      float: left; }
      @media only screen and (max-width: 991px) {
        .box-product-caption .product-details .price {
          float: none; } }

/*-----  End of HOME BLOCK: Popular items  ------*/
/*==============================================
=            HOME BLOCK: LAST POSTS            =
==============================================*/
.section-last-posts {
  margin-top: 60px;
  padding-right: 45px;
  border-right: 1px solid #cccccc;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .section-last-posts {
      margin-top: 50px;
      padding-right: 10px;
      border-right: none; } }
  .section-last-posts .sm-title {
    margin-bottom: 20px; }
  .section-last-posts .see-more {
    position: absolute;
    top: 10px;
    right: 40px;
    color: #e8531f; }
    @media only screen and (max-width: 991px) {
      .section-last-posts .see-more {
        right: 0;
        top: 5px; } }
    @media only screen and (max-width: 767px) {
      .section-last-posts .see-more {
        position: static; } }

.single-post {
  padding: 20px 0; }
  .single-post + .single-post {
    border-top: 1px dashed #cccccc; }
  .single-post .xs-title {
    font-size: 18px;
    text-transform: initial;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: bold; }
    @media only screen and (max-width: 991px) {
      .single-post .xs-title {
        font-size: 16px; } }
  .single-post img {
    max-width: 100%; }
  .single-post .post-thumb {
    float: left;
    clear: left;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 20px 0 0;
    z-index: 1;
    width: 50%;
    max-width: 100px; }
    .single-post .post-thumb:before {
      display: table;
      content: '';
      line-height: 0; }

.post-info {
  font-family: "Roboto", sans-serif;
  font-weight: bold; }
  .post-info li + li:before {
    content: '?';
    color: #999999;
    padding: 0 5px;
    font-size: 20px; }
  .post-info li:first-child {
    color: #e8531f; }
  .post-info li:last-child {
    text-transform: uppercase;
    font-size: 12px;
    color: #999999; }

/*-----  End of HOME BLOCK: LAST POSTS  ------*/
/*=================================================
=            HOME BLOCK: Promo Banners            =
=================================================*/
.promo-banners {
  padding-top: 60px;
  padding-left: 15px; }
  @media only screen and (max-width: 991px) {
    .promo-banners {
      padding-top: 50px; } }
  @media only screen and (max-width: 767px) {
    .promo-banners {
      padding-left: 0;
      text-align: center; } }
  .promo-banners img {
    max-width: 100%;
    margin-bottom: 20px; }
  .promo-banners p {
    padding: 0 30px 35px 35px; }
    @media only screen and (max-width: 767px) {
      .promo-banners p {
        padding-left: 0;
        padding-right: 0; } }
  .promo-banners .box-image {
    height: 205px; }
  .promo-banners .box-caption {
    min-height: 65px;
    background-color: rgba(0, 0, 0, 0.4); }
    .promo-banners .box-caption .md-title {
      margin-bottom: 0; }

/*-----  End of HOME BLOCK: Promo Banners  ------*/
/*============================================
=            HOME BLOCK: Partners            =
============================================*/
.section-partners {
  padding-top: 70px; }
  @media only screen and (max-width: 991px) {
    .section-partners {
      padding-top: 50px; } }
  @media only screen and (max-width: 767px) {
    .section-partners {
      display: none; } }
  .section-partners .xs-title {
    color: #999999;
    padding-bottom: 5px;
    font-size: 14px; }
  .section-partners hr {
    margin-bottom: 35px; }
  .section-partners li {
    margin-bottom: 40px;
    margin-right: 20px;
    min-width: 95px;
    text-align: center; }

/*-----  End of HOME BLOCK: Partners  ------*/
/*=======================================================
=            FICHA BLOCK - Product slideshow            =
=======================================================*/
.product-slideshow {
  position: relative; }
  .product-slideshow .screen-slide {
    height: 600px;
    padding: 60px; }
    @media only screen and (max-width: 991px) {
      .product-slideshow .screen-slide {
        height: 350px; } }
    @media only screen and (max-width: 767px) {
      .product-slideshow .screen-slide {
        padding: 0 60px; } }
    @media only screen and (max-width: 479px) {
      .product-slideshow .screen-slide {
        padding: 60px 20px; } }
  @media only screen and (max-width: 991px) {
    .product-slideshow .item-legend {
      position: absolute !important;
      right: auto !important;
      left: 10px;
      top: 45px; } }
  .product-slideshow .carousel {
    margin-bottom: 20px; }
  .product-slideshow .carousel .carousel-control.right, .product-slideshow .carousel .carousel-control.left {
    top: 40%; }
    @media only screen and (max-width: 767px) {
      .product-slideshow .carousel .carousel-control.right, .product-slideshow .carousel .carousel-control.left {
        display: block; } }
  .product-slideshow .carousel-inner {
    position: relative;
    border: 1px solid #cccccc; }
  .product-slideshow .screen-slide .screen-image {
    background-size: contain; }
  .product-slideshow .carousel-gallery {
    margin: 0;
    position: static;
    width: 100%;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .product-slideshow .carousel-gallery {
        display: none; } }
    .product-slideshow .carousel-gallery img {
      max-width: 100%; }
    .product-slideshow .carousel-gallery ul {
      display: table;
      width: 100%; }
    .product-slideshow .carousel-gallery li {
      opacity: 0.7;
      border-radius: 0;
      text-indent: initial;
      width: 18%;
      display: table-cell;
      text-align: center;
      padding: 5px 2px;
      width: 1%; }
      .product-slideshow .carousel-gallery li a {
        display: inline-block;
        border: 1px solid #cccccc;
        padding: 5px; }
      .product-slideshow .carousel-gallery li:last-child {
        margin-right: 0; }
    .product-slideshow .carousel-gallery li.active, .product-slideshow .carousel-gallery li:hover {
      opacity: 1; }
    .product-slideshow .carousel-gallery li, .product-slideshow .carousel-gallery .active {
      background-color: transparent !important;
      -webkit-border-radius: 0;
      border-radius: 0;
      height: auto; }
  .product-slideshow .share {
    float: left; }
    .product-slideshow .share li {
      margin-right: 20px; }
      @media only screen and (max-width: 991px) {
        .product-slideshow .share li {
          display: block; } }
  .product-slideshow .see-reviews {
    float: right; }
    .product-slideshow .see-reviews a {
      text-decoration: underline;
      margin-left: 10px; }

.product-brand {
  max-height: 50px;
  max-width: 150px;
  position: absolute;
  top: 50px;
  right: 25px;
  padding: 0;
  z-index: 5; }

/*-----  End of FICHA BLOCK - Product slideshow  ------*/
/*==================================================
=            FICHA BLOCK - Product form            =
==================================================*/
.product-form {
  padding-left: 10px; }
  @media only screen and (max-width: 767px) {
    .product-form {
      padding-left: 0; } }
  .product-form p {
    font-size: 16px; }
  .product-form hr {
    position: relative;
    border-color: #666666; }
    .product-form hr:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 5px 5px 0;
      border-color: #FFFFFF transparent;
      display: block;
      width: 0;
      z-index: 1;
      top: -1px;
      left: 0;
      right: 0;
      margin: auto; }
    .product-form hr:before {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 5px 5px 0;
      border-color: #666666 transparent;
      display: block;
      width: 0;
      z-index: 1;
      top: 0px;
      left: 0;
      right: 0;
      margin: auto; }
  .product-form .checkbox {
    margin-top: 15px; }
  .product-form .form-tab {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #cccccc;
    padding: 5px; }
    .product-form .form-tab.active {
      color: #000000;
      border-top: 3px solid #e8531f;
      border-left: 1px solid #cccccc; }
  .product-form fieldset {
    margin-bottom: 20px; }
  .product-form .custom-select span {
    margin-bottom: 8px;
    margin-top: 5px; }
  .product-form .select-qty {
    width: 100px; }
  .product-form .medium {
    width: 265px;
    max-width: 100%; }
  @media only screen and (max-width: 991px) {
    .product-form label {
      font-size: 16px; } }
  .product-form .radio {
    display: table;
    width: 100%;
    margin-top: 0; }
    .product-form .radio li {
      display: table-cell;
      width: 1%;
      vertical-align: middle; }
    .product-form .radio label {
      font-weight: normal;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 1; }
      .product-form .radio label em {
        display: block;
        font-size: 14px;
        font-style: normal; }
    .product-form .radio input[type=radio]:not(old) + label {
      background-position: top 6px left;
      padding-left: 35px;
      line-height: 20px; }
  .product-form .free-shipping {
    text-align: center;
    float: left;
    width: 50%;
    padding-right: 15px; }
    @media only screen and (max-width: 991px) {
      .product-form .free-shipping {
        padding-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 25px; } }
    .product-form .free-shipping strong {
      text-transform: uppercase; }
    .product-form .free-shipping p {
      padding: 12px 15px;
      background-color: #e1e1e1; }
      @media only screen and (max-width: 991px) {
        .product-form .free-shipping p {
          padding: 2px 15px; } }
    .product-form .free-shipping img {
      margin-right: 10px;
      width: 25px; }
  .product-form .cta-primary {
    font-size: 22px;
    padding: 15px 60px 15px 20px;
    float: right;
    font-family: "Roboto Condensed", sans-serif;
    white-space: normal;
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .product-form .cta-primary {
        width: 100%;
        float: none;
        text-align: center; } }

.radio-color {
  display: inline-block;
  max-width: 100%;
  background-color: #e2e2e2;
  padding: 5px 8px 0;
  border-radius: 2px;
  margin-bottom: 30px; }
  .radio-color li {
    display: inline-block;
    width: 26px;
    height: 26px;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8); }

.radio-color-chosen {
  display: inline-block;
  position: relative;
  bottom: -5px;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8); }

.product-customize {
  padding-left: 30px; }
  @media only screen and (max-width: 991px) {
    .product-customize {
      padding-left: 0; } }

.logotitle {
  margin-bottom: 20px;
  margin-left: -30px; }
  @media only screen and (max-width: 991px) {
    .logotitle {
      margin-left: 0; } }
  .logotitle img {
    margin-right: 15px;
    max-width: initial; }
  .logotitle .xs-title {
    font-size: 21px;
    color: #e8531f; }

.product-price {
  display: block;
  width: 100%;
  margin-bottom: 40px; }
  .product-price li {
    display: inline-block;
    min-width: 120px;
    vertical-align: middle; }
    .product-price li:last-child {
      width: 110px; }
    .product-price li:nth-child(2) {
      color: #008cba; }
      .product-price li:nth-child(2) .price {
        color: #008cba !important; }
  .product-price .small-print {
    font-size: 10px; }
  .product-price .price {
    font-size: 36px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #333333;
    margin-top: 10px; }
    .product-price .price .cents {
      font-size: 24px;
      bottom: 9px; }
    .product-price .price .euro {
      font-family: "Roboto", sans-serif;
      font-size: 28px; }

.custom-shield {
  background-color: #f5f5f5;
  display: table;
  width: 100%;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .custom-shield {
      width: 265px;
      margin: 0 auto 15px; } }
  .custom-shield li {
    padding: 5px;
    height: 70px;
    vertical-align: middle;
    display: table-cell;
    color: #666666; }
    .custom-shield li:first-child {
      border-right: 1px solid #FFFFFF;
      padding: 0;
      width: 70px;
      text-align: center; }
    .custom-shield li:last-child {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      font-size: 18px;
      vertical-align: top;
      color: #000000; }
  .custom-shield img {
    max-width: 45px;
    max-height: 45px; }

.breakdown {
  font-size: 16px;
  margin-bottom: 0; }
  .breakdown tbody > tr > td {
    border: none; }
    .breakdown tbody > tr > td:first-child {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      padding-left: 20px; }
    .breakdown tbody > tr > td:last-child {
      text-align: right;
      padding-right: 20px; }
  .breakdown tbody > tr {
    border-top: 1px solid #FFFFFF; }
    .breakdown tbody > tr:first-child {
      background-color: #f5f5f5; }
    .breakdown tbody > tr:nth-child(2) {
      background-color: #e5e5e5; }
    .breakdown tbody > tr:last-child {
      background-color: #333333;
      color: #FFFFFF; }
      .breakdown tbody > tr:last-child td:first-child {
        text-transform: uppercase;
        font-size: 18px; }
        @media only screen and (max-width: 991px) {
          .breakdown tbody > tr:last-child td:first-child {
            font-size: 16px; } }

/*-----  End of FICHA BLOCK - Product form  ------*/
/*=======================================================
=            FICHA BLOCK - Product reference            =
=======================================================*/
.product-reference {
  padding-bottom: 35px; }
  .product-reference .reference {
    font-size: 10px;
    display: block;
    text-transform: uppercase; }
  .product-reference .lg-title {
    color: #000000;
    border-color: #000000;
    margin-bottom: 40px; }

/*-----  End of FICHA BLOCK - Product reference  ------*/
/*==================================================
=            FICHA BLOCK: Features tabs            =
==================================================*/
.features-tabs {
  padding-top: 40px; }
  .features-tabs .tab-pane {
    min-height: 435px; }
  .features-tabs .box-item {
    margin-top: 38px; }
  .features-tabs .box-image {
    height: 435px; }
  .features-tabs .box-caption {
    background-color: black;
    padding: 15px 20px;
    min-height: auto; }
    .features-tabs .box-caption:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 0 10px 10px;
      border-color: #000000 transparent;
      display: block;
      width: 0;
      z-index: 1;
      top: -10px;
      left: 20px; }
    .features-tabs .box-caption span {
      font-family: "Roboto", sans-serif;
      font-weight: bold; }

/*-----  End of FICHA BLOCK: Features tabs  ------*/
/*=================================================
=            FICHA BLOCK: User reviews            =
=================================================*/
.product-reviews {
  padding: 50px 0 35px; }
  .product-reviews .md-title {
    margin-bottom: 40px;
    font-size: 28px; }
    .product-reviews .md-title span {
      text-decoration: underline; }
  .product-reviews .read-more {
    background-color: black;
    color: white;
    float: none;
    padding: 4px 10px;
    position: relative;
    top: 2px;
    margin-left: 5px; }
  .product-reviews .see-more {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    display: inline-block; }
    .product-reviews .see-more:after {
      content: ''; }
  .product-reviews span + .see-more {
    color: #e8531f;
    padding-left: 5px; }

.review {
  padding: 20px 30px;
  display: table; }
  .review:nth-of-type(2n+1) {
    background-color: #f8f8f8; }
  .review > li {
    display: table-cell;
    vertical-align: middle;
    min-height: 70px; }
    @media only screen and (max-width: 767px) {
      .review > li {
        display: inline-block; } }
  .review > li:nth-child(2) {
    width: 100px; }
  .review > li:first-child {
    width: 80px; }
  .review > li:last-child {
    padding: 15px 30px; }
    @media only screen and (max-width: 767px) {
      .review > li:last-child {
        border: none;
        padding: 0;
        display: block;
        width: 100%; } }
  .review .user-img {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    border-radius: 50%; }
  .review .user-name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #666666;
    font-size: 16px;
    margin: 0; }
  .review blockquote {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px; }

.star-rating {
  display: inline-block;
  color: #666666; }
  .star-rating .fa {
    font-size: 14px;
    margin-left: 0; }
  .star-rating .full {
    color: #e8531f; }
    .star-rating .full .fa {
      opacity: 1; }
  .star-rating .half {
    position: relative; }
    .star-rating .half .fa.fa-star-half {
      color: #e8531f;
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      margin: auto;
      top: 1px;
      bottom: 0; }
  .star-rating li {
    display: inline; }

/*-----  End of FICHA BLOCK: User reviews  ------*/
/*=============================================
=            CATEGORY BLOCK: Intro            =
=============================================*/
.category-intro {
  padding-bottom: 40px; }
  .category-intro img {
    margin-right: 10px;
    vertical-align: top; }
  .category-intro .lg-title {
    color: #333333;
    display: inline-block;
    width: 75%;
    border-color: #dedede; }

.category-links {
  background-color: #f5f5f5;
  padding: 20px 0;
  color: #e8531f;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-top: 40px; }
  .category-links ul {
    display: table;
    width: 100%; }
  .category-links li {
    display: table-cell;
    text-align: center;
    min-width: 100px;
    padding: 0 10px; }
    @media only screen and (max-width: 1200px) {
      .category-links li {
        display: inline-block;
        margin-bottom: 5px;
        min-width: 125px; } }
  .category-links li:last-child {
    color: #333333; }
  .category-links .see-more {
    font-family: "Roboto", sans-serif; }
    @media only screen and (max-width: 991px) {
      .category-links .see-more {
        font-size: 14px; } }

/*=====  End of CATEGORY BLOCK: Intro  ======*/
/*======================================================
=            CATEGORY BLOCK: Filter results            =
======================================================*/
.sorting-options {
  color: #666666;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #000000; }
  .sorting-options .sorting-select {
    float: left; }
    .sorting-options .sorting-select .custom-select {
      margin-bottom: 0; }
      .sorting-options .sorting-select .custom-select span {
        display: inline-block;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-size: 14px; }
      .sorting-options .sorting-select .custom-select label:after {
        top: -1px;
        bottom: 0; }
    .sorting-options .sorting-select .styled-select {
      display: inline-block;
      width: 135px;
      margin-left: 5px;
      padding: 5px 10px;
      height: 37px;
      font-size: 14px; }

.see-all {
  float: right;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px; }
  .see-all span {
    text-decoration: underline; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .filter-results .col-xs-12 {
    width: 50%; } }
@media only screen and (max-width: 767px) {
  .filter-results .col-3:nth-child(2n+1) {
    clear: both; } }

.product-wrapper {
  border: 1px solid #cccccc;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  background-color: #FFFFFF;
  min-height: 270px; }
  @media only screen and (max-width: 991px) {
    .product-wrapper {
      min-height: 250px; } }
  .product-wrapper:hover {
    border: 1px solid #e8531f; }
    .product-wrapper:hover .product-details {
      border-top: 1px solid #e8531f; }
  .product-wrapper .product-picture {
    padding: 40px 40px 10px; }
    .product-wrapper .product-picture img {
      max-width: 100%; }
  .product-wrapper .product-details {
    width: 100%;
    padding-top: 5px;
    height: 55px;
    text-align: center;
    border-top: 1px solid #cccccc; }
  .product-wrapper .product-attr {
    padding: 0 10px 0 60px;
    min-height: 50px;
    height: 65px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left 10px top 10px;
    display: inline-block;
    margin: 0 auto;
    text-align: left; }
    .product-wrapper .product-attr .xs-title {
      font-size: 16px;
      text-transform: initial; }
    @media only screen and (max-width: 991px) {
      .product-wrapper .product-attr {
        background-image: none !important;
        padding: 0 10px; } }
    @media only screen and (min-width: 480px) and (max-width: 991px) {
      .product-wrapper .product-attr span {
        font-size: 12px; } }

.price-wrapper {
  display: inline-block;
  text-align: left;
  color: #333333; }
  .price-wrapper .small-print {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: bold; }
    @media only screen and (min-width: 480px) and (max-width: 991px) {
      .price-wrapper .small-print {
        font-size: 8px; } }
  .price-wrapper .price {
    margin-bottom: 0; }
    @media only screen and (min-width: 480px) and (max-width: 991px) {
      .price-wrapper .price {
        font-size: 20px; }
        .price-wrapper .price .cents {
          font-size: 12px; }
        .price-wrapper .price .euro {
          font-size: 15px; } }

.price-wrapper + .price-wrapper {
  background: url("../images/filete-oblicuo.png") no-repeat left;
  padding-left: 30px;
  color: #999999; }
  @media only screen and (min-width: 480px) and (max-width: 991px) {
    .price-wrapper + .price-wrapper {
      padding-left: 25px; } }
  .price-wrapper + .price-wrapper .small-print {
    color: #999999; }
  .price-wrapper + .price-wrapper .price {
    font-size: 18px;
    position: relative;
    bottom: 2px;
    color: #999999;
    text-decoration: line-through; }
    .price-wrapper + .price-wrapper .price .cents {
      font-size: 12px; }

.product-sticker {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 18px 0;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  z-index: 5;
  background-color: #008cba; }
  @media only screen and (max-width: 991px) {
    .product-sticker {
      left: 0;
      top: 0;
      width: 100%;
      border-radius: 0;
      height: 30px;
      padding: 7px 0; } }
  .product-sticker span {
    font-size: 24px; }
  .product-sticker img {
    padding: 0;
    margin-bottom: 2px; }

/*.stickers-wrapper {
	position: absolute;
	top: 10px;
    left: 10px;
    z-index: 5;

    @media only screen and (max-width: 991px) {
        left: 0;
        top: 0;
        width: 100%;
        position: static;
    }
}*/
.product-sticker + .product-sticker {
  top: 60px; }

.product-sticker.bg-orange {
  background-color: #e8531f; }

.product-sticker.bg-black {
  background-color: #000000;
  padding: 12px 0;
  line-height: 14px; }
  .product-sticker.bg-black span {
    font-size: 18px;
    padding-bottom: 3px;
    display: block; }

.product-sticker.bg-grey {
  background-color: #979893;
  padding: 12px 0; }

.product-affiliates .price-wrapper, .product-affiliates .price {
  color: #008cba; }

.product-discount .price-wrapper, .product-discount .price {
  color: #e8531f; }
.product-discount .price-wrapper + .price-wrapper .price {
  background: url("../images/filete.png") repeat-x center; }

.product-presale .product-sticker {
  background-color: #999999;
  padding: 12px 0; }

.results-navigation .pagination {
  float: left; }
.results-navigation .see-all {
  float: right; }
@media only screen and (max-width: 767px) {
  .results-navigation {
    text-align: center; }
    .results-navigation .pagination, .results-navigation .see-all {
      float: none; } }

/*=====  End of Category: Item legend  ======*/
.item-legend {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 90px;
  font-size: 12px;
  text-align: left; }
  @media only screen and (max-width: 991px) {
    .item-legend {
      position: static; } }

.item-legend img {
  margin-right: 5px; }

.item-legend + .item-legend {
  top: 20px; }

/*=====  End of CATEGORY BLOCK: Filter results  ======*/
/*==============================================
=            CATEGORY BLOCK: Footer            =
==============================================*/
.category-footer {
  padding: 100px 0;
  font-size: 16px;
  line-height: 24px; }
  .category-footer .lg-title {
    font-size: 24px; }

/*=====  End of CATEGORY BLOCK: Footer  ======*/
/*============================================
=            COVER BLOCK: Heading            =
============================================*/
.category-heading .container {
  position: relative; }
.category-heading .lg-title {
  color: #333333;
  border-color: #cccccc;
  font-size: 36px; }
.category-heading p {
  margin-bottom: 40px; }
.category-heading .see-more {
  font-size: 16px;
  color: #e8531f;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 20px;
  right: 10px;
  margin-bottom: 20px;
  display: block; }
  @media only screen and (max-width: 991px) {
    .category-heading .see-more {
      top: 10px; } }
  @media only screen and (max-width: 767px) {
    .category-heading .see-more {
      position: static; } }

.cover-promo {
  background-color: #f5f5f5; }
  .cover-promo .screen-caption, .cover-promo .screen-slide {
    min-height: 310px;
    height: auto; }
  @media only screen and (max-width: 991px) {
    .cover-promo .screen-caption {
      min-height: auto;
      height: auto !important; } }
  .cover-promo .box-image {
    height: 420px; }

.anchor-links {
  display: table;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .anchor-links img {
      display: none; }
    .anchor-links .sm-title {
      margin-bottom: 10px;
      font-size: 12px !important; } }
  .anchor-links li {
    padding: 15px 15px 10px;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #cccccc; }
    .anchor-links li:first-child {
      border-left: none; }
    .anchor-links li:last-child {
      border-right: none; }
  .anchor-links span {
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 5px; }

.sorted-by {
  margin: 0 auto;
  width: auto; }
  .sorted-by li {
    display: inline-block; }
  .sorted-by .fa {
    margin-left: 0; }
  .sorted-by img {
    padding-right: 5px; }
  .sorted-by .sm-title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px; }

.league-emblems {
  display: table;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .league-emblems .sm-title {
      font-size: 10px !important; } }
  .league-emblems li {
    padding: 15px 5px 10px;
    display: table-cell; }
  .league-emblems img {
    padding-right: 5px; }
  .league-emblems .sm-title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px; }
  .league-emblems .xs-title {
    font-size: 17px;
    text-transform: initial; }

/*=====  End of COVER BLOCK: Heading  ======*/
/*=============================================
=            COVER BLOCK: Products            =
=============================================*/
.cover-sizing {
  background: url("../images/bee-hex-white.png") repeat-x bottom; }
  .cover-sizing .bundle {
    text-align: center;
    padding-bottom: 70px; }
    .cover-sizing .bundle li {
      text-align: left; }
    @media only screen and (max-width: 991px) {
      .cover-sizing .bundle .box-image {
        background-position: top -20px center; } }
    .cover-sizing .bundle .box-caption {
      min-height: 75px; }
    @media only screen and (max-width: 767px) {
      .cover-sizing .bundle li ul li {
        display: table-cell;
        padding: 10px 0; }
      .cover-sizing .bundle .cta-secondary, .cover-sizing .bundle .sm-title {
        margin: 0; } }

.cover-products {
  padding-top: 40px; }
  .cover-products .box-item {
    margin-bottom: 40px; }
  .cover-products .box-image {
    position: relative;
    border: 1px solid #cccccc; }
  .cover-products .box-caption {
    min-height: 50px; }
  .cover-products .md-title {
    font-size: 21px; }
  .cover-products .see-more {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    display: block; }
  .cover-products .col-sm-6 + .col-sm-6 > .box-item .box-caption {
    right: 0; }
  .cover-products .bundle .box-image {
    height: 160px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cover-products .col-sm-3 {
      width: 33%; } }

.title-selecciones {
  margin-top: 40px; }

/*=====  End of COVER BLOCK: Products  ======*/
/*============================================
=            COVER BLOCK: Related            =
============================================*/
.cover-related {
  padding-top: 10px; }
  .cover-related .lg-title {
    text-transform: initial;
    font-size: 24px;
    border-color: #f1ccbf; }
  .cover-related .logotitle .lg-title {
    text-transform: uppercase; }

/*=====  End of COVER BLOCK: Related  ======*/
/*=====================================================================
=            Cover block: Club sections: more about & kits            =
=====================================================================*/
.more-about, .club-kits, .cover-sizing-4 {
  padding-bottom: 30px; }
  .more-about .xs-title, .club-kits .xs-title, .cover-sizing-4 .xs-title {
    text-transform: initial;
    padding-bottom: 30px; }
  .more-about .bundle, .club-kits .bundle, .cover-sizing-4 .bundle {
    padding-top: 35px; }
  .more-about .box-image, .club-kits .box-image, .cover-sizing-4 .box-image {
    height: 150px; }
  @media only screen and (max-width: 1200px) {
    .more-about .sm-title, .club-kits .sm-title, .cover-sizing-4 .sm-title {
      font-size: 24px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .more-about .sm-title, .club-kits .sm-title, .cover-sizing-4 .sm-title {
      font-size: 18px; }
      .more-about .sm-title span, .club-kits .sm-title span, .cover-sizing-4 .sm-title span {
        display: block;
        position: static;
        padding-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .more-about .cta-secondary, .club-kits .cta-secondary, .cover-sizing-4 .cta-secondary {
      min-width: 50px;
      margin-right: 10px;
      padding: 7px 25px 7px 15px;
      margin-bottom: 20px; } }

.club-kits {
  padding-bottom: 0; }

/*=====  End of Cover block: Club sections: more about & kits  ======*/
/*====================================================
=            COVER Block: Cover specifics            =
====================================================*/
.section-novelties.cover-specifics {
  background: none;
  padding: 20px 0; }
  .section-novelties.cover-specifics .md-title {
    font-size: 30px; }
  .section-novelties.cover-specifics .container {
    border: none; }

/*=====  End of COVER Block: Cover specifics  ======*/
/*========================================
=            KIT Block: Intro            =
========================================*/
.kit-intro {
  padding: 45px 0; }
  .kit-intro span {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    bottom: 5px; }
  .kit-intro ul {
    display: inline; }
  .kit-intro li {
    padding-left: 20px; }
  .kit-intro label {
    font-weight: initial; }

/*=====  End of KIT Block: Intro  ======*/
/*============================================
=          KIT Block: Builder Panel          =
============================================*/
.kit-tabs {
  border-bottom: 1px solid #ddd; }
  .kit-tabs .nav-tabs {
    border: none; }
  .kit-tabs .nav-tabs > li > a {
    background-color: #666666;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 20px;
    border-color: transparent;
    color: #FFFFFF; }
  .kit-tabs .nav-tabs > li:last-child > a {
    padding: 5px 10px; }
  .kit-tabs .nav-tabs > li.active > a, .kit-tabs .nav-tabs > li.active > a:focus, .kit-tabs .nav-tabs > li.active > a:hover {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #333333; }
    .kit-tabs .nav-tabs > li.active > a .fa, .kit-tabs .nav-tabs > li.active > a:focus .fa, .kit-tabs .nav-tabs > li.active > a:hover .fa {
      color: #333333; }
  .kit-tabs .fa {
    margin: 0;
    color: #FFFFFF;
    font-size: 18px; }

.kit-builder {
  background-color: #f5f5f5;
  padding: 20px 0; }
  .kit-builder .delete {
    text-decoration: underline;
    text-align: right;
    padding-bottom: 20px; }
    .kit-builder .delete .fa {
      font-size: 24px;
      padding-right: 5px; }

.kit-title {
  background-color: #EA691B;
  padding: 10px 50px;
  color: #FFFFFF;
  font-size: 21px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: left 10px center; }

.kit-filter {
  background-color: #fbfbfb;
  padding: 10px 40px;
  border-bottom: 1px solid #f5f5f5; }
  .kit-filter .xs-title {
    display: inline-block;
    padding-top: 10px;
    text-transform: initial;
    font-size: 18px; }
    .kit-filter .xs-title a {
      text-decoration: underline;
      font-size: 19px; }
  .kit-filter .custom-select {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px; }
  .kit-filter .styled-select {
    display: inline-block;
    vertical-align: middle;
    width: 165px;
    padding: 5px 25px 5px 5px;
    font-family: "Roboto", sans-serif;
    margin-left: 10px; }
  .kit-filter label {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #666666; }
  .kit-filter .limpiar:hover .fa {
    color: #e8531f; }

.item-selector .carousel {
  padding: 30px 40px;
  background-color: #FFFFFF;
  min-height: 235px; }
  .item-selector .carousel .carousel-inner {
    overflow: visible; }
  .item-selector .carousel .carousel-control.left {
    left: 10px;
    opacity: 1; }
  .item-selector .carousel .carousel-control.right {
    right: 10px;
    opacity: 1; }
  .item-selector .carousel .fa {
    color: #000000; }
.item-selector .box-product-caption {
  padding: 0;
  height: 305px; }
  .item-selector .box-product-caption img {
    padding: 20px 10px;
    height: 190px; }
  .item-selector .box-product-caption .product-brand {
    padding: 0;
    height: auto; }
  .item-selector .box-product-caption .product-details {
    padding: 5px 10px;
    height: 60px; }
  .item-selector .box-product-caption .xs-title {
    font-size: 14px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    padding: 0 5px;
    text-transform: initial; }
  .item-selector .box-product-caption .price {
    float: none;
    text-align: center; }
  .item-selector .box-product-caption .color-chart {
    padding-top: 7px;
    float: right; }
  .item-selector .box-product-caption .color {
    width: 8px;
    height: 8px;
    float: left; }
.item-selector .box-product-caption.selected {
  border: 1px solid #e8531f; }
  .item-selector .box-product-caption.selected:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #e8531f transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    bottom: -15px;
    left: 50%; }
  .item-selector .box-product-caption.selected .product-details {
    border-top: 1px solid #e8531f; }
.item-selector .full-kit {
  position: absolute;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  background-color: #333333;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  padding: 2px; }
.item-selector .full-kit + .product-brand {
  top: 30px; }
  .item-selector .full-kit + .product-brand + img {
    padding-top: 30px;
    height: 190px;
    margin: 0 auto;
    display: block; }

.kit-product-featured {
  width: 1000px;
  max-width: 100%;
  margin: 40px auto;
  background: #fbfbfb; }
  @media only screen and (max-width: 767px) {
    .kit-product-featured {
      display: block; } }

.product-picture {
  display: table-cell;
  width: 49%;
  vertical-align: middle;
  border: none;
  border-right: 2px solid #f5f5f5;
  background-color: #FFFFFF;
  position: relative;
  padding: 40px 40px 10px; }
  @media only screen and (max-width: 991px) {
    .product-picture {
      padding: 40px 0px 10px; } }
  @media only screen and (max-width: 767px) {
    .product-picture {
      display: block;
      width: 100%;
      padding: 40px; } }
  .product-picture .product-brand {
    max-height: 40px;
    right: 25px;
    top: 25px;
    position: absolute; }
  .product-picture .rotation {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 12px;
    padding: 10px 0 10px 25px;
    background: url("../images/ico-rotation.png") no-repeat left center; }

.product-features {
  display: table-cell;
  width: 51%;
  position: relative;
  padding: 40px 30px 15px 15px; }
  @media only screen and (max-width: 767px) {
    .product-features {
      display: block;
      width: 100%; } }
  .product-features .xs-title {
    font-size: 21px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: initial; }
  .product-features hr {
    margin: 20px 0; }
  .product-features .price-wrapper {
    color: #999999; }
    .product-features .price-wrapper .small-print {
      font-size: 12px; }
    .product-features .price-wrapper .price {
      color: #999999;
      background: url("../images/filete.png") repeat-x center; }
    .product-features .price-wrapper .euro {
      padding-left: 5px; }
  .product-features .price-wrapper + .price-wrapper .price {
    color: #e8531f;
    background: none;
    font-size: 28px;
    position: relative;
    top: 2px; }
    .product-features .price-wrapper + .price-wrapper .price .cents {
      font-size: 20px; }
  .product-features .total-amount {
    background: #EA691B;
    border-radius: 2px;
    padding: 5px 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 18px; }
    .product-features .total-amount .price {
      color: #FFFFFF; }

.available-colors {
  margin: 10px 0; }
  .available-colors .color-list {
    display: table;
    margin-top: 5px;
    margin-bottom: 15px; }
  .available-colors .xs-title {
    font-size: 16px;
    margin: 0; }
  .available-colors li {
    background: #FFFFFF;
    border: 3px solid #cccccc;
    margin-bottom: 5px;
    margin-right: -3px; }
  .available-colors a {
    display: block;
    padding: 1px;
    margin: 1px; }
  .available-colors img {
    max-width: 100%;
    width: 36px;
    height: 36px; }

.stock-sizing {
  padding: 20px 0 0; }
  .stock-sizing .custom-select label {
    width: auto;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #828385; }
  .stock-sizing .styled-select {
    width: 85px;
    max-width: 100%; }

.high-stock {
  color: #39DC39;
  vertical-align: middle;
  position: relative;
  bottom: 2px; }

.min-stock {
  color: #F1B400;
  vertical-align: middle;
  position: relative;
  bottom: 2px; }

.no-stock {
  color: #FF0000;
  vertical-align: middle;
  position: relative;
  bottom: 2px; }

.stock-legend {
  text-align: right;
  background-color: #f5f5f5;
  font-size: 12px;
  padding: 5px 0; }
  @media only screen and (max-width: 767px) {
    .stock-legend {
      text-align: left; } }
  .stock-legend .fa {
    margin-right: 10px; }
  .stock-legend li {
    margin-left: 20px; }

/*=====  End of KIT Block: Builder Panel ===*/
/*============================================
=            KIT Block: Kit total            =
============================================*/
.kit-total {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #cccccc; }
  .kit-total .xs-title {
    color: #666666;
    margin-right: 20px;
    position: relative;
    top: 5px; }
  .kit-total .price {
    color: #e8531f;
    background: none;
    font-size: 28px;
    position: relative;
    top: 2px;
    position: relative;
    top: 5px; }
    .kit-total .price em {
      font-style: normal;
      font-size: 21px; }
  .kit-total .cta-secondary {
    border-color: #333333;
    color: #333333;
    font-size: 17px;
    margin-left: 50px;
    background: url("../images/ico-plus.png") no-repeat right 10px center; }
    @media only screen and (max-width: 767px) {
      .kit-total .cta-secondary {
        display: block;
        max-width: 250px;
        margin: 20px auto 0; } }
    .kit-total .cta-secondary:hover {
      background-color: transparent;
      color: #333333; }

/*=====  End of KIT Block: Kit total  ======*/
/*=================================================
=            KIT Block: Custom options            =
=================================================*/
.kit-custom {
  padding: 60px 0; }
  .kit-custom .kit-title {
    margin-bottom: 30px; }
  .kit-custom .box-product-caption {
    margin-bottom: 15px;
    padding: 0;
    position: relative; }
    .kit-custom .box-product-caption img {
      display: block;
      margin: 0 auto;
      padding: 0; }
  .kit-custom .checkbox {
    margin-bottom: 40px; }
  .kit-custom p {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 30px; }
  .kit-custom .bundle li {
    vertical-align: middle; }

.tooltag {
  padding: 30px;
  background-color: #333333;
  color: #FFFFFF;
  width: 280px;
  position: relative; }
  .tooltag:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #333333;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -10px;
    left: -10px;
    top: 50%; }
  @media only screen and (max-width: 767px) {
    .tooltag {
      width: 100%; }
      .tooltag:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: #333333 transparent;
        display: block;
        width: 0;
        z-index: 1;
        margin-left: -10px;
        top: -10px;
        left: 50%;
        margin-top: 0; } }
  .tooltag .xs-title {
    color: #e8531f;
    font-size: 18px;
    margin-bottom: 10px; }

/*=====  End of KIT Block: Custom options  ======*/
/*==================================================
=            KIT Block: Order breakdown            =
==================================================*/
.kit-breakdown {
  background-color: #f5f5f5;
  padding: 50px 0; }
  .kit-breakdown .logotitle img {
    margin-right: 10px; }
  .kit-breakdown .table {
    border: none; }
    .kit-breakdown .table tbody > tr {
      text-indent: 40px; }
      .kit-breakdown .table tbody > tr:first-child {
        text-indent: 0; }
    .kit-breakdown .table tbody > tr > th {
      border-top: none;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 18px;
      color: #000000;
      padding: 15px 0; }
    .kit-breakdown .table tbody > tr > td {
      padding: 15px 0;
      font-size: 18px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      color: #666666; }
    .kit-breakdown .table tbody > tr > td:last-child, .kit-breakdown .table tbody > tr > th:last-child {
      text-align: right;
      padding-right: 20px;
      font-family: "Roboto", sans-serif;
      color: #333333;
      font-size: 16px; }
    .kit-breakdown .table tbody + tbody {
      border: none;
      margin-top: 10px; }
    .kit-breakdown .table .table-total tr:first-child td {
      padding-top: 10px; }
    .kit-breakdown .table .table-total > tr > td {
      border: none;
      text-align: right;
      padding: 0; }
      .kit-breakdown .table .table-total > tr > td:last-child {
        width: 150px;
        padding-right: 0; }
    .kit-breakdown .table .table-total > tr:last-child td {
      font-size: 21px;
      color: #000000;
      font-weight: bold;
      padding-top: 15px; }

/*=====  End of KIT Block: Order breakdown  ======*/
/*=========================================
=            KIT Block: SUBMIT            =
=========================================*/
.kit-submit {
  padding: 30px 0 140px;
  background: url("../images/bee-hex-white.png") repeat-x bottom; }
  .kit-submit .savebutton {
    float: left;
    text-decoration: underline;
    text-align: right;
    padding-bottom: 20px; }
    .kit-submit .savebutton .fa {
      font-size: 24px;
      padding-right: 5px; }
  .kit-submit .cta-primary {
    float: right;
    font-size: 18px; }

/*=====  End of KIT Block: SUBMIT  ======*/
/*================================================
=            STATIC: Nuestras tiendas            =
================================================*/
.stores p:last-of-type {
  margin-bottom: 30px; }
.stores .lg-title {
  color: #333333;
  border-color: #cccccc; }
.stores .xs-title {
  margin-bottom: 20px; }
  .stores .xs-title img {
    padding-right: 10px; }
.stores .md-title {
  font-size: 21px;
  margin-bottom: 20px; }
.stores .sm-title {
  font-size: 18px; }
.stores .box-item {
  overflow: hidden; }
.stores .box-image {
  height: 190px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.stores .box-caption {
  width: auto;
  padding: 10px 20px; }
.stores hr {
  margin: 0 0 40px; }
.stores .more-info {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0%;
  z-index: 10;
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  color: #FFFFFF;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }
  .stores .more-info .fa {
    font-size: 24px;
    padding-right: 7px;
    vertical-align: bottom;
    margin: 0; }
.stores .box-hover:hover .orange-screen {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 83, 31, 0.9); }
.stores .box-hover:hover .box-caption {
  display: none; }
.stores .box-hover:hover .more-info {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%); }
.stores .box-hover:hover .md-title {
  text-decoration: underline; }
.stores .store-info {
  padding: 40px 40px 40px 100px;
  background-color: #f5f5f5;
  font-size: 16px;
  margin-bottom: 30px;
  margin-right: 25px; }
  @media only screen and (max-width: 991px) {
    .stores .store-info {
      padding-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .stores .store-info {
      padding-left: 50px;
      margin-right: 0; } }
  .stores .store-info p {
    text-indent: -17px; }
  .stores .store-info .fa {
    color: #e8531f;
    font-size: 18px;
    margin-right: 10px; }
  .stores .store-info .fa-map-marker {
    font-size: 21px; }
.stores .other-stores .lg-title {
  text-transform: initial;
  color: #e8531f;
  font-size: 24px;
  border-color: #e8531f; }
.stores .other-stores .xs-title {
  margin-left: 20px;
  text-transform: initial; }
.stores .store-links {
  padding-left: 50px;
  margin-bottom: 30px; }
  .stores .store-links li {
    display: block;
    margin-bottom: 10px; }
  .stores .store-links .see-more {
    color: #333333;
    font-family: "Roboto", sans-serif;
    text-decoration: none; }
    .stores .store-links .see-more:hover {
      text-decoration: underline; }
.stores .store-gallery {
  padding: 30px 0 50px; }

.map-canvas {
  height: 500px;
  width: 100%;
  padding: 0px;
  position: relative;
  display: block;
  margin-bottom: 30px; }

/*=====  End of STATIC: Nuestras tiendas  ======*/
/*==============================================
=            STATIC: Generic layout            =
==============================================*/
.layout {
  padding-bottom: 100px; }
  .layout h1 {
    color: #333333;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .layout h2 {
    color: #e8531f;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 20px; }
  .layout h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 21px; }
  .layout H4 {
    color: #e8531f;
    font-size: 16px;
    margin-bottom: 15px; }
  .layout p {
    margin-bottom: 30px;
    color: #333333; }
  .layout ol {
    padding: 20px 0; }
    .layout ol li {
      display: list-item;
      color: #e8531f;
      list-style-position: inside; }
  .layout ul {
    list-style-type: disc;
    margin-left: 40px;
    margin-top: -10px; }
    .layout ul li {
      display: block;
      list-style-type: disc;
      color: #333333; }
      .layout ul li:before {
        padding-right: 7px;
        content: '\2022';
        font-size: 30px;
        color: red;
        position: relative;
        top: 6px; }
  .layout blockquote {
    padding: 10px 30px;
    margin: 0 50px 50px;
    font-size: 21px;
    border-left: 1px solid #000000;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    line-height: 28px;
    color: #333333; }

/*=====  End of STATIC: Generic layout  ======*/
/*===================================
=            STATIC: FAQ            =
===================================*/
.faq {
  margin-bottom: 50px;
  margin-right: 15px; }
  @media only screen and (max-width: 767px) {
    .faq {
      margin-right: 0; } }
  .faq ul li {
    display: block;
    border: 3px solid #efefef;
    margin-bottom: -2px; }
    .faq ul li:before {
      content: none; }
    .faq ul li:hover {
      background-color: #efefef; }
  .faq ul li.active a {
    color: #FFFFFF;
    background: #666666 url("../images/ico-vrw.png") no-repeat right 20px center; }
  .faq ul li a {
    display: block;
    padding: 15px 20px;
    color: #666666;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    background: url("../images/ico-vrg.png") no-repeat right 20px center; }

/*=============================================
=            INNER PAGES SPECIFICS            =
=============================================*/
body.interiores {
  background: url("../images/bee-hex-white180.png") repeat-x top 50px left !important; }
  body.interiores .section-novelties {
    background: url("../images/bee-hex-white.png") repeat-x bottom;
    padding-top: 0; }
    body.interiores .section-novelties .container {
      padding-top: 35px;
      border-top: 1px solid #c1c1c1; }
    body.interiores .section-novelties .lg-title {
      display: none; }
  body.interiores .product-suggestions {
    padding-bottom: 30px; }
  body.interiores .benefits {
    padding: 10px 0 0; }
    body.interiores .benefits .xs-title {
      display: inline;
      color: #666666; }
    body.interiores .benefits p {
      display: inline; }
    body.interiores .benefits em {
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      font-style: italic; }
    body.interiores .benefits ul {
      padding: 20px 0;
      margin-top: 10px;
      background-color: #f5f5f5; }
    body.interiores .benefits li {
      display: inline-table;
      width: auto;
      padding: 0 15px 0px; }
    body.interiores .benefits img {
      max-width: 50px; }
    body.interiores .benefits span {
      width: auto;
      font-size: 14px; }
  body.interiores > section:last-of-type {
    background: url("../images/bee-hex-white.png") repeat-x bottom;
    padding-bottom: 100px; }

/*-----  End of INNER PAGES SPECIFICS  ------*/
/*==================================================
=            FICHA BLOCK - Product form            =
==================================================*/
.product-form {
  padding-left: 10px; }
  .product-form p {
    font-size: 16px; }
  .product-form .form-tab {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #cccccc;
    padding: 5px; }
    .product-form .form-tab.active {
      color: #000000;
      border-top: 3px solid #e8531f;
      border-left: 1px solid #cccccc; }
  .product-form fieldset {
    margin-bottom: 20px; }
  .product-form .logotitle {
    margin-bottom: 20px;
    margin-left: -30px; }
    .product-form .logotitle img {
      margin-right: 15px; }
    .product-form .logotitle .xs-title {
      font-size: 21px;
      color: #e8531f; }
  .product-form .custom-select span {
    margin-bottom: 8px;
    margin-top: 5px; }
  .product-form .select-qty {
    width: 100px; }
  .product-form .radio {
    display: table;
    width: 100%;
    margin-top: 0; }
    .product-form .radio li {
      display: table-cell;
      width: 1%;
      vertical-align: middle; }
    .product-form .radio label {
      font-weight: normal;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 1; }
      .product-form .radio label em {
        display: block;
        font-size: 14px;
        font-style: normal; }
    .product-form .radio input[type=radio]:not(old) + label {
      background-position: top 6px left;
      padding-left: 35px;
      line-height: 20px; }
  .product-form .free-shipping {
    text-align: center;
    float: left;
    width: 50%;
    padding-right: 15px; }
    .product-form .free-shipping strong {
      text-transform: uppercase; }
    .product-form .free-shipping p {
      padding: 12px 15px;
      background-color: #e1e1e1; }
    .product-form .free-shipping img {
      margin-right: 10px;
      width: 25px; }
  .product-form .cta-primary {
    font-size: 24px;
    padding: 15px 60px 15px 20px;
    float: right;
    font-family: "Roboto Condensed", sans-serif;
    white-space: normal;
    width: 50%; }

.radio-color {
  max-width: 100%;
  background-color: #e2e2e2;
  padding: 5px 8px 0;
  border-radius: 2px;
  margin-bottom: 30px; }
  .radio-color li {
    display: inline-block;
    width: 26px;
    height: 26px;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8); }

.radio-color-chosen {
  display: inline-block;
  position: relative;
  bottom: -5px;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8); }

.product-customize {
  padding-left: 30px; }

.product-price {
  display: block;
  width: 100%;
  margin-bottom: 40px; }
  .product-price li {
    display: inline-block;
    min-width: 120px;
    vertical-align: middle; }
    .product-price li:last-child {
      width: 110px; }
    .product-price li:nth-child(2) {
      color: #008cba; }
      .product-price li:nth-child(2) .price {
        color: #008cba !important; }
  .product-price .small-print {
    font-size: 10px; }
  .product-price .price {
    font-size: 36px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #333333;
    margin-top: 10px; }
    .product-price .price .cents {
      font-size: 24px;
      bottom: 9px; }
    .product-price .price .euro {
      font-family: "Roboto", sans-serif;
      font-size: 28px; }
  .product-price .share {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-top: 10px; }
    .product-price .share img {
      margin-right: 10px; }

/*# sourceMappingURL=theme.css.map */
