@charset "UTF-8";
/*** CSS File: /themes/pegatinas/css/common.css ***/
.spinnerCont {
  width: 100%;
  display: block;
  text-align: center;
  float: left;
}

.spinner {
  /* Size and position */
  font-size: 100px;
  /* 1em */
  width: 1em;
  height: 1em;
  margin: 10px auto;
  position: relative;
  /* Styles */
  list-style: none;
  border-radius: 50%;
  border: 0.01em solid rgba(150, 150, 150, 0.1);
  /* Subtle white line circling the dots */
}

.spinner li {
  width: 0.2em;
  height: 0.2em;
  position: absolute;
  border-radius: 50%;
}

.spinner li:nth-child(1) {
  background: #B74693;
  /* Blue */
  top: 0;
  left: 50%;
  margin-left: -0.1em;
  /* Width/2 */
  -webkit-transform-origin: 50% 250%;
          transform-origin: 50% 250%;
  -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
          animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
}

.spinner li:nth-child(2) {
  background: #B11F6B;
  /* Red */
  top: 50%;
  right: 0;
  margin-top: -0.1em;
  /* Height/2 */
  -webkit-transform-origin: -150% 50%;
          transform-origin: -150% 50%;
  -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
          animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
}

.spinner li:nth-child(3) {
  background: #770742;
  /* Yellow */
  bottom: 0;
  left: 50%;
  margin-left: -0.1em;
  /* Width/2 */
  -webkit-transform-origin: 50% -150%;
          transform-origin: 50% -150%;
  -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
          animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
}

.spinner li:nth-child(4) {
  background: #B74693;
  /* Green */
  top: 50%;
  left: 0;
  margin-top: 0.1em;
  /* Height/2 */
  -webkit-transform-origin: 250% 50%;
          transform-origin: 250% 50%;
  -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
          animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
}

@-webkit-keyframes rota {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rota {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes opa {
  12.0% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@keyframes opa {
  12.0% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
/*# sourceMappingURL=common.css.map */

/*** CSS File: /themes/pegatinas/css/ie.css ***/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .listado-posts {
    display: inline-block;
    text-align: center;
  }
  .listado-posts .col-sm-6 {
    display: inline-block;
    vertical-align: top;
  }
  .listado-posts .col-sm-6 .not-blog {
    vertical-align: top;
    display: inline-block;
  }
  .listado-posts .col-sm-6 .not-blog .info-blog {
    min-height: 220px;
  }

  .prod-desc {
    height: auto;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 768px) {
  .listado-posts {
    text-align: left;
  }
}
/*# sourceMappingURL=ie.css.map */

/*** CSS File: /assets/4b0417cc/style.css ***/
body.custom-alert-overflow {
  /*overflow:hidden;*/
}

.custom-alert-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
  text-align: center;
}

.custom-alert-container .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.custom-alert-container:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.custom-alert-container .cont-mensaje {
  border: 1px solid #CCC;
  background-color: #FFF;
  width: 500px;
  max-width: 80%;
  padding: 20px;
  display: inline-block;
  z-index: 100;
  position: relative;
  max-height: 100%;
  overflow-y: auto;
}

.custom-alert-container .cont-mensaje .cerrar {
  font-size: 40px;
  line-height: 30px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  font-weight: 300;
  padding: 5px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.custom-alert-container .cont-mensaje .titulo-mensaje {
  font-size: 30px;
  line-height: 120%;
  color: #B11F6B;
  margin-bottom: 20px;
}

.custom-alert-container .cont-mensaje .mensaje {
  font-size: 17px;
  line-height: 140%;
  color: #191919;
  text-align: center;
  padding: 20px 5px 60px 5px;
}

.custom-alert-container .cont-mensaje .boton {
  color: #FFF;
  text-transform: uppercase;
  font-size: 17px;
  cursor: pointer;
  letter-spacing: 0.5px;
  padding: 5px 30px;
  line-height: normal;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  right: 20px;
}


/*** CSS File: /themes/pegatinas/css/carrito-tramitar.css ***/

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #4A4A4A;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #B11F6B;
  text-decoration: none;
}
a:hover, a:focus {
  color: #701444;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 2px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #B11F6B;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #861751;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #B11F6B;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #861751;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4A4A4A;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #EFF1F5;
  background-image: none;
  border: 1px solid #DFE4EC;
  border-radius: 3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #B11F6B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(177, 31, 107, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(177, 31, 107, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8a8a8a;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #D5DADE;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8e9ba6;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #b3bcc3;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #b3bcc3;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8e9ba6;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #D5DADE;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #B11F6B;
  border-color: #B11F6B;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #861751;
  border-color: #450c29;
}
.btn-primary:hover {
  color: #fff;
  background-color: #861751;
  border-color: #7d164c;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #861751;
  border-color: #7d164c;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #67123e;
  border-color: #450c29;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #B11F6B;
  border-color: #B11F6B;
}
.btn-primary .badge {
  color: #B11F6B;
  background-color: #fff;
}

.btn-success {
  color: #4A4A4A;
  background-color: #DFE4EC;
  border-color: #DFE4EC;
}
.btn-success:focus, .btn-success.focus {
  color: #4A4A4A;
  background-color: #bfc9d9;
  border-color: #8fa1bd;
}
.btn-success:hover {
  color: #4A4A4A;
  background-color: #bfc9d9;
  border-color: #b9c4d5;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #4A4A4A;
  background-color: #bfc9d9;
  border-color: #b9c4d5;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #4A4A4A;
  background-color: #a9b6cc;
  border-color: #8fa1bd;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #DFE4EC;
  border-color: #DFE4EC;
}
.btn-success .badge {
  color: #DFE4EC;
  background-color: #4A4A4A;
}

.btn-info {
  color: #fff;
  background-color: #4A4A4A;
  border-color: #4A4A4A;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #313131;
  border-color: #0a0a0a;
}
.btn-info:hover {
  color: #fff;
  background-color: #313131;
  border-color: #2b2b2b;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #313131;
  border-color: #2b2b2b;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #0a0a0a;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #4A4A4A;
  border-color: #4A4A4A;
}
.btn-info .badge {
  color: #4A4A4A;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: #10182a;
}
.btn-warning:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: #23345a;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #23345a;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #23345a;
  border-color: #10182a;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-warning .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c23321;
  border-color: #802216;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c23321;
  border-color: #b93120;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  border-color: #b93120;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: #802216;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-danger .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-link {
  color: #B11F6B;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #701444;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #B11F6B;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #f2f2f2;
  background-color: #861751;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #B11F6B;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #DFE4EC;
  border-radius: 3;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #B11F6B;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #D5DADE;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #D5DADE;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #B11F6B;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #B11F6B;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #f2f2f2;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #951a5a;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #951a5a;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f2f2f2;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #951a5a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #f2f2f2;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #f2f2f2;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

/*
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";
@import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/panels";
@import "bootstrap/responsive-embed";
@import "bootstrap/wells";

*/
/*
@import "bootstrap/carousel";

*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Open Sans Webfont Kit
 * -------------------------- */
/* Light 300
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/light/opensans-light-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/light/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/light/opensans-light-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/light/opensans-light-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/light/opensans-light-webfont.svg#OpenSansLight") format("svg");
  font-weight: 300;
  font-style: normal;
}
/* Regular 400
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/regular/opensans-regular-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/regular/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/regular/opensans-regular-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/regular/opensans-regular-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/regular/opensans-regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Regular 400 Italic
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/italic/opensans-italic-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/italic/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/italic/opensans-italic-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/italic/opensans-italic-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/italic/opensans-italic-webfont.svg#OpenSansItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
/* Semibold 600
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/semibold/opensans-semibold-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/semibold/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/semibold/opensans-semibold-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/semibold/opensans-semibold-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/semibold/opensans-semibold-webfont.svg#OpenSansSemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
/* Bold 700
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/bold/opensans-bold-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/bold/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/bold/opensans-bold-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/bold/opensans-bold-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/bold/opensans-bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* Extrabold 800
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold/opensans-extrabold-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold/opensans-extrabold-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold/opensans-extrabold-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold/opensans-extrabold-webfont.svg#OpenSansExtrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}
/* Extra-Bold 800 Italic
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold-italic/opensans-extrabold-italic-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold-italic/opensans-extrabold-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold-italic/opensans-extrabold-italic-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold-italic/opensans-extrabold-italic-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold-italic/opensans-extrabold-italic-webfont.svg#OpenSansExtraboldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
}
/*!
 * Bootstrap-select v1.8.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

@font-face {
  font-family: "fonticon";
  src: url("../themes/pegatinas/css/../img/icons/icons.eot") format("eot");
  src: url("../themes/pegatinas/css/../img/icons/icons.eot#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../img/icons/icons.woff") format("woff"), url("../themes/pegatinas/css/../img/icons/icons.ttf") format("truetype"), url("../themes/pegatinas/css/../img/icons/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: fonticon;
}

.icon svg {
  width: 100%;
  height: 100%;
}

.icon-vinilometros:before {
  display: inline-block;
  content: "\e80a";
  font-size: 8px;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: absolute;
  top: 0;
  left: 4px;
  font-weight: bold;
}

.icon-tutextoenvinilo {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 20px;
  height: 20px;
}

.icon-fotomurales:before {
  display: inline-block;
  content: "\e803";
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: absolute;
  top: 2px;
  left: 5px;
}

.icon-vinilosinfantiles:before {
  display: inline-block;
  content: "\e80c";
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: absolute;
  top: 1px;
  left: 5px;
}

.icon-vinilosdecorativos {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 20px;
  height: 20px;
}

.icon-novedades:before {
  display: inline-block;
  content: "\e806";
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: absolute;
  top: 1px;
  left: 5px;
}

.icon-contact:before {
  display: inline-block;
  content: "\e808";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 1px;
  left: 5px;
  color: #858585;
}

.icon-whatsapp:before {
  display: inline-block;
  content: "\e80e";
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 1px;
  left: 5px;
  color: #858585;
}

.icon-email {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 6px;
  left: 3px;
  color: #858585;
}

.icon-heart {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 6px;
  left: 3px;
  color: #858585;
}

.icon-email svg * {
  stroke: #858585;
  stroke-width: 0.5;
}

.icon-blog:before {
  display: inline-block;
  content: "\e800";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 2px;
  left: 5px;
  color: #858585;
}

.goToTop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
}

.no-underline:hover {
  text-decoration: none;
}
.no-underline:hover.white {
  color: #FFF;
}

a.white {
  color: #FFF;
}

textarea {
  resize: vertical;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap:before, .flex-wrap:after {
  display: none;
}

.sidr-open {
  height: 100%;
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}
.sidr-open .overlay-sdr {
  background-color: #666666;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.cab-megamenu a:not(.btn) {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 30px;
}

.cab-megamenu a, .cab-megamenu .enlace-especial {
  color: #B11F6B;
  font-weight: 600;
  font-size: 14px;
  margin-right: 30px;
}

.cab-megamenu .enlace-especial:hover {
  color: #333;
}

.text-megamenu, .cab-megamenu, .cont-megamenu {
  padding: 8px;
  text-align: center;
}

.cont-megamenu li {
  padding-right: 10px;
}

.cab-megamenu.inferior > a {
  font-size: 11px;
}

.cab-megamenu .btn {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  color: black;
}

.cab-megamenu {
  padding: 0px;
  margin: 0;
}

.titucats {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #B11F6B;
}

.espamega {
  display: block;
  width: 100px;
  height: 80px;
}

.caret-megamenu {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -457px -74px;
  width: 12px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.closemega {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -476px -73px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.volveremega {
  font-size: 14px;
  font-weight: bold;
  height: 39px;
  width: 100%;
  display: inline-block;
  margin: auto;
  text-align: center;
}

.mega-tit {
  color: #FFF;
  background-color: #B11F6B;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mega-tit a {
  display: block;
  padding: 10px;
  color: #FFF;
}
.mega-tit a > span:first-child {
  margin: 0 10px;
}

.posi-novedades {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -115px -79px;
  width: 32px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.posi-decorativos {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -167px -73px;
  width: 23px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.posi-infantiles {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -210px -74px;
  width: 22px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.posi-foto {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -252px -78px;
  width: 24px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.posi-relojes {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -296px -76px;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.posi-texto {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -338px -78px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.plegado .control-mega {
  position: fixed;
  top: 0;
  background: white;
  width: 85%;
  z-index: 100;
  padding: 10px 20px;
}

.megamenu li {
  list-style: none;
  color: #222222;
  text-align: left;
  position: relative;
}
.megamenu li span.arrow {
  border: solid #4e4e4e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  right: 15px;
}

.megamenu div li {
  border-bottom: 2px solid #f5f5f5;
}
.megamenu div li:last-child {
  border-bottom: 0px;
}

.megamenu li a, .megamenu li .enlace-especial {
  color: #222222;
  margin-left: 0 !important;
  display: block;
  padding: 7px 4%;
}

.megamenu li a:hover, .megamenu li .enlace-especial:hover {
  text-decoration: none;
  color: #B11F6B;
  cursor: pointer;
}

.cab-megamenu a {
  text-decoration: none;
}

.container.mega {
  z-index: 999999;
  padding-left: 0;
  padding-right: 0;
  left: auto;
  -webkit-transition: right 0.12s ease-in-out 0s;
  transition: right 0.12s ease-in-out 0s;
  position: fixed;
  top: 0px;
  right: 100%;
  width: 85%;
  height: 100%;
  overflow: hidden auto;
}

.megamenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.plegado .megamenu {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  max-height: 0px;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
}

.megamenu {
  position: sticky;
  background-color: white;
  color: #222222;
  width: 100%;
  z-index: 999999;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.33), inset 0px 0px 0px rgb(0, 0, 0);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.33), inset 0px 0px 0px rgb(0, 0, 0);
  max-height: 600px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  min-height: 100%;
  height: auto;
}
.megamenu .titucats {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0px;
  border-bottom: 1px solid #B11F6B;
  width: 100%;
  display: block;
  padding: 11px 0;
  line-height: 15px;
  font-size: 15px;
  color: #B11F6B;
  font-weight: bold;
  text-align: left;
}
.megamenu .titucats .icon svg * {
  stroke: #B11F6B;
}
.megamenu .titucats .icon:before {
  color: #B11F6B;
  top: 5px;
  left: 10px;
}
.megamenu .titucats .value {
  padding-left: 25px;
}
.megamenu .see-all {
  width: auto;
  display: inline-block;
  float: right;
  padding-right: 5px;
  color: #222222;
  text-decoration: underline;
  font-weight: normal;
  font-size: 13px;
}

li.megam {
  cursor: pointer;
}

.clonemenu li a {
  color: black;
}

.popover-title {
  background: #B11F6B;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.resumen-carrito {
  width: 338px;
  min-height: 209px;
  position: absolute;
  right: -8px;
  top: 205px;
  z-index: 2542543;
}

.rc-vis {
  border: 1px solid #999999;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
  border-radius: 2px;
}

.resumen-carrito.off {
  display: none;
}

.rctr {
  width: 338px;
  height: 16px;
  background-color: transparent;
  display: block;
}

.rc-foto {
  width: 110px;
  position: absolute;
  overflow: hidden;
}

.rc-tit, .rc-ref {
  padding-left: 120px;
  font-size: 16px;
}

.rc-can {
  display: block;
  padding-left: 120px;
  font-size: 15px;
  margin-top: 7px;
}

.rc-pre {
  position: absolute;
  bottom: 40px;
  margin-left: 240px;
  font-size: 16px;
}

.rc-cierra {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -339px -421px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.rc-close {
  background-color: #fff;
  width: 338px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 15px;
  display: block;
}

.rc-header {
  background: #FFFFFF;
  width: 338px;
  height: 30px;
  display: block;
  text-align: center;
  padding: 16px;
  color: #4A4A4A;
  font-size: 13px;
}

.rc-cuerpo {
  background: #FFFFFF;
  width: 338px;
  height: auto;
  display: block;
  color: #4A4A4A;
  padding: 16px;
  position: relative;
}

.rc-footer {
  background: #FFFFFF;
  width: 338px;
  height: 70px;
  display: block;
  padding: 16px;
  padding-top: 10px;
}

.btn-100 {
  width: 100%;
  height: 45px;
  padding-top: 12px;
}

nav {
  display: none;
}

#toTop {
  position: fixed;
  bottom: 60px;
  right: 25px;
  cursor: pointer;
  display: none;
  z-index: 200;
}

#toTop .fa {
  margin-right: 5px;
}

.scroll-up {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -236px -565px;
  width: 55px;
  height: 55px;
  display: block;
}

#top-link-block.affix-top {
  position: absolute;
  /* allows it to "slide" up into view */
  bottom: 0px;
  right: 0;
  z-index: 5000;
}

#top-link-block.affix {
  position: fixed;
  /* keeps it on the bottom once in view */
  bottom: 18px;
  left: 10px;
  position: absolute;
  /* allows it to "slide" up into view */
}

input.busqueda {
  background-color: #fff;
  margin-bottom: 10px;
}

.primario {
  color: #B11F6B;
}

a.enlacab {
  color: #fff;
}

span.enlacab {
  color: #fff;
  cursor: pointer;
}

a.no-color {
  color: #4A4A4A !important;
  text-decoration: none;
}

header {
  background-color: #4A4A4A;
  color: white;
}

.row.favoritos {
  height: 60px;
  background-color: #4A4A4A;
  z-index: 500;
}

#abremenu {
  position: absolute;
  z-index: 54584;
  margin-top: 30px;
  margin-left: 20px;
}

.carritodiv {
  padding-top: 10px;
}

#abremenu .text, #abremenut .text {
  color: #FFF;
  margin-left: 10px;
  float: right;
}

#abremenut .text {
  position: absolute;
  top: 123px;
  left: 35px;
  z-index: 500;
}

.sidr .text {
  display: none;
}
.sidr .menu-container {
  height: 100%;
  overflow: scroll;
}

.menumovil {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -670px -4px;
  width: 29px;
  height: 29px;
  display: inline-block;
}

.menumovilt {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -670px -4px;
  width: 29px;
  height: 29px;
  display: inline-block;
}

.cookies {
  background-color: #D88FB5;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.cookies .container {
  padding: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-items: space-between;
  -moz-justify-items: space-between;
  -ms-justify-items: space-between;
}
.cookies .btn-cookies {
  width: auto;
  background-color: #D88FB5;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
}
.cookies .btn-cookies:hover {
  background-color: #FFF;
  color: #D88FB5;
}
.cookies .text {
  color: #FFF;
  text-align: left;
  max-width: calc(100% - 100px);
}

.telm {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  margin-right: 16px;
  margin-top: -2px;
  height: 40px;
}

.telms {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -269px -202px;
  width: 22px;
  height: 22px;
  display: block;
}

.tel a:hover {
  text-decoration: none;
}

.logo:hover {
  -webkit-animation: tiembla 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: tiembla 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@-webkit-keyframes tiembla {
  10%, 90% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  20%, 80% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  30%, 50%, 70% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  40%, 60% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
img.logo {
  margin-top: 14px;
  max-width: 282px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.center.cargar-mas .btn {
  position: relative;
  padding-right: 56px;
  overflow: visible;
}
.center.cargar-mas .btn:hover .icono-cargar-mas {
  opacity: 0.9;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.center.cargar-mas .btn .icono-cargar-mas {
  width: 50px;
  background-color: #9e9e9e;
  display: inline-block;
  height: 33px;
  position: absolute;
  right: -1px;
  top: -1px;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.center.cargar-mas .btn .icono-cargar-mas::before {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -218px -465px;
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  margin: 0;
  left: 18px;
  position: absolute;
  top: 9px;
}
.center.cargar-mas.listado-articulos .btn {
  padding: 6px 75px;
  padding-right: 125px;
}

.left {
  text-align: left;
}

.bold {
  font-weight: 700;
}

.boldb {
  font-weight: 600;
}

.bolds {
  font-weight: 800;
}

.corefavoritos {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -410px -135px;
  width: 35px;
  height: 32px;
  position: absolute;
  margin-top: 4px;
  right: 88px;
}

.numfavoritos {
  position: absolute;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  right: 88px;
  margin-top: 6px;
  width: 35px;
  text-align: center;
}

.carrito {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -1px -192px;
  width: 47px;
  height: 46px;
  float: right;
  -webkit-transform: scale(0.6);
  -ms-transition: scale(0.6);
  transform: scale(0.6);
}

.valorcarrito {
  background-color: #ab216c;
  color: #fff;
  border-radius: 4px;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 10px;
  margin-top: 11px;
  float: right;
}

.lupa {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -73px -204px;
  width: 23px;
  height: 23px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.busqueda {
  height: 40px;
  border-radius: 0px;
}

.form-control.busqueda {
  height: 40px;
  margin-bottom: 0px;
}

.botonbusqueda {
  height: 40px;
  width: 85px;
  border-radius: 0px;
}

.botonbusquedam {
  height: 40px;
  width: 80px;
  border-radius: 0px;
}

.entrari > img,
.entrard > img {
  width: 30px;
}

.entrari {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 4px;
  height: 40px;
  margin-top: -1px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.entrard {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  height: 40px;
  margin-top: -1px;
}

.btn.entrari {
  padding-top: 8px !important;
}

.logologueo {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -2px -72px;
  width: 26px;
  height: 26px;
  display: block;
  float: left;
}

.logologueado {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -2px -101px;
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  zoom: 0.8;
}

.logollave {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -42px -78px;
  width: 24px;
  height: 26px;
  display: block;
  float: left;
  margin-top: 3px;
}

.logosalir {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -45px -107px;
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin-right: 3px;
}

.navbar-nav > li > a {
  padding: 5px 0;
}

.navbar-nav > li > .enlace-especial {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
  color: black;
  position: relative;
}

.navbar-nav > li > .enlace-especial:hover {
  cursor: pointer;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99979;
  width: 320px;
  overflow: visible;
  font-size: 15px;
  background: #f1f1f1;
  color: black;
}
.sidr.open {
  width: 85%;
}

.sidr .sidr-inner {
  padding: 15px;
}

.sidr.left {
  left: -320px;
  right: auto;
}
.sidr.left .logoMenu {
  text-align: center;
  background-color: #4A4A4A;
  padding-top: 30px;
  padding-bottom: 10px;
}
.sidr.left .menucl {
  margin: 0px;
  padding-top: 5px;
  display: block;
}

#cierramenu {
  position: absolute;
  right: -18%;
  top: 10px;
  padding: 0;
  z-index: 1000;
  display: block;
  height: 30px;
  width: 16%;
  text-align: center;
}

.come-back {
  position: absolute;
  right: -18%;
  top: 47px;
  padding: 0;
  z-index: 1000;
  height: 39px;
  width: 18%;
  display: none;
  background-color: #8f8f8f;
}
.come-back .arrow {
  position: absolute;
  top: 18px;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  left: calc(50% - 12px);
}
.come-back .arrow::after, .come-back .arrow::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 3px;
  right: 8px;
  background-color: #fff;
}
.come-back .arrow::after {
  top: -6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-radius: 2px;
}
.come-back .arrow::before {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-radius: 2px;
}

.logomenu {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 200px;
}

.menumovilcentro, .submenu-mobile {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  padding: 5px 15px;
  padding-bottom: 0px;
  background-color: white;
}
.menumovilcentro .menu-header, .submenu-mobile .menu-header {
  border-bottom: 1px solid #B11F6B;
  width: 100%;
  display: block;
  padding: 11px 0;
  line-height: 15px;
  font-size: 14px;
  color: #B11F6B;
  font-weight: bold;
}
.menumovilcentro .nav > li, .submenu-mobile .nav > li {
  position: relative;
  display: block;
  padding: 4px 0px;
  border-bottom: 3px solid #f5f5f5;
  width: 100%;
}
.menumovilcentro .nav > li:last-child, .submenu-mobile .nav > li:last-child {
  border-bottom: 0px;
}
.menumovilcentro span.arrow, .submenu-mobile span.arrow {
  border: solid #4e4e4e;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
.menumovilcentro .megame span.arrow, .submenu-mobile .megame span.arrow {
  display: inline-block;
}
.menumovilcentro .value, .submenu-mobile .value {
  padding-left: 45px;
  width: 100%;
}

.menumovilcentro {
  margin-bottom: 25px;
}
.menumovilcentro .link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.submenu-mobile {
  padding-top: 0px;
  color: #4e4e4e;
}
.submenu-mobile .navbar-nav {
  margin: 0px;
  display: block;
}
.submenu-mobile .navbar-nav .enlace-especial {
  color: #858585 !important;
  width: 100%;
  display: inline-block;
}
.submenu-mobile .value {
  color: #858585;
}
.submenu-mobile .icon {
  width: 25px;
}
.submenu-mobile .email .value {
  font-size: 13px;
}
.submenu-mobile .link {
  color: #4e4e4e !important;
}
.submenu-mobile .nav > li:last-child {
  margin-bottom: 5px;
}
.submenu-mobile.user {
  background-color: transparent;
  padding: 8px 15px;
  font-size: 12px;
}
.submenu-mobile.user .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.submenu-mobile.user .group .link {
  padding: 7px 0;
  color: #4e4e4e;
}
.submenu-mobile.user .group .link .value {
  line-height: 15px;
  padding: 0px 10px;
  position: relative;
}
.submenu-mobile.user .group .link .value:after {
  content: "|";
  position: absolute;
  right: -4px;
}
.submenu-mobile.user .group .link:last-child .value:after {
  content: "";
  display: none;
}
.submenu-mobile.user.center {
  font-size: 14px;
  margin-top: 0px;
  text-align: center;
  width: 100%;
}
.submenu-mobile.user .menu-footer {
  padding: 6px 0;
  display: block;
  color: #858585;
}
.submenu-mobile.bottom {
  height: 30px;
  display: block;
  width: 100%;
  background: #e5097f;
}

.menumovilcentro a, .submenu-mobile {
  text-align: left;
}

.callaction {
  background-color: #DFE4EC;
  display: block;
  height: auto;
  padding: 7px;
}

.call-caja {
  width: 300px;
}

p.call-entrega {
  font-size: 10px;
}

.call-envio {
  font-size: 20px;
  line-height: 20px;
  float: left;
  text-align: left;
}

a.btn.call-entra {
  font-size: 16px;
  line-height: 20px;
  width: auto;
  height: auto;
  right: 10px;
  overflow: hidden;
  margin: 0 auto;
  text-overflow: ellipsis;
}

.carousel-control {
  top: 40%;
}

.btn-breadcrumb .home {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -6px -40px;
  width: 14px;
  height: 14px;
  display: inline-block;
}

/** breadvrumsa **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -11px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-arrow-left {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}

.btn-arrow-left {
  padding-right: 36px;
}

.btn-arrow-left:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 2px;
  width: 15px;
  height: 15px;
  background: inherit;
  border: inherit;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 0px 4px 0px 0px;
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
}

.btn-arrow-left:before {
  transform: rotate(225deg);
  /* rotate left arrow squares 225 deg to point left */
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before {
  /* align the "before" square to the left */
  left: -9px;
}

.btn-breadcrumb .btn, .volver {
  height: 23px;
  line-height: 10px;
  font-size: 12px;
}

.volver {
  padding-left: 12px;
  padding-right: 16px;
}

.espabread {
  height: 10px;
  width: 100%;
  display: block;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/*
call tienda

*/
.call-tienda-img-1 {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -669px -225px;
  width: 152px;
  height: 152px;
  display: inline-block;
  margin-top: -100px;
  -webkit-transform: scale(0.65);
  -ms-transition: scale(0.65);
  transform: scale(0.65);
}

.call-tienda-img-2 {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -1011px -225px;
  width: 152px;
  height: 152px;
  display: inline-block;
  margin-top: -100px;
  -webkit-transform: scale(0.65);
  -ms-transition: scale(0.65);
  transform: scale(0.65);
}

.call-tienda-img-3 {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -840px -225px;
  width: 152px;
  height: 152px;
  display: inline-block;
  margin-top: -100px;
  -webkit-transform: scale(0.65);
  -ms-transition: scale(0.65);
  transform: scale(0.65);
}

.call-tienda-img-4 {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -885px -524px;
  width: 152px;
  height: 152px;
  display: inline-block;
  margin-top: -100px;
  -webkit-transform: scale(0.65);
  -ms-transition: scale(0.65);
  transform: scale(0.65);
}

.call-tienda {
  margin-top: 40px;
  background-color: #B11F6B;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0px;
}

.call-tienda-titulo {
  color: white;
}

.call-tienda-titulo.titular {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
}

p.call-tienda-titulo {
  margin-bottom: 120px;
  font-size: 16px;
}

.call-tienda .col-sm-4:last-child p.call-tienda-titulo {
  margin-bottom: 30px;
}

p.call-tienda-titulo.last {
  margin-bottom: 30px;
}

.call-tienda img {
  margin-top: -70px;
}

/*
  links sociales
*/
.linksocialContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-items: space-between;
  -moz-justify-items: space-between;
  -ms-justify-items: space-between;
  padding: 20px 20px;
  padding-bottom: 40px;
}
.linksocialContainer a {
  display: block;
  width: 100%;
  height: 100%;
}
.linksocialContainer .social-menu {
  width: 20%;
}
.linksocialContainer .col-xs-3 {
  margin: 10px 0;
  padding: 0;
  width: 24%;
}

.linksocial-facebook,
.linksocial-twitter,
.linksocial-gmas,
.linksocial-youtube,
.linksocial-pinterest,
.linksocial-delicious,
.linksocial-instagram,
.linksocial-other {
  display: inline-block;
  font-family: fonticon;
  color: #858585;
}
.linksocial-facebook:hover,
.linksocial-twitter:hover,
.linksocial-gmas:hover,
.linksocial-youtube:hover,
.linksocial-pinterest:hover,
.linksocial-delicious:hover,
.linksocial-instagram:hover,
.linksocial-other:hover {
  opacity: 1;
}

.linksocial-facebook:before {
  display: inline-block;
  content: "\e802";
  font-size: 12px;
  position: relative;
  bottom: 5px;
  left: 100%;
}

.linksocial-twitter:before {
  display: inline-block;
  content: "\e809";
  font-size: 11px;
  position: relative;
  bottom: 6px;
  left: 100%;
}

.linksocial-youtube:before {
  display: inline-block;
  content: "\e80f";
  font-size: 10px;
  position: relative;
  bottom: 7px;
  left: 100%;
}

.linksocial-pinterest:before {
  display: inline-block;
  content: "\e807";
  font-size: 9px;
  bottom: 8px;
  position: relative;
  left: 100%;
}

.linksocial-instagram:before {
  display: inline-block;
  content: "\e804";
  font-size: 14px;
  bottom: 4px;
  left: 70%;
  position: relative;
}

.estrellas {
  margin-top: 30px;
}
.estrellas .titulo {
  font-size: 19px;
  font-weight: 700;
}
.estrellas .ekomi-widget-container {
  margin-top: 9px;
  margin-bottom: 10px;
  display: inline-block;
  width: auto;
}
.estrellas .ekomi-widget-container img {
  padding: 0;
}
.estrellas .ekomi-widget-container #ek-shadow-wid {
  display: inline-block;
  float: none;
  margin: 0 auto;
}
.estrellas #ibos-wrapper {
  margin-top: 10px;
}
.estrellas #ibos-wrapper .seal-cont img {
  border: none;
}

.link-social {
  background-color: #DFE4EC;
  padding-top: 16px;
}

.link-social img {
  padding-bottom: 18px;
}

span.num-whatsapp {
  text-decoration: none;
  background-color: transparent;
}
span.num-whatsapp .bold {
  font-weight: 600;
}
span.num-whatsapp .bold .numero {
  font-size: 18px;
  font-weight: 600;
  color: #292929;
}

footer {
  background-color: #4A4A4A;
  color: #fff;
  padding: 20px;
}

h3.footer-newsletter {
  font-size: 14px;
  line-height: 19px;
}

.botonbusqueda-newsletter {
  height: 40px;
  width: 110px;
  border-radius: 0px;
}

.footer-newsletter-sub {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  top: 5px;
  margin-top: 20px;
}

.form-newsletter {
  margin-bottom: 15px;
}

footer h3 {
  font-size: 18px;
}

footer a {
  color: #fff;
}

footer a:hover, footer a:active {
  color: #ececec;
  text-decoration: underline;
}

footer .white {
  color: #fff;
}

footer .white:hover, footer .white:active {
  color: #ececec;
  text-decoration: underline;
  cursor: pointer;
}

.footer-movil {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -108px -198px;
  width: 23px;
  height: 38px;
  display: inline-block;
  float: left;
}

.footer-horario {
  float: left;
}

.footer-horario {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -144px -202px;
  width: 27px;
  height: 24px;
  margin-bottom: 20px;
  -webkit-transform: scale(0.9);
  -ms-transition: scale(0.9);
  transform: scale(0.9);
}

.footer-destacado {
  font-size: 20px;
  line-height: 17px;
  margin-left: 10px;
}

p.footer-p {
  font-size: 13px;
  margin-left: 10px;
  float: left;
}

p.footer-pp {
  font-size: 13px;
  margin-left: 10px;
}

.footer-link, .footer-link-sub {
  line-height: 34px;
}

p.footer-ppp {
  font-size: 13px;
  margin-left: 10px;
  line-height: 28px;
}

.footer-email {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -185px -204px;
  width: 24px;
  height: 19px;
  float: left;
  margin-right: 10px;
}

.footer-form {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -227px -199px;
  width: 24px;
  height: 29px;
  float: left;
  margin-right: 10px;
}

.espana,
.italia,
.francia,
.alemania,
.uk {
  width: 28px;
  height: 20px;
  display: inline-block;
}

.espana {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -671px -183px;
}

.italia {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -719px -183px;
}

.francia {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -767px -183px;
}

.alemania {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -815px -183px;
}

.uk {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -863px -183px;
}

.flagxs {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
  -webkit-transform: scale(1.8);
  -ms-transition: scale(1.8);
  transform: scale(1.8);
}

.flagsm {
  -webkit-transform: scale(1);
  -ms-transition: scale(1);
  transform: scale(1);
  margin-right: 15px;
}

.flagssm-cont {
  padding-top: 10px;
  width: auto;
}

.sslxs {
  width: 154px;
  height: 29px;
  display: inline-block;
}

.footer-link-sub {
  margin-left: 20px;
  font-weight: 300;
}

footer .logos img {
  margin-top: 20px;
  margin-bottom: 20px;
}

footer .logos p.center {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

.banners {
  margin-top: 10px;
}

.banner {
  margin-bottom: 10px;
}

.navbar-brand {
  color: #B11F6B !important;
  font-size: 12.5px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #16A170 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#17AA76), to(#149466)) !important;
  background-image: linear-gradient(to bottom, #17AA76, #149466) !important;
  background-repeat: repeat-x !important;
  color: #FFFFFF;
  outline: 0 none;
  text-decoration: none;
}

.bootstrap-select > button {
  height: 46px;
}

.bootstrap-select.gris > button {
  background-color: #EFF1F5;
}

.espaban {
  margin-top: 10px;
}

.modal-body, p.modal-title {
  color: #4A4A4A;
}

.modal-backdrop {
  z-index: 2542542;
}

.modal {
  z-index: 2542543 !important;
}

.loader-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2542543;
  overflow: hidden;
}
.loader-container .loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #B11F6B;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.prod-desc {
  display: -webkit-box;
  max-height: 40px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.producto {
  overflow: hidden;
}

.etiqueta {
  width: 210px;
  position: absolute;
  top: 35px;
  left: -50px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  z-index: 1;
}
.etiqueta.right {
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.etiqueta.right.small {
  width: 125px;
  right: -40px;
  top: 10px;
  line-height: 25px;
}

.gallery-container {
  overflow: hidden;
  position: relative;
}

.btn-comprar {
  margin-bottom: 16px;
  width: 300px;
  border-radius: 0;
}

.btn-comprar:hover {
  color: #fff;
  background-color: #B11F6B;
  border-color: #B11F6B;
}

.btn-comprar:active {
  color: #fff !important;
  background-color: #701444 !important;
  border-color: #701444 !important;
}

.prod-desc {
  width: 90%;
  text-align: left;
  margin-bottom: 15px;
}

.img-hover {
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.img-hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transition: scale(1.1);
  transform: scale(1.1);
}

.img-hover-container {
  overflow: hidden;
  display: block;
}

.btn {
  -webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.prod-tipo {
  background-color: #999999;
  color: #fff;
  font-size: 12px;
  text-align: left;
  height: 25px;
  padding: 5px;
  z-index: 100;
  top: 176px;
  position: absolute;
  width: 298px;
  font-weight: bold;
}

.prod-tipo.transparent {
  background-color: transparent;
  color: transparent;
}

.tab-pane .prod-descuento {
  margin-top: -100px;
}

.prod-descuento {
  position: absolute;
  display: block;
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  right: -1px;
  margin-top: -90px;
  z-index: 101;
  height: auto;
  padding: 10px 15px;
  padding-left: 5px;
  background-color: #B11F6B;
}
.prod-descuento:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #B11F6B;
  border-top: 20px solid transparent;
  background: transparent;
  border-radius: 0;
}

.prod-descuento.transparent {
  background-color: transparent;
  color: transparent;
  background-image: none;
}

.producto {
  position: relative;
  border: 1px solid #D5DADE;
  width: 300px;
  height: 360px;
}

.error {
  color: #f00;
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  display: block;
}

.custom-alert-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-items: center;
  -moz-justify-items: center;
  -ms-justify-items: center;
  z-index: 2542542 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkbox input[type=checkbox] {
  width: 0;
  height: 0;
}

.navbar-prin {
  z-index: 254;
}

.buscador-header .input-group {
  z-index: 130;
}

.rsNav.rsBullets {
  z-index: 1 !important;
}

.modal-title, p.modal-title {
  color: #B11F6B;
  font-size: 18px;
}

/******* NOSTO *******/
.nosto-element {
  max-width: 100%;
  overflow: hidden;
}

.nosto-list .carrito-tit {
  font-size: 20px;
  margin-top: 0;
}
.nosto-list img {
  max-height: 200px;
}

@media only screen and (min-width: 768px) {
  .entrar {
    font-size: inherit;
  }

  p.linktablet {
    display: none;
    background-color: #B11F6B;
    padding-top: 1px;
    padding-bottom: 3px;
    margin-bottom: 0;
  }
  p.linktablet a {
    color: #fff !important;
    text-transform: uppercase;
  }

  .navbar-nav {
    float: none;
  }

  .navbar-nav .element-menu, .menumovilcentro .nav > li, .submenu-mobile .nav > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-menu.idiomamen {
    background-color: #fff;
    z-index: 2542543;
  }
  .dropdown-menu.idiomamen .lang-cont {
    vertical-align: middle;
  }
  .dropdown-menu.idiomamen .lang-cont a {
    display: block;
    vertical-align: middle;
    padding: 5px 15px;
  }
  .dropdown-menu.idiomamen .lang-cont span {
    vertical-align: middle;
    display: inline-block;
  }

  .dropdown-menu.idiomamen > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #ECECEC;
  }

  .dropdown-menu.idiomamen {
    min-width: 80px;
  }

  .dropdown-menu.idiomamen li a {
    color: #000;
    padding-left: 10px;
    padding-right: 14px;
    text-align: left;
  }

  .dropdown-menu.idiomamen li a span.espana,
.dropdown-menu.idiomamen li a span.italia,
.dropdown-menu.idiomamen li a span.francia,
.dropdown-menu.idiomamen li a span.alemania,
.dropdown-menu.idiomamen li a span.uk {
    -webkit-transform: scale(0.8);
    -ms-transition: scale(0.8);
    transform: scale(0.8);
  }

  .megamenu {
    background-color: #EFF1F5;
    color: #222222;
    width: 100%;
  }

  #colores-reales .modal-dialog {
    width: 750px;
  }

  .modal-dialog {
    margin: 80px auto;
    width: 500px;
  }

  .logo {
    margin-left: 50px;
    margin-top: -10px;
  }

  .entrari, .entrard {
    height: 40px;
    width: 118px;
    margin-top: -2px;
  }

  .btn.entrard {
    padding-top: 8px !important;
  }

  .telm {
    height: 40px;
  }

  .entrar {
    vertical-align: middle;
  }

  .logologueo {
    -webkit-transform: scale(0.8);
    -ms-transition: scale(0.8);
    transform: scale(0.8);
    margin-left: 3px;
    margin-right: 3px;
  }

  .logologueado {
    -webkit-transform: scale(0.8);
    -ms-transition: scale(0.8);
    transform: scale(0.8);
    margin-left: -6px;
    margin-right: 4px;
  }

  .logollave {
    margin-left: -6px;
    margin-right: 1px;
    margin-top: 3px;
  }

  .logosalir {
    margin-left: 6px;
    margin-right: -5px;
    margin-top: 0px;
    vertical-align: middle;
  }

  .idioma {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    width: 80px;
  }

  .idiomaimg {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -167px -458px;
    width: 35px;
    height: 34px;
    -webkit-transform: scale(0.7);
    -ms-transition: scale(0.7);
    transform: scale(0.7);
    float: left;
  }

  .idioma {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    width: 80px;
    height: 39px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 16px;
  }

  .idiomaimg {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -302px -458px;
    width: 22px;
    height: 22px;
    -webkit-transform: scale(0.7);
    -ms-transition: scale(0.7);
    transform: scale(0.7);
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 4px;
    margin-top: 2px;
  }

  .idioselect {
    margin-top: 5px;
    font-size: 16px;
  }

  .caretidiom {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -187px -480px;
    width: 14px;
    height: 9px;
    position: absolute;
    right: 34px;
    top: 24px;
  }

  .idioselect {
    margin-bottom: 100px;
  }

  .favoritos {
    margin-top: 20px;
  }

  .corefavoritos {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -352px -135px;
    width: 40px;
    height: 37px;
    right: 200px;
    position: absolute;
  }

  .text-favoritos {
    font-size: 14px;
    line-height: 15px;
    right: 130px;
    top: 14px;
    position: absolute;
  }

  .numfavoritos {
    font-size: 18px;
    right: 203px;
    line-height: 24px;
    margin-top: 8px;
  }

  .carrito {
    -webkit-transform: scale(0.8);
    -ms-transition: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    right: 60px;
    top: 3px;
  }

  .valorcarrito {
    font-size: 20px;
    margin-top: 0px;
    min-width: 45px;
    text-align: center;
  }

  .carritonom {
    float: left;
    margin-top: 3px;
    margin-left: 180px;
  }

  .carritodiv {
    padding-right: 12px;
  }

  .idioma {
    float: right;
    margin-left: 10px;
  }

  .busquedasm {
    margin-top: 10px;
  }

  .call-caja {
    width: 100%;
  }

  p.call-entrega {
    font-size: 16px;
  }

  .call-envio {
    margin-top: 14px;
  }

  a.btn.call-entra {
    margin-top: 3px;
  }

  a.itemmenu {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
  }

  img.logomenu {
    max-width: 300px;
  }

  /*
  call tienda

  */
  p.call-tienda-titulo {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .call-tienda-img-1,
.call-tienda-img-2,
.call-tienda-img-3,
.call-tienda-img-4 {
    -webkit-transform: scale(0.85);
    -ms-transition: scale(0.85);
    transform: scale(0.85);
  }

  /*
    links sociales
  */
  .linksocialContainer {
    padding: 20px 20%;
    padding-bottom: 40px;
  }
  .linksocialContainer .col-xs-3 {
    width: 10%;
  }
  .linksocialContainer .telefono {
    margin: 0px;
  }
  .linksocialContainer.articulo {
    width: 60%;
    min-width: 650px;
  }

  span.num-whatsapp {
    font-size: 18px;
  }
  span.num-whatsapp .bold .numero {
    font-size: 22px;
  }

  .estrellas .estrellas-container img {
    max-width: 270px;
  }
  .estrellas .estrellas-container .estrellas-item.rating {
    font-size: 22px;
  }
  .estrellas .estrellas-container .estrellas-item.texto-estrella {
    font-size: 26px;
    padding: 0 20px;
  }

  .link-social-siguenos {
    font-size: 20px;
    padding-top: 12px;
  }

  .links-social {
    padding-top: 10px;
  }

  .links-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 15px;
  }

  .num-whatsapp > span {
    font-size: 24px;
    top: -10px;
  }

  .num-whatsapp img {
    width: 30px;
  }

  img.icowhatsapp {
    margin-top: 10px;
  }

  .link-social {
    padding-bottom: 18px;
  }

  footer h3 {
    font-size: 24px;
  }

  footer {
    background-image: none;
    background-color: #4A4A4A;
  }

  .form-newsletter {
    margin-bottom: 0px;
  }

  p.footer-pp {
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: -5px;
  }

  .banners {
    margin-top: 20px;
  }

  .banner {
    margin-bottom: 20px;
  }

  .btn-comprar {
    width: 355px;
  }

  .prod-tipo {
    font-size: 14px;
    line-height: 18px;
    top: 210px;
    width: 354px;
    height: 28px;
  }

  .menumovilt.tablett {
    position: absolute;
    top: 125px;
    z-index: 500;
  }

  .fijatablet {
    background-color: #4A4A4A;
    margin-bottom: 15px;
    z-index: 500;
  }

  /******* NOSTO *******/
  .nosto-list {
    width: 740px;
    display: block;
    margin: 0 auto;
  }
  .nosto-list img {
    max-height: 240px;
  }
}
@media only screen and (min-width: 992px) {
  .icon-vinilometros:before {
    font-size: 8px;
    color: white;
    top: 7px;
    left: 5px;
  }

  .icon-tutextoenvinilo {
    color: white;
    top: 12px;
    left: 6px;
  }
  .icon-tutextoenvinilo svg * {
    stroke-width: 0.25 !important;
  }

  .icon-fotomurales:before {
    font-size: 9px;
    color: white;
    top: 9px;
    left: 6px;
  }

  .icon-vinilosinfantiles:before {
    font-size: 11px;
    color: white;
    top: 7px;
    left: 7px;
    font-weight: bold;
  }

  .icon-vinilosdecorativos {
    color: white;
    top: 11px;
    left: 7px;
  }

  .icon-novedades:before {
    font-size: 11px;
    color: white;
    top: 7px;
    left: 5px;
  }

  .logo {
    margin-left: 0px;
  }

  img.logo {
    margin-top: 0;
  }

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

  .pedidos-tel {
    position: absolute;
    width: 310px;
    margin-left: 300px;
    margin-top: 22px;
  }

  .link-social .container {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .link-social .container .container-flex {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
    display: inline-block;
    width: 65%;
    margin-bottom: 30px;
  }

  .linksocialContainer .telefono {
    margin: 0px;
  }

  span.num-whatsapp .bold .numero {
    font-size: 28px;
  }

  .estrellas {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    width: 34%;
    display: inline-block;
  }
  .estrellas .estrellas-container {
    margin: auto;
    padding: 15px 0;
  }
  .estrellas .estrellas-container img {
    width: 90%;
  }
  .estrellas .estrellas-container .estrellas-item.rating {
    font-size: 10px;
  }
  .estrellas .estrellas-container .estrellas-item.texto-estrella {
    padding-right: 35px;
    line-height: 32px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin: auto;
  }
  .estrellas .estrellas-container .estrellas-item.texto-estrella .big {
    font-size: 20px;
  }

  .icotel {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -109px -198px;
    width: 23px;
    height: 38px;
    float: left;
    margin-right: 5px;
    width: 21px;
  }

  .tel {
    font-size: 22px;
  }
  .tel span {
    color: #FFF;
    font-size: 24px;
  }

  .carrito {
    top: -6px;
    left: 120px;
  }

  .resumen-carrito {
    top: 104px;
  }

  .pedidos-teltext {
    font-size: 11px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .busquedasm {
    margin-top: 30px;
  }

  .favoritos {
    margin-top: 3px;
  }

  .corefavoritos {
    top: -4px;
    left: 10px;
  }

  .text-favoritos {
    font-size: 12px;
    line-height: 13px;
    right: 140px;
    top: 4px;
    left: 60px;
  }

  .numfavoritos {
    font-size: 18px;
    top: -4px;
    left: 12px;
  }

  .carritodiv {
    padding-right: 28px;
    margin-top: 28px;
    position: absolute;
  }

  .valorcarrito {
    position: absolute;
    font-size: 15px;
    top: -4px;
    left: 160px;
    top: 2px;
  }

  .carritonom {
    font-size: 11px;
    margin-top: 20px;
    margin-left: 164px;
  }

  .navbar-prin.navbar.navbar-default {
    border-radius: 0;
    margin-bottom: 0px;
  }

  .navbar-prin .navbar-nav li:hover {
    background-color: #951a5a;
    display: block;
  }

  .cont-megamenu {
    text-align: left;
  }

  .cont-megamenu .col-sm-6:not(:last-child) {
    border-right: 1px solid #777777;
  }

  .cab-megamenu a:not(.btn) {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 30px;
  }

  .cab-megamenu a, .cab-megamenu .enlace-especial {
    color: #B11F6B;
    font-weight: 600;
    font-size: 16px;
    margin-right: 30px;
  }

  .text-megamenu, .cab-megamenu, .cont-megamenu {
    padding: 10px;
  }

  .cab-megamenu {
    padding-top: 0px;
  }

  .cab-megamenu.inferior {
    text-align: left;
    width: 66.6666666667%;
  }

  .clonemenu li a:hover {
    color: #B11F6B;
  }

  .cab-megamenu .btn {
    width: auto;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
  }

  .megamenu li {
    list-style: none;
    margin-bottom: 6px;
    color: #222222;
  }

  .megamenu div li {
    border-bottom: 0px;
  }
  .megamenu div li:first-child {
    border-top: 0px;
  }
  .megamenu div li:last-child {
    border-bottom: 0px;
  }

  .megamenu .subsubmenu a, .megamenu .subsubmenu .enlace-especial {
    margin-left: 5px !important;
    font-size: 13px;
  }

  .megamenu li a, .megamenu li .enlace-especial {
    color: #222222;
    margin-left: 10px;
    padding: 0;
  }

  .megamenu li a:hover, .megamenu li .enlace-especial:hover {
    text-decoration: none;
    color: #B11F6B;
  }

  .cab-megamenu a {
    text-decoration: none;
  }

  .cab-megamenu .col-sm-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-items: flex-start;
    -moz-justify-items: flex-start;
    -ms-justify-items: flex-start;
  }
  .cab-megamenu .col-sm-12 a {
    text-align: left;
    padding-left: 10px;
  }
  .cab-megamenu .col-sm-12 a:first-child {
    width: 66.6666666667%;
  }
  .cab-megamenu .col-sm-12 a:last-child {
    width: 33.3333333333%;
    padding-left: 20px;
  }

  .no-border {
    border: 0 !important;
  }

  .tags-overlay {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: calc(33.3333333333% + 20px);
    z-index: -1;
    background: #DDD;
  }

  .cont-megamenu .col-sm-2:not(.last) {
    border-right: 1px solid #777777;
  }

  .megamenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
  }

  .megamenu {
    position: absolute;
    height: auto;
    min-height: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .megamenu .img-responsive {
    width: 100%;
    margin: 0 auto;
  }

  .container.mega {
    position: relative;
    overflow: visible;
    height: auto;
    right: auto !important;
    top: unset;
    width: 960px;
  }

  li.megam {
    cursor: pointer;
  }

  .menudesktop a button {
    font-size: 12px;
  }

  .menudesktop a {
    margin: 0px;
  }

  .botoneraini > a > span {
    border-left: 1px solid #781348;
    width: 0px;
    float: left;
    height: 50px;
  }

  .botonerafin {
    border-left: 1px solid #D86BA4;
    width: 0px;
    height: 50px !important;
    float: left;
  }

  .main-menu.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-nav .element-menu, .menumovilcentro .nav > li, .submenu-mobile .nav > li {
    padding: 0px;
  }

  .navbar-prin .navbar-nav li a, .navbar-prin .navbar-nav li .enlace-especial {
    border-left: 1px solid #D86BA4;
    border-right: 1px solid #781348;
    border-radius: 0px;
    vertical-align: middle;
    margin: 0px;
    font-size: 10.6px;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    height: auto;
    padding: 13px 10px;
  }

  .nav > li > a, nav > li > .enlace-especial {
    padding-left: 12px;
    padding-right: 13px;
  }

  .navbar-nav > li > .enlace-especial {
    padding: 7px 8px;
  }

  @-moz-document url-prefix() {
    .navbar-prin .navbar-nav li a, .navbar-prin .navbar-nav li .enlace-especial {
      font-size: 10.1px;
    }
  }
  _:-webkit-full-screen, _::-webkit-full-page-media, _:future, :root .nav > li > a {
    padding-left: 10px;
    padding-right: 11px;
  }

  @supports (-webkit-text-size-adjust: none) and (not (-ms-accelerator: true)) and (not (-moz-appearance: none)) {
    .nav > li > a, nav > li > .enlace-especial {
      padding-left: 7px;
      padding-right: 8px;
    }
  }
  .navbar-nav .value {
    padding-left: 25px;
  }

  .navbar-nav .icon svg * {
    stroke: white;
    stroke-width: 0.2;
  }

  button.btn.unomas {
    padding-right: 12px;
  }

  .callaction {
    padding-top: 30px;
  }

  .call-envio {
    float: none;
    text-align: left;
    font-size: 22px;
    line-height: 36px;
    float: none;
    margin-top: 20px;
  }

  .call-entrega {
    font-size: 20px;
    padding-top: 20px;
  }

  .call-desktop span {
    margin-top: 20px;
  }

  .callaction {
    padding: 7px;
  }

  a.btn.call-entra {
    float: right;
  }

  a.btn.call-entra {
    font-size: 20px;
    line-height: 24px;
    width: auto;
    height: auto;
    margin-top: 10px;
  }

  .call-texto {
    font-size: 10px;
  }

  .whats {
    padding-top: 8px;
  }

  span.num-whatsapp {
    font-size: 26px;
    color: #4A4A4A;
    cursor: pointer;
  }

  /*
  call tienda

  */
  .call-tienda-img {
    width: 130px;
  }

  .call-tienda-titulo.titular {
    font-size: 22px;
  }

  p.call-tienda-titulo {
    margin-bottom: 18px;
    font-size: 17px;
  }

  .call-tienda img {
    margin-top: -85px;
  }

  .footer-newsletter {
    margin-top: 20px;
  }

  .form-newsletter {
    margin-top: 14px;
  }

  .plegado .megamenu {
    overflow: hidden;
    overflow-y: hidden;
  }

  .btn-comprar {
    width: 300px;
  }

  .prod-tipo {
    height: 25px;
    padding: 5px;
    z-index: 100;
    top: 176px;
    width: 298px;
  }

  header {
    padding-bottom: 20px;
  }

  .linksocialContainer {
    padding: 7px 24%;
    padding-bottom: 20px;
  }

  .linksocial-facebook:before {
    display: inline-block;
    content: "\e802";
    font-size: 12px;
    position: relative;
    bottom: 5px;
    left: -50%;
  }

  .linksocial-twitter:before {
    display: inline-block;
    content: "\e809";
    font-size: 11px;
    position: relative;
    bottom: 6px;
    left: -50%;
  }

  .linksocial-youtube:before {
    display: inline-block;
    content: "\e80f";
    font-size: 10px;
    position: relative;
    bottom: 7px;
    left: -50%;
  }

  .linksocial-pinterest:before {
    display: inline-block;
    content: "\e807";
    font-size: 9px;
    bottom: 8px;
    position: relative;
    left: -50%;
  }

  .linksocial-instagram:before {
    display: inline-block;
    content: "\e804";
    font-size: 14px;
    bottom: 4px;
    left: -50%;
    position: relative;
  }

  /******* NOSTO *******/
  .nosto-list {
    width: 960px;
  }
  .nosto-list img {
    max-height: 200px;
  }

  .nosto-grid {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .ate {
    text-align: left;
    margin-bottom: 0;
  }

  .logo {
    max-width: 330px !important;
    max-height: 110px;
    margin-left: 0px;
  }

  .pedidos-tel {
    width: 350px;
    margin-left: 380px;
    margin-top: 22px;
  }

  .tel {
    font-size: 26px;
  }

  .pedidos-teltext {
    font-size: 13px;
  }

  .busquedasm {
    margin-top: 40px;
  }

  .entrari, .entrard {
    height: 45px;
    width: 130px;
  }

  .idioma {
    height: 43px;
  }

  .logologueo {
    margin-right: 8px;
  }

  .corefavoritos {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -229px -135px;
    width: 47px;
    height: 43px;
    left: 40px;
  }

  .numfavoritos {
    font-size: 22px;
    left: 46px;
    top: 0;
  }

  .text-favoritos {
    font-size: 14px;
    line-height: 16px;
    left: 95px;
  }

  .carritodiv {
    margin-top: 34px;
  }

  .col-xs-6.col-sm-4.col-md-5.carritodiv {
    padding-right: 0px;
  }

  .carrito {
    width: 45px;
    zoom: 1.05;
    left: 160px;
  }

  .valorcarrito {
    font-size: 20px;
    margin-top: 0px;
    left: 210px;
  }

  .carritonom {
    float: right;
    margin-top: -12px;
  }

  .carritonom {
    font-size: 14px;
    position: absolute;
    top: 44px;
    left: 55px;
    top: 48px;
  }

  .container.mega {
    width: 1160px;
  }

  .navbar-prin .navbar-nav li a, .navbar-prin .navbar-nav li .enlace-especial {
    font-size: 13.5px;
  }

  li.novedades > a > span, li.novedades > span > span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  li.vinilosdecorativos > a > span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  li.vinilosinfantiles > a > span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  li.fotomurales > a > span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  li.relojesdecorativos > a > span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  li.tutextoenvinilo > a > span, li.tutextoenvinilo > .enlace-especial > span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .botonerafin {
    height: 60px !important;
  }

  .call-envio {
    text-align: left;
    font-size: 26px;
    line-height: 38px;
  }

  .call-entrega {
    font-size: 24px;
  }

  .callaction {
    padding: 7px;
  }

  .call-texto {
    font-size: 12px;
  }

  .jcarousel-wrapper {
    border: 19px solid #fff;
  }

  .estrellas .estrellas-container img {
    max-width: none;
  }
  .estrellas .estrellas-container .estrellas-item.rating {
    font-size: 13px;
  }
  .estrellas .estrellas-container .estrellas-item.texto-estrella {
    font-size: 19px;
  }
  .estrellas .estrellas-container .estrellas-item.texto-estrella .big {
    font-size: 28px;
  }

  /*
  call tienda

  */
  .call-tienda-img-1,
.call-tienda-img-2,
.call-tienda-img-3,
.call-tienda-img-4 {
    zoom: 1.1;
  }

  .call-tienda {
    margin-top: 70px;
  }

  .call-tienda-img {
    width: 152px;
  }

  .call-tienda-titulo.titular {
    font-size: 26px;
  }

  p.call-tienda-titulo {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .call-tienda img {
    margin-top: -98px;
  }

  .icowhatsappb {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -669px -86px;
    width: 125px;
    height: 30px;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    opacity: 0.8;
  }
  .icowhatsappb:hover {
    opacity: 1;
  }

  .link-social-contacta {
    margin-top: 10px;
  }

  /*
    links sociales
  */
  .link-social-contacta {
    float: left;
    margin-right: 15px;
  }

  .link-social img {
    width: 35px;
  }

  footer .col-lg-3:not(:first-of-type) {
    border-left: 1px solid #fff;
    height: 300px;
    padding-left: 60px;
  }

  .btn-comprar {
    width: 372px;
  }

  .cab-megamenu.inferior > a {
    font-size: 14px;
  }
  .cab-megamenu.inferior > .enlace-especial {
    font-size: 14px;
  }

  .nav > li > a, nav > li > .enlace-especial {
    padding-left: 10px;
    padding-right: 11px;
  }

  .prod-tipo {
    top: 220px;
    width: 370px;
    height: 28px;
  }

  /******* NOSTO *******/
  .nosto-list {
    width: 1160px;
  }
  .nosto-list img {
    max-height: 250px;
  }

  .nosto-grid {
    width: 100%;
  }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../themes/pegatinas/css/../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../themes/pegatinas/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../themes/pegatinas/css/../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../themes/pegatinas/css/../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../themes/pegatinas/css/../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../themes/pegatinas/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 29px;
  height: 29px;
  left: 0;
  margin-left: -30px;
  border: 1px solid #DFE4EC;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type=checkbox]:focus + label::before,
.checkbox input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type=checkbox]:indeterminate + label::after,
.checkbox input[type=radio]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:disabled + label::before,
.checkbox input[type=radio]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox-primary input[type=radio]:checked + label::before {
  background-color: #fff;
  border-color: #DFE4EC;
}
.checkbox-primary input[type=checkbox]:checked + label::after,
.checkbox-primary input[type=radio]:checked + label::after {
  color: #B11F6B;
  font-size: 24px;
  margin-left: -31px;
  margin-top: -2px;
}

.checkbox-primary input[type=checkbox]:indeterminate + label::before,
.checkbox-primary input[type=radio]:indeterminate + label::before {
  background-color: #B11F6B;
  border-color: #B11F6B;
}
.checkbox-primary input[type=checkbox]:indeterminate + label::after,
.checkbox-primary input[type=radio]:indeterminate + label::after {
  color: #B11F6B;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #999999;
  border-radius: 50%;
  background-color: #EFF1F5;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type=radio] {
  opacity: 0;
  z-index: 1;
}
.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label::after {
  background-color: #B11F6B;
}
.radio-primary input[type=radio]:checked + label::before {
  border-color: #999999;
}
.radio-primary input[type=radio]:checked + label::after {
  background-color: #B11F6B;
}

.radio-danger input[type=radio] + label::after {
  background-color: #dd4b39;
}
.radio-danger input[type=radio]:checked + label::before {
  border-color: #999999;
}
.radio-danger input[type=radio]:checked + label::after {
  background-color: #dd4b39;
}

.radio-info input[type=radio] + label::after {
  background-color: #4A4A4A;
}
.radio-info input[type=radio]:checked + label::before {
  border-color: #999999;
}
.radio-info input[type=radio]:checked + label::after {
  background-color: #4A4A4A;
}

.radio-warning input[type=radio] + label::after {
  background-color: #3b5998;
}
.radio-warning input[type=radio]:checked + label::before {
  border-color: #999999;
}
.radio-warning input[type=radio]:checked + label::after {
  background-color: #3b5998;
}

.radio-success input[type=radio] + label::after {
  background-color: #DFE4EC;
}
.radio-success input[type=radio]:checked + label::before {
  border-color: #999999;
}
.radio-success input[type=radio]:checked + label::after {
  background-color: #DFE4EC;
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}
input[type=checkbox] .styled:checked + label::before,
input[type=radio] .styled:checked + label::before {
  color: #fff;
}
input[type=checkbox] .styled:checked + label::after,
input[type=radio] .styled:checked + label::after {
  color: #fff;
}

.express {
  background-color: #B11F6B;
  color: #fff;
  padding: 10px 10px 2px;
  border-radius: 2px;
  position: relative;
  vertical-align: middle;
}

.cont-express {
  width: 200px;
}

.btn-finaliza {
  height: 50px;
  margin-top: 20px;
}

.direction {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
}

.checkbox label::before {
  border: 2px solid #DFE4EC;
}

.direction.select {
  background-color: #EFF1F5;
  border: 1px solid #DFE4EC;
  border-radius: 2px;
}

.icoexpress {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -669px -225px;
  width: 152px;
  height: 152px;
  display: inline-block;
  position: absolute;
  zoom: 0.5;
  right: 30px;
  top: -20px;
}

.carrito-tit {
  font-size: 20px;
  margin-top: 0;
}

.prod-tit {
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}

.carrito-producto .prod-desc {
  margin-bottom: 2px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-left: 0;
  color: #4A4A4A;
}

.prod-subtit {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}

.cantidad-cont {
  padding-top: 10px;
}

.cantidad {
  float: left;
  font-size: 18px;
  width: 58px;
  line-height: 21 px;
  text-align: center;
}

.cantimas {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -91px -389px;
  width: 22px;
  height: 22px;
  display: inline-block;
  float: left;
  cursor: pointer;
}
.cantimas.disabled {
  cursor: default;
}
.cantimas.disabled:hover {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -91px -389px;
}

.cantimas:hover {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -91px -419px;
}

.cantimas:active {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -432px -416px;
}

.cantimenos {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -130px -389px;
  width: 22px;
  height: 22px;
  display: inline-block;
  float: left;
  cursor: pointer;
}
.cantimenos.disabled {
  cursor: default;
}
.cantimenos.disabled:hover {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -91px -389px;
}

.cantimenos:hover {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -130px -419px;
}

.cantimenos:active {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -471px -416px;
}

.antes {
  text-decoration: line-through;
  color: #999999;
  font-size: 16px;
  text-align: right;
}

.despues {
  color: #B11F6B;
  font-size: 16px;
  text-align: right;
}

.precios {
  text-align: right;
}

.papelera-xs {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -565px -351px;
  width: 21px;
  height: 27px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}

.papelera {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -565px -351px;
  width: 21px;
  height: 27px;
  display: block;
}

.papelera-xs:hover,
.papelera:hover {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -513px -351px;
}

.papelera-xs:active,
.papelera:active {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -605px -349px;
}

hr.hrspe {
  border-width: 2px;
}

hr.hrspt {
  border-width: 2px;
  margin-top: 0;
  margin-bottom: 16px;
}

.caret {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.caret.girado {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cupon {
  text-decoration: underline;
  cursor: pointer;
}

input.cuponi {
  margin-bottom: 10px;
  height: 40px;
}

.linea-cant-totales,
.linea-desc-totales {
  font-size: 16px;
  color: #6E6E6E;
}

.linea-cant-total {
  color: #B11F6B;
  font-size: 23px;
}

.linea-desc-total {
  font-size: 16px;
  line-height: 38px;
}

.rosa {
  color: #D88FB5;
}

.txt-ayuda {
  font-size: 10px;
}

.special-alert {
  display: block;
  width: 100%;
  padding: 10px 44px;
  text-align: center;
  background-color: #ffd000;
  color: #B11F6B;
  font-size: 16px;
  line-height: 21px;
  margin: 6px 0;
}

.btn-100 {
  width: 100%;
}

.btn-carrito {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -544px -4px;
  width: 22px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.estado-carrito {
  background-color: #DFE4EC;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ce-t-pagar {
  margin-bottom: 3px;
}

.ec-total {
  font-size: 20px;
}

.ec-v-pedido {
  margin-top: 3px;
}

.ce-c-arts {
  font-size: 20px;
}

.ec-a-total {
  text-decoration: line-through;
  font-size: 20px;
  color: #999999;
}

a.ident,
a.nuevadir {
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}

.erescliente {
  font-size: 18px;
}

.tramit-tit {
  font-size: 20px;
  margin-top: 0;
}

.ico-face {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -27px -568px;
  width: 18px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}

.ico-gmas {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -119px -568px;
  width: 23px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.btn-connect {
  width: 100%;
  padding: 12px;
}

.espaconnect {
  height: 8px;
  width: 10px;
  display: block;
}

.datos-tit {
  font-size: 20px;
  margin-top: 30px;
}

.well-g {
  background: #EFF1F5;
  border: 0 solid #DFE4EC;
  border-radius: 0;
  position: relative;
  padding-top: 10px;
  padding-bottom: 1px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
}

.form-control {
  background-color: #fff;
  height: 46px;
}

.form-group label {
  font-weight: normal;
  font-size: 14px;
}

.empresa {
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-top: 10px;
}

label.cuenta {
  font-size: 12px;
  color: #6E6E6E;
}

.cuentac {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
}

p.error {
  font-style: italic;
  color: #D0021B;
  font-size: 14px;
  width: 20px;
  width: 100%;
  margin-top: 3px;
}

.form-control.has-error {
  border-color: #D0021B;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.contenedor-gastos-envio label, .form-group.paymethod label {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}
.contenedor-gastos-envio input:checked + label, .form-group.paymethod input:checked + label {
  color: #B11F6B;
}
.contenedor-gastos-envio input, .form-group.paymethod input {
  display: inline-block;
}

label[for=env-express],
label[for=env-standard],
label[for=pago-contrareembolso],
label[for=pago-paypal],
label[for=pago-tarjeta],
label[for=pago-transferencia] {
  font-size: 16px;
  line-height: 30px;
}

#env-standard:checked + label[for=env-standard] {
  color: #B11F6B;
}

#env-express:checked + label[for=env-express] {
  color: #B11F6B;
}

#pago-paypal:checked + label[for=pago-paypal] {
  color: #B11F6B;
}

#pago-tarjeta:checked + label[for=pago-tarjeta] {
  color: #B11F6B;
}

#pago-transferencia:checked + label[for=pago-transferencia] {
  color: #B11F6B;
}

#pago-contrareembolso:checked + label[for=pago-contrareembolso] {
  color: #B11F6B;
}

label p {
  color: #6E6E6E;
}

.tarjeta {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat 0 -651px;
  width: 37px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
}

.paypal {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -55px -651px;
  width: 37px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
}

.transferencia {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -112px -652px;
  width: 48px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
}

.contrareembolso {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -179px -646px;
  width: 37px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
}

.espapago {
  height: 22px;
  width: 10px;
  display: block;
}

.exppago {
  width: 240px;
}

.checks {
  width: 290px;
  margin-left: 10px;
}

.sintop {
  margin-top: 0;
}

.datos-tit-nav {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
}

.tit-prod-nav {
  font-size: 16px;
}

.collapse-text {
  position: absolute;
  right: 28px;
  cursor: pointer;
  font-size: 10px;
}

.mini-collapse {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -243px -356px;
  width: 14px;
  height: 14px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.mini-collapse.collapsed {
  -webkit-transform: rotate(180deg);
  -ms-transition: rotate(180deg);
  transform: rotate(180deg);
}

hr.navprod {
  border-color: #DDDDDD;
}

.resumen-capa {
  position: fixed;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
}

.close-g {
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -299px -417px;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
  z-index: 100;
}

.ima-prod {
  margin-bottom: 10px;
}

.imacorreos {
  margin-bottom: 8px;
}

.expexpress {
  display: block;
  margin-left: 20px;
}

.login {
  display: none;
}

.espaface {
  width: 5px;
  height: 23px;
  display: inline-block;
}

.espagmas {
  width: 5px;
  height: 63px;
  display: inline-block;
}

.recu {
  text-decoration: underline;
  font-size: 12px;
}

.inicia {
  width: 100%;
  height: 44px;
}

.lineavert {
  width: 1px;
  height: 300px;
  display: inline-block;
  background-color: #E0E0E0;
  position: absolute;
}

.nomcli {
  color: #222222;
  top: 10px;
}

.brr {
  display: inline-block;
}

.editar {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -430px -5px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.borrar {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -469px -5px;
  width: 16px;
  height: 20px;
  display: inline-block;
}

.btn-pad {
  padding: 2px;
  padding-top: 4px;
  width: 30px;
  height: 30px;
}

.btn-pado {
  padding: 2px;
  padding-top: 4px;
  width: 30px;
  height: 30px;
}

.espadir {
  width: 20px;
  height: 20px;
  display: inline-block;
}

form.actua-nueva input.gris,
form.actua-nueva select.gris {
  background-color: #EFF1F5;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  border-bottom: 0px solid #e5e5e5;
}

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  color: #B11F6B;
  text-shadow: 0 0px 0 #fff;
}

.nomdir {
  font-size: 18px;
  margin-bottom: 15px;
}

.btn-comprar {
  margin-bottom: 16px;
  width: 300px;
  border-radius: 0;
}

.btn-comprar:hover {
  color: #fff;
  background-color: #B11F6B;
  border-color: #B11F6B;
}

.btn-comprar:active {
  color: #fff !important;
  background-color: #701444 !important;
  border-color: #701444 !important;
}

.producto {
  position: relative;
  border: 1px solid #D5DADE;
  width: 300px;
  height: 331px;
}

.prod-img {
  border-bottom: 2px solid #B11F6B;
}

.prod-tipo {
  background-color: #999999;
  color: #fff;
  font-size: 12px;
  text-align: left;
  height: 25px;
  padding: 5px;
  z-index: 100;
  top: 176px;
  position: absolute;
  width: 298px;
}

.prod-tipo.transparent {
  background-color: transparent;
  color: transparent;
}

.prod-descuento {
  position: absolute;
  width: 64px;
  height: 30px;
  display: block;
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -1px -512px;
  color: #fff;
  text-align: right;
  font-size: 16px;
  padding-right: 8px;
  padding-top: 4px;
  right: -1px;
  margin-top: -16px;
  z-index: 101;
}

.prod-descuento.transparent {
  background-color: transparent;
  color: transparent;
  background-image: none;
}

.prod-img-box {
  max-height: 180px;
  z-index: -1;
}

img.prod-img {
  display: block;
  max-width: 100%;
  height: auto !important;
  z-index: -100;
}

img.prod-etiqueta {
  position: absolute;
  left: -3px;
  top: -3px;
}

h1.prod-titulo {
  font-size: 14px;
  text-align: left;
  margin-left: 14px;
  margin-top: 25px;
  margin-bottom: 5px;
  color: #4A4A4A;
}

h3.prod-titulo {
  font-size: 14px;
  text-align: left;
  margin-left: 14px;
  margin-top: 25px;
  margin-bottom: 5px;
  color: #4A4A4A;
}

h2.prod-desc {
  width: 275px;
  font-size: 10px;
  text-align: left;
  margin-left: 14px;
  margin-top: 0;
  line-height: 15px;
  margin-bottom: 9px;
  color: #999999;
}

p.prod-precio-titulo {
  text-align: left;
  padding-left: 14px;
  line-height: 15px;
  display: table-cell;
  width: 38%;
  margin-right: 0;
}

h3.prod-precio {
  width: 24%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 15px;
  color: #B11F6B;
  display: table-cell;
  font-size: 18px;
}

p.prod-precio-antes {
  text-align: right;
  padding-left: 14px;
  line-height: 15px;
  display: table-cell;
  width: 36%;
  margin-right: 0;
  font-size: 14px;
  margin-right: 14px;
  color: #999999;
}

p.prod-detalle {
  text-align: left;
  padding-left: 14px;
  line-height: 15px;
  margin-right: 0;
  margin-right: 0;
  margin-top: 11px;
  display: block;
  font-size: 10px;
  float: left;
  color: #999999;
  width: 50%;
}

.prod-favorito {
  position: absolute;
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat 0 0;
  width: 29px;
  height: 25px;
  display: block;
  margin-top: 7px;
  right: 4px;
  text-align: right;
  cursor: pointer;
}

.prod-favorito-on {
  position: absolute;
  background: url("../themes/pegatinas/css/../img/sprite.png") no-repeat -40px 0;
  width: 29px;
  height: 25px;
  display: block;
  margin-top: 7px;
  right: 4px;
  text-align: right;
  cursor: pointer;
}

.info-panel {
  background-color: silver;
}

.carrito-producto {
  width: 300px;
}

.carrito-producto .prod-tit {
  max-width: 80%;
}

@media only screen and (min-width: 768px) {
  .express {
    font-size: 18px;
    text-align: center;
  }

  .cont-express {
    width: 100%;
  }

  .icoexpress {
    top: -30px;
  }

  .carrito-producto {
    width: 100%;
  }

  .prod-tit {
    margin-top: 0;
  }

  .antes {
    margin-right: 0;
  }

  .antes,
.despues {
    display: block;
    text-align: right;
  }

  .cabecera {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .pretol {
    text-align: right;
  }

  .cantimas {
    margin-right: 0;
    margin-left: 0;
  }

  .cabecera {
    vertical-align: center;
  }

  .papelera {
    margin-top: 30px;
  }

  .ce-t-pagar {
    font-size: 18px;
    display: inline-block;
    padding-top: 12px;
  }

  .ce-t-arts {
    font-size: 18px;
    display: inline-block;
    padding-top: 12px;
  }

  .ce-c-arts {
    font-size: 20px;
  }

  .tramit-tit {
    text-align: left;
    font-size: 25px;
  }

  .erescli {
    text-align: right;
  }

  .datos-tit {
    text-align: left;
  }

  .well-g {
    background: #EFF1F5;
    border: 1px solid #DFE4EC;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 1px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .empresa {
    margin-top: 0px;
  }

  .cuentac {
    margin-top: 20px;
  }

  .exppago {
    width: 610px;
  }

  .collapse-text {
    right: 28px;
    top: -2px;
  }

  .datos-tit-nav {
    font-size: 20px;
    text-align: left;
    margin-top: 0;
  }

  .resumen-capa.container {
    padding: 0;
  }

  .close {
    right: 30px;
  }

  .ima-prod {
    margin-bottom: 0;
  }

  .imacorreos {
    margin-bottom: 1px;
    width: 70px;
  }

  .imaasm {
    width: 50px;
  }

  .expexpress {
    display: inline-block;
    margin-left: 0;
  }

  a.ident, a.nuevadir {
    font-size: 18px;
  }

  .btn-comprar {
    width: 355px;
  }

  .producto {
    width: 355px;
    height: 392px;
  }

  .nav-tabs > li.active > a,
.nav-tabs > li.active > a,
a.tab-rec {
    font-size: 12px;
  }

  .prod-tipo {
    font-size: 12px;
    top: 210px;
    width: 354px;
    height: 28px;
  }

  h1.prod-titulo {
    font-size: 16px;
    margin-top: 28px;
  }

  h3.prod-titulo {
    font-size: 16px;
    margin-top: 28px;
  }

  h2.prod-desc {
    width: 330px;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 9px;
  }

  p.prod-precio-titulo {
    padding-left: 14px;
    line-height: 15px;
    width: 37%;
    font-size: 16px;
  }

  h3.prod-precio {
    width: 28%;
    line-height: 20px;
    font-size: 26px;
  }

  p.prod-precio-antes {
    line-height: 15px;
    width: 37%;
    font-size: 16px;
  }

  p.prod-detalle {
    line-height: 15px;
    margin-top: 16px;
    font-size: 12px;
  }

  img.prod-favorito {
    padding-left: 122px;
    margin-top: 11px;
  }

  .carrito-producto .prod-tit {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .cantimas {
    margin-left: 0px;
  }

  .cantimenos {
    margin-left: 20px;
  }

  .pretol {
    text-align: center;
  }

  .antes,
.despues {
    text-align: center;
  }

  .papelera {
    margin-top: 16px;
  }

  .exppago {
    width: 450px;
  }

  .checks {
    width: 240px;
  }

  .well-g {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  span.collapse-text {
    display: inline-block;
    right: 45px;
    top: 0px;
  }

  .mini-collapse {
    margin-right: 15px;
  }

  .cont-totales {
    padding-right: 25px;
  }

  .tit-prod-nav {
    min-height: 46px;
  }

  .imacorreos {
    margin-bottom: 8px;
    width: inherit;
  }

  .env-express {
    height: 30px;
  }

  .expexpress {
    margin-left: 2px;
  }

  .btn-comprar {
    width: 300px;
  }

  .producto {
    width: 300px;
    height: 332px;
  }

  .nav-tabs > li.active > a,
.nav-tabs > li.active > a,
a.tab-rec {
    font-size: 18px;
  }

  .nav-tabs > li > a:hover,
.nav-tabs > li.active > a:focus,
nav-tabs > li > a {
    font-size: 18px;
  }

  .prod-tipo {
    background-color: #999999;
    color: #fff;
    font-size: 12px;
    text-align: left;
    height: 25px;
    padding: 5px;
    z-index: 100;
    top: 176px;
    position: absolute;
    width: 298px;
  }

  h1.prod-titulo {
    font-size: 14px;
    text-align: left;
    margin-left: 14px;
    margin-top: 28px;
    margin-bottom: 5px;
    color: #4A4A4A;
  }

  h3.prod-titulo {
    font-size: 14px;
    text-align: left;
    margin-left: 14px;
    margin-top: 28px;
    margin-bottom: 5px;
    color: #4A4A4A;
  }

  h2.prod-desc {
    width: 275px;
    font-size: 10px;
    text-align: left;
    margin-left: 14px;
    margin-top: 0;
    line-height: 15px;
    margin-bottom: 9px;
    color: #999999;
  }

  p.prod-precio-titulo {
    padding-left: 14px;
    font-size: 14px;
    line-height: 15px;
    width: 38%;
    margin-right: 0;
  }

  h3.prod-precio {
    width: 24%;
    line-height: 15px;
    font-size: 18px;
  }

  p.prod-precio-antes {
    padding-left: 14px;
    line-height: 15px;
    width: 39%;
    margin-right: 0;
    font-size: 15px;
    margin-right: 14px;
  }

  p.prod-detalle {
    line-height: 15px;
    margin-top: 11px;
    font-size: 10px;
    float: left;
    width: 50%;
  }

  img.prod-favorito {
    text-align: left;
    padding-left: 106px;
    margin-top: 7px;
  }

  .call-blog-nuestro {
    color: #fff;
    font-size: 28px;
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .cantimas {
    margin-right: 0;
  }

  .cantimenos {
    margin-left: 34px;
  }

  .exppago {
    width: 550px;
  }

  span.collapse-text {
    right: 63px;
  }

  .mini-collapse {
    margin-right: 35px;
  }

  .cont-totales {
    padding-right: 45px;
  }

  .tit-prod-nav {
    min-height: 50px;
  }

  .imacorreos {
    width: inherit;
  }

  .btn-comprar {
    width: 372px;
  }

  .producto {
    width: 372px;
    height: 420px;
  }

  .nav-tabs > li.active > a,
.nav-tabs > li.active > a,
a.tab-re {
    font-size: 20px;
  }

  .prod-tipo {
    font-size: 12px;
    top: 220px;
    width: 370px;
    height: 28px;
  }

  h1.prod-titulo {
    font-size: 16px;
    margin-top: 39px;
  }

  h1.prod-titulo {
    font-size: 16px;
    margin-top: 39x;
  }

  h3.prod-titulo {
    font-size: 18px;
    margin-top: 39px;
  }

  h2.prod-desc {
    width: 330px;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 15px;
  }

  p.prod-precio-titulo {
    padding-left: 14px;
    line-height: 15px;
    width: 37%;
    font-size: 16px;
  }

  h3.prod-precio {
    width: 28%;
    line-height: 20px;
    font-size: 26px;
  }

  p.prod-precio-antes {
    line-height: 15px;
    width: 37%;
    font-size: 16px;
  }

  p.prod-detalle {
    line-height: 15px;
    margin-top: 20px;
    font-size: 13px;
  }

  img.prod-favorito {
    padding-left: 136px;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=carrito-tramitar.css.map */

/*** CSS File: /themes/pegatinas/css/listado.css ***/

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #4A4A4A;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #B11F6B;
  text-decoration: none;
}
a:hover, a:focus {
  color: #701444;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 2px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #B11F6B;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #861751;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #B11F6B;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #861751;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4A4A4A;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #EFF1F5;
  background-image: none;
  border: 1px solid #DFE4EC;
  border-radius: 3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #B11F6B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(177, 31, 107, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(177, 31, 107, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8a8a8a;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #D5DADE;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8e9ba6;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #b3bcc3;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #b3bcc3;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8e9ba6;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #D5DADE;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #B11F6B;
  border-color: #B11F6B;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #861751;
  border-color: #450c29;
}
.btn-primary:hover {
  color: #fff;
  background-color: #861751;
  border-color: #7d164c;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #861751;
  border-color: #7d164c;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #67123e;
  border-color: #450c29;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #B11F6B;
  border-color: #B11F6B;
}
.btn-primary .badge {
  color: #B11F6B;
  background-color: #fff;
}

.btn-success {
  color: #4A4A4A;
  background-color: #DFE4EC;
  border-color: #DFE4EC;
}
.btn-success:focus, .btn-success.focus {
  color: #4A4A4A;
  background-color: #bfc9d9;
  border-color: #8fa1bd;
}
.btn-success:hover {
  color: #4A4A4A;
  background-color: #bfc9d9;
  border-color: #b9c4d5;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #4A4A4A;
  background-color: #bfc9d9;
  border-color: #b9c4d5;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #4A4A4A;
  background-color: #a9b6cc;
  border-color: #8fa1bd;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #DFE4EC;
  border-color: #DFE4EC;
}
.btn-success .badge {
  color: #DFE4EC;
  background-color: #4A4A4A;
}

.btn-info {
  color: #fff;
  background-color: #4A4A4A;
  border-color: #4A4A4A;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #313131;
  border-color: #0a0a0a;
}
.btn-info:hover {
  color: #fff;
  background-color: #313131;
  border-color: #2b2b2b;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #313131;
  border-color: #2b2b2b;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #0a0a0a;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #4A4A4A;
  border-color: #4A4A4A;
}
.btn-info .badge {
  color: #4A4A4A;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: #10182a;
}
.btn-warning:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: #23345a;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #23345a;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #23345a;
  border-color: #10182a;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-warning .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c23321;
  border-color: #802216;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c23321;
  border-color: #b93120;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  border-color: #b93120;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: #802216;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-danger .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-link {
  color: #B11F6B;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #701444;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #B11F6B;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #f2f2f2;
  background-color: #861751;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #B11F6B;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #DFE4EC;
  border-radius: 3;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #B11F6B;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #D5DADE;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #D5DADE;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #B11F6B;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #B11F6B;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #f2f2f2;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #951a5a;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #951a5a;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f2f2f2;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #951a5a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #f2f2f2;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #f2f2f2;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

/*
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";
@import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/panels";
@import "bootstrap/responsive-embed";
@import "bootstrap/wells";

*/
/*
@import "bootstrap/carousel";

*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Open Sans Webfont Kit
 * -------------------------- */
/* Light 300
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/light/opensans-light-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/light/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/light/opensans-light-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/light/opensans-light-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/light/opensans-light-webfont.svg#OpenSansLight") format("svg");
  font-weight: 300;
  font-style: normal;
}
/* Regular 400
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/regular/opensans-regular-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/regular/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/regular/opensans-regular-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/regular/opensans-regular-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/regular/opensans-regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Regular 400 Italic
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/italic/opensans-italic-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/italic/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/italic/opensans-italic-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/italic/opensans-italic-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/italic/opensans-italic-webfont.svg#OpenSansItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
/* Semibold 600
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/semibold/opensans-semibold-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/semibold/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/semibold/opensans-semibold-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/semibold/opensans-semibold-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/semibold/opensans-semibold-webfont.svg#OpenSansSemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
/* Bold 700
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/bold/opensans-bold-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/bold/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/bold/opensans-bold-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/bold/opensans-bold-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/bold/opensans-bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* Extrabold 800
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold/opensans-extrabold-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold/opensans-extrabold-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold/opensans-extrabold-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold/opensans-extrabold-webfont.svg#OpenSansExtrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}
/* Extra-Bold 800 Italic
 * -------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold-italic/opensans-extrabold-italic-webfont.eot");
  src: url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold-italic/opensans-extrabold-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold-italic/opensans-extrabold-italic-webfont.woff") format("woff"), url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold-italic/opensans-extrabold-italic-webfont.ttf") format("truetype"), url("../themes/pegatinas/css/../assets/open-sans/fonts/extrabold-italic/opensans-extrabold-italic-webfont.svg#OpenSansExtraboldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "fonticon";
  src: url("../themes/pegatinas/css/../img/icons/icons.eot") format("eot");
  src: url("../themes/pegatinas/css/../img/icons/icons.eot#iefix") format("embedded-opentype"), url("../themes/pegatinas/css/../img/icons/icons.woff") format("woff"), url("../themes/pegatinas/css/../img/icons/icons.ttf") format("truetype"), url("../themes/pegatinas/css/../img/icons/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: fonticon;
}

.icon svg {
  width: 100%;
  height: 100%;
}

.icon-vinilometros:before {
  display: inline-block;
  content: "\e80a";
  font-size: 8px;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: absolute;
  top: 0;
  left: 4px;
  font-weight: bold;
}

.icon-tutextoenvinilo {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 20px;
  height: 20px;
}

.icon-fotomurales:before {
  display: inline-block;
  content: "\e803";
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: absolute;
  top: 2px;
  left: 5px;
}

.icon-vinilosinfantiles:before {
  display: inline-block;
  content: "\e80c";
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: absolute;
  top: 1px;
  left: 5px;
}

.icon-vinilosdecorativos {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 20px;
  height: 20px;
}

.icon-novedades:before {
  display: inline-block;
  content: "\e806";
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: absolute;
  top: 1px;
  left: 5px;
}

.icon-contact:before {
  display: inline-block;
  content: "\e808";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 1px;
  left: 5px;
  color: #858585;
}

.icon-whatsapp:before {
  display: inline-block;
  content: "\e80e";
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 1px;
  left: 5px;
  color: #858585;
}

.icon-email {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 6px;
  left: 3px;
  color: #858585;
}

.icon-heart {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 6px;
  left: 3px;
  color: #858585;
}

.icon-email svg * {
  stroke: #858585;
  stroke-width: 0.5;
}

.icon-blog:before {
  display: inline-block;
  content: "\e800";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 2px;
  left: 5px;
  color: #858585;
}

.goToTop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
}

.no-underline:hover {
  text-decoration: none;
}
.no-underline:hover.white {
  color: #FFF;
}

a.white {
  color: #FFF;
}

textarea {
  resize: vertical;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap:before, .flex-wrap:after {
  display: none;
}

.sidr-open {
  height: 100%;
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}
.sidr-open .overlay-sdr {
  background-color: #666666;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.cab-megamenu a:not(.btn) {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 30px;
}

.cab-megamenu a, .cab-megamenu .enlace-especial {
  color: #B11F6B;
  font-weight: 600;
  font-size: 14px;
  margin-right: 30px;
}

.cab-megamenu .enlace-especial:hover {
  color: #333;
}

.text-megamenu, .cab-megamenu, .cont-megamenu {
  padding: 8px;
  text-align: center;
}

.cont-megamenu li {
  padding-right: 10px;
}

.cab-megamenu.inferior > a {
  font-size: 11px;
}

.cab-megamenu .btn {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  color: black;
}

.cab-megamenu {
  padding: 0px;
  margin: 0;
}

.titucats {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #B11F6B;
}

.espamega {
  display: block;
  width: 100px;
  height: 80px;
}

.caret-megamenu {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -457px -74px;
  width: 12px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.closemega {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -476px -73px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.volveremega {
  font-size: 14px;
  font-weight: bold;
  height: 39px;
  width: 100%;
  display: inline-block;
  margin: auto;
  text-align: center;
}

.mega-tit {
  color: #FFF;
  background-color: #B11F6B;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mega-tit a {
  display: block;
  padding: 10px;
  color: #FFF;
}
.mega-tit a > span:first-child {
  margin: 0 10px;
}

.posi-novedades {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -115px -79px;
  width: 32px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.posi-decorativos {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -167px -73px;
  width: 23px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.posi-infantiles {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -210px -74px;
  width: 22px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.posi-foto {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -252px -78px;
  width: 24px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.posi-relojes {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -296px -76px;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.posi-texto {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -338px -78px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.plegado .control-mega {
  position: fixed;
  top: 0;
  background: white;
  width: 85%;
  z-index: 100;
  padding: 10px 20px;
}

.megamenu li {
  list-style: none;
  color: #222222;
  text-align: left;
  position: relative;
}
.megamenu li span.arrow {
  border: solid #4e4e4e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  right: 15px;
}

.megamenu div li {
  border-bottom: 2px solid #f5f5f5;
}
.megamenu div li:last-child {
  border-bottom: 0px;
}

.megamenu li a, .megamenu li .enlace-especial {
  color: #222222;
  margin-left: 0 !important;
  display: block;
  padding: 7px 4%;
}

.megamenu li a:hover, .megamenu li .enlace-especial:hover {
  text-decoration: none;
  color: #B11F6B;
  cursor: pointer;
}

.cab-megamenu a {
  text-decoration: none;
}

.container.mega {
  z-index: 999999;
  padding-left: 0;
  padding-right: 0;
  left: auto;
  -webkit-transition: right 0.12s ease-in-out 0s;
  transition: right 0.12s ease-in-out 0s;
  position: fixed;
  top: 0px;
  right: 100%;
  width: 85%;
  height: 100%;
  overflow: hidden auto;
}

.megamenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.plegado .megamenu {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  max-height: 0px;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
}

.megamenu {
  position: sticky;
  background-color: white;
  color: #222222;
  width: 100%;
  z-index: 999999;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.33), inset 0px 0px 0px rgb(0, 0, 0);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.33), inset 0px 0px 0px rgb(0, 0, 0);
  max-height: 600px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  min-height: 100%;
  height: auto;
}
.megamenu .titucats {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0px;
  border-bottom: 1px solid #B11F6B;
  width: 100%;
  display: block;
  padding: 11px 0;
  line-height: 15px;
  font-size: 15px;
  color: #B11F6B;
  font-weight: bold;
  text-align: left;
}
.megamenu .titucats .icon svg * {
  stroke: #B11F6B;
}
.megamenu .titucats .icon:before {
  color: #B11F6B;
  top: 5px;
  left: 10px;
}
.megamenu .titucats .value {
  padding-left: 25px;
}
.megamenu .see-all {
  width: auto;
  display: inline-block;
  float: right;
  padding-right: 5px;
  color: #222222;
  text-decoration: underline;
  font-weight: normal;
  font-size: 13px;
}

li.megam {
  cursor: pointer;
}

.clonemenu li a {
  color: black;
}

.popover-title {
  background: #B11F6B;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.resumen-carrito {
  width: 338px;
  min-height: 209px;
  position: absolute;
  right: -8px;
  top: 205px;
  z-index: 2542543;
}

.rc-vis {
  border: 1px solid #999999;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
  border-radius: 2px;
}

.resumen-carrito.off {
  display: none;
}

.rctr {
  width: 338px;
  height: 16px;
  background-color: transparent;
  display: block;
}

.rc-foto {
  width: 110px;
  position: absolute;
  overflow: hidden;
}

.rc-tit, .rc-ref {
  padding-left: 120px;
  font-size: 16px;
}

.rc-can {
  display: block;
  padding-left: 120px;
  font-size: 15px;
  margin-top: 7px;
}

.rc-pre {
  position: absolute;
  bottom: 40px;
  margin-left: 240px;
  font-size: 16px;
}

.rc-cierra {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -339px -421px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.rc-close {
  background-color: #fff;
  width: 338px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 15px;
  display: block;
}

.rc-header {
  background: #FFFFFF;
  width: 338px;
  height: 30px;
  display: block;
  text-align: center;
  padding: 16px;
  color: #4A4A4A;
  font-size: 13px;
}

.rc-cuerpo {
  background: #FFFFFF;
  width: 338px;
  height: auto;
  display: block;
  color: #4A4A4A;
  padding: 16px;
  position: relative;
}

.rc-footer {
  background: #FFFFFF;
  width: 338px;
  height: 70px;
  display: block;
  padding: 16px;
  padding-top: 10px;
}

.btn-100 {
  width: 100%;
  height: 45px;
  padding-top: 12px;
}

nav {
  display: none;
}

#toTop {
  position: fixed;
  bottom: 60px;
  right: 25px;
  cursor: pointer;
  display: none;
  z-index: 200;
}

#toTop .fa {
  margin-right: 5px;
}

.scroll-up {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -236px -565px;
  width: 55px;
  height: 55px;
  display: block;
}

#top-link-block.affix-top {
  position: absolute;
  /* allows it to "slide" up into view */
  bottom: 0px;
  right: 0;
  z-index: 5000;
}

#top-link-block.affix {
  position: fixed;
  /* keeps it on the bottom once in view */
  bottom: 18px;
  left: 10px;
  position: absolute;
  /* allows it to "slide" up into view */
}

input.busqueda {
  background-color: #fff;
  margin-bottom: 10px;
}

.primario {
  color: #B11F6B;
}

a.enlacab {
  color: #fff;
}

span.enlacab {
  color: #fff;
  cursor: pointer;
}

a.no-color {
  color: #4A4A4A !important;
  text-decoration: none;
}

header {
  background-color: #4A4A4A;
  color: white;
}

.row.favoritos {
  height: 60px;
  background-color: #4A4A4A;
  z-index: 500;
}

#abremenu {
  position: absolute;
  z-index: 54584;
  margin-top: 30px;
  margin-left: 20px;
}

.carritodiv {
  padding-top: 10px;
}

#abremenu .text, #abremenut .text {
  color: #FFF;
  margin-left: 10px;
  float: right;
}

#abremenut .text {
  position: absolute;
  top: 123px;
  left: 35px;
  z-index: 500;
}

.sidr .text {
  display: none;
}
.sidr .menu-container {
  height: 100%;
  overflow: scroll;
}

.menumovil {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -670px -4px;
  width: 29px;
  height: 29px;
  display: inline-block;
}

.menumovilt {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -670px -4px;
  width: 29px;
  height: 29px;
  display: inline-block;
}

.cookies {
  background-color: #D88FB5;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.cookies .container {
  padding: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-items: space-between;
  -moz-justify-items: space-between;
  -ms-justify-items: space-between;
}
.cookies .btn-cookies {
  width: auto;
  background-color: #D88FB5;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
}
.cookies .btn-cookies:hover {
  background-color: #FFF;
  color: #D88FB5;
}
.cookies .text {
  color: #FFF;
  text-align: left;
  max-width: calc(100% - 100px);
}

.telm {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  margin-right: 16px;
  margin-top: -2px;
  height: 40px;
}

.telms {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -269px -202px;
  width: 22px;
  height: 22px;
  display: block;
}

.tel a:hover {
  text-decoration: none;
}

.logo:hover {
  -webkit-animation: tiembla 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: tiembla 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@-webkit-keyframes tiembla {
  10%, 90% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  20%, 80% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  30%, 50%, 70% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  40%, 60% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
img.logo {
  margin-top: 14px;
  max-width: 282px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.center.cargar-mas .btn {
  position: relative;
  padding-right: 56px;
  overflow: visible;
}
.center.cargar-mas .btn:hover .icono-cargar-mas {
  opacity: 0.9;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.center.cargar-mas .btn .icono-cargar-mas {
  width: 50px;
  background-color: #9e9e9e;
  display: inline-block;
  height: 33px;
  position: absolute;
  right: -1px;
  top: -1px;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.center.cargar-mas .btn .icono-cargar-mas::before {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -218px -465px;
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  margin: 0;
  left: 18px;
  position: absolute;
  top: 9px;
}
.center.cargar-mas.listado-articulos .btn {
  padding: 6px 75px;
  padding-right: 125px;
}

.left {
  text-align: left;
}

.bold {
  font-weight: 700;
}

.boldb {
  font-weight: 600;
}

.bolds {
  font-weight: 800;
}

.corefavoritos {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -410px -135px;
  width: 35px;
  height: 32px;
  position: absolute;
  margin-top: 4px;
  right: 88px;
}

.numfavoritos {
  position: absolute;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  right: 88px;
  margin-top: 6px;
  width: 35px;
  text-align: center;
}

.carrito {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -1px -192px;
  width: 47px;
  height: 46px;
  float: right;
  -webkit-transform: scale(0.6);
  -ms-transition: scale(0.6);
  transform: scale(0.6);
}

.valorcarrito {
  background-color: #ab216c;
  color: #fff;
  border-radius: 4px;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 10px;
  margin-top: 11px;
  float: right;
}

.lupa {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -73px -204px;
  width: 23px;
  height: 23px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.busqueda {
  height: 40px;
  border-radius: 0px;
}

.form-control.busqueda {
  height: 40px;
  margin-bottom: 0px;
}

.botonbusqueda {
  height: 40px;
  width: 85px;
  border-radius: 0px;
}

.botonbusquedam {
  height: 40px;
  width: 80px;
  border-radius: 0px;
}

.entrari > img,
.entrard > img {
  width: 30px;
}

.entrari {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 4px;
  height: 40px;
  margin-top: -1px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.entrard {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  height: 40px;
  margin-top: -1px;
}

.btn.entrari {
  padding-top: 8px !important;
}

.logologueo {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -2px -72px;
  width: 26px;
  height: 26px;
  display: block;
  float: left;
}

.logologueado {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -2px -101px;
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  zoom: 0.8;
}

.logollave {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -42px -78px;
  width: 24px;
  height: 26px;
  display: block;
  float: left;
  margin-top: 3px;
}

.logosalir {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -45px -107px;
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin-right: 3px;
}

.navbar-nav > li > a {
  padding: 5px 0;
}

.navbar-nav > li > .enlace-especial {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
  color: black;
  position: relative;
}

.navbar-nav > li > .enlace-especial:hover {
  cursor: pointer;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99979;
  width: 320px;
  overflow: visible;
  font-size: 15px;
  background: #f1f1f1;
  color: black;
}
.sidr.open {
  width: 85%;
}

.sidr .sidr-inner {
  padding: 15px;
}

.sidr.left {
  left: -320px;
  right: auto;
}
.sidr.left .logoMenu {
  text-align: center;
  background-color: #4A4A4A;
  padding-top: 30px;
  padding-bottom: 10px;
}
.sidr.left .menucl {
  margin: 0px;
  padding-top: 5px;
  display: block;
}

#cierramenu {
  position: absolute;
  right: -18%;
  top: 10px;
  padding: 0;
  z-index: 1000;
  display: block;
  height: 30px;
  width: 16%;
  text-align: center;
}

.come-back {
  position: absolute;
  right: -18%;
  top: 47px;
  padding: 0;
  z-index: 1000;
  height: 39px;
  width: 18%;
  display: none;
  background-color: #8f8f8f;
}
.come-back .arrow {
  position: absolute;
  top: 18px;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  left: calc(50% - 12px);
}
.come-back .arrow::after, .come-back .arrow::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 3px;
  right: 8px;
  background-color: #fff;
}
.come-back .arrow::after {
  top: -6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-radius: 2px;
}
.come-back .arrow::before {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-radius: 2px;
}

.logomenu {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 200px;
}

.menumovilcentro, .submenu-mobile {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  padding: 5px 15px;
  padding-bottom: 0px;
  background-color: white;
}
.menumovilcentro .menu-header, .submenu-mobile .menu-header {
  border-bottom: 1px solid #B11F6B;
  width: 100%;
  display: block;
  padding: 11px 0;
  line-height: 15px;
  font-size: 14px;
  color: #B11F6B;
  font-weight: bold;
}
.menumovilcentro .nav > li, .submenu-mobile .nav > li {
  position: relative;
  display: block;
  padding: 4px 0px;
  border-bottom: 3px solid #f5f5f5;
  width: 100%;
}
.menumovilcentro .nav > li:last-child, .submenu-mobile .nav > li:last-child {
  border-bottom: 0px;
}
.menumovilcentro span.arrow, .submenu-mobile span.arrow {
  border: solid #4e4e4e;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
.menumovilcentro .megame span.arrow, .submenu-mobile .megame span.arrow {
  display: inline-block;
}
.menumovilcentro .value, .submenu-mobile .value {
  padding-left: 45px;
  width: 100%;
}

.menumovilcentro {
  margin-bottom: 25px;
}
.menumovilcentro .link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.submenu-mobile {
  padding-top: 0px;
  color: #4e4e4e;
}
.submenu-mobile .navbar-nav {
  margin: 0px;
  display: block;
}
.submenu-mobile .navbar-nav .enlace-especial {
  color: #858585 !important;
  width: 100%;
  display: inline-block;
}
.submenu-mobile .value {
  color: #858585;
}
.submenu-mobile .icon {
  width: 25px;
}
.submenu-mobile .email .value {
  font-size: 13px;
}
.submenu-mobile .link {
  color: #4e4e4e !important;
}
.submenu-mobile .nav > li:last-child {
  margin-bottom: 5px;
}
.submenu-mobile.user {
  background-color: transparent;
  padding: 8px 15px;
  font-size: 12px;
}
.submenu-mobile.user .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.submenu-mobile.user .group .link {
  padding: 7px 0;
  color: #4e4e4e;
}
.submenu-mobile.user .group .link .value {
  line-height: 15px;
  padding: 0px 10px;
  position: relative;
}
.submenu-mobile.user .group .link .value:after {
  content: "|";
  position: absolute;
  right: -4px;
}
.submenu-mobile.user .group .link:last-child .value:after {
  content: "";
  display: none;
}
.submenu-mobile.user.center {
  font-size: 14px;
  margin-top: 0px;
  text-align: center;
  width: 100%;
}
.submenu-mobile.user .menu-footer {
  padding: 6px 0;
  display: block;
  color: #858585;
}
.submenu-mobile.bottom {
  height: 30px;
  display: block;
  width: 100%;
  background: #e5097f;
}

.menumovilcentro a, .submenu-mobile {
  text-align: left;
}

.callaction {
  background-color: #DFE4EC;
  display: block;
  height: auto;
  padding: 7px;
}

.call-caja {
  width: 300px;
}

p.call-entrega {
  font-size: 10px;
}

.call-envio {
  font-size: 20px;
  line-height: 20px;
  float: left;
  text-align: left;
}

a.btn.call-entra {
  font-size: 16px;
  line-height: 20px;
  width: auto;
  height: auto;
  right: 10px;
  overflow: hidden;
  margin: 0 auto;
  text-overflow: ellipsis;
}

.carousel-control {
  top: 40%;
}

.btn-breadcrumb .home {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -6px -40px;
  width: 14px;
  height: 14px;
  display: inline-block;
}

/** breadvrumsa **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -11px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-arrow-left {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}

.btn-arrow-left {
  padding-right: 36px;
}

.btn-arrow-left:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 2px;
  width: 15px;
  height: 15px;
  background: inherit;
  border: inherit;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 0px 4px 0px 0px;
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
}

.btn-arrow-left:before {
  transform: rotate(225deg);
  /* rotate left arrow squares 225 deg to point left */
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before {
  /* align the "before" square to the left */
  left: -9px;
}

.btn-breadcrumb .btn, .volver {
  height: 23px;
  line-height: 10px;
  font-size: 12px;
}

.volver {
  padding-left: 12px;
  padding-right: 16px;
}

.espabread {
  height: 10px;
  width: 100%;
  display: block;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/*
call tienda

*/
.call-tienda-img-1 {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -669px -225px;
  width: 152px;
  height: 152px;
  display: inline-block;
  margin-top: -100px;
  -webkit-transform: scale(0.65);
  -ms-transition: scale(0.65);
  transform: scale(0.65);
}

.call-tienda-img-2 {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -1011px -225px;
  width: 152px;
  height: 152px;
  display: inline-block;
  margin-top: -100px;
  -webkit-transform: scale(0.65);
  -ms-transition: scale(0.65);
  transform: scale(0.65);
}

.call-tienda-img-3 {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -840px -225px;
  width: 152px;
  height: 152px;
  display: inline-block;
  margin-top: -100px;
  -webkit-transform: scale(0.65);
  -ms-transition: scale(0.65);
  transform: scale(0.65);
}

.call-tienda-img-4 {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -885px -524px;
  width: 152px;
  height: 152px;
  display: inline-block;
  margin-top: -100px;
  -webkit-transform: scale(0.65);
  -ms-transition: scale(0.65);
  transform: scale(0.65);
}

.call-tienda {
  margin-top: 40px;
  background-color: #B11F6B;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0px;
}

.call-tienda-titulo {
  color: white;
}

.call-tienda-titulo.titular {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
}

p.call-tienda-titulo {
  margin-bottom: 120px;
  font-size: 16px;
}

.call-tienda .col-sm-4:last-child p.call-tienda-titulo {
  margin-bottom: 30px;
}

p.call-tienda-titulo.last {
  margin-bottom: 30px;
}

.call-tienda img {
  margin-top: -70px;
}

/*
  links sociales
*/
.linksocialContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-items: space-between;
  -moz-justify-items: space-between;
  -ms-justify-items: space-between;
  padding: 20px 20px;
  padding-bottom: 40px;
}
.linksocialContainer a {
  display: block;
  width: 100%;
  height: 100%;
}
.linksocialContainer .social-menu {
  width: 20%;
}
.linksocialContainer .col-xs-3 {
  margin: 10px 0;
  padding: 0;
  width: 24%;
}

.linksocial-facebook,
.linksocial-twitter,
.linksocial-gmas,
.linksocial-youtube,
.linksocial-pinterest,
.linksocial-delicious,
.linksocial-instagram,
.linksocial-other {
  display: inline-block;
  font-family: fonticon;
  color: #858585;
}
.linksocial-facebook:hover,
.linksocial-twitter:hover,
.linksocial-gmas:hover,
.linksocial-youtube:hover,
.linksocial-pinterest:hover,
.linksocial-delicious:hover,
.linksocial-instagram:hover,
.linksocial-other:hover {
  opacity: 1;
}

.linksocial-facebook:before {
  display: inline-block;
  content: "\e802";
  font-size: 12px;
  position: relative;
  bottom: 5px;
  left: 100%;
}

.linksocial-twitter:before {
  display: inline-block;
  content: "\e809";
  font-size: 11px;
  position: relative;
  bottom: 6px;
  left: 100%;
}

.linksocial-youtube:before {
  display: inline-block;
  content: "\e80f";
  font-size: 10px;
  position: relative;
  bottom: 7px;
  left: 100%;
}

.linksocial-pinterest:before {
  display: inline-block;
  content: "\e807";
  font-size: 9px;
  bottom: 8px;
  position: relative;
  left: 100%;
}

.linksocial-instagram:before {
  display: inline-block;
  content: "\e804";
  font-size: 14px;
  bottom: 4px;
  left: 70%;
  position: relative;
}

.estrellas {
  margin-top: 30px;
}
.estrellas .titulo {
  font-size: 19px;
  font-weight: 700;
}
.estrellas .ekomi-widget-container {
  margin-top: 9px;
  margin-bottom: 10px;
  display: inline-block;
  width: auto;
}
.estrellas .ekomi-widget-container img {
  padding: 0;
}
.estrellas .ekomi-widget-container #ek-shadow-wid {
  display: inline-block;
  float: none;
  margin: 0 auto;
}
.estrellas #ibos-wrapper {
  margin-top: 10px;
}
.estrellas #ibos-wrapper .seal-cont img {
  border: none;
}

.link-social {
  background-color: #DFE4EC;
  padding-top: 16px;
}

.link-social img {
  padding-bottom: 18px;
}

span.num-whatsapp {
  text-decoration: none;
  background-color: transparent;
}
span.num-whatsapp .bold {
  font-weight: 600;
}
span.num-whatsapp .bold .numero {
  font-size: 18px;
  font-weight: 600;
  color: #292929;
}

footer {
  background-color: #4A4A4A;
  color: #fff;
  padding: 20px;
}

h3.footer-newsletter {
  font-size: 14px;
  line-height: 19px;
}

.botonbusqueda-newsletter {
  height: 40px;
  width: 110px;
  border-radius: 0px;
}

.footer-newsletter-sub {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  top: 5px;
  margin-top: 20px;
}

.form-newsletter {
  margin-bottom: 15px;
}

footer h3 {
  font-size: 18px;
}

footer a {
  color: #fff;
}

footer a:hover, footer a:active {
  color: #ececec;
  text-decoration: underline;
}

footer .white {
  color: #fff;
}

footer .white:hover, footer .white:active {
  color: #ececec;
  text-decoration: underline;
  cursor: pointer;
}

.footer-movil {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -108px -198px;
  width: 23px;
  height: 38px;
  display: inline-block;
  float: left;
}

.footer-horario {
  float: left;
}

.footer-horario {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -144px -202px;
  width: 27px;
  height: 24px;
  margin-bottom: 20px;
  -webkit-transform: scale(0.9);
  -ms-transition: scale(0.9);
  transform: scale(0.9);
}

.footer-destacado {
  font-size: 20px;
  line-height: 17px;
  margin-left: 10px;
}

p.footer-p {
  font-size: 13px;
  margin-left: 10px;
  float: left;
}

p.footer-pp {
  font-size: 13px;
  margin-left: 10px;
}

.footer-link, .footer-link-sub {
  line-height: 34px;
}

p.footer-ppp {
  font-size: 13px;
  margin-left: 10px;
  line-height: 28px;
}

.footer-email {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -185px -204px;
  width: 24px;
  height: 19px;
  float: left;
  margin-right: 10px;
}

.footer-form {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -227px -199px;
  width: 24px;
  height: 29px;
  float: left;
  margin-right: 10px;
}

.espana,
.italia,
.francia,
.alemania,
.uk {
  width: 28px;
  height: 20px;
  display: inline-block;
}

.espana {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -671px -183px;
}

.italia {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -719px -183px;
}

.francia {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -767px -183px;
}

.alemania {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -815px -183px;
}

.uk {
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -863px -183px;
}

.flagxs {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
  -webkit-transform: scale(1.8);
  -ms-transition: scale(1.8);
  transform: scale(1.8);
}

.flagsm {
  -webkit-transform: scale(1);
  -ms-transition: scale(1);
  transform: scale(1);
  margin-right: 15px;
}

.flagssm-cont {
  padding-top: 10px;
  width: auto;
}

.sslxs {
  width: 154px;
  height: 29px;
  display: inline-block;
}

.footer-link-sub {
  margin-left: 20px;
  font-weight: 300;
}

footer .logos img {
  margin-top: 20px;
  margin-bottom: 20px;
}

footer .logos p.center {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

.banners {
  margin-top: 10px;
}

.banner {
  margin-bottom: 10px;
}

.navbar-brand {
  color: #B11F6B !important;
  font-size: 12.5px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #16A170 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#17AA76), to(#149466)) !important;
  background-image: linear-gradient(to bottom, #17AA76, #149466) !important;
  background-repeat: repeat-x !important;
  color: #FFFFFF;
  outline: 0 none;
  text-decoration: none;
}

.bootstrap-select > button {
  height: 46px;
}

.bootstrap-select.gris > button {
  background-color: #EFF1F5;
}

.espaban {
  margin-top: 10px;
}

.modal-body, p.modal-title {
  color: #4A4A4A;
}

.modal-backdrop {
  z-index: 2542542;
}

.modal {
  z-index: 2542543 !important;
}

.loader-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2542543;
  overflow: hidden;
}
.loader-container .loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #B11F6B;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.prod-desc {
  display: -webkit-box;
  max-height: 40px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.producto {
  overflow: hidden;
}

.etiqueta {
  width: 210px;
  position: absolute;
  top: 35px;
  left: -50px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  z-index: 1;
}
.etiqueta.right {
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.etiqueta.right.small {
  width: 125px;
  right: -40px;
  top: 10px;
  line-height: 25px;
}

.gallery-container {
  overflow: hidden;
  position: relative;
}

.btn-comprar {
  margin-bottom: 16px;
  width: 300px;
  border-radius: 0;
}

.btn-comprar:hover {
  color: #fff;
  background-color: #B11F6B;
  border-color: #B11F6B;
}

.btn-comprar:active {
  color: #fff !important;
  background-color: #701444 !important;
  border-color: #701444 !important;
}

.prod-desc {
  width: 90%;
  text-align: left;
  margin-bottom: 15px;
}

.img-hover {
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.img-hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transition: scale(1.1);
  transform: scale(1.1);
}

.img-hover-container {
  overflow: hidden;
  display: block;
}

.btn {
  -webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.prod-tipo {
  background-color: #999999;
  color: #fff;
  font-size: 12px;
  text-align: left;
  height: 25px;
  padding: 5px;
  z-index: 100;
  top: 176px;
  position: absolute;
  width: 298px;
  font-weight: bold;
}

.prod-tipo.transparent {
  background-color: transparent;
  color: transparent;
}

.tab-pane .prod-descuento {
  margin-top: -100px;
}

.prod-descuento {
  position: absolute;
  display: block;
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  right: -1px;
  margin-top: -90px;
  z-index: 101;
  height: auto;
  padding: 10px 15px;
  padding-left: 5px;
  background-color: #B11F6B;
}
.prod-descuento:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #B11F6B;
  border-top: 20px solid transparent;
  background: transparent;
  border-radius: 0;
}

.prod-descuento.transparent {
  background-color: transparent;
  color: transparent;
  background-image: none;
}

.producto {
  position: relative;
  border: 1px solid #D5DADE;
  width: 300px;
  height: 360px;
}

.error {
  color: #f00;
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  display: block;
}

.custom-alert-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-items: center;
  -moz-justify-items: center;
  -ms-justify-items: center;
  z-index: 2542542 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkbox input[type=checkbox] {
  width: 0;
  height: 0;
}

.navbar-prin {
  z-index: 254;
}

.buscador-header .input-group {
  z-index: 130;
}

.rsNav.rsBullets {
  z-index: 1 !important;
}

.modal-title, p.modal-title {
  color: #B11F6B;
  font-size: 18px;
}

/******* NOSTO *******/
.nosto-element {
  max-width: 100%;
  overflow: hidden;
}

.nosto-list .carrito-tit {
  font-size: 20px;
  margin-top: 0;
}
.nosto-list img {
  max-height: 200px;
}

@media only screen and (min-width: 768px) {
  .entrar {
    font-size: inherit;
  }

  p.linktablet {
    display: none;
    background-color: #B11F6B;
    padding-top: 1px;
    padding-bottom: 3px;
    margin-bottom: 0;
  }
  p.linktablet a {
    color: #fff !important;
    text-transform: uppercase;
  }

  .navbar-nav {
    float: none;
  }

  .navbar-nav .element-menu, .menumovilcentro .nav > li, .submenu-mobile .nav > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-menu.idiomamen {
    background-color: #fff;
    z-index: 2542543;
  }
  .dropdown-menu.idiomamen .lang-cont {
    vertical-align: middle;
  }
  .dropdown-menu.idiomamen .lang-cont a {
    display: block;
    vertical-align: middle;
    padding: 5px 15px;
  }
  .dropdown-menu.idiomamen .lang-cont span {
    vertical-align: middle;
    display: inline-block;
  }

  .dropdown-menu.idiomamen > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #ECECEC;
  }

  .dropdown-menu.idiomamen {
    min-width: 80px;
  }

  .dropdown-menu.idiomamen li a {
    color: #000;
    padding-left: 10px;
    padding-right: 14px;
    text-align: left;
  }

  .dropdown-menu.idiomamen li a span.espana,
.dropdown-menu.idiomamen li a span.italia,
.dropdown-menu.idiomamen li a span.francia,
.dropdown-menu.idiomamen li a span.alemania,
.dropdown-menu.idiomamen li a span.uk {
    -webkit-transform: scale(0.8);
    -ms-transition: scale(0.8);
    transform: scale(0.8);
  }

  .megamenu {
    background-color: #EFF1F5;
    color: #222222;
    width: 100%;
  }

  #colores-reales .modal-dialog {
    width: 750px;
  }

  .modal-dialog {
    margin: 80px auto;
    width: 500px;
  }

  .logo {
    margin-left: 50px;
    margin-top: -10px;
  }

  .entrari, .entrard {
    height: 40px;
    width: 118px;
    margin-top: -2px;
  }

  .btn.entrard {
    padding-top: 8px !important;
  }

  .telm {
    height: 40px;
  }

  .entrar {
    vertical-align: middle;
  }

  .logologueo {
    -webkit-transform: scale(0.8);
    -ms-transition: scale(0.8);
    transform: scale(0.8);
    margin-left: 3px;
    margin-right: 3px;
  }

  .logologueado {
    -webkit-transform: scale(0.8);
    -ms-transition: scale(0.8);
    transform: scale(0.8);
    margin-left: -6px;
    margin-right: 4px;
  }

  .logollave {
    margin-left: -6px;
    margin-right: 1px;
    margin-top: 3px;
  }

  .logosalir {
    margin-left: 6px;
    margin-right: -5px;
    margin-top: 0px;
    vertical-align: middle;
  }

  .idioma {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    width: 80px;
  }

  .idiomaimg {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -167px -458px;
    width: 35px;
    height: 34px;
    -webkit-transform: scale(0.7);
    -ms-transition: scale(0.7);
    transform: scale(0.7);
    float: left;
  }

  .idioma {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    width: 80px;
    height: 39px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 16px;
  }

  .idiomaimg {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -302px -458px;
    width: 22px;
    height: 22px;
    -webkit-transform: scale(0.7);
    -ms-transition: scale(0.7);
    transform: scale(0.7);
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 4px;
    margin-top: 2px;
  }

  .idioselect {
    margin-top: 5px;
    font-size: 16px;
  }

  .caretidiom {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -187px -480px;
    width: 14px;
    height: 9px;
    position: absolute;
    right: 34px;
    top: 24px;
  }

  .idioselect {
    margin-bottom: 100px;
  }

  .favoritos {
    margin-top: 20px;
  }

  .corefavoritos {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -352px -135px;
    width: 40px;
    height: 37px;
    right: 200px;
    position: absolute;
  }

  .text-favoritos {
    font-size: 14px;
    line-height: 15px;
    right: 130px;
    top: 14px;
    position: absolute;
  }

  .numfavoritos {
    font-size: 18px;
    right: 203px;
    line-height: 24px;
    margin-top: 8px;
  }

  .carrito {
    -webkit-transform: scale(0.8);
    -ms-transition: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    right: 60px;
    top: 3px;
  }

  .valorcarrito {
    font-size: 20px;
    margin-top: 0px;
    min-width: 45px;
    text-align: center;
  }

  .carritonom {
    float: left;
    margin-top: 3px;
    margin-left: 180px;
  }

  .carritodiv {
    padding-right: 12px;
  }

  .idioma {
    float: right;
    margin-left: 10px;
  }

  .busquedasm {
    margin-top: 10px;
  }

  .call-caja {
    width: 100%;
  }

  p.call-entrega {
    font-size: 16px;
  }

  .call-envio {
    margin-top: 14px;
  }

  a.btn.call-entra {
    margin-top: 3px;
  }

  a.itemmenu {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
  }

  img.logomenu {
    max-width: 300px;
  }

  /*
  call tienda

  */
  p.call-tienda-titulo {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .call-tienda-img-1,
.call-tienda-img-2,
.call-tienda-img-3,
.call-tienda-img-4 {
    -webkit-transform: scale(0.85);
    -ms-transition: scale(0.85);
    transform: scale(0.85);
  }

  /*
    links sociales
  */
  .linksocialContainer {
    padding: 20px 20%;
    padding-bottom: 40px;
  }
  .linksocialContainer .col-xs-3 {
    width: 10%;
  }
  .linksocialContainer .telefono {
    margin: 0px;
  }
  .linksocialContainer.articulo {
    width: 60%;
    min-width: 650px;
  }

  span.num-whatsapp {
    font-size: 18px;
  }
  span.num-whatsapp .bold .numero {
    font-size: 22px;
  }

  .estrellas .estrellas-container img {
    max-width: 270px;
  }
  .estrellas .estrellas-container .estrellas-item.rating {
    font-size: 22px;
  }
  .estrellas .estrellas-container .estrellas-item.texto-estrella {
    font-size: 26px;
    padding: 0 20px;
  }

  .link-social-siguenos {
    font-size: 20px;
    padding-top: 12px;
  }

  .links-social {
    padding-top: 10px;
  }

  .links-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 15px;
  }

  .num-whatsapp > span {
    font-size: 24px;
    top: -10px;
  }

  .num-whatsapp img {
    width: 30px;
  }

  img.icowhatsapp {
    margin-top: 10px;
  }

  .link-social {
    padding-bottom: 18px;
  }

  footer h3 {
    font-size: 24px;
  }

  footer {
    background-image: none;
    background-color: #4A4A4A;
  }

  .form-newsletter {
    margin-bottom: 0px;
  }

  p.footer-pp {
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: -5px;
  }

  .banners {
    margin-top: 20px;
  }

  .banner {
    margin-bottom: 20px;
  }

  .btn-comprar {
    width: 355px;
  }

  .prod-tipo {
    font-size: 14px;
    line-height: 18px;
    top: 210px;
    width: 354px;
    height: 28px;
  }

  .menumovilt.tablett {
    position: absolute;
    top: 125px;
    z-index: 500;
  }

  .fijatablet {
    background-color: #4A4A4A;
    margin-bottom: 15px;
    z-index: 500;
  }

  /******* NOSTO *******/
  .nosto-list {
    width: 740px;
    display: block;
    margin: 0 auto;
  }
  .nosto-list img {
    max-height: 240px;
  }
}
@media only screen and (min-width: 992px) {
  .icon-vinilometros:before {
    font-size: 8px;
    color: white;
    top: 7px;
    left: 5px;
  }

  .icon-tutextoenvinilo {
    color: white;
    top: 12px;
    left: 6px;
  }
  .icon-tutextoenvinilo svg * {
    stroke-width: 0.25 !important;
  }

  .icon-fotomurales:before {
    font-size: 9px;
    color: white;
    top: 9px;
    left: 6px;
  }

  .icon-vinilosinfantiles:before {
    font-size: 11px;
    color: white;
    top: 7px;
    left: 7px;
    font-weight: bold;
  }

  .icon-vinilosdecorativos {
    color: white;
    top: 11px;
    left: 7px;
  }

  .icon-novedades:before {
    font-size: 11px;
    color: white;
    top: 7px;
    left: 5px;
  }

  .logo {
    margin-left: 0px;
  }

  img.logo {
    margin-top: 0;
  }

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

  .pedidos-tel {
    position: absolute;
    width: 310px;
    margin-left: 300px;
    margin-top: 22px;
  }

  .link-social .container {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .link-social .container .container-flex {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
    display: inline-block;
    width: 65%;
    margin-bottom: 30px;
  }

  .linksocialContainer .telefono {
    margin: 0px;
  }

  span.num-whatsapp .bold .numero {
    font-size: 28px;
  }

  .estrellas {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    width: 34%;
    display: inline-block;
  }
  .estrellas .estrellas-container {
    margin: auto;
    padding: 15px 0;
  }
  .estrellas .estrellas-container img {
    width: 90%;
  }
  .estrellas .estrellas-container .estrellas-item.rating {
    font-size: 10px;
  }
  .estrellas .estrellas-container .estrellas-item.texto-estrella {
    padding-right: 35px;
    line-height: 32px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin: auto;
  }
  .estrellas .estrellas-container .estrellas-item.texto-estrella .big {
    font-size: 20px;
  }

  .icotel {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -109px -198px;
    width: 23px;
    height: 38px;
    float: left;
    margin-right: 5px;
    width: 21px;
  }

  .tel {
    font-size: 22px;
  }
  .tel span {
    color: #FFF;
    font-size: 24px;
  }

  .carrito {
    top: -6px;
    left: 120px;
  }

  .resumen-carrito {
    top: 104px;
  }

  .pedidos-teltext {
    font-size: 11px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .busquedasm {
    margin-top: 30px;
  }

  .favoritos {
    margin-top: 3px;
  }

  .corefavoritos {
    top: -4px;
    left: 10px;
  }

  .text-favoritos {
    font-size: 12px;
    line-height: 13px;
    right: 140px;
    top: 4px;
    left: 60px;
  }

  .numfavoritos {
    font-size: 18px;
    top: -4px;
    left: 12px;
  }

  .carritodiv {
    padding-right: 28px;
    margin-top: 28px;
    position: absolute;
  }

  .valorcarrito {
    position: absolute;
    font-size: 15px;
    top: -4px;
    left: 160px;
    top: 2px;
  }

  .carritonom {
    font-size: 11px;
    margin-top: 20px;
    margin-left: 164px;
  }

  .navbar-prin.navbar.navbar-default {
    border-radius: 0;
    margin-bottom: 0px;
  }

  .navbar-prin .navbar-nav li:hover {
    background-color: #951a5a;
    display: block;
  }

  .cont-megamenu {
    text-align: left;
  }

  .cont-megamenu .col-sm-6:not(:last-child) {
    border-right: 1px solid #777777;
  }

  .cab-megamenu a:not(.btn) {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 30px;
  }

  .cab-megamenu a, .cab-megamenu .enlace-especial {
    color: #B11F6B;
    font-weight: 600;
    font-size: 16px;
    margin-right: 30px;
  }

  .text-megamenu, .cab-megamenu, .cont-megamenu {
    padding: 10px;
  }

  .cab-megamenu {
    padding-top: 0px;
  }

  .cab-megamenu.inferior {
    text-align: left;
    width: 66.6666666667%;
  }

  .clonemenu li a:hover {
    color: #B11F6B;
  }

  .cab-megamenu .btn {
    width: auto;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
  }

  .megamenu li {
    list-style: none;
    margin-bottom: 6px;
    color: #222222;
  }

  .megamenu div li {
    border-bottom: 0px;
  }
  .megamenu div li:first-child {
    border-top: 0px;
  }
  .megamenu div li:last-child {
    border-bottom: 0px;
  }

  .megamenu .subsubmenu a, .megamenu .subsubmenu .enlace-especial {
    margin-left: 5px !important;
    font-size: 13px;
  }

  .megamenu li a, .megamenu li .enlace-especial {
    color: #222222;
    margin-left: 10px;
    padding: 0;
  }

  .megamenu li a:hover, .megamenu li .enlace-especial:hover {
    text-decoration: none;
    color: #B11F6B;
  }

  .cab-megamenu a {
    text-decoration: none;
  }

  .cab-megamenu .col-sm-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-items: flex-start;
    -moz-justify-items: flex-start;
    -ms-justify-items: flex-start;
  }
  .cab-megamenu .col-sm-12 a {
    text-align: left;
    padding-left: 10px;
  }
  .cab-megamenu .col-sm-12 a:first-child {
    width: 66.6666666667%;
  }
  .cab-megamenu .col-sm-12 a:last-child {
    width: 33.3333333333%;
    padding-left: 20px;
  }

  .no-border {
    border: 0 !important;
  }

  .tags-overlay {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: calc(33.3333333333% + 20px);
    z-index: -1;
    background: #DDD;
  }

  .cont-megamenu .col-sm-2:not(.last) {
    border-right: 1px solid #777777;
  }

  .megamenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
  }

  .megamenu {
    position: absolute;
    height: auto;
    min-height: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .megamenu .img-responsive {
    width: 100%;
    margin: 0 auto;
  }

  .container.mega {
    position: relative;
    overflow: visible;
    height: auto;
    right: auto !important;
    top: unset;
    width: 960px;
  }

  li.megam {
    cursor: pointer;
  }

  .menudesktop a button {
    font-size: 12px;
  }

  .menudesktop a {
    margin: 0px;
  }

  .botoneraini > a > span {
    border-left: 1px solid #781348;
    width: 0px;
    float: left;
    height: 50px;
  }

  .botonerafin {
    border-left: 1px solid #D86BA4;
    width: 0px;
    height: 50px !important;
    float: left;
  }

  .main-menu.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-nav .element-menu, .menumovilcentro .nav > li, .submenu-mobile .nav > li {
    padding: 0px;
  }

  .navbar-prin .navbar-nav li a, .navbar-prin .navbar-nav li .enlace-especial {
    border-left: 1px solid #D86BA4;
    border-right: 1px solid #781348;
    border-radius: 0px;
    vertical-align: middle;
    margin: 0px;
    font-size: 10.6px;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    height: auto;
    padding: 13px 10px;
  }

  .nav > li > a, nav > li > .enlace-especial {
    padding-left: 12px;
    padding-right: 13px;
  }

  .navbar-nav > li > .enlace-especial {
    padding: 7px 8px;
  }

  @-moz-document url-prefix() {
    .navbar-prin .navbar-nav li a, .navbar-prin .navbar-nav li .enlace-especial {
      font-size: 10.1px;
    }
  }
  _:-webkit-full-screen, _::-webkit-full-page-media, _:future, :root .nav > li > a {
    padding-left: 10px;
    padding-right: 11px;
  }

  @supports (-webkit-text-size-adjust: none) and (not (-ms-accelerator: true)) and (not (-moz-appearance: none)) {
    .nav > li > a, nav > li > .enlace-especial {
      padding-left: 7px;
      padding-right: 8px;
    }
  }
  .navbar-nav .value {
    padding-left: 25px;
  }

  .navbar-nav .icon svg * {
    stroke: white;
    stroke-width: 0.2;
  }

  button.btn.unomas {
    padding-right: 12px;
  }

  .callaction {
    padding-top: 30px;
  }

  .call-envio {
    float: none;
    text-align: left;
    font-size: 22px;
    line-height: 36px;
    float: none;
    margin-top: 20px;
  }

  .call-entrega {
    font-size: 20px;
    padding-top: 20px;
  }

  .call-desktop span {
    margin-top: 20px;
  }

  .callaction {
    padding: 7px;
  }

  a.btn.call-entra {
    float: right;
  }

  a.btn.call-entra {
    font-size: 20px;
    line-height: 24px;
    width: auto;
    height: auto;
    margin-top: 10px;
  }

  .call-texto {
    font-size: 10px;
  }

  .whats {
    padding-top: 8px;
  }

  span.num-whatsapp {
    font-size: 26px;
    color: #4A4A4A;
    cursor: pointer;
  }

  /*
  call tienda

  */
  .call-tienda-img {
    width: 130px;
  }

  .call-tienda-titulo.titular {
    font-size: 22px;
  }

  p.call-tienda-titulo {
    margin-bottom: 18px;
    font-size: 17px;
  }

  .call-tienda img {
    margin-top: -85px;
  }

  .footer-newsletter {
    margin-top: 20px;
  }

  .form-newsletter {
    margin-top: 14px;
  }

  .plegado .megamenu {
    overflow: hidden;
    overflow-y: hidden;
  }

  .btn-comprar {
    width: 300px;
  }

  .prod-tipo {
    height: 25px;
    padding: 5px;
    z-index: 100;
    top: 176px;
    width: 298px;
  }

  header {
    padding-bottom: 20px;
  }

  .linksocialContainer {
    padding: 7px 24%;
    padding-bottom: 20px;
  }

  .linksocial-facebook:before {
    display: inline-block;
    content: "\e802";
    font-size: 12px;
    position: relative;
    bottom: 5px;
    left: -50%;
  }

  .linksocial-twitter:before {
    display: inline-block;
    content: "\e809";
    font-size: 11px;
    position: relative;
    bottom: 6px;
    left: -50%;
  }

  .linksocial-youtube:before {
    display: inline-block;
    content: "\e80f";
    font-size: 10px;
    position: relative;
    bottom: 7px;
    left: -50%;
  }

  .linksocial-pinterest:before {
    display: inline-block;
    content: "\e807";
    font-size: 9px;
    bottom: 8px;
    position: relative;
    left: -50%;
  }

  .linksocial-instagram:before {
    display: inline-block;
    content: "\e804";
    font-size: 14px;
    bottom: 4px;
    left: -50%;
    position: relative;
  }

  /******* NOSTO *******/
  .nosto-list {
    width: 960px;
  }
  .nosto-list img {
    max-height: 200px;
  }

  .nosto-grid {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .ate {
    text-align: left;
    margin-bottom: 0;
  }

  .logo {
    max-width: 330px !important;
    max-height: 110px;
    margin-left: 0px;
  }

  .pedidos-tel {
    width: 350px;
    margin-left: 380px;
    margin-top: 22px;
  }

  .tel {
    font-size: 26px;
  }

  .pedidos-teltext {
    font-size: 13px;
  }

  .busquedasm {
    margin-top: 40px;
  }

  .entrari, .entrard {
    height: 45px;
    width: 130px;
  }

  .idioma {
    height: 43px;
  }

  .logologueo {
    margin-right: 8px;
  }

  .corefavoritos {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -229px -135px;
    width: 47px;
    height: 43px;
    left: 40px;
  }

  .numfavoritos {
    font-size: 22px;
    left: 46px;
    top: 0;
  }

  .text-favoritos {
    font-size: 14px;
    line-height: 16px;
    left: 95px;
  }

  .carritodiv {
    margin-top: 34px;
  }

  .col-xs-6.col-sm-4.col-md-5.carritodiv {
    padding-right: 0px;
  }

  .carrito {
    width: 45px;
    zoom: 1.05;
    left: 160px;
  }

  .valorcarrito {
    font-size: 20px;
    margin-top: 0px;
    left: 210px;
  }

  .carritonom {
    float: right;
    margin-top: -12px;
  }

  .carritonom {
    font-size: 14px;
    position: absolute;
    top: 44px;
    left: 55px;
    top: 48px;
  }

  .container.mega {
    width: 1160px;
  }

  .navbar-prin .navbar-nav li a, .navbar-prin .navbar-nav li .enlace-especial {
    font-size: 13.5px;
  }

  li.novedades > a > span, li.novedades > span > span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  li.vinilosdecorativos > a > span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  li.vinilosinfantiles > a > span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  li.fotomurales > a > span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  li.relojesdecorativos > a > span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  li.tutextoenvinilo > a > span, li.tutextoenvinilo > .enlace-especial > span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .botonerafin {
    height: 60px !important;
  }

  .call-envio {
    text-align: left;
    font-size: 26px;
    line-height: 38px;
  }

  .call-entrega {
    font-size: 24px;
  }

  .callaction {
    padding: 7px;
  }

  .call-texto {
    font-size: 12px;
  }

  .jcarousel-wrapper {
    border: 19px solid #fff;
  }

  .estrellas .estrellas-container img {
    max-width: none;
  }
  .estrellas .estrellas-container .estrellas-item.rating {
    font-size: 13px;
  }
  .estrellas .estrellas-container .estrellas-item.texto-estrella {
    font-size: 19px;
  }
  .estrellas .estrellas-container .estrellas-item.texto-estrella .big {
    font-size: 28px;
  }

  /*
  call tienda

  */
  .call-tienda-img-1,
.call-tienda-img-2,
.call-tienda-img-3,
.call-tienda-img-4 {
    zoom: 1.1;
  }

  .call-tienda {
    margin-top: 70px;
  }

  .call-tienda-img {
    width: 152px;
  }

  .call-tienda-titulo.titular {
    font-size: 26px;
  }

  p.call-tienda-titulo {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .call-tienda img {
    margin-top: -98px;
  }

  .icowhatsappb {
    background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -669px -86px;
    width: 125px;
    height: 30px;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    opacity: 0.8;
  }
  .icowhatsappb:hover {
    opacity: 1;
  }

  .link-social-contacta {
    margin-top: 10px;
  }

  /*
    links sociales
  */
  .link-social-contacta {
    float: left;
    margin-right: 15px;
  }

  .link-social img {
    width: 35px;
  }

  footer .col-lg-3:not(:first-of-type) {
    border-left: 1px solid #fff;
    height: 300px;
    padding-left: 60px;
  }

  .btn-comprar {
    width: 372px;
  }

  .cab-megamenu.inferior > a {
    font-size: 14px;
  }
  .cab-megamenu.inferior > .enlace-especial {
    font-size: 14px;
  }

  .nav > li > a, nav > li > .enlace-especial {
    padding-left: 10px;
    padding-right: 11px;
  }

  .prod-tipo {
    top: 220px;
    width: 370px;
    height: 28px;
  }

  /******* NOSTO *******/
  .nosto-list {
    width: 1160px;
  }
  .nosto-list img {
    max-height: 250px;
  }

  .nosto-grid {
    width: 100%;
  }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../themes/pegatinas/css/../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../themes/pegatinas/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../themes/pegatinas/css/../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../themes/pegatinas/css/../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../themes/pegatinas/css/../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../themes/pegatinas/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.navbar-default.navbar-busqueda {
  background: #EFF1F5;
  border-radius: 2px;
}

.navbar-default.navbar-busqueda a.dropdown-toggle {
  color: #4A4A4A;
  font-weight: 600;
}
.navbar-default.navbar-busqueda a.dropdown-toggle.bold {
  font-weight: bold;
}
.navbar-default.navbar-busqueda a.dropdown-toggle.primario {
  color: #B11F6B;
}

.navbar-default.navbar-busqueda a.dropdown-toggle:focus {
  color: #4A4A4A;
  font-weight: 600;
}
.navbar-default.navbar-busqueda a.dropdown-toggle:focus.bold {
  font-weight: bold;
}
.navbar-default.navbar-busqueda a.dropdown-toggle:focus.primario {
  color: #9e1b5f;
}

.navbar-default.navbar-busqueda a.dropdown-toggle:hover {
  color: black;
  font-weight: 600;
}
.navbar-default.navbar-busqueda a.dropdown-toggle:hover.bold {
  font-weight: bold;
}
.navbar-default.navbar-busqueda a.dropdown-toggle:hover.primario {
  color: #9e1b5f;
}

span.caret.prim {
  border-top: 4px solid #B11F6B;
}

.navbar-default.navbar-busqueda .dropdown-menu {
  background: #EFF1F5;
  border-radius: 2px;
  border-width: 0;
  margin-top: 6px;
  min-width: 200px;
}

.navbar-default.navbar-busqueda .navbar-nav > .open > a,
.navbar-default.navbar-busqueda .navbar-nav > .open > a:hover, .navbar-default.navbar-busqueda .navbar-nav > .open > a:focus {
  background: #EFF1F5;
}

.navbar-default.navbar-busqueda .dropdown-menu a {
  color: #4A4A4A;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 20px;
  margin-left: 0px;
  border: 1px solid #999999;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: #B11F6B;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

input[type=checkbox] {
  opacity: 0;
  z-index: 1;
}
input[type=checkbox]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
input[type=checkbox]:disabled + label::before {
  cursor: not-allowed;
}

.checkbox-inline {
  padding-left: 0px;
}

.radio label, .checkbox label {
  padding-left: 50px;
}

ul.dropdown-menu {
  padding-bottom: 15px;
}

a[aria-expanded=true] {
  background-color: #EFF1F5 !important;
}

.fp {
  font-size: 12px;
}

.limpiar {
  text-decoration: underline;
  color: #222222;
  cursor: pointer;
  font-size: 12px;
}

.nav .dropdown.open .caret {
  border-top: none;
  border-bottom: 4px solid #B11F6B;
}

.clickable {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.tag {
  color: #B11F6B;
  margin-right: 10px;
}

.closex {
  color: #B11F6B;
  width: 12px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  line-height: 10px;
  border: 1px solid #DFE4EC;
  border-radius: 2px;
  margin-right: 3px;
}

.prod-img {
  border-bottom: 2px solid #B11F6B;
}
.prod-img img {
  max-height: 190px;
}
.prod-img.enlace-grande {
  margin-bottom: 70px;
}
.prod-img.enlace-grande .prod-titulo {
  position: absolute;
  width: 100%;
}
.prod-img:hover {
  text-decoration: none;
  cursor: pointer;
}
.prod-img:hover .prod-titulo {
  text-decoration: none;
}

.prod-img-box {
  max-height: 180px;
  z-index: -1;
}

img.prod-img {
  display: block;
  max-width: 100%;
  height: auto !important;
  z-index: -100;
}

img.prod-etiqueta {
  position: absolute;
  left: -3px;
  top: -3px;
}

p.prod-titulo {
  font-size: 14px;
  text-align: left;
  margin-left: 14px;
  margin-top: 25px;
  margin-bottom: 5px;
  color: #4A4A4A;
  height: 32px;
  font-weight: bold;
}

p.prod-desc {
  font-size: 10px;
  text-align: left;
  margin-left: 14px;
  margin-top: 0px;
  line-height: 15px;
  margin-bottom: 9px;
  color: #999999;
}

p.prod-precio-titulo {
  text-align: left;
  padding-left: 14px;
  line-height: 15px;
  display: table-cell;
  width: 38%;
  margin-right: 0px;
}

p.prod-precio {
  width: 24%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 15px;
  color: #B11F6B;
  display: table-cell;
  font-size: 18px;
}

p.prod-precio-antes {
  text-align: right;
  padding-left: 14px;
  line-height: 15px;
  display: table-cell;
  width: 36%;
  margin-right: 0px;
  font-size: 14px;
  margin-right: 14px;
  color: #999999;
}

p.prod-detalle {
  text-align: left;
  padding-left: 14px;
  line-height: 15px;
  margin-right: 0px;
  margin-right: 0px;
  margin-top: 11px;
  display: block;
  font-size: 10px;
  float: left;
  color: #999999;
  width: 50%;
}

.prod-favorito {
  position: absolute;
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat 0px 0px;
  width: 29px;
  height: 25px;
  display: block;
  margin-top: 7px;
  right: 4px;
  text-align: right;
  cursor: pointer;
}

.prod-favorito-on {
  position: absolute;
  background: url(../themes/pegatinas/css/../img/sprite.png) no-repeat -40px 0;
  width: 29px;
  height: 25px;
  display: block;
  margin-top: 7px;
  right: 4px;
  text-align: right;
  cursor: pointer;
}

.info-panel {
  background-color: silver;
}

.info-panel {
  background-color: silver;
}

h1.concreta {
  font-size: 20px;
}

.subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.separador-bloque {
  margin-top: 20px;
}
.separador-bloque::before {
  content: " ";
  clear: both;
  width: 100%;
  display: block;
  height: 3px;
  background-color: #B11F6B;
  margin-bottom: 10px;
}
.separador-bloque::after {
  content: " ";
  clear: both;
  width: 100%;
  display: block;
  height: 3px;
  background-color: #B11F6B;
}

.descripcion-categoria img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.subcategorias {
  background-color: #DFE3EC;
  padding-bottom: 30px;
  padding-top: 20px;
}

.subcategorias .tituloSubcategorias {
  width: 95%;
  margin: auto;
  background-color: white;
  text-align: center;
  padding: 11px;
  font-weight: 700;
  font-size: 16px;
}

.subcategorias .producto.portada .btn-comprar {
  width: 50%;
  margin: 0;
  padding: 8px;
  height: 100%;
  font-size: 14.5px;
  font-weight: 700;
  color: gray;
}

.subcategorias .producto.portada .btn-comprar:hover {
  color: white;
}

.subcategorias .producto.portada p.prod-titulo {
  color: #4A4A4A;
  font-weight: 400;
  height: auto;
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 21px;
  margin-left: 0px;
}

.subcategorias .producto.portada {
  background-color: white;
  width: 100%;
  max-height: 180px;
}

.subcategorias .producto.portada .boton-ver {
  display: none;
}

.subcategorias .producto.portada img {
  max-height: 190px;
  max-width: 90% !important;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.subcategorias .col-xs-12 {
  width: 50%;
}

.subcategorias li {
  display: none;
}

@media only screen and (min-width: 768px) {
  .navbar-busqueda .container-fluid,
.navbar-busqueda .navbar-collapse {
    padding-left: 5px;
    padding-right: 0;
  }

  a.dropdown-toggle {
    font-size: 12px;
  }

  .titulo-categoria {
    font-size: 36px;
  }

  .collapse-icon {
    display: block;
  }

  .producto {
    width: 355px;
    height: 400px;
  }

  .prod-img img {
    max-height: 240px;
  }

  a.tab-rec, .nav-tabs > li.active > a, .nav-tabs > li.active > a {
    font-size: 12px;
  }

  h1.prod-titulo {
    font-size: 16px;
    margin-top: 28px;
  }

  p.prod-titulo {
    font-size: 16px;
    margin-top: 28px;
    height: 38px;
  }

  h2.prod-desc {
    width: 330px;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 9px;
  }

  p.prod-precio-titulo {
    padding-left: 14px;
    line-height: 15px;
    width: 37%;
    font-size: 16px;
  }

  h3.prod-precio {
    width: 28%;
    line-height: 20px;
    font-size: 26px;
  }

  p.prod-precio-antes {
    line-height: 15px;
    width: 37%;
    font-size: 16px;
  }

  p.prod-detalle {
    line-height: 15px;
    margin-top: 16px;
    font-size: 12px;
  }

  img.prod-favorito {
    padding-left: 122px;
    margin-top: 11px;
  }

  .descripcion-categoria img {
    min-width: initial;
    max-width: initial;
  }

  .descripcion-categoria img {
    min-width: initial;
    max-width: initial;
  }

  .subcategorias {
    padding-bottom: 50px;
  }

  .subcategorias .producto.portada p.prod-titulo {
    font-weight: bold;
    margin-top: -4px !important;
    font-size: 22px !important;
  }

  .subcategorias .tituloSubcategorias {
    width: 380px !important;
  }

  .subcategorias .col-xs-12 {
    width: 33.33333% !important;
  }

  .subcategorias .producto.portada {
    height: 350px !important;
    max-height: none;
  }

  .subcategorias .producto.portada .boton-ver {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-busqueda .container-fluid,
.navbar-busqueda .navbar-collapse {
    text-align: center;
  }
  .navbar-busqueda .container-fluid .navbar-nav,
.navbar-busqueda .navbar-collapse .navbar-nav {
    display: inline-block;
    float: none;
  }

  a.dropdown-toggle {
    font-size: 13px;
  }

  .producto {
    width: 300px;
    height: 380;
  }

  a.tab-rec, .nav-tabs > li.active > a, .nav-tabs > li.active > a {
    font-size: 18px;
  }

  nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:focus {
    font-size: 18px;
  }

  h1.prod-titulo {
    font-size: 14px;
    text-align: left;
    margin-left: 14px;
    margin-top: 28px;
    margin-bottom: 5px;
    color: #4A4A4A;
  }

  p.prod-titulo {
    font-size: 14px;
    text-align: left;
    margin-left: 14px;
    padding-top: 28px;
    padding-left: 14px;
    margin-top: 28px;
    margin-bottom: 5px;
    color: #4A4A4A;
    margin-top: 0px;
    margin-left: 0px;
  }

  h2.prod-desc {
    width: 275px;
    font-size: 10px;
    text-align: left;
    margin-left: 14px;
    margin-top: 0px;
    line-height: 15px;
    margin-bottom: 9px;
    color: #999999;
  }

  p.prod-precio-titulo {
    padding-left: 14px;
    font-size: 14px;
    line-height: 15px;
    width: 38%;
    margin-right: 0px;
  }

  h3.prod-precio {
    width: 24%;
    line-height: 15px;
    font-size: 18px;
  }

  p.prod-precio-antes {
    padding-left: 14px;
    line-height: 15px;
    width: 39%;
    margin-right: 0px;
    font-size: 15px;
    margin-right: 14px;
  }

  p.prod-detalle {
    line-height: 15px;
    margin-top: 11px;
    font-size: 10px;
    float: left;
    width: 60%;
  }

  img.prod-favorito {
    text-align: left;
    padding-left: 106px;
    margin-top: 7px;
  }

  .call-blog-nuestro {
    color: #fff;
    font-size: 28px;
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  a.dropdown-toggle {
    font-size: 14px;
  }

  p.prod-desc {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 15px;
  }

  .producto {
    width: 372px;
    height: 420px;
  }

  .prod-img img {
    max-height: 250px;
  }

  a.tab-re, .nav-tabs > li.active > a, .nav-tabs > li.active > a {
    font-size: 20px;
  }

  h1.prod-titulo {
    font-size: 16px;
    margin-top: 39px;
  }

  p.prod-titulo {
    font-size: 18px;
    padding-top: 20px;
    height: 50px;
    margin-top: 0px;
  }

  h2.prod-desc {
    width: 330px;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 15px;
  }

  p.prod-precio-titulo {
    padding-left: 14px;
    line-height: 15px;
    width: 37%;
    font-size: 16px;
  }

  h3.prod-precio {
    width: 28%;
    line-height: 20px;
    font-size: 26px;
  }

  p.prod-precio-antes {
    line-height: 15px;
    width: 37%;
    font-size: 16px;
  }

  p.prod-detalle {
    line-height: 15px;
    margin-top: 20px;
    font-size: 13px;
  }

  img.prod-favorito {
    padding-left: 136px;
    margin-top: 14px;
  }
}
/*# sourceMappingURL=listado.css.map */

