/*	==========================================================================
  	BOOTSTRAP Imports
  	==========================================================================	*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #34669d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #214164;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 500px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.4;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
a.text-muted:hover,
a.text-muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.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 ol,
ol ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.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;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.dl-horizontal dd:after {
  clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.dl-horizontal dd:after {
  clear: both;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row .row {
  margin-left: -5px;
  margin-right: -5px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 728px;
  }
  .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.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-push-1 {
    left: 8.333333333333332%;
  }
  .col-push-2 {
    left: 16.666666666666664%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-4 {
    left: 33.33333333333333%;
  }
  .col-push-5 {
    left: 41.66666666666667%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-7 {
    left: 58.333333333333336%;
  }
  .col-push-8 {
    left: 66.66666666666666%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-10 {
    left: 83.33333333333334%;
  }
  .col-push-11 {
    left: 91.66666666666666%;
  }
  .col-pull-1 {
    right: 8.333333333333332%;
  }
  .col-pull-2 {
    right: 16.666666666666664%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-4 {
    right: 33.33333333333333%;
  }
  .col-pull-5 {
    right: 41.66666666666667%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-7 {
    right: 58.333333333333336%;
  }
  .col-pull-8 {
    right: 66.66666666666666%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-10 {
    right: 83.33333333333334%;
  }
  .col-pull-11 {
    right: 91.66666666666666%;
  }
}
@media (min-width: 767px) {
  .container {
    max-width: 940px;
  }
  .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.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
form {
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  min-height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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-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 .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6), ;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6), ;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input,
select,
textarea {
  width: 100%;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  height: auto;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
select,
input[type="file"] {
  height: 38px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size. TODO: Check if this is still needed when dropping IE7 support */

  line-height: 38px;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
/*
// Move the options list down to align with labels
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; // has to be padding because margin collapses
}
*/
.radio-inline,
.checkbox-inline {
  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;
}
select.input-large,
textarea.input-large,
input[type="text"].input-large,
input[type="password"].input-large,
input[type="datetime"].input-large,
input[type="datetime-local"].input-large,
input[type="date"].input-large,
input[type="month"].input-large,
input[type="time"].input-large,
input[type="week"].input-large,
input[type="number"].input-large,
input[type="email"].input-large,
input[type="url"].input-large,
input[type="search"].input-large,
input[type="tel"].input-large,
input[type="color"].input-large {
  min-height: 56px;
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}
select.input-small,
textarea.input-small,
input[type="text"].input-small,
input[type="password"].input-small,
input[type="datetime"].input-small,
input[type="datetime-local"].input-small,
input[type="date"].input-small,
input[type="month"].input-small,
input[type="time"].input-small,
input[type="week"].input-small,
input[type="number"].input-small,
input[type="email"].input-small,
input[type="url"].input-small,
input[type="search"].input-small,
input[type="tel"].input-small,
input[type="color"].input-small {
  min-height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .input-with-feedback {
  padding-right: 32px;
  border-color: #c09853;
  -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-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 .input-with-feedback:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e, ;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e, ;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .input-with-feedback {
  padding-right: 32px;
  border-color: #b94a48;
  -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-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 .input-with-feedback:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392, ;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392, ;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .input-with-feedback {
  padding-right: 32px;
  border-color: #468847;
  -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-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 .input-with-feedback:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b, ;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b, ;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.input-group {
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group input,
.input-group select {
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group input {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group input: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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-small {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-large {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group input:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group input:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  float: left;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.form-inline input,
.form-inline select,
.form-inline textarea,
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .row + .row {
  margin-top: 15px;
}
.form-horizontal .control-label {
  padding-top: 6px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  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);
  -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: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, ;
  box-shadow: none, ;
}
.btn-default {
  background-color: #474949;
  color: #ffffff;
  border-color: #474949;
  background-color: #1c1d1d;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#606363), to(#1c1d1d));
  background-image: -webkit-linear-gradient(top, #606363, 0%, #1c1d1d, 100%);
  background-image: -moz-linear-gradient(top, #606363 0%, #1c1d1d 100%);
  background-image: linear-gradient(to bottom, #606363 0%, #1c1d1d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff606363', endColorstr='#ff1c1d1d', GradientType=0);
  -pie-background: linear-gradient(to bottom, #606363 0%, #1c1d1d 100%);
  -webkit-box-shadow: 0 0 1px #080808, 0 1px 1px #080808, inset 0 1px 0 rgba(134, 137, 137, 0.85);
  box-shadow: 0 0 1px #080808, 0 1px 1px #080808, inset 0 1px 0 rgba(134, 137, 137, 0.85);
  -webkit-box-shadow: 0 0 1px #080808, 0 1px 1px #080808, inset 0 1px 0 rgba(134, 137, 137, 0.85), ;
  box-shadow: 0 0 1px #080808, 0 1px 1px #080808, inset 0 1px 0 rgba(134, 137, 137, 0.85), ;
  text-shadow: 0 1px 1px #000000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #3a3c3c;
  border-color: #2e2f2f;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #474949;
  border-color: #474949;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #353737;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#797d7d), to(#353737));
  background-image: -webkit-linear-gradient(top, #797d7d, 0%, #353737, 100%);
  background-image: -moz-linear-gradient(top, #797d7d 0%, #353737 100%);
  background-image: linear-gradient(to bottom, #797d7d 0%, #353737 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff797d7d', endColorstr='#ff353737', GradientType=0);
  -pie-background: linear-gradient(to bottom, #797d7d 0%, #353737 100%);
  -webkit-box-shadow: 0 0 1px #080808, 0 1px 1px #080808, inset 0 1px 0 rgba(134, 137, 137, 0.85);
  box-shadow: 0 0 1px #080808, 0 1px 1px #080808, inset 0 1px 0 rgba(134, 137, 137, 0.85);
  -webkit-box-shadow: 0 0 1px #080808, 0 1px 1px #080808, inset 0 1px 0 rgba(134, 137, 137, 0.85), ;
  box-shadow: 0 0 1px #080808, 0 1px 1px #080808, inset 0 1px 0 rgba(134, 137, 137, 0.85), ;
}
.btn-default:active,
.btn-default.active {
  background-color: #151515;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3a3c3c), to(#151515));
  background-image: -webkit-linear-gradient(top, #3a3c3c, 0%, #151515, 100%);
  background-image: -moz-linear-gradient(top, #3a3c3c 0%, #151515 100%);
  background-image: linear-gradient(to bottom, #3a3c3c 0%, #151515 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3c3c', endColorstr='#ff151515', GradientType=0);
  -pie-background: linear-gradient(to bottom, #3a3c3c 0%, #151515 100%);
  -webkit-box-shadow: inset 0 0 1px #080808, inset 0 1px 1px #080808;
  box-shadow: inset 0 0 1px #080808, inset 0 1px 1px #080808;
  -webkit-box-shadow: inset 0 0 1px #080808, inset 0 1px 1px #080808, ;
  box-shadow: inset 0 0 1px #080808, inset 0 1px 1px #080808, ;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #1c1d1d;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#606363), to(#1c1d1d));
  background-image: -webkit-linear-gradient(top, #606363, 0%, #1c1d1d, 100%);
  background-image: -moz-linear-gradient(top, #606363 0%, #1c1d1d 100%);
  background-image: linear-gradient(to bottom, #606363 0%, #1c1d1d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff606363', endColorstr='#ff1c1d1d', GradientType=0);
  -pie-background: linear-gradient(to bottom, #606363 0%, #1c1d1d 100%);
  -webkit-box-shadow: 0 0 1px #080808, 0 1px 1px #080808, inset 0 1px 0 rgba(134, 137, 137, 0.85);
  box-shadow: 0 0 1px #080808, 0 1px 1px #080808, inset 0 1px 0 rgba(134, 137, 137, 0.85);
  -webkit-box-shadow: 0 0 1px #080808, 0 1px 1px #080808, inset 0 1px 0 rgba(134, 137, 137, 0.85), ;
  box-shadow: 0 0 1px #080808, 0 1px 1px #080808, inset 0 1px 0 rgba(134, 137, 137, 0.85), ;
}
.btn-primary {
  background-color: #34669d;
  color: #ffffff;
  border-color: #34669d;
  background-color: #1e3c5c;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#437fc1), to(#1e3c5c));
  background-image: -webkit-linear-gradient(top, #437fc1, 0%, #1e3c5c, 100%);
  background-image: -moz-linear-gradient(top, #437fc1 0%, #1e3c5c 100%);
  background-image: linear-gradient(to bottom, #437fc1 0%, #1e3c5c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff437fc1', endColorstr='#ff1e3c5c', GradientType=0);
  -pie-background: linear-gradient(to bottom, #437fc1 0%, #1e3c5c 100%);
  -webkit-box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85);
  box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85);
  -webkit-box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85), ;
  box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85), ;
  text-shadow: 0 1px 1px #080f17;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #2e5a8a;
  border-color: #274d77;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #34669d;
  border-color: #34669d;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2b5582;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#6a99cd), to(#2b5582));
  background-image: -webkit-linear-gradient(top, #6a99cd, 0%, #2b5582, 100%);
  background-image: -moz-linear-gradient(top, #6a99cd 0%, #2b5582 100%);
  background-image: linear-gradient(to bottom, #6a99cd 0%, #2b5582 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a99cd', endColorstr='#ff2b5582', GradientType=0);
  -pie-background: linear-gradient(to bottom, #6a99cd 0%, #2b5582 100%);
  -webkit-box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85);
  box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85);
  -webkit-box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85), ;
  box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85), ;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1b3450;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2e5a8a), to(#1b3450));
  background-image: -webkit-linear-gradient(top, #2e5a8a, 0%, #1b3450, 100%);
  background-image: -moz-linear-gradient(top, #2e5a8a 0%, #1b3450 100%);
  background-image: linear-gradient(to bottom, #2e5a8a 0%, #1b3450 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e5a8a', endColorstr='#ff1b3450', GradientType=0);
  -pie-background: linear-gradient(to bottom, #2e5a8a 0%, #1b3450 100%);
  -webkit-box-shadow: inset 0 0 1px #14283d, inset 0 1px 1px #14283d;
  box-shadow: inset 0 0 1px #14283d, inset 0 1px 1px #14283d;
  -webkit-box-shadow: inset 0 0 1px #14283d, inset 0 1px 1px #14283d, ;
  box-shadow: inset 0 0 1px #14283d, inset 0 1px 1px #14283d, ;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1e3c5c;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#437fc1), to(#1e3c5c));
  background-image: -webkit-linear-gradient(top, #437fc1, 0%, #1e3c5c, 100%);
  background-image: -moz-linear-gradient(top, #437fc1 0%, #1e3c5c 100%);
  background-image: linear-gradient(to bottom, #437fc1 0%, #1e3c5c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff437fc1', endColorstr='#ff1e3c5c', GradientType=0);
  -pie-background: linear-gradient(to bottom, #437fc1 0%, #1e3c5c 100%);
  -webkit-box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85);
  box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85);
  -webkit-box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85), ;
  box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85), ;
}
.btn-warning {
  background-color: #f0ad4e;
  color: #ffffff;
  border-color: #f0ad4e;
  background-color: #d58512;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f4c37d), to(#d58512));
  background-image: -webkit-linear-gradient(top, #f4c37d, 0%, #d58512, 100%);
  background-image: -moz-linear-gradient(top, #f4c37d 0%, #d58512 100%);
  background-image: linear-gradient(to bottom, #f4c37d 0%, #d58512 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4c37d', endColorstr='#ffd58512', GradientType=0);
  -pie-background: linear-gradient(to bottom, #f4c37d 0%, #d58512 100%);
  -webkit-box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85);
  box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85);
  -webkit-box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85), ;
  box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85), ;
  text-shadow: 0 1px 1px #81500b;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #eea236;
  border-color: #ec971f;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #ed9e2d;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f8d9ac), to(#ed9e2d));
  background-image: -webkit-linear-gradient(top, #f8d9ac, 0%, #ed9e2d, 100%);
  background-image: -moz-linear-gradient(top, #f8d9ac 0%, #ed9e2d 100%);
  background-image: linear-gradient(to bottom, #f8d9ac 0%, #ed9e2d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8d9ac', endColorstr='#ffed9e2d', GradientType=0);
  -pie-background: linear-gradient(to bottom, #f8d9ac 0%, #ed9e2d 100%);
  -webkit-box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85);
  box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85);
  -webkit-box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85), ;
  box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85), ;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c77c11;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eea236), to(#c77c11));
  background-image: -webkit-linear-gradient(top, #eea236, 0%, #c77c11, 100%);
  background-image: -moz-linear-gradient(top, #eea236 0%, #c77c11 100%);
  background-image: linear-gradient(to bottom, #eea236 0%, #c77c11 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeea236', endColorstr='#ffc77c11', GradientType=0);
  -pie-background: linear-gradient(to bottom, #eea236 0%, #c77c11 100%);
  -webkit-box-shadow: inset 0 0 1px #b06d0f, inset 0 1px 1px #b06d0f;
  box-shadow: inset 0 0 1px #b06d0f, inset 0 1px 1px #b06d0f;
  -webkit-box-shadow: inset 0 0 1px #b06d0f, inset 0 1px 1px #b06d0f, ;
  box-shadow: inset 0 0 1px #b06d0f, inset 0 1px 1px #b06d0f, ;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #d58512;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f4c37d), to(#d58512));
  background-image: -webkit-linear-gradient(top, #f4c37d, 0%, #d58512, 100%);
  background-image: -moz-linear-gradient(top, #f4c37d 0%, #d58512 100%);
  background-image: linear-gradient(to bottom, #f4c37d 0%, #d58512 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4c37d', endColorstr='#ffd58512', GradientType=0);
  -pie-background: linear-gradient(to bottom, #f4c37d 0%, #d58512 100%);
  -webkit-box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85);
  box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85);
  -webkit-box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85), ;
  box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85), ;
}
.btn-danger {
  background-color: #d9534f;
  color: #ffffff;
  border-color: #d9534f;
  background-color: #ac2925;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e27c79), to(#ac2925));
  background-image: -webkit-linear-gradient(top, #e27c79, 0%, #ac2925, 100%);
  background-image: -moz-linear-gradient(top, #e27c79 0%, #ac2925 100%);
  background-image: linear-gradient(to bottom, #e27c79 0%, #ac2925 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe27c79', endColorstr='#ffac2925', GradientType=0);
  -pie-background: linear-gradient(to bottom, #e27c79 0%, #ac2925 100%);
  -webkit-box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85);
  box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85);
  -webkit-box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85), ;
  box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85), ;
  text-shadow: 0 1px 1px #611715;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #d43f3a;
  border-color: #c9302c;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #d33632;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eba5a3), to(#d33632));
  background-image: -webkit-linear-gradient(top, #eba5a3, 0%, #d33632, 100%);
  background-image: -moz-linear-gradient(top, #eba5a3 0%, #d33632 100%);
  background-image: linear-gradient(to bottom, #eba5a3 0%, #d33632 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeba5a3', endColorstr='#ffd33632', GradientType=0);
  -pie-background: linear-gradient(to bottom, #eba5a3 0%, #d33632 100%);
  -webkit-box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85);
  box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85);
  -webkit-box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85), ;
  box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85), ;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #a02622;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d43f3a), to(#a02622));
  background-image: -webkit-linear-gradient(top, #d43f3a, 0%, #a02622, 100%);
  background-image: -moz-linear-gradient(top, #d43f3a 0%, #a02622 100%);
  background-image: linear-gradient(to bottom, #d43f3a 0%, #a02622 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd43f3a', endColorstr='#ffa02622', GradientType=0);
  -pie-background: linear-gradient(to bottom, #d43f3a 0%, #a02622 100%);
  -webkit-box-shadow: inset 0 0 1px #8b211e, inset 0 1px 1px #8b211e;
  box-shadow: inset 0 0 1px #8b211e, inset 0 1px 1px #8b211e;
  -webkit-box-shadow: inset 0 0 1px #8b211e, inset 0 1px 1px #8b211e, ;
  box-shadow: inset 0 0 1px #8b211e, inset 0 1px 1px #8b211e, ;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ac2925;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e27c79), to(#ac2925));
  background-image: -webkit-linear-gradient(top, #e27c79, 0%, #ac2925, 100%);
  background-image: -moz-linear-gradient(top, #e27c79 0%, #ac2925 100%);
  background-image: linear-gradient(to bottom, #e27c79 0%, #ac2925 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe27c79', endColorstr='#ffac2925', GradientType=0);
  -pie-background: linear-gradient(to bottom, #e27c79 0%, #ac2925 100%);
  -webkit-box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85);
  box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85);
  -webkit-box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85), ;
  box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85), ;
}
.btn-success {
  background-color: #5cb85c;
  color: #ffffff;
  border-color: #5cb85c;
  background-color: #398439;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#80c780), to(#398439));
  background-image: -webkit-linear-gradient(top, #80c780, 0%, #398439, 100%);
  background-image: -moz-linear-gradient(top, #80c780 0%, #398439 100%);
  background-image: linear-gradient(to bottom, #80c780 0%, #398439 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80c780', endColorstr='#ff398439', GradientType=0);
  -pie-background: linear-gradient(to bottom, #80c780 0%, #398439 100%);
  -webkit-box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85);
  box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85);
  -webkit-box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85), ;
  box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85), ;
  text-shadow: 0 1px 1px #1e441e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #4cae4c;
  border-color: #449d44;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #49a749;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#a3d7a3), to(#49a749));
  background-image: -webkit-linear-gradient(top, #a3d7a3, 0%, #49a749, 100%);
  background-image: -moz-linear-gradient(top, #a3d7a3 0%, #49a749 100%);
  background-image: linear-gradient(to bottom, #a3d7a3 0%, #49a749 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3d7a3', endColorstr='#ff49a749', GradientType=0);
  -pie-background: linear-gradient(to bottom, #a3d7a3 0%, #49a749 100%);
  -webkit-box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85);
  box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85);
  -webkit-box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85), ;
  box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85), ;
}
.btn-success:active,
.btn-success.active {
  background-color: #357935;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4cae4c), to(#357935));
  background-image: -webkit-linear-gradient(top, #4cae4c, 0%, #357935, 100%);
  background-image: -moz-linear-gradient(top, #4cae4c 0%, #357935 100%);
  background-image: linear-gradient(to bottom, #4cae4c 0%, #357935 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4cae4c', endColorstr='#ff357935', GradientType=0);
  -pie-background: linear-gradient(to bottom, #4cae4c 0%, #357935 100%);
  -webkit-box-shadow: inset 0 0 1px #2d672d, inset 0 1px 1px #2d672d;
  box-shadow: inset 0 0 1px #2d672d, inset 0 1px 1px #2d672d;
  -webkit-box-shadow: inset 0 0 1px #2d672d, inset 0 1px 1px #2d672d, ;
  box-shadow: inset 0 0 1px #2d672d, inset 0 1px 1px #2d672d, ;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #398439;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#80c780), to(#398439));
  background-image: -webkit-linear-gradient(top, #80c780, 0%, #398439, 100%);
  background-image: -moz-linear-gradient(top, #80c780 0%, #398439 100%);
  background-image: linear-gradient(to bottom, #80c780 0%, #398439 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80c780', endColorstr='#ff398439', GradientType=0);
  -pie-background: linear-gradient(to bottom, #80c780 0%, #398439 100%);
  -webkit-box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85);
  box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85);
  -webkit-box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85), ;
  box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85), ;
}
.btn-info {
  background-color: #5bc0de;
  color: #ffffff;
  border-color: #5bc0de;
  background-color: #269abc;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#85d0e7), to(#269abc));
  background-image: -webkit-linear-gradient(top, #85d0e7, 0%, #269abc, 100%);
  background-image: -moz-linear-gradient(top, #85d0e7 0%, #269abc 100%);
  background-image: linear-gradient(to bottom, #85d0e7 0%, #269abc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85d0e7', endColorstr='#ff269abc', GradientType=0);
  -pie-background: linear-gradient(to bottom, #85d0e7 0%, #269abc 100%);
  -webkit-box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85);
  box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85);
  -webkit-box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85), ;
  box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85), ;
  text-shadow: 0 1px 1px #175b70;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #46b8da;
  border-color: #31b0d5;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #3db5d8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b0e1ef), to(#3db5d8));
  background-image: -webkit-linear-gradient(top, #b0e1ef, 0%, #3db5d8, 100%);
  background-image: -moz-linear-gradient(top, #b0e1ef 0%, #3db5d8 100%);
  background-image: linear-gradient(to bottom, #b0e1ef 0%, #3db5d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb0e1ef', endColorstr='#ff3db5d8', GradientType=0);
  -pie-background: linear-gradient(to bottom, #b0e1ef 0%, #3db5d8 100%);
  -webkit-box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85);
  box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85);
  -webkit-box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85), ;
  box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85), ;
}
.btn-info:active,
.btn-info.active {
  background-color: #2390b0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#46b8da), to(#2390b0));
  background-image: -webkit-linear-gradient(top, #46b8da, 0%, #2390b0, 100%);
  background-image: -moz-linear-gradient(top, #46b8da 0%, #2390b0 100%);
  background-image: linear-gradient(to bottom, #46b8da 0%, #2390b0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46b8da', endColorstr='#ff2390b0', GradientType=0);
  -pie-background: linear-gradient(to bottom, #46b8da 0%, #2390b0 100%);
  -webkit-box-shadow: inset 0 0 1px #1f7e9a, inset 0 1px 1px #1f7e9a;
  box-shadow: inset 0 0 1px #1f7e9a, inset 0 1px 1px #1f7e9a;
  -webkit-box-shadow: inset 0 0 1px #1f7e9a, inset 0 1px 1px #1f7e9a, ;
  box-shadow: inset 0 0 1px #1f7e9a, inset 0 1px 1px #1f7e9a, ;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #269abc;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#85d0e7), to(#269abc));
  background-image: -webkit-linear-gradient(top, #85d0e7, 0%, #269abc, 100%);
  background-image: -moz-linear-gradient(top, #85d0e7 0%, #269abc 100%);
  background-image: linear-gradient(to bottom, #85d0e7 0%, #269abc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85d0e7', endColorstr='#ff269abc', GradientType=0);
  -pie-background: linear-gradient(to bottom, #85d0e7 0%, #269abc 100%);
  -webkit-box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85);
  box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85);
  -webkit-box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85), ;
  box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85), ;
}
.btn-link {
  color: #34669d;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -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: #214164;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #333333;
  text-decoration: none;
}
.btn-large {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.btn-small {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.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;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175), ;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175), ;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 2px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #2e5a8a;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#34669d), to(#2e5a8a));
  background-image: -webkit-linear-gradient(top, #34669d, 0%, #2e5a8a, 100%);
  background-image: -moz-linear-gradient(top, #34669d 0%, #2e5a8a 100%);
  background-image: linear-gradient(to bottom, #34669d 0%, #2e5a8a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34669d', endColorstr='#ff2e5a8a', GradientType=0);
  -pie-background: linear-gradient(to bottom, #34669d 0%, #2e5a8a 100%);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2e5a8a;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#34669d), to(#2e5a8a));
  background-image: -webkit-linear-gradient(top, #34669d, 0%, #2e5a8a, 100%);
  background-image: -moz-linear-gradient(top, #34669d 0%, #2e5a8a 100%);
  background-image: linear-gradient(to bottom, #34669d 0%, #2e5a8a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34669d', endColorstr='#ff2e5a8a', GradientType=0);
  -pie-background: linear-gradient(to bottom, #34669d 0%, #2e5a8a 100%);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: default;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.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 solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.nav {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.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: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.nav > li + .nav-header {
  margin-top: 9px;
}
.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #fff;
  background-color: #34669d;
  border-color: #34669d;
}
.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav > .pull-right {
  float: right;
}
.nav .nav-divider {
  height: 2px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.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: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li > a {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #34669d;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li > a {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
  text-align: center;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.428571429;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #34669d;
  border-bottom-color: #34669d;
}
.nav a:hover .caret {
  border-top-color: #214164;
  border-bottom-color: #214164;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn .caret {
  border-top-color: #ffffff;
}
.dropup .btn .caret {
  border-bottom-color: #ffffff;
}
.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-vertical > .btn:hover,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active {
  z-index: 2;
}
.btn-group .btn + .btn {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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-large + .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);
  -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 .caret {
  margin-left: 0;
}
.btn-large .caret {
  border-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
}
.btn-group-vertical .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical .btn:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical .btn:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group[data-toggle="buttons-radio"] > .btn > input[type="radio"],
.btn-group[data-toggle="buttons-checkbox"] > .btn > input[type="checkbox"] {
  display: none;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li + li:before {
  display: inline-block;
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #f5f5f5;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #999999;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  cursor: default;
}
.pagination-large > li > a,
.pagination-large > li > span {
  padding: 14px 16px;
  font-size: 18px;
}
.pagination-large > li:first-child > a,
.pagination-large > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-large > li:last-child > a,
.pagination-large > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-small > li > a,
.pagination-small > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-small > li:first-child > a,
.pagination-small > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-small > li:last-child > a,
.pagination-small > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: default;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}
.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: rgba(0, 0, 0, 0.9);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.alert {
  padding: 10px 35px 10px 15px;
  margin-bottom: 20px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert hr {
  border-top-color: #f8e5be;
}
.alert .alert-link {
  font-weight: 500;
  color: #a47e3c;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.thumbnail,
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #abaeaf;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail {
  display: block;
}
.thumbnail > img,
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #34669d;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), ;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), ;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #34669d;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), ;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), ;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-color: #34669d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-color: #d9534f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-color: #5cb85c;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-color: #f0ad4e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-sm {
  display: block !important;
}
tr.visible-sm {
  display: table-row !important;
}
th.visible-sm,
td.visible-sm {
  display: table-cell !important;
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
.hidden-sm {
  display: none !important;
}
tr.hidden-sm {
  display: none !important;
}
th.hidden-sm,
td.hidden-sm {
  display: none !important;
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 766px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}
@media (min-width: 767px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*  ==========================================================================
    CUSTOM imports
    ==========================================================================  */
.pullfix {
  overflow: hidden;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}
.show-if-open {
  display: none;
}
.open .hide-if-open {
  display: none;
}
.open .show-if-open {
  display: inline;
}
/*  ==========================================================================
    LAYOUT imports
    ==========================================================================  */
html {
  font-size: 62.5%;
}
.widget-header-title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333333;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
/*
 * Font Custom: Bootstrap CSS
 */
@font-face {
  font-family: "fontcustom";
  src: url(http://assets3.fcbarcelona.com/stylesheets/icon-font/fontcustom_22246df081290a07ab9b1af535122a4d.1f67c4500.eot);
  src: url(http://assets3.fcbarcelona.com/stylesheets/icon-font/fontcustom_22246df081290a07ab9b1af535122a4d.1f67c4500.eot) format("embedded-opentype"), url(http://assets1.fcbarcelona.com/stylesheets/icon-font/fontcustom_22246df081290a07ab9b1af535122a4d.bb446178e.woff) format("woff"), url(http://assets1.fcbarcelona.com/stylesheets/icon-font/fontcustom_22246df081290a07ab9b1af535122a4d.a5deeeef0.ttf) format("truetype"), url("icon-font/fontcustom_22246df081290a07ab9b1af535122a4d.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontcustom";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
.icon-large:before {
  vertical-align: top;
  font-size: 1.333em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  line-height: 0.9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
  width: 1.875em;
}
li[class^="icon-"],
li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before,
li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before,
li[class*=" icon-"].icon-large:before {
  text-indent: -1.333em;
}
.icon-ada:before {
  content: "\f100";
}
.icon-asterisk:before {
  content: "\f101";
}
.icon-audio-off:before {
  content: "\f102";
}
.icon-audio-on:before {
  content: "\f103";
}
.icon-calendar:before {
  content: "\f104";
}
.icon-caret-left-round:before {
  content: "\f105";
}
.icon-caret-left:before {
  content: "\f106";
}
.icon-caret-right-round:before {
  content: "\f107";
}
.icon-caret-right:before {
  content: "\f108";
}
.icon-dot:before {
  content: "\f109";
}
.icon-doublemajor:before {
  content: "\f10a";
}
.icon-doubleminor:before {
  content: "\f10b";
}
.icon-euro:before {
  content: "\f10c";
}
.icon-exclamation-round:before {
  content: "\f10d";
}
.icon-facebook:before {
  content: "\f10e";
}
.icon-fastforward:before {
  content: "\f10f";
}
.icon-gplus:before {
  content: "\f110";
}
.icon-group:before {
  content: "\f111";
}
.icon-info:before {
  content: "\f112";
}
.icon-instagram:before {
  content: "\f113";
}
.icon-lang:before {
  content: "\f114";
}
.icon-line:before {
  content: "\f115";
}
.icon-major:before {
  content: "\f116";
}
.icon-minor:before {
  content: "\f117";
}
.icon-pause:before {
  content: "\f118";
}
.icon-pinterest:before {
  content: "\f119";
}
.icon-plane:before {
  content: "\f11a";
}
.icon-quote-down:before {
  content: "\f11b";
}
.icon-quote-up:before {
  content: "\f11c";
}
.icon-ranking:before {
  content: "\f11d";
}
.icon-reload:before {
  content: "\f11e";
}
.icon-rewind:before {
  content: "\f11f";
}
.icon-success-sign:before {
  content: "\f120";
}
.icon-twitter:before {
  content: "\f121";
}
.icon-user:before {
  content: "\f122";
}
.icon-users:before {
  content: "\f123";
}
.icon-vip:before {
  content: "\f124";
}
.icon-warning-sign:before {
  content: "\f125";
}
.icon-weibo:before {
  content: "\f126";
}
.icon-world:before {
  content: "\f127";
}
.icon-youtube:before {
  content: "\f128";
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*
Version: 3.4.0 Timestamp: Tue May 14 08:27:33 PDT 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */

  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */

  -webkit-box-sizing: border-box;
  /* webkit */

  -khtml-box-sizing: border-box;
  /* konqueror */

  -moz-box-sizing: border-box;
  /* firefox */

  -ms-box-sizing: border-box;
  /* ie */

  box-sizing: border-box;
  /* css3 */

}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}
.select2-container.select2-allowclear .select2-choice span {
  margin-right: 42px;
}
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-container .select2-choice div {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}
.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==') no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==') no-repeat 100% -22px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==') no-repeat 100% -22px, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('data:image/gif;base64,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') no-repeat 100%;
  background: url('data:image/gif;base64,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') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('data:image/gif;base64,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') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==') no-repeat 100%, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('data:image/gif;base64,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') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('data:image/gif;base64,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') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: white;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('data:image/gif;base64,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') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  outline: 0;
  left: 0px;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice div b {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX/hAlxQ3SekovYXIIvKEiBRIUF1lHT+BP+Br0TCCCsFLW5cmCS3jKWNNFrdZu+EOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW/JkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9/EQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl+LO9Z8FRwEaYINnpDdWKVIEdwC/QVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq/4Edy/bLNXB4/G4FKJ1sJ7zTwTrhMuTU3f+NVqc84SSG+bEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6/Y38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe+G0YX9+KHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP+YxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS/BTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF/pkyy1+ioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1+vBR+CG+EZ8IL4a3wU69cRYlgC4cN4UFD/LDBNVAi2NZxYa0Ixe5ikhFs58B/2SC48mOZUMYkI/jw/61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII=') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: block;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url('data:image/png;base64,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') no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal {
  background-position: 0 0;
}
.icheckbox_minimal.hover {
  background-position: -20px 0;
}
.icheckbox_minimal.checked {
  background-position: -40px 0;
}
.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal {
  background-position: -100px 0;
}
.iradio_minimal.hover {
  background-position: -120px 0;
}
.iradio_minimal.checked {
  background-position: -140px 0;
}
.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal.checked.disabled {
  background-position: -180px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url(minimal@2x.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}
/* FCB Main layout */
body {
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #141F4C;
}
body#overlay {
  background-image: none !important;
}
/* Main container and Containers */
.main-container {
  width: 100%;
  /* padding-top: 5px; */

  overflow: hidden;
  background: #e1e1e1;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5), ;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5), ;
}
@media screen and (min-width: 767px) {
  .main-container {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
}
.bloc {
  padding: 0 5px;
}
.bloc.bloc1 {
  min-height: 0;
  padding: 0;
  background: #333333;
}
.bloc2 {
  padding-top: 10px;
}
.widget.col-12 {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
/* Main container and Containers behaviour on desktops */
@media screen and (min-width: 767px) {
  .container {
    width: 1000px;
    max-width: 1000px !important;
  }
  .container > .row:first-child {
    padding-right: 0;
    padding-left: 0;
  }
  .container > .row,
  .container > .row.sidebar-layout {
    margin-left: 0;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 5px;
  }
  .main-container {
    width: 1000px;
    margin: 0 auto;
    padding-top: 0;
  }
  .main-container .container {
    width: 100%;
  }
  .bloc2,
  .bloc3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .widget {
    width: 33.33333333333333%;
  }
  .widget.col-12 {
    float: left;
  }
  .widget.widget-2cols {
    width: 66.66666666666666%;
  }
  .widget.widget-full-width {
    clear: both;
    width: 100%;
  }
  .sidebar-layout .bloc2 .widget {
    width: 50%;
  }
  .sidebar-layout .bloc2 .widget.widget-2cols {
    width: 100%;
  }
  .sidebar-layout .bloc3 .widget {
    width: 100%;
  }
}
/* FCB Component: Buttons */
.btn.expanded > .caret {
  border-bottom: 4px solid #34669d;
  border-top: none;
}
.btn.expanded:hover > .caret,
.btn.expanded:focus > .caret,
.btn.expanded:active > .caret,
.btn.expanded.active > .caret {
  border-bottom: 4px solid  #FFF;
  border-top: none;
}
.btn.active:focus {
  outline-color: #fff;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
.btn-unstyled {
  background: none;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  border-radius: 0;
}
.btn-default {
  background-color: #34669d;
  color: #ffffff;
  border-color: #274d77;
  background-color: #1e3c5c;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#437fc1), to(#1e3c5c));
  background-image: -webkit-linear-gradient(top, #437fc1, 0%, #1e3c5c, 100%);
  background-image: -moz-linear-gradient(top, #437fc1 0%, #1e3c5c 100%);
  background-image: linear-gradient(to bottom, #437fc1 0%, #1e3c5c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff437fc1', endColorstr='#ff1e3c5c', GradientType=0);
  -pie-background: linear-gradient(to bottom, #437fc1 0%, #1e3c5c 100%);
  -webkit-box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85);
  box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85);
  -webkit-box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85), ;
  box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85), ;
  text-shadow: 0 1px 1px #080f17;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #2e5a8a;
  border-color: #1b3450;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #34669d;
  border-color: #274d77;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #2b5582;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#6a99cd), to(#2b5582));
  background-image: -webkit-linear-gradient(top, #6a99cd, 0%, #2b5582, 100%);
  background-image: -moz-linear-gradient(top, #6a99cd 0%, #2b5582 100%);
  background-image: linear-gradient(to bottom, #6a99cd 0%, #2b5582 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a99cd', endColorstr='#ff2b5582', GradientType=0);
  -pie-background: linear-gradient(to bottom, #6a99cd 0%, #2b5582 100%);
  -webkit-box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85);
  box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85);
  -webkit-box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85), ;
  box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85), ;
}
.btn-default:active,
.btn-default.active {
  background-color: #1b3450;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2e5a8a), to(#1b3450));
  background-image: -webkit-linear-gradient(top, #2e5a8a, 0%, #1b3450, 100%);
  background-image: -moz-linear-gradient(top, #2e5a8a 0%, #1b3450 100%);
  background-image: linear-gradient(to bottom, #2e5a8a 0%, #1b3450 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e5a8a', endColorstr='#ff1b3450', GradientType=0);
  -pie-background: linear-gradient(to bottom, #2e5a8a 0%, #1b3450 100%);
  -webkit-box-shadow: inset 0 0 1px #14283d, inset 0 1px 1px #14283d;
  box-shadow: inset 0 0 1px #14283d, inset 0 1px 1px #14283d;
  -webkit-box-shadow: inset 0 0 1px #14283d, inset 0 1px 1px #14283d, ;
  box-shadow: inset 0 0 1px #14283d, inset 0 1px 1px #14283d, ;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #1e3c5c;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#437fc1), to(#1e3c5c));
  background-image: -webkit-linear-gradient(top, #437fc1, 0%, #1e3c5c, 100%);
  background-image: -moz-linear-gradient(top, #437fc1 0%, #1e3c5c 100%);
  background-image: linear-gradient(to bottom, #437fc1 0%, #1e3c5c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff437fc1', endColorstr='#ff1e3c5c', GradientType=0);
  -pie-background: linear-gradient(to bottom, #437fc1 0%, #1e3c5c 100%);
  -webkit-box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85);
  box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85);
  -webkit-box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85), ;
  box-shadow: 0 0 1px #14283d, 0 1px 1px #14283d, inset 0 1px 0 rgba(125, 166, 212, 0.85), ;
}
.btn-default.btn-point-prev {
  position: relative;
  padding-left: 0px;
  margin-left: 13px;
}
.btn-default.btn-point-prev:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -13px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -100px -150px;
  width: 14px;
  height: 25px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .btn-default.btn-point-prev:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .btn-default.btn-point-prev:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
[dir=rtl] .btn-default.btn-point-prev:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -150px -150px;
  width: 14px;
  height: 25px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  [dir=rtl] .btn-default.btn-point-prev:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 [dir=rtl] .btn-default.btn-point-prev:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.btn-default.btn-point-prev:hover:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -125px -150px;
  width: 14px;
  height: 25px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .btn-default.btn-point-prev:hover:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .btn-default.btn-point-prev:hover:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
[dir=rtl] .btn-default.btn-point-prev:hover:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -175px -150px;
  width: 14px;
  height: 25px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  [dir=rtl] .btn-default.btn-point-prev:hover:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 [dir=rtl] .btn-default.btn-point-prev:hover:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.btn-default.btn-point-next {
  position: relative;
  padding-left: 0px;
  margin-right: 13px;
}
.btn-default.btn-point-next:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -13px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -150px -150px;
  width: 14px;
  height: 25px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .btn-default.btn-point-next:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .btn-default.btn-point-next:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
[dir=rtl] .btn-default.btn-point-next:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -100px -150px;
  width: 14px;
  height: 25px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  [dir=rtl] .btn-default.btn-point-next:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 [dir=rtl] .btn-default.btn-point-next:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.btn-default.btn-point-next:hover:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -175px -150px;
  width: 14px;
  height: 25px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .btn-default.btn-point-next:hover:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .btn-default.btn-point-next:hover:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
[dir=rtl] .btn-default.btn-point-next:hover:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -125px -150px;
  width: 14px;
  height: 25px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  [dir=rtl] .btn-default.btn-point-next:hover:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 [dir=rtl] .btn-default.btn-point-next:hover:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.btn-default-alt {
  position: relative;
  background-color: #498a9e;
  color: #ffffff;
  border-color: #315c6a;
  background-color: #2e5663;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#63a3b7), to(#2e5663));
  background-image: -webkit-linear-gradient(top, #63a3b7, 0%, #2e5663, 100%);
  background-image: -moz-linear-gradient(top, #63a3b7 0%, #2e5663 100%);
  background-image: linear-gradient(to bottom, #63a3b7 0%, #2e5663 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff63a3b7', endColorstr='#ff2e5663', GradientType=0);
  -pie-background: linear-gradient(to bottom, #63a3b7 0%, #2e5663 100%);
  -webkit-box-shadow: 0 0 1px #213e47, 0 1px 1px #213e47, inset 0 1px 0 rgba(151, 194, 207, 0.85);
  box-shadow: 0 0 1px #213e47, 0 1px 1px #213e47, inset 0 1px 0 rgba(151, 194, 207, 0.85);
  -webkit-box-shadow: 0 0 1px #213e47, 0 1px 1px #213e47, inset 0 1px 0 rgba(151, 194, 207, 0.85), ;
  box-shadow: 0 0 1px #213e47, 0 1px 1px #213e47, inset 0 1px 0 rgba(151, 194, 207, 0.85), ;
  text-shadow: 0 1px 1px #111f24;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), ;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), ;
}
.btn-default-alt:hover,
.btn-default-alt:focus,
.btn-default-alt:active,
.btn-default-alt.active {
  background-color: #417b8d;
  border-color: #213e47;
}
.btn-default-alt.disabled,
.btn-default-alt[disabled],
fieldset[disabled] .btn-default-alt,
.btn-default-alt.disabled:hover,
.btn-default-alt[disabled]:hover,
fieldset[disabled] .btn-default-alt:hover,
.btn-default-alt.disabled:focus,
.btn-default-alt[disabled]:focus,
fieldset[disabled] .btn-default-alt:focus,
.btn-default-alt.disabled:active,
.btn-default-alt[disabled]:active,
fieldset[disabled] .btn-default-alt:active,
.btn-default-alt.disabled.active,
.btn-default-alt[disabled].active,
fieldset[disabled] .btn-default-alt.active {
  background-color: #498a9e;
  border-color: #315c6a;
}
.btn-default-alt:hover,
.btn-default-alt:focus {
  background-color: #3e7586;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#86b8c7), to(#3e7586));
  background-image: -webkit-linear-gradient(top, #86b8c7, 0%, #3e7586, 100%);
  background-image: -moz-linear-gradient(top, #86b8c7 0%, #3e7586 100%);
  background-image: linear-gradient(to bottom, #86b8c7 0%, #3e7586 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86b8c7', endColorstr='#ff3e7586', GradientType=0);
  -pie-background: linear-gradient(to bottom, #86b8c7 0%, #3e7586 100%);
  -webkit-box-shadow: 0 0 1px #213e47, 0 1px 1px #213e47, inset 0 1px 0 rgba(151, 194, 207, 0.85);
  box-shadow: 0 0 1px #213e47, 0 1px 1px #213e47, inset 0 1px 0 rgba(151, 194, 207, 0.85);
  -webkit-box-shadow: 0 0 1px #213e47, 0 1px 1px #213e47, inset 0 1px 0 rgba(151, 194, 207, 0.85), ;
  box-shadow: 0 0 1px #213e47, 0 1px 1px #213e47, inset 0 1px 0 rgba(151, 194, 207, 0.85), ;
}
.btn-default-alt:active,
.btn-default-alt.active {
  background-color: #294d58;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#417b8d), to(#294d58));
  background-image: -webkit-linear-gradient(top, #417b8d, 0%, #294d58, 100%);
  background-image: -moz-linear-gradient(top, #417b8d 0%, #294d58 100%);
  background-image: linear-gradient(to bottom, #417b8d 0%, #294d58 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff417b8d', endColorstr='#ff294d58', GradientType=0);
  -pie-background: linear-gradient(to bottom, #417b8d 0%, #294d58 100%);
  -webkit-box-shadow: inset 0 0 1px #213e47, inset 0 1px 1px #213e47;
  box-shadow: inset 0 0 1px #213e47, inset 0 1px 1px #213e47;
  -webkit-box-shadow: inset 0 0 1px #213e47, inset 0 1px 1px #213e47, ;
  box-shadow: inset 0 0 1px #213e47, inset 0 1px 1px #213e47, ;
}
.btn-default-alt.disabled:hover,
.btn-default-alt[disabled]:hover,
fieldset[disabled] .btn-default-alt:hover,
.btn-default-alt.disabled:focus,
.btn-default-alt[disabled]:focus,
fieldset[disabled] .btn-default-alt:focus,
.btn-default-alt.disabled:active,
.btn-default-alt[disabled]:active,
fieldset[disabled] .btn-default-alt:active,
.btn-default-alt.disabled.active,
.btn-default-alt[disabled].active,
fieldset[disabled] .btn-default-alt.active {
  background-color: #2e5663;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#63a3b7), to(#2e5663));
  background-image: -webkit-linear-gradient(top, #63a3b7, 0%, #2e5663, 100%);
  background-image: -moz-linear-gradient(top, #63a3b7 0%, #2e5663 100%);
  background-image: linear-gradient(to bottom, #63a3b7 0%, #2e5663 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff63a3b7', endColorstr='#ff2e5663', GradientType=0);
  -pie-background: linear-gradient(to bottom, #63a3b7 0%, #2e5663 100%);
  -webkit-box-shadow: 0 0 1px #213e47, 0 1px 1px #213e47, inset 0 1px 0 rgba(151, 194, 207, 0.85);
  box-shadow: 0 0 1px #213e47, 0 1px 1px #213e47, inset 0 1px 0 rgba(151, 194, 207, 0.85);
  -webkit-box-shadow: 0 0 1px #213e47, 0 1px 1px #213e47, inset 0 1px 0 rgba(151, 194, 207, 0.85), ;
  box-shadow: 0 0 1px #213e47, 0 1px 1px #213e47, inset 0 1px 0 rgba(151, 194, 207, 0.85), ;
}
.btn-default-alt:hover,
.btn-default-alt:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), ;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), ;
}
.btn-primary {
  background-color: #c3132e;
  color: #ffffff;
  border-color: #940e23;
  background-color: #740b1b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e91f3e), to(#740b1b));
  background-image: -webkit-linear-gradient(top, #e91f3e, 0%, #740b1b, 100%);
  background-image: -moz-linear-gradient(top, #e91f3e 0%, #740b1b 100%);
  background-image: linear-gradient(to bottom, #e91f3e 0%, #740b1b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe91f3e', endColorstr='#ff740b1b', GradientType=0);
  -pie-background: linear-gradient(to bottom, #e91f3e 0%, #740b1b 100%);
  -webkit-box-shadow: 0 0 1px #4e0812, 0 1px 1px #4e0812, inset 0 1px 0 rgba(240, 101, 122, 0.85);
  box-shadow: 0 0 1px #4e0812, 0 1px 1px #4e0812, inset 0 1px 0 rgba(240, 101, 122, 0.85);
  -webkit-box-shadow: 0 0 1px #4e0812, 0 1px 1px #4e0812, inset 0 1px 0 rgba(240, 101, 122, 0.85), ;
  box-shadow: 0 0 1px #4e0812, 0 1px 1px #4e0812, inset 0 1px 0 rgba(240, 101, 122, 0.85), ;
  text-shadow: 0 1px 1px #200307;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #ab1128;
  border-color: #660a18;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #c3132e;
  border-color: #940e23;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #a21026;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ee4e66), to(#a21026));
  background-image: -webkit-linear-gradient(top, #ee4e66, 0%, #a21026, 100%);
  background-image: -moz-linear-gradient(top, #ee4e66 0%, #a21026 100%);
  background-image: linear-gradient(to bottom, #ee4e66 0%, #a21026 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee4e66', endColorstr='#ffa21026', GradientType=0);
  -pie-background: linear-gradient(to bottom, #ee4e66 0%, #a21026 100%);
  -webkit-box-shadow: 0 0 1px #4e0812, 0 1px 1px #4e0812, inset 0 1px 0 rgba(240, 101, 122, 0.85);
  box-shadow: 0 0 1px #4e0812, 0 1px 1px #4e0812, inset 0 1px 0 rgba(240, 101, 122, 0.85);
  -webkit-box-shadow: 0 0 1px #4e0812, 0 1px 1px #4e0812, inset 0 1px 0 rgba(240, 101, 122, 0.85), ;
  box-shadow: 0 0 1px #4e0812, 0 1px 1px #4e0812, inset 0 1px 0 rgba(240, 101, 122, 0.85), ;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #660a18;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ab1128), to(#660a18));
  background-image: -webkit-linear-gradient(top, #ab1128, 0%, #660a18, 100%);
  background-image: -moz-linear-gradient(top, #ab1128 0%, #660a18 100%);
  background-image: linear-gradient(to bottom, #ab1128 0%, #660a18 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab1128', endColorstr='#ff660a18', GradientType=0);
  -pie-background: linear-gradient(to bottom, #ab1128 0%, #660a18 100%);
  -webkit-box-shadow: inset 0 0 1px #4e0812, inset 0 1px 1px #4e0812;
  box-shadow: inset 0 0 1px #4e0812, inset 0 1px 1px #4e0812;
  -webkit-box-shadow: inset 0 0 1px #4e0812, inset 0 1px 1px #4e0812, ;
  box-shadow: inset 0 0 1px #4e0812, inset 0 1px 1px #4e0812, ;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #740b1b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e91f3e), to(#740b1b));
  background-image: -webkit-linear-gradient(top, #e91f3e, 0%, #740b1b, 100%);
  background-image: -moz-linear-gradient(top, #e91f3e 0%, #740b1b 100%);
  background-image: linear-gradient(to bottom, #e91f3e 0%, #740b1b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe91f3e', endColorstr='#ff740b1b', GradientType=0);
  -pie-background: linear-gradient(to bottom, #e91f3e 0%, #740b1b 100%);
  -webkit-box-shadow: 0 0 1px #4e0812, 0 1px 1px #4e0812, inset 0 1px 0 rgba(240, 101, 122, 0.85);
  box-shadow: 0 0 1px #4e0812, 0 1px 1px #4e0812, inset 0 1px 0 rgba(240, 101, 122, 0.85);
  -webkit-box-shadow: 0 0 1px #4e0812, 0 1px 1px #4e0812, inset 0 1px 0 rgba(240, 101, 122, 0.85), ;
  box-shadow: 0 0 1px #4e0812, 0 1px 1px #4e0812, inset 0 1px 0 rgba(240, 101, 122, 0.85), ;
}
.btn-primary:hover,
.btn-primary:focus,
a:hover .btn-primary,
a:focus .btn-primary {
  background-color: #d87300;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0cf9b), to(#d87300));
  background-image: -webkit-linear-gradient(top, #f0cf9b, 0%, #d87300, 100%);
  background-image: -moz-linear-gradient(top, #f0cf9b 0%, #d87300 100%);
  background-image: linear-gradient(to bottom, #f0cf9b 0%, #d87300 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0cf9b', endColorstr='#ffd87300', GradientType=0);
  -pie-background: linear-gradient(to bottom, #f0cf9b 0%, #d87300 100%);
  -webkit-box-shadow: 0 0 1px #906115, 0 1px 1px #906115, inset 0 1px 0 rgba(243, 218, 177, 0.85);
  box-shadow: 0 0 1px #906115, 0 1px 1px #906115, inset 0 1px 0 rgba(243, 218, 177, 0.85);
  -webkit-box-shadow: 0 0 1px #906115, 0 1px 1px #906115, inset 0 1px 0 rgba(243, 218, 177, 0.85), ;
  box-shadow: 0 0 1px #906115, 0 1px 1px #906115, inset 0 1px 0 rgba(243, 218, 177, 0.85), ;
  border-color: #bf6600;
  text-shadow: 0 1px 1px #64430f;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #a67019;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e09a2c), to(#a67019));
  background-image: -webkit-linear-gradient(top, #e09a2c, 0%, #a67019, 100%);
  background-image: -moz-linear-gradient(top, #e09a2c 0%, #a67019 100%);
  background-image: linear-gradient(to bottom, #e09a2c 0%, #a67019 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe09a2c', endColorstr='#ffa67019', GradientType=0);
  -pie-background: linear-gradient(to bottom, #e09a2c 0%, #a67019 100%);
  -webkit-box-shadow: inset 0 0 1px #906115, inset 0 1px 1px #906115;
  box-shadow: inset 0 0 1px #906115, inset 0 1px 1px #906115;
  -webkit-box-shadow: inset 0 0 1px #906115, inset 0 1px 1px #906115, ;
  box-shadow: inset 0 0 1px #906115, inset 0 1px 1px #906115, ;
  border-color: #bf6600;
  text-shadow: 0 1px 1px #64430f;
}
.btn-primary-alt {
  border: none;
  background-color: #e12d00;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff7721), to(#e12d00));
  background-image: -webkit-linear-gradient(top, #ff7721, 0%, #e12d00, 100%);
  background-image: -moz-linear-gradient(top, #ff7721 0%, #e12d00 100%);
  background-image: linear-gradient(to bottom, #ff7721 0%, #e12d00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7721', endColorstr='#ffe12d00', GradientType=0);
  -pie-background: linear-gradient(to bottom, #ff7721 0%, #e12d00 100%);
  -webkit-box-shadow: inset 0 1px 1px #ffd790;
  box-shadow: inset 0 1px 1px #ffd790;
  -webkit-box-shadow: inset 0 1px 1px #ffd790, ;
  box-shadow: inset 0 1px 1px #ffd790, ;
  text-shadow: 0 1px 1px #941e00;
  color: #FFF;
}
.btn-primary-alt:hover,
.btn-primary-alt:focus,
a:hover .btn-primary-alt,
a:focus .btn-primary-alt {
  background-color: #d87300;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0cf9b), to(#d87300));
  background-image: -webkit-linear-gradient(top, #f0cf9b, 0%, #d87300, 100%);
  background-image: -moz-linear-gradient(top, #f0cf9b 0%, #d87300 100%);
  background-image: linear-gradient(to bottom, #f0cf9b 0%, #d87300 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0cf9b', endColorstr='#ffd87300', GradientType=0);
  -pie-background: linear-gradient(to bottom, #f0cf9b 0%, #d87300 100%);
  -webkit-box-shadow: 0 0 1px #906115, 0 1px 1px #906115, inset 0 1px 0 rgba(243, 218, 177, 0.85);
  box-shadow: 0 0 1px #906115, 0 1px 1px #906115, inset 0 1px 0 rgba(243, 218, 177, 0.85);
  -webkit-box-shadow: 0 0 1px #906115, 0 1px 1px #906115, inset 0 1px 0 rgba(243, 218, 177, 0.85), ;
  box-shadow: 0 0 1px #906115, 0 1px 1px #906115, inset 0 1px 0 rgba(243, 218, 177, 0.85), ;
  text-shadow: 0 1px 1px #64430f;
}
.btn-primary-alt:active,
.btn-primary-alt.active {
  background-color: #a67019;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e09a2c), to(#a67019));
  background-image: -webkit-linear-gradient(top, #e09a2c, 0%, #a67019, 100%);
  background-image: -moz-linear-gradient(top, #e09a2c 0%, #a67019 100%);
  background-image: linear-gradient(to bottom, #e09a2c 0%, #a67019 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe09a2c', endColorstr='#ffa67019', GradientType=0);
  -pie-background: linear-gradient(to bottom, #e09a2c 0%, #a67019 100%);
  -webkit-box-shadow: inset 0 0 1px #906115, inset 0 1px 1px #906115;
  box-shadow: inset 0 0 1px #906115, inset 0 1px 1px #906115;
  -webkit-box-shadow: inset 0 0 1px #906115, inset 0 1px 1px #906115, ;
  box-shadow: inset 0 0 1px #906115, inset 0 1px 1px #906115, ;
  text-shadow: 0 1px 1px #64430f;
}
.btn-social {
  position: relative;
  display: block;
  border: 1px solid #1a1a1a;
  background-color: #333333;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#666666), to(#333333));
  background-image: -webkit-linear-gradient(top, #666666, 0%, #333333, 100%);
  background-image: -moz-linear-gradient(top, #666666 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #666666 0%, #333333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff333333', GradientType=0);
  -pie-background: linear-gradient(to bottom, #666666 0%, #333333 100%);
  -webkit-box-shadow: inset 0 1px 1px #b3b3b3, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #b3b3b3, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #b3b3b3, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #b3b3b3, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #333333;
  color: #FFF;
  text-align: left;
  font-weight: bold;
}
.btn-social:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 63px;
  background: url('data:image/png;base64,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') no-repeat right center;
}
[dir=rtl] .btn-social:before {
  background-image: url('data:image/png;base64,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');
}
.btn-social:hover,
.btn-social:focus {
  border-color: #1a1a1a;
  background-color: #4d4d4d;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#808080), to(#4d4d4d));
  background-image: -webkit-linear-gradient(top, #808080, 0%, #4d4d4d, 100%);
  background-image: -moz-linear-gradient(top, #808080 0%, #4d4d4d 100%);
  background-image: linear-gradient(to bottom, #808080 0%, #4d4d4d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff4d4d4d', GradientType=0);
  -pie-background: linear-gradient(to bottom, #808080 0%, #4d4d4d 100%);
  -webkit-box-shadow: inset 0 1px 1px #999999, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #999999, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #999999, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #999999, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #4d4d4d;
}
.btn-social:active,
.btn-social.active {
  border-color: #000000;
  background-color: #4d4d4d;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333333), to(#4d4d4d));
  background-image: -webkit-linear-gradient(top, #333333, 0%, #4d4d4d, 100%);
  background-image: -moz-linear-gradient(top, #333333 0%, #4d4d4d 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #4d4d4d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff4d4d4d', GradientType=0);
  -pie-background: linear-gradient(to bottom, #333333 0%, #4d4d4d 100%);
  -webkit-box-shadow: inset 0 1px 3px #1a1a1a;
  box-shadow: inset 0 1px 3px #1a1a1a;
  -webkit-box-shadow: inset 0 1px 3px #1a1a1a, ;
  box-shadow: inset 0 1px 3px #1a1a1a, ;
  text-shadow: 0 1px 1px #333333;
}
.btn-social > i {
  position: relative;
  width: 30px;
  margin-right: 25px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.btn-social.btn-twitter {
  border: 1px solid #094865;
  background-color: #0e6a93;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1daaea), to(#0e6a93));
  background-image: -webkit-linear-gradient(top, #1daaea, 0%, #0e6a93, 100%);
  background-image: -moz-linear-gradient(top, #1daaea 0%, #0e6a93 100%);
  background-image: linear-gradient(to bottom, #1daaea 0%, #0e6a93 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1daaea', endColorstr='#ff0e6a93', GradientType=0);
  -pie-background: linear-gradient(to bottom, #1daaea 0%, #0e6a93 100%);
  -webkit-box-shadow: inset 0 1px 1px #a9dff7, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #a9dff7, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #a9dff7, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #a9dff7, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #0e6a93;
}
.btn-social.btn-twitter:hover,
.btn-social.btn-twitter:focus {
  border-color: #094865;
  background-color: #128bc2;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4cbcee), to(#128bc2));
  background-image: -webkit-linear-gradient(top, #4cbcee, 0%, #128bc2, 100%);
  background-image: -moz-linear-gradient(top, #4cbcee 0%, #128bc2 100%);
  background-image: linear-gradient(to bottom, #4cbcee 0%, #128bc2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4cbcee', endColorstr='#ff128bc2', GradientType=0);
  -pie-background: linear-gradient(to bottom, #4cbcee 0%, #128bc2 100%);
  -webkit-box-shadow: inset 0 1px 1px #7acdf3, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #7acdf3, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #7acdf3, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #7acdf3, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #128bc2;
}
.btn-social.btn-twitter:active,
.btn-social.btn-twitter.active {
  border-color: #052736;
  background-color: #128bc2;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0e6a93), to(#128bc2));
  background-image: -webkit-linear-gradient(top, #0e6a93, 0%, #128bc2, 100%);
  background-image: -moz-linear-gradient(top, #0e6a93 0%, #128bc2 100%);
  background-image: linear-gradient(to bottom, #0e6a93 0%, #128bc2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e6a93', endColorstr='#ff128bc2', GradientType=0);
  -pie-background: linear-gradient(to bottom, #0e6a93 0%, #128bc2 100%);
  -webkit-box-shadow: inset 0 1px 3px #094865;
  box-shadow: inset 0 1px 3px #094865;
  -webkit-box-shadow: inset 0 1px 3px #094865, ;
  box-shadow: inset 0 1px 3px #094865, ;
  text-shadow: 0 1px 1px #0e6a93;
}
.btn-social.btn-facebook {
  border: 1px solid #0f1626;
  background-color: #1d2c4b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#395795), to(#1d2c4b));
  background-image: -webkit-linear-gradient(top, #395795, 0%, #1d2c4b, 100%);
  background-image: -moz-linear-gradient(top, #395795 0%, #1d2c4b 100%);
  background-image: linear-gradient(to bottom, #395795 0%, #1d2c4b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff395795', endColorstr='#ff1d2c4b', GradientType=0);
  -pie-background: linear-gradient(to bottom, #395795 0%, #1d2c4b 100%);
  -webkit-box-shadow: inset 0 1px 1px #92a8d5, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #92a8d5, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #92a8d5, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #92a8d5, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #1d2c4b;
}
.btn-social.btn-facebook:hover,
.btn-social.btn-facebook:focus {
  border-color: #0f1626;
  background-color: #2b4170;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#486db9), to(#2b4170));
  background-image: -webkit-linear-gradient(top, #486db9, 0%, #2b4170, 100%);
  background-image: -moz-linear-gradient(top, #486db9 0%, #2b4170 100%);
  background-image: linear-gradient(to bottom, #486db9 0%, #2b4170 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff486db9', endColorstr='#ff2b4170', GradientType=0);
  -pie-background: linear-gradient(to bottom, #486db9 0%, #2b4170 100%);
  -webkit-box-shadow: inset 0 1px 1px #6d8ac7, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #6d8ac7, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #6d8ac7, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #6d8ac7, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #2b4170;
}
.btn-social.btn-facebook:active,
.btn-social.btn-facebook.active {
  border-color: #010101;
  background-color: #2b4170;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1d2c4b), to(#2b4170));
  background-image: -webkit-linear-gradient(top, #1d2c4b, 0%, #2b4170, 100%);
  background-image: -moz-linear-gradient(top, #1d2c4b 0%, #2b4170 100%);
  background-image: linear-gradient(to bottom, #1d2c4b 0%, #2b4170 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d2c4b', endColorstr='#ff2b4170', GradientType=0);
  -pie-background: linear-gradient(to bottom, #1d2c4b 0%, #2b4170 100%);
  -webkit-box-shadow: inset 0 1px 3px #0f1626;
  box-shadow: inset 0 1px 3px #0f1626;
  -webkit-box-shadow: inset 0 1px 3px #0f1626, ;
  box-shadow: inset 0 1px 3px #0f1626, ;
  text-shadow: 0 1px 1px #1d2c4b;
}
.btn-social.btn-instagram {
  border: 1px solid #162533;
  background-color: #253f57;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#44729e), to(#253f57));
  background-image: -webkit-linear-gradient(top, #44729e, 0%, #253f57, 100%);
  background-image: -moz-linear-gradient(top, #44729e 0%, #253f57 100%);
  background-image: linear-gradient(to bottom, #44729e 0%, #253f57 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44729e', endColorstr='#ff253f57', GradientType=0);
  -pie-background: linear-gradient(to bottom, #44729e 0%, #253f57 100%);
  -webkit-box-shadow: inset 0 1px 1px #a3bed8, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #a3bed8, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #a3bed8, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #a3bed8, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #253f57;
}
.btn-social.btn-instagram:hover,
.btn-social.btn-instagram:focus {
  border-color: #162533;
  background-color: #35587a;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5c8cb9), to(#35587a));
  background-image: -webkit-linear-gradient(top, #5c8cb9, 0%, #35587a, 100%);
  background-image: -moz-linear-gradient(top, #5c8cb9 0%, #35587a 100%);
  background-image: linear-gradient(to bottom, #5c8cb9 0%, #35587a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c8cb9', endColorstr='#ff35587a', GradientType=0);
  -pie-background: linear-gradient(to bottom, #5c8cb9 0%, #35587a 100%);
  -webkit-box-shadow: inset 0 1px 1px #80a5c8, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #80a5c8, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #80a5c8, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #80a5c8, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #35587a;
}
.btn-social.btn-instagram:active,
.btn-social.btn-instagram.active {
  border-color: #070b0f;
  background-color: #35587a;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#253f57), to(#35587a));
  background-image: -webkit-linear-gradient(top, #253f57, 0%, #35587a, 100%);
  background-image: -moz-linear-gradient(top, #253f57 0%, #35587a 100%);
  background-image: linear-gradient(to bottom, #253f57 0%, #35587a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff253f57', endColorstr='#ff35587a', GradientType=0);
  -pie-background: linear-gradient(to bottom, #253f57 0%, #35587a 100%);
  -webkit-box-shadow: inset 0 1px 3px #162533;
  box-shadow: inset 0 1px 3px #162533;
  -webkit-box-shadow: inset 0 1px 3px #162533, ;
  box-shadow: inset 0 1px 3px #162533, ;
  text-shadow: 0 1px 1px #253f57;
}
.btn-social.btn-google {
  border: 1px solid #531110;
  background-color: #7e1a18;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d32c29), to(#7e1a18));
  background-image: -webkit-linear-gradient(top, #d32c29, 0%, #7e1a18, 100%);
  background-image: -moz-linear-gradient(top, #d32c29 0%, #7e1a18 100%);
  background-image: linear-gradient(to bottom, #d32c29 0%, #7e1a18 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd32c29', endColorstr='#ff7e1a18', GradientType=0);
  -pie-background: linear-gradient(to bottom, #d32c29 0%, #7e1a18 100%);
  -webkit-box-shadow: inset 0 1px 1px #eea8a7, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #eea8a7, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #eea8a7, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #eea8a7, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #7e1a18;
}
.btn-social.btn-google:hover,
.btn-social.btn-google:focus {
  border-color: #531110;
  background-color: #a82321;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dd5452), to(#a82321));
  background-image: -webkit-linear-gradient(top, #dd5452, 0%, #a82321, 100%);
  background-image: -moz-linear-gradient(top, #dd5452 0%, #a82321 100%);
  background-image: linear-gradient(to bottom, #dd5452 0%, #a82321 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd5452', endColorstr='#ffa82321', GradientType=0);
  -pie-background: linear-gradient(to bottom, #dd5452 0%, #a82321 100%);
  -webkit-box-shadow: inset 0 1px 1px #e67e7c, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #e67e7c, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #e67e7c, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #e67e7c, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #a82321;
}
.btn-social.btn-google:active,
.btn-social.btn-google.active {
  border-color: #280808;
  background-color: #a82321;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#7e1a18), to(#a82321));
  background-image: -webkit-linear-gradient(top, #7e1a18, 0%, #a82321, 100%);
  background-image: -moz-linear-gradient(top, #7e1a18 0%, #a82321 100%);
  background-image: linear-gradient(to bottom, #7e1a18 0%, #a82321 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e1a18', endColorstr='#ffa82321', GradientType=0);
  -pie-background: linear-gradient(to bottom, #7e1a18 0%, #a82321 100%);
  -webkit-box-shadow: inset 0 1px 3px #531110;
  box-shadow: inset 0 1px 3px #531110;
  -webkit-box-shadow: inset 0 1px 3px #531110, ;
  box-shadow: inset 0 1px 3px #531110, ;
  text-shadow: 0 1px 1px #7e1a18;
}
.btn-social.btn-pinterest {
  border: 1px solid #460c0f;
  background-color: #711419;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#c8232c), to(#711419));
  background-image: -webkit-linear-gradient(top, #c8232c, 0%, #711419, 100%);
  background-image: -moz-linear-gradient(top, #c8232c 0%, #711419 100%);
  background-image: linear-gradient(to bottom, #c8232c 0%, #711419 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc8232c', endColorstr='#ff711419', GradientType=0);
  -pie-background: linear-gradient(to bottom, #c8232c 0%, #711419 100%);
  -webkit-box-shadow: inset 0 1px 1px #ed979c, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #ed979c, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #ed979c, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #ed979c, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #711419;
}
.btn-social.btn-pinterest:hover,
.btn-social.btn-pinterest:focus {
  border-color: #460c0f;
  background-color: #9d1b22;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#de4049), to(#9d1b22));
  background-image: -webkit-linear-gradient(top, #de4049, 0%, #9d1b22, 100%);
  background-image: -moz-linear-gradient(top, #de4049 0%, #9d1b22 100%);
  background-image: linear-gradient(to bottom, #de4049 0%, #9d1b22 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde4049', endColorstr='#ff9d1b22', GradientType=0);
  -pie-background: linear-gradient(to bottom, #de4049 0%, #9d1b22 100%);
  -webkit-box-shadow: inset 0 1px 1px #e56c72, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #e56c72, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #e56c72, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #e56c72, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #9d1b22;
}
.btn-social.btn-pinterest:active,
.btn-social.btn-pinterest.active {
  border-color: #1a0506;
  background-color: #9d1b22;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#711419), to(#9d1b22));
  background-image: -webkit-linear-gradient(top, #711419, 0%, #9d1b22, 100%);
  background-image: -moz-linear-gradient(top, #711419 0%, #9d1b22 100%);
  background-image: linear-gradient(to bottom, #711419 0%, #9d1b22 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff711419', endColorstr='#ff9d1b22', GradientType=0);
  -pie-background: linear-gradient(to bottom, #711419 0%, #9d1b22 100%);
  -webkit-box-shadow: inset 0 1px 3px #460c0f;
  box-shadow: inset 0 1px 3px #460c0f;
  -webkit-box-shadow: inset 0 1px 3px #460c0f, ;
  box-shadow: inset 0 1px 3px #460c0f, ;
  text-shadow: 0 1px 1px #711419;
}
.btn-social.btn-weibo {
  border: 1px solid #12242c;
  background-color: #22414f;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#407c97), to(#22414f));
  background-image: -webkit-linear-gradient(top, #407c97, 0%, #22414f, 100%);
  background-image: -moz-linear-gradient(top, #407c97 0%, #22414f 100%);
  background-image: linear-gradient(to bottom, #407c97 0%, #22414f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff407c97', endColorstr='#ff22414f', GradientType=0);
  -pie-background: linear-gradient(to bottom, #407c97 0%, #22414f 100%);
  -webkit-box-shadow: inset 0 1px 1px #9bc3d5, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #9bc3d5, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #9bc3d5, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #9bc3d5, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #22414f;
}
.btn-social.btn-weibo:hover,
.btn-social.btn-weibo:focus {
  border-color: #12242c;
  background-color: #315f73;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5498b6), to(#315f73));
  background-image: -webkit-linear-gradient(top, #5498b6, 0%, #315f73, 100%);
  background-image: -moz-linear-gradient(top, #5498b6 0%, #315f73 100%);
  background-image: linear-gradient(to bottom, #5498b6 0%, #315f73 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5498b6', endColorstr='#ff315f73', GradientType=0);
  -pie-background: linear-gradient(to bottom, #5498b6 0%, #315f73 100%);
  -webkit-box-shadow: inset 0 1px 1px #77adc6, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #77adc6, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #77adc6, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #77adc6, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #315f73;
}
.btn-social.btn-weibo:active,
.btn-social.btn-weibo.active {
  border-color: #030608;
  background-color: #315f73;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#22414f), to(#315f73));
  background-image: -webkit-linear-gradient(top, #22414f, 0%, #315f73, 100%);
  background-image: -moz-linear-gradient(top, #22414f 0%, #315f73 100%);
  background-image: linear-gradient(to bottom, #22414f 0%, #315f73 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff22414f', endColorstr='#ff315f73', GradientType=0);
  -pie-background: linear-gradient(to bottom, #22414f 0%, #315f73 100%);
  -webkit-box-shadow: inset 0 1px 3px #12242c;
  box-shadow: inset 0 1px 3px #12242c;
  -webkit-box-shadow: inset 0 1px 3px #12242c, ;
  box-shadow: inset 0 1px 3px #12242c, ;
  text-shadow: 0 1px 1px #22414f;
}
.btn-social.btn-website {
  border: 1px solid #6a4011;
  background-color: #955b19;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#de8f36), to(#955b19));
  background-image: -webkit-linear-gradient(top, #de8f36, 0%, #955b19, 100%);
  background-image: -moz-linear-gradient(top, #de8f36 0%, #955b19 100%);
  background-image: linear-gradient(to bottom, #de8f36 0%, #955b19 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde8f36', endColorstr='#ff955b19', GradientType=0);
  -pie-background: linear-gradient(to bottom, #de8f36 0%, #955b19 100%);
  -webkit-box-shadow: inset 0 1px 1px #f4d8b9, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #f4d8b9, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #f4d8b9, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #f4d8b9, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #955b19;
}
.btn-social.btn-website:hover,
.btn-social.btn-website:focus {
  border-color: #6a4011;
  background-color: #c17520;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e5a762), to(#c17520));
  background-image: -webkit-linear-gradient(top, #e5a762, 0%, #c17520, 100%);
  background-image: -moz-linear-gradient(top, #e5a762 0%, #c17520 100%);
  background-image: linear-gradient(to bottom, #e5a762 0%, #c17520 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5a762', endColorstr='#ffc17520', GradientType=0);
  -pie-background: linear-gradient(to bottom, #e5a762 0%, #c17520 100%);
  -webkit-box-shadow: inset 0 1px 1px #ecc08e, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #ecc08e, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #ecc08e, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #ecc08e, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #c17520;
}
.btn-social.btn-website:active,
.btn-social.btn-website.active {
  border-color: #3e260a;
  background-color: #c17520;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#955b19), to(#c17520));
  background-image: -webkit-linear-gradient(top, #955b19, 0%, #c17520, 100%);
  background-image: -moz-linear-gradient(top, #955b19 0%, #c17520 100%);
  background-image: linear-gradient(to bottom, #955b19 0%, #c17520 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff955b19', endColorstr='#ffc17520', GradientType=0);
  -pie-background: linear-gradient(to bottom, #955b19 0%, #c17520 100%);
  -webkit-box-shadow: inset 0 1px 3px #6a4011;
  box-shadow: inset 0 1px 3px #6a4011;
  -webkit-box-shadow: inset 0 1px 3px #6a4011, ;
  box-shadow: inset 0 1px 3px #6a4011, ;
  text-shadow: 0 1px 1px #955b19;
}
.btn-social.btn-large {
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-social.btn-tiny {
  -webkit-box-shadow: inset 0 1px 1px #b3b3b3;
  box-shadow: inset 0 1px 1px #b3b3b3;
  -webkit-box-shadow: inset 0 1px 1px #b3b3b3, ;
  box-shadow: inset 0 1px 1px #b3b3b3, ;
  padding: 3px 6px 4px;
}
.btn-social.btn-tiny:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, ;
  box-shadow: none, ;
}
.btn-social.btn-tiny:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35px;
  background: url('data:image/png;base64,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') no-repeat right center;
}
[dir=rtl] .btn-social.btn-tiny:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAACWCAYAAACFFfeqAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAKwwAACsMBNCkkqwAAABV0RVh0Q3JlYXRpb24gVGltZQAxMS82LzEzwQ11YQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAX+SURBVHic7d3HctxGFEbhM8xyEoOCF974/V/MVZZFKlgy08CLVteAKIYJADqdb6dSScJCP2/f7ovGous6JD20l/oBpBwtUj/AE44Iz9aR7zOqPrdd1y0hz/9074D3wDL1g6g5S+CvrusuD1I/ycAR8DtwjNVC84mN9gL4c7FY7OUWjDeEUNynfhA1awH8kVMwjoBzHqZXSuEgp12pN8ArXEIpA7kE44gQjCWriiElk0swLlg13FJyOQTjkFAt7C2UjRyCEXeilhgKZSJ1MGK1kLKSOhhvgBM85VZmUgYjVosYCpdRykbKYLwlVAvPLZSdVME4JGzRuj2rLKUKRr+3sFooOymCEauFDbeylSIYzkQpe3MHY3jKLWVp7mDEnSh7C2VtzmC4E6VizBkMd6JUjLmCYbVQUeYKxgVhJ8pqoSLMEYzhTJSUvTmCEXsLl1EqxtTBGL5v4TJKRZg6GBc4QasCTRmMA8KBnjd/qDhTBsPeQsWaKhgHePOHCjZVMOIErecWKtIUwRhWC6k4UwSjXy2kIo0djFgtvPlDRRs7GM5EqQpjBiOeW3iYp+KNGYzYW9xjMFS4sYLR7y0MhYo3VjC8+UNVGSMY3vyh6owRjHPciVJldg1GfydKqsauwXAmSlXaJRjx5g+pOrsE4xz4Cc8tVKFtg2FvoaptGwwnaFW1bYJxwMNbBV1GqTrbBMMJWlVv02DEmSipapsGo18tpGptEoxhtXAZpWptEowLwrmFvYWqt24wjoH3uIRSI9YNxnv8GpIask4wTgjjH4ZCzVgnGG+BIwyGGvJSME4ITbehUFNeCsY7wnj5/QzPImXjuWCcAGdYLdSg54IRewtv/lBzngpGv7eQmvNUMN4SegtfRFKTHgvGsFq4jFJzHgtGv1oYCjVpGIx4yu0SSk0bBqN/yi01qx+MY1YzUeAySg3rB+MdnltIwCoYw2ohNS0Gw1NuqWeP8LpqnImSxDTf+ZaKtw/cEg70XuOOlASEYEAIxxmrCmIw1LQYhP+AK1xaScCqYgDcELZsY7WwaqhZ/WDcEnaofsabzNW4/cGv71j1Gp5pqFnDnuIr8AUDocYNKwaESnHa+7UhUXMe24W6IlQOd6jUrMcqRnQ221NImXmqKlwB33AZpUY9VTHijtRr3J1Sg57rIz4STsTj1q3UjOd6jOWP37dqqDnPBQNCxTgjfH9PasZLW7J3wCUup9SYdc4qPhAGDBcYDjVinWA4kq7mvNRjRDc8fJFJqtq6wbgjNOC/4Ydk1IBNKoC9hpqxbsWAUDWOgV/xXEOV27Rn+EAIiFVDVds0GN+AT1v8Oakomyylovj6a+SSStXZJhg3rC5NcIdKVdomGBD6C6uGqrVtr+Drr6rathUDwjLKqqEq7fIT/zNhl8qqoersUjHiId8pHvipMrv+tL8EvuP7GqrMLhUDQp+xh6+/qjJj9AcfgWusGqrIrhUDQtU4JIykWzVUhTGCAeE0/PTH32c4VLyxtlqvCYd+Tt2qCmNVDFh9x2/Mv1NKYuxgHAO/4HChCjf2T/d7QtXwO34q2tjjHF8JoyIxcPYbKtIU/cA94euv4A6VCjXFAOBnwnf89jEUKtRUO0jxRSYrhoo0VTCuCdfsHGM4VKApK0b8ItMCw6HCTPmSkV9kUrGmPKXucCRdhZp6fOOGEIxDDIcKMnUwlnhLugo0x0UG/xAqRxxJl7I3xyTsPXCEt6SrIHONiMeRdK/aURHmCsYdcIIj6SrEnC8VxVvSHUlX9uZc2sSRdJdTyt7cr6EuCSPpVgtlbe5g3BC+q/EKew1lLMXFBR3hqh0wGMpUivX+FfAvDhcqYymvuom3pIOVQ5lJtUN0Sfi2hndQKUup/mPGkXTvu1WWUp4pxBeZvNZT2Um5lFn++Pfji0xg5VAmUp9Cf2D1bQ0pG6mb3/6LTFI2cvhJHV9kAnsNZSJ1xYCHI+n2GspCDhUD4G9CQAyEspBLML4Bn3BMRJnIYSkVxReZYjisHkoml4oB4UWmL1g1lFYHeVUMCNu38fVXq4bm1LEaVfr+P3El85tOhnI8AAAAAElFTkSuQmCC');
}
.btn-social.btn-tiny > i {
  position: relative;
  top: 2px;
  width: 20px;
  margin-right: 10px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
.btn-neutral {
  color: #34669d;
  border-color: #34669d;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  -pie-background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  border-width: 1px;
}
.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active {
  color: #FFF;
  border-color: #274d77;
  background-color: #2e5a8a;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#34669d), to(#2e5a8a));
  background-image: -webkit-linear-gradient(top, #34669d, 0%, #2e5a8a, 100%);
  background-image: -moz-linear-gradient(top, #34669d 0%, #2e5a8a 100%);
  background-image: linear-gradient(to bottom, #34669d 0%, #2e5a8a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34669d', endColorstr='#ff2e5a8a', GradientType=0);
  -pie-background: linear-gradient(to bottom, #34669d 0%, #2e5a8a 100%);
}
.btn-neutral:hover > .caret,
.btn-neutral:focus > .caret,
.btn-neutral:active > .caret,
.btn-neutral.active > .caret {
  border-top-color: #FFF;
}
.btn-neutral > .caret {
  border-top-color: #34669d;
}
.btn-inverted-alt {
  border: 1px solid #171c1d;
  background-color: #2d373a;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#435257), to(#2d373a));
  background-image: -webkit-linear-gradient(top, #435257, 0%, #2d373a, 100%);
  background-image: -moz-linear-gradient(top, #435257 0%, #2d373a 100%);
  background-image: linear-gradient(to bottom, #435257 0%, #2d373a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff435257', endColorstr='#ff2d373a', GradientType=0);
  -pie-background: linear-gradient(to bottom, #435257 0%, #2d373a 100%);
  -webkit-box-shadow: inset 0 1px 1px #647b82, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #647b82, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #647b82, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #647b82, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #171c1d;
}
.btn-inverted-alt:hover,
.btn-inverted-alt:focus {
  border-color: #000101;
  background-color: #2d373a;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#596d74), to(#2d373a));
  background-image: -webkit-linear-gradient(top, #596d74, 0%, #2d373a, 100%);
  background-image: -moz-linear-gradient(top, #596d74 0%, #2d373a 100%);
  background-image: linear-gradient(to bottom, #596d74 0%, #2d373a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff596d74', endColorstr='#ff2d373a', GradientType=0);
  -pie-background: linear-gradient(to bottom, #596d74 0%, #2d373a 100%);
  -webkit-box-shadow: inset 0 1px 1px #708890, 0 2px 5px #262626;
  box-shadow: inset 0 1px 1px #708890, 0 2px 5px #262626;
  -webkit-box-shadow: inset 0 1px 1px #708890, 0 2px 5px #262626, ;
  box-shadow: inset 0 1px 1px #708890, 0 2px 5px #262626, ;
  text-shadow: 0 1px 1px #2d373a;
}
.btn-inverted-alt:active,
.btn-inverted-alt.active {
  border-color: #000000;
  background-color: #2d373a;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#171c1d), to(#2d373a));
  background-image: -webkit-linear-gradient(top, #171c1d, 0%, #2d373a, 100%);
  background-image: -moz-linear-gradient(top, #171c1d 0%, #2d373a 100%);
  background-image: linear-gradient(to bottom, #171c1d 0%, #2d373a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff171c1d', endColorstr='#ff2d373a', GradientType=0);
  -pie-background: linear-gradient(to bottom, #171c1d 0%, #2d373a 100%);
  -webkit-box-shadow: inset 0 1px 3px #000101;
  box-shadow: inset 0 1px 3px #000101;
  -webkit-box-shadow: inset 0 1px 3px #000101, ;
  box-shadow: inset 0 1px 3px #000101, ;
  text-shadow: 0 1px 1px #171c1d;
}
.btn-warning {
  background-color: #f0ad4e;
  color: #ffffff;
  border-color: #f0ad4e;
  background-color: #d58512;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f4c37d), to(#d58512));
  background-image: -webkit-linear-gradient(top, #f4c37d, 0%, #d58512, 100%);
  background-image: -moz-linear-gradient(top, #f4c37d 0%, #d58512 100%);
  background-image: linear-gradient(to bottom, #f4c37d 0%, #d58512 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4c37d', endColorstr='#ffd58512', GradientType=0);
  -pie-background: linear-gradient(to bottom, #f4c37d 0%, #d58512 100%);
  -webkit-box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85);
  box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85);
  -webkit-box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85), ;
  box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85), ;
  text-shadow: 0 1px 1px #81500b;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #eea236;
  border-color: #ec971f;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #ed9e2d;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f8d9ac), to(#ed9e2d));
  background-image: -webkit-linear-gradient(top, #f8d9ac, 0%, #ed9e2d, 100%);
  background-image: -moz-linear-gradient(top, #f8d9ac 0%, #ed9e2d 100%);
  background-image: linear-gradient(to bottom, #f8d9ac 0%, #ed9e2d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8d9ac', endColorstr='#ffed9e2d', GradientType=0);
  -pie-background: linear-gradient(to bottom, #f8d9ac 0%, #ed9e2d 100%);
  -webkit-box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85);
  box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85);
  -webkit-box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85), ;
  box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85), ;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c77c11;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eea236), to(#c77c11));
  background-image: -webkit-linear-gradient(top, #eea236, 0%, #c77c11, 100%);
  background-image: -moz-linear-gradient(top, #eea236 0%, #c77c11 100%);
  background-image: linear-gradient(to bottom, #eea236 0%, #c77c11 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeea236', endColorstr='#ffc77c11', GradientType=0);
  -pie-background: linear-gradient(to bottom, #eea236 0%, #c77c11 100%);
  -webkit-box-shadow: inset 0 0 1px #b06d0f, inset 0 1px 1px #b06d0f;
  box-shadow: inset 0 0 1px #b06d0f, inset 0 1px 1px #b06d0f;
  -webkit-box-shadow: inset 0 0 1px #b06d0f, inset 0 1px 1px #b06d0f, ;
  box-shadow: inset 0 0 1px #b06d0f, inset 0 1px 1px #b06d0f, ;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #d58512;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f4c37d), to(#d58512));
  background-image: -webkit-linear-gradient(top, #f4c37d, 0%, #d58512, 100%);
  background-image: -moz-linear-gradient(top, #f4c37d 0%, #d58512 100%);
  background-image: linear-gradient(to bottom, #f4c37d 0%, #d58512 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4c37d', endColorstr='#ffd58512', GradientType=0);
  -pie-background: linear-gradient(to bottom, #f4c37d 0%, #d58512 100%);
  -webkit-box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85);
  box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85);
  -webkit-box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85), ;
  box-shadow: 0 0 1px #b06d0f, 0 1px 1px #b06d0f, inset 0 1px 0 rgba(250, 227, 196, 0.85), ;
}
.btn-danger {
  background-color: #d9534f;
  color: #ffffff;
  border-color: #d9534f;
  background-color: #ac2925;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e27c79), to(#ac2925));
  background-image: -webkit-linear-gradient(top, #e27c79, 0%, #ac2925, 100%);
  background-image: -moz-linear-gradient(top, #e27c79 0%, #ac2925 100%);
  background-image: linear-gradient(to bottom, #e27c79 0%, #ac2925 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe27c79', endColorstr='#ffac2925', GradientType=0);
  -pie-background: linear-gradient(to bottom, #e27c79 0%, #ac2925 100%);
  -webkit-box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85);
  box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85);
  -webkit-box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85), ;
  box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85), ;
  text-shadow: 0 1px 1px #611715;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #d43f3a;
  border-color: #c9302c;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #d33632;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eba5a3), to(#d33632));
  background-image: -webkit-linear-gradient(top, #eba5a3, 0%, #d33632, 100%);
  background-image: -moz-linear-gradient(top, #eba5a3 0%, #d33632 100%);
  background-image: linear-gradient(to bottom, #eba5a3 0%, #d33632 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeba5a3', endColorstr='#ffd33632', GradientType=0);
  -pie-background: linear-gradient(to bottom, #eba5a3 0%, #d33632 100%);
  -webkit-box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85);
  box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85);
  -webkit-box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85), ;
  box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85), ;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #a02622;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d43f3a), to(#a02622));
  background-image: -webkit-linear-gradient(top, #d43f3a, 0%, #a02622, 100%);
  background-image: -moz-linear-gradient(top, #d43f3a 0%, #a02622 100%);
  background-image: linear-gradient(to bottom, #d43f3a 0%, #a02622 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd43f3a', endColorstr='#ffa02622', GradientType=0);
  -pie-background: linear-gradient(to bottom, #d43f3a 0%, #a02622 100%);
  -webkit-box-shadow: inset 0 0 1px #8b211e, inset 0 1px 1px #8b211e;
  box-shadow: inset 0 0 1px #8b211e, inset 0 1px 1px #8b211e;
  -webkit-box-shadow: inset 0 0 1px #8b211e, inset 0 1px 1px #8b211e, ;
  box-shadow: inset 0 0 1px #8b211e, inset 0 1px 1px #8b211e, ;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ac2925;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e27c79), to(#ac2925));
  background-image: -webkit-linear-gradient(top, #e27c79, 0%, #ac2925, 100%);
  background-image: -moz-linear-gradient(top, #e27c79 0%, #ac2925 100%);
  background-image: linear-gradient(to bottom, #e27c79 0%, #ac2925 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe27c79', endColorstr='#ffac2925', GradientType=0);
  -pie-background: linear-gradient(to bottom, #e27c79 0%, #ac2925 100%);
  -webkit-box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85);
  box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85);
  -webkit-box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85), ;
  box-shadow: 0 0 1px #8b211e, 0 1px 1px #8b211e, inset 0 1px 0 rgba(240, 185, 184, 0.85), ;
}
.btn-success {
  background-color: #5cb85c;
  color: #ffffff;
  border-color: #5cb85c;
  background-color: #398439;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#80c780), to(#398439));
  background-image: -webkit-linear-gradient(top, #80c780, 0%, #398439, 100%);
  background-image: -moz-linear-gradient(top, #80c780 0%, #398439 100%);
  background-image: linear-gradient(to bottom, #80c780 0%, #398439 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80c780', endColorstr='#ff398439', GradientType=0);
  -pie-background: linear-gradient(to bottom, #80c780 0%, #398439 100%);
  -webkit-box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85);
  box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85);
  -webkit-box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85), ;
  box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85), ;
  text-shadow: 0 1px 1px #1e441e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #4cae4c;
  border-color: #449d44;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #49a749;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#a3d7a3), to(#49a749));
  background-image: -webkit-linear-gradient(top, #a3d7a3, 0%, #49a749, 100%);
  background-image: -moz-linear-gradient(top, #a3d7a3 0%, #49a749 100%);
  background-image: linear-gradient(to bottom, #a3d7a3 0%, #49a749 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3d7a3', endColorstr='#ff49a749', GradientType=0);
  -pie-background: linear-gradient(to bottom, #a3d7a3 0%, #49a749 100%);
  -webkit-box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85);
  box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85);
  -webkit-box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85), ;
  box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85), ;
}
.btn-success:active,
.btn-success.active {
  background-color: #357935;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4cae4c), to(#357935));
  background-image: -webkit-linear-gradient(top, #4cae4c, 0%, #357935, 100%);
  background-image: -moz-linear-gradient(top, #4cae4c 0%, #357935 100%);
  background-image: linear-gradient(to bottom, #4cae4c 0%, #357935 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4cae4c', endColorstr='#ff357935', GradientType=0);
  -pie-background: linear-gradient(to bottom, #4cae4c 0%, #357935 100%);
  -webkit-box-shadow: inset 0 0 1px #2d672d, inset 0 1px 1px #2d672d;
  box-shadow: inset 0 0 1px #2d672d, inset 0 1px 1px #2d672d;
  -webkit-box-shadow: inset 0 0 1px #2d672d, inset 0 1px 1px #2d672d, ;
  box-shadow: inset 0 0 1px #2d672d, inset 0 1px 1px #2d672d, ;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #398439;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#80c780), to(#398439));
  background-image: -webkit-linear-gradient(top, #80c780, 0%, #398439, 100%);
  background-image: -moz-linear-gradient(top, #80c780 0%, #398439 100%);
  background-image: linear-gradient(to bottom, #80c780 0%, #398439 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80c780', endColorstr='#ff398439', GradientType=0);
  -pie-background: linear-gradient(to bottom, #80c780 0%, #398439 100%);
  -webkit-box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85);
  box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85);
  -webkit-box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85), ;
  box-shadow: 0 0 1px #2d672d, 0 1px 1px #2d672d, inset 0 1px 0 rgba(181, 223, 181, 0.85), ;
}
.btn-info {
  background-color: #5bc0de;
  color: #ffffff;
  border-color: #5bc0de;
  background-color: #269abc;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#85d0e7), to(#269abc));
  background-image: -webkit-linear-gradient(top, #85d0e7, 0%, #269abc, 100%);
  background-image: -moz-linear-gradient(top, #85d0e7 0%, #269abc 100%);
  background-image: linear-gradient(to bottom, #85d0e7 0%, #269abc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85d0e7', endColorstr='#ff269abc', GradientType=0);
  -pie-background: linear-gradient(to bottom, #85d0e7 0%, #269abc 100%);
  -webkit-box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85);
  box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85);
  -webkit-box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85), ;
  box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85), ;
  text-shadow: 0 1px 1px #175b70;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #46b8da;
  border-color: #31b0d5;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #3db5d8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b0e1ef), to(#3db5d8));
  background-image: -webkit-linear-gradient(top, #b0e1ef, 0%, #3db5d8, 100%);
  background-image: -moz-linear-gradient(top, #b0e1ef 0%, #3db5d8 100%);
  background-image: linear-gradient(to bottom, #b0e1ef 0%, #3db5d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb0e1ef', endColorstr='#ff3db5d8', GradientType=0);
  -pie-background: linear-gradient(to bottom, #b0e1ef 0%, #3db5d8 100%);
  -webkit-box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85);
  box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85);
  -webkit-box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85), ;
  box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85), ;
}
.btn-info:active,
.btn-info.active {
  background-color: #2390b0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#46b8da), to(#2390b0));
  background-image: -webkit-linear-gradient(top, #46b8da, 0%, #2390b0, 100%);
  background-image: -moz-linear-gradient(top, #46b8da 0%, #2390b0 100%);
  background-image: linear-gradient(to bottom, #46b8da 0%, #2390b0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46b8da', endColorstr='#ff2390b0', GradientType=0);
  -pie-background: linear-gradient(to bottom, #46b8da 0%, #2390b0 100%);
  -webkit-box-shadow: inset 0 0 1px #1f7e9a, inset 0 1px 1px #1f7e9a;
  box-shadow: inset 0 0 1px #1f7e9a, inset 0 1px 1px #1f7e9a;
  -webkit-box-shadow: inset 0 0 1px #1f7e9a, inset 0 1px 1px #1f7e9a, ;
  box-shadow: inset 0 0 1px #1f7e9a, inset 0 1px 1px #1f7e9a, ;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #269abc;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#85d0e7), to(#269abc));
  background-image: -webkit-linear-gradient(top, #85d0e7, 0%, #269abc, 100%);
  background-image: -moz-linear-gradient(top, #85d0e7 0%, #269abc 100%);
  background-image: linear-gradient(to bottom, #85d0e7 0%, #269abc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85d0e7', endColorstr='#ff269abc', GradientType=0);
  -pie-background: linear-gradient(to bottom, #85d0e7 0%, #269abc 100%);
  -webkit-box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85);
  box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85);
  -webkit-box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85), ;
  box-shadow: 0 0 1px #1f7e9a, 0 1px 1px #1f7e9a, inset 0 1px 0 rgba(197, 233, 243, 0.85), ;
}
.btn-inverse {
  background-color: #666666;
  color: #ffffff;
  border-color: #4d4d4d;
  background-color: #3b3b3b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#808080), to(#3b3b3b));
  background-image: -webkit-linear-gradient(top, #808080, 0%, #3b3b3b, 100%);
  background-image: -moz-linear-gradient(top, #808080 0%, #3b3b3b 100%);
  background-image: linear-gradient(to bottom, #808080 0%, #3b3b3b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff3b3b3b', GradientType=0);
  -pie-background: linear-gradient(to bottom, #808080 0%, #3b3b3b 100%);
  -webkit-box-shadow: 0 0 1px #262626, 0 1px 1px #262626, inset 0 1px 0 rgba(166, 166, 166, 0.85);
  box-shadow: 0 0 1px #262626, 0 1px 1px #262626, inset 0 1px 0 rgba(166, 166, 166, 0.85);
  -webkit-box-shadow: 0 0 1px #262626, 0 1px 1px #262626, inset 0 1px 0 rgba(166, 166, 166, 0.85), ;
  box-shadow: 0 0 1px #262626, 0 1px 1px #262626, inset 0 1px 0 rgba(166, 166, 166, 0.85), ;
  text-shadow: 0 1px 1px #0d0d0d;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
  background-color: #595959;
  border-color: #333333;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #666666;
  border-color: #4d4d4d;
}
.btn-inverse:hover,
.btn-inverse:focus {
  background-color: #545454;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#999999), to(#545454));
  background-image: -webkit-linear-gradient(top, #999999, 0%, #545454, 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #545454 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #545454 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff545454', GradientType=0);
  -pie-background: linear-gradient(to bottom, #999999 0%, #545454 100%);
  -webkit-box-shadow: 0 0 1px #262626, 0 1px 1px #262626, inset 0 1px 0 rgba(166, 166, 166, 0.85);
  box-shadow: 0 0 1px #262626, 0 1px 1px #262626, inset 0 1px 0 rgba(166, 166, 166, 0.85);
  -webkit-box-shadow: 0 0 1px #262626, 0 1px 1px #262626, inset 0 1px 0 rgba(166, 166, 166, 0.85), ;
  box-shadow: 0 0 1px #262626, 0 1px 1px #262626, inset 0 1px 0 rgba(166, 166, 166, 0.85), ;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#595959), to(#333333));
  background-image: -webkit-linear-gradient(top, #595959, 0%, #333333, 100%);
  background-image: -moz-linear-gradient(top, #595959 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #595959 0%, #333333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff595959', endColorstr='#ff333333', GradientType=0);
  -pie-background: linear-gradient(to bottom, #595959 0%, #333333 100%);
  -webkit-box-shadow: inset 0 0 1px #262626, inset 0 1px 1px #262626;
  box-shadow: inset 0 0 1px #262626, inset 0 1px 1px #262626;
  -webkit-box-shadow: inset 0 0 1px #262626, inset 0 1px 1px #262626, ;
  box-shadow: inset 0 0 1px #262626, inset 0 1px 1px #262626, ;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #3b3b3b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#808080), to(#3b3b3b));
  background-image: -webkit-linear-gradient(top, #808080, 0%, #3b3b3b, 100%);
  background-image: -moz-linear-gradient(top, #808080 0%, #3b3b3b 100%);
  background-image: linear-gradient(to bottom, #808080 0%, #3b3b3b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff3b3b3b', GradientType=0);
  -pie-background: linear-gradient(to bottom, #808080 0%, #3b3b3b 100%);
  -webkit-box-shadow: 0 0 1px #262626, 0 1px 1px #262626, inset 0 1px 0 rgba(166, 166, 166, 0.85);
  box-shadow: 0 0 1px #262626, 0 1px 1px #262626, inset 0 1px 0 rgba(166, 166, 166, 0.85);
  -webkit-box-shadow: 0 0 1px #262626, 0 1px 1px #262626, inset 0 1px 0 rgba(166, 166, 166, 0.85), ;
  box-shadow: 0 0 1px #262626, 0 1px 1px #262626, inset 0 1px 0 rgba(166, 166, 166, 0.85), ;
}
.btn-large {
  padding: 10px 15px;
  line-height: 1.1;
}
.btn-large > .icon-caret-right,
.btn-large > .icon-caret-left {
  position: relative;
  top: -1px;
  margin-left: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}
.btn-large > .icon-caret-left {
  margin-right: 3px;
}
.btn-large > .icon-users {
  position: relative;
  top: 2px;
  font-size: 20px;
  font-size: 2rem;
}
.btn-small > .icon-caret-right,
.btn-small > .icon-caret-left {
  position: relative;
  top: -1px;
  margin-left: 3px;
  font-size: 9px;
  font-size: 0.9rem;
}
.btn-tiny {
  padding: 1px 6px 3px;
  font-size: 11px;
  line-height: 1.4;
  border-radius: 3px;
}
.btn-tiny > .icon-caret-right,
.btn-tiny > .icon-caret-left {
  position: relative;
  top: -1px;
  margin-left: 3px;
  font-size: 8px;
  font-size: 0.8rem;
}
.btn-tiny > .icon-caret-left {
  margin-right: 3px;
}
/* El botón de play necesita estar en un contenedor con position:relative */
.btn-play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -46px;
  margin-top: -46px;
  width: 92px;
  height: 92px;
}
.btn-play-video:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .btn-play-video {
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
  }
}
.table + .btn-more {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.btn-reload {
  position: relative;
  height: 40px;
  width: 70px;
}
.btn-reload .icon-reload {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 42px;
  font-size: 4.2rem;
}
.btn-ada {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 6px 10px 2px !important;
}
.btn-ada .icon-ada {
  font-size: 22px;
  font-size: 2.2rem;
}
/* FCB Navigation */
/* FCBSites */
.fcb-sites-wrap {
  min-height: 35px;
  background-color: #1e3c5c;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#34669d), to(#1e3c5c));
  background-image: -webkit-linear-gradient(top, #34669d, 0%, #1e3c5c, 100%);
  background-image: -moz-linear-gradient(top, #34669d 0%, #1e3c5c 100%);
  background-image: linear-gradient(to bottom, #34669d 0%, #1e3c5c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34669d', endColorstr='#ff1e3c5c', GradientType=0);
  -pie-background: linear-gradient(to bottom, #34669d 0%, #1e3c5c 100%);
  -webkit-box-shadow: inset 0 -1px 0 rgba(10, 28, 42, 0.65), 0 1px 3px rgba(10, 28, 42, 0.65), inset 0 1px 0 rgba(108, 166, 206, 0.65);
  box-shadow: inset 0 -1px 0 rgba(10, 28, 42, 0.65), 0 1px 3px rgba(10, 28, 42, 0.65), inset 0 1px 0 rgba(108, 166, 206, 0.65);
  -webkit-box-shadow: inset 0 -1px 0 rgba(10, 28, 42, 0.65), 0 1px 3px rgba(10, 28, 42, 0.65), inset 0 1px 0 rgba(108, 166, 206, 0.65), ;
  box-shadow: inset 0 -1px 0 rgba(10, 28, 42, 0.65), 0 1px 3px rgba(10, 28, 42, 0.65), inset 0 1px 0 rgba(108, 166, 206, 0.65), ;
}
.fcb-sites-wrap:before,
.fcb-sites-wrap:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.fcb-sites-wrap:after {
  clear: both;
}
.fcb-sites-wrap:before,
.fcb-sites-wrap:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.fcb-sites-wrap:after {
  clear: both;
}
.fcb-sites-wrap > .container {
  height: 35px;
  background-color: #1e3c5c;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#14283d), to(#1e3c5c));
  background-image: -webkit-linear-gradient(top, #14283d, 0%, #1e3c5c, 100%);
  background-image: -moz-linear-gradient(top, #14283d 0%, #1e3c5c 100%);
  background-image: linear-gradient(to bottom, #14283d 0%, #1e3c5c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff14283d', endColorstr='#ff1e3c5c', GradientType=0);
  -pie-background: linear-gradient(to bottom, #14283d 0%, #1e3c5c 100%);
  -webkit-box-shadow: inset 0 -1px 0 rgba(10, 28, 42, 0.65), inset 0 2px 2px rgba(41, 30, 47, 0.55);
  box-shadow: inset 0 -1px 0 rgba(10, 28, 42, 0.65), inset 0 2px 2px rgba(41, 30, 47, 0.55);
}
.fcb-sites-wrap > .container > .row > .col-12 {
  z-index: 10;
}
.lt-ie10 .fcb-sites-wrap > .container {
  background: #19324d;
  filter: none;
}
.fcb-sites-wrap .col-12 {
  padding: 0;
}
.logo-fcb-mini {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 35px;
  padding: 6px 10px 0;
  background-color: #1e3c5c;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#34669d), to(#1e3c5c));
  background-image: -webkit-linear-gradient(top, #34669d, 0%, #1e3c5c, 100%);
  background-image: -moz-linear-gradient(top, #34669d 0%, #1e3c5c 100%);
  background-image: linear-gradient(to bottom, #34669d 0%, #1e3c5c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34669d', endColorstr='#ff1e3c5c', GradientType=0);
  -pie-background: linear-gradient(to bottom, #34669d 0%, #1e3c5c 100%);
  -webkit-box-shadow: inset 0 -1px 0 rgba(10, 28, 42, 0.65), inset 0 1px 0 rgba(108, 166, 206, 0.65);
  box-shadow: inset 0 -1px 0 rgba(10, 28, 42, 0.65), inset 0 1px 0 rgba(108, 166, 206, 0.65);
  border-right: 1px solid #13293e;
  z-index: 4;
}
@media screen and (min-width: 767px) {
  .logo-fcb-mini {
    border-right: none;
  }
  .logo-fcb-mini:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 5;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat 0px -50px;
    width: 25px;
    height: 34px;
  }
  [dir=rtl] .logo-fcb-mini:after {
    background-position: -300px -125px;
  }
}
@media screen and (min-width: 767px) and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .logo-fcb-mini:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .logo-fcb-mini:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.logo-fcb-mini > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.logo-fcb-mini > a > img {
  width: 27px;
  position: static;
  margin: 0;
  height: auto;
  overflow: visible;
  left: auto;
}
.logo-fcb-mini > a > span {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  left: auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  margin-left: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #D1DCEB;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.logo-fcb-mini > a > span.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.logo-fcb-mini > a:hover > span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .logo-fcb-mini > a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -425px -300px;
    width: 62px;
    height: 62px;
  }
  .logo-fcb-mini > a > img {
    width: 27px;
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    border: 0;
    left: -9999px;
  }
  .logo-fcb-mini > a > span {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    border: 0;
    left: -9999px;
  }
}
@media screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px), (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) {
  .logo-fcb-mini > a {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .logo-fcb-mini > a {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
@media screen and (max-width: 767px) {
  .logo-fcb-mini {
    padding-top: 5px;
    padding-left: 5px;
    width: 75px;
  }
}
.lt-ie10 .logo-fcb-mini {
  filter: none;
}
.fcb-sites {
  margin-left: -4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 0px;
  font-size: 0rem;
}
@media screen and (min-width: 767px) {
  .fcb-sites {
    margin-left: 0;
  }
}
.fcb-sites > ul {
  padding: 0 0 0 10px;
  margin-bottom: 0;
}
.fcb-sites > ul > li {
  padding: 0;
}
.fcb-sites > ul > li > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #D1DCEB;
  text-shadow: 0 1px 1px #0F2C46;
  text-transform: uppercase;
  font-weight: bold;
}
.fcb-sites > ul > li > a:hover,
.fcb-sites > ul > li > a:focus {
  background-color: #14283d;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#080f17), to(#14283d));
  background-image: -webkit-linear-gradient(top, #080f17, 0%, #14283d, 100%);
  background-image: -moz-linear-gradient(top, #080f17 0%, #14283d 100%);
  background-image: linear-gradient(to bottom, #080f17 0%, #14283d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080f17', endColorstr='#ff14283d', GradientType=0);
  -pie-background: linear-gradient(to bottom, #080f17 0%, #14283d 100%);
  -webkit-box-shadow: inset 0 -1px 0 #080f17, inset 0 1px 3px #000000;
  box-shadow: inset 0 -1px 0 #080f17, inset 0 1px 3px #000000;
  text-decoration: none;
}
.fcb-sites > ul > li > a:focus {
  outline-color: #FFF;
}
.fcb-sites .btn-group {
  margin: 5px 0 0 0;
}
@media screen and (min-width: 767px) {
  .fcb-sites .btn-group {
    margin: 5px 0 0 10px;
  }
}
.fcb-sites .btn-group.open .caret {
  border-top: none;
  border-bottom: 4px solid #FFF;
}
.fcb-sites .btn {
  background: none;
  font-size: 11px;
  font-size: 1.1rem;
  color: #D1DCEB;
  text-shadow: 0 1px 1px #0F2C46;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, ;
  box-shadow: none, ;
}
.fcb-sites .btn .caret {
  border-top-color: #D1DCEB;
}
.fcb-sites .dropdown-menu {
  font-size: 14px;
  font-size: 1.4rem;
}
/* Settings */
.settings-wrap {
  float: right;
  height: 35px;
  padding: 5px 10px 0;
  border-left: 1px solid #13293e;
  background-color: #1e3c5c;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#34669d), to(#1e3c5c));
  background-image: -webkit-linear-gradient(top, #34669d, 0%, #1e3c5c, 100%);
  background-image: -moz-linear-gradient(top, #34669d 0%, #1e3c5c 100%);
  background-image: linear-gradient(to bottom, #34669d 0%, #1e3c5c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34669d', endColorstr='#ff1e3c5c', GradientType=0);
  -pie-background: linear-gradient(to bottom, #34669d 0%, #1e3c5c 100%);
  -webkit-box-shadow: inset 0 -1px 0 rgba(10, 28, 42, 0.65), inset 0 1px 0 rgba(108, 166, 206, 0.65);
  box-shadow: inset 0 -1px 0 rgba(10, 28, 42, 0.65), inset 0 1px 0 rgba(108, 166, 206, 0.65);
  font-size: 0px;
  font-size: 0rem;
}
.settings-wrap .btn-small {
  padding-top: 2px;
  padding-bottom: 4px;
}
.settings-wrap .dropdown-menu > li {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 767px) {
  .settings-wrap {
    padding: 0;
  }
}
.user .user-status {
  display: none;
}
.user.in .icon-user {
  color: #fbcb60;
}
.user.in .caret {
  border-top-color: #9ab3ce;
}
@media screen and (min-width: 767px) {
  .user.in {
    margin-top: 5px;
  }
  .user.in .dropdown-toggle {
    margin-left: 5px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none, ;
    box-shadow: none, ;
    border: none;
    font-weight: bold;
  }
  .user.in .dropdown-toggle:focus {
    outline-color: #FFF;
    background: none;
  }
  .user.in .icon-user {
    display: none;
  }
  .user.in .user-status {
    display: inline;
  }
  .user.in .caret {
    border-top-color: #FFF;
  }
}
@media screen and (min-width: 767px) {
  .user.out {
    margin-top: 5px;
  }
  .user.out .dropdown-toggle {
    display: none;
  }
  .user.out .dropdown-menu {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    float: none;
    padding: 0;
    padding-right: 5px;
    margin: 0;
    min-width: 1px;
    position: static;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none, ;
    box-shadow: none, ;
  }
  .user.out .dropdown-menu > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding: 0;
  }
  .user.out .dropdown-menu > li > a {
    padding: 5px;
    padding-top: 1px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #D1DCEB;
    text-shadow: 0 1px 1px #0F2C46;
    font-weight: bold;
  }
  .user.out .dropdown-menu > li > a:hover,
  .user.out .dropdown-menu > li > a:focus {
    background: none;
    text-decoration: underline;
  }
  .user.out .dropdown-menu > li > a:focus {
    outline-color: #FFF;
  }
  .user.out .dropdown-menu > li:first-child {
    border-right: 1px solid #24476b;
  }
  .user.out .dropdown-menu > li:first-child > a {
    padding-left: 10px;
  }
}
.user.open .caret {
  border-top: none;
  border-bottom: 4px solid #FFF;
}
.lang .caret {
  border-top-color: #9ab3ce;
}
@media screen and (min-width: 767px) {
  .lang {
    margin-top: 4px;
  }
  .lang .caret {
    border-top-color: #FFF;
  }
}
.lang.open .caret {
  border-top: none;
  border-bottom: 4px solid #FFF;
}
.login-form {
  padding: 10px;
}
.login-form > fieldset > input {
  margin-bottom: 15px;
  width: 200px;
}
/* Settings - Mobile */
@media screen and (max-width: 767px) {
  .settings-wrap {
    padding-top: 2px;
  }
  .settings-wrap > .btn-group > .btn {
    padding: 0;
    border-color: transparent;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none, ;
    box-shadow: none, ;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .settings-wrap > .btn-group > .btn > .visible-desktop {
    display: none;
  }
  .settings-wrap > .btn-group > .btn > .visible-mobile {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .settings-wrap > .btn-group.open > .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none, ;
    box-shadow: none, ;
  }
  .settings-wrap > .user {
    padding-right: 8px;
  }
  .settings-wrap > .user > .btn {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .settings-wrap > .user > .btn > .icon-user {
    position: relative;
    top: 1px;
  }
  .settings-wrap > .lang {
    padding-left: 8px;
    position: relative;
  }
  .settings-wrap > .lang:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background-color: #264769;
  }
}
/* Header / Logo */
.logo-fcb-wrap {
  padding: 10px 0 0;
}
.logo-fcb-wrap:before,
.logo-fcb-wrap:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.logo-fcb-wrap:after {
  clear: both;
}
.logo-fcb-wrap:before,
.logo-fcb-wrap:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.logo-fcb-wrap:after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .logo-fcb-wrap {
    padding-bottom: 10px;
  }
}
.fcb-logo {
  float: left;
  padding-left: 80px;
  margin-bottom: 10px;
}
.fcb-logo:focus {
  outline-color: #FFF;
}
@media screen and (min-width: 767px) {
  .fcb-logo {
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo-fcb-wrap {
    border-top: 2px solid #da1533;
    background-color: #13283c;
  }
  .logo-fcb-wrap .fcb-logo {
    display: block;
  }
}
/* Main Nav */
.main-navigation {
  position: relative;
}
.main-navigation .has-submenu ul a {
  display: none;
}
.btn-nav-toggle {
  position: absolute;
  top: 65px;
  right: 10px;
}
.alt-nav .btn-nav-toggle {
  display: none;
}
/* Main Nav */
.main-navigation:after {
  content: '\f108';
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -500px -100px;
  width: 25px;
  height: 36px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: "fontcustom";
  background-color: transparent;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .main-navigation:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .main-navigation:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
[dir=rtl] .main-navigation:after {
  background-position: -525px -100px;
  content: '\f104';
}
@media screen and (min-width: 767px) {
  .main-navigation:after {
    display: none;
  }
}
.lt-ie10 .main-navigation:after {
  display: none;
}
.main-navigation > .mobile-main-navigation {
  position: relative;
  border-top: 1px solid #940e23;
  border-bottom: 1px solid #660a18;
  background-color: #8b0d20;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#da1533), to(#8b0d20));
  background-image: -webkit-linear-gradient(top, #da1533, 0%, #8b0d20, 100%);
  background-image: -moz-linear-gradient(top, #da1533 0%, #8b0d20 100%);
  background-image: linear-gradient(to bottom, #da1533 0%, #8b0d20 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda1533', endColorstr='#ff8b0d20', GradientType=0);
  -pie-background: linear-gradient(to bottom, #da1533 0%, #8b0d20 100%);
  -webkit-box-shadow: inset 0 2px 0 #ed445e, inset 0 -1px 0 #ab1128;
  box-shadow: inset 0 2px 0 #ed445e, inset 0 -1px 0 #ab1128;
}
.main-navigation > .mobile-main-navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
  background-color: #8b0d20;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#da1533), to(#8b0d20));
  background-image: -webkit-linear-gradient(top, #da1533, 0%, #8b0d20, 100%);
  background-image: -moz-linear-gradient(top, #da1533 0%, #8b0d20 100%);
  background-image: linear-gradient(to bottom, #da1533 0%, #8b0d20 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda1533', endColorstr='#ff8b0d20', GradientType=0);
  -pie-background: linear-gradient(to bottom, #da1533 0%, #8b0d20 100%);
  -webkit-box-shadow: inset 0 2px 0 #ed445e, inset 0 -1px 0 #ab1128;
  box-shadow: inset 0 2px 0 #ed445e, inset 0 -1px 0 #ab1128;
  font-size: 0px;
  font-size: 0rem;
}
[dir=rtl] .main-navigation > .mobile-main-navigation > ul {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .main-navigation > .mobile-main-navigation > ul {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
}
.main-navigation > .mobile-main-navigation > ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 0;
}
.main-navigation > .mobile-main-navigation > ul > li:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -25px -50px;
  width: 2px;
  height: 42px;
  margin-top: 2px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .main-navigation > .mobile-main-navigation > ul > li:before {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .main-navigation > .mobile-main-navigation > ul > li:before {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.main-navigation > .mobile-main-navigation > ul > li:first-child:before {
  display: none;
}
.main-navigation > .mobile-main-navigation > ul > li > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
  height: 47px;
  padding: 12px 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #4e0812;
}
@media screen and (min-width: 767px) {
  .main-navigation > .mobile-main-navigation > ul > li > a {
    padding: 12px 20px 0;
  }
}
.main-navigation > .mobile-main-navigation > ul > li > a:hover {
  background-color: #5c0916;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ab1128), to(#5c0916));
  background-image: -webkit-linear-gradient(top, #ab1128, 0%, #5c0916, 100%);
  background-image: -moz-linear-gradient(top, #ab1128 0%, #5c0916 100%);
  background-image: linear-gradient(to bottom, #ab1128 0%, #5c0916 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab1128', endColorstr='#ff5c0916', GradientType=0);
  -pie-background: linear-gradient(to bottom, #ab1128 0%, #5c0916 100%);
  -webkit-box-shadow: inset 0 2px 0 #cc1430, inset 0 -1px 0 #6f0b1a;
  box-shadow: inset 0 2px 0 #cc1430, inset 0 -1px 0 #6f0b1a;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .main-navigation > .mobile-main-navigation > ul > li > a:first-child:hover {
    border-radius: 6px 0 0 0;
  }
}
.main-navigation > .mobile-main-navigation > ul > li > a .toggle-submenu {
  display: none;
}
.main-navigation > .mobile-main-navigation > ul > li > ul {
  display: none;
}
.main-navigation > .mobile-main-navigation > ul > li.current > a > span {
  position: relative;
  z-index: 5;
  color: #fcd888;
  text-shadow: 0 1px 1px #7d0c1d;
}
.main-navigation > .mobile-main-navigation > ul > li.current > a:before {
  content: '';
  position: absolute;
  z-index: 4;
  bottom: -8px;
  left: 50%;
  margin-left: -40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -100px 0px;
  width: 80px;
  height: 31px;
  margin-top: 2px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .main-navigation > .mobile-main-navigation > ul > li.current > a:before {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .main-navigation > .mobile-main-navigation > ul > li.current > a:before {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
[dir=rtl] .main-navigation > .mobile-main-navigation > ul > li:last-child > a {
  padding-right: 30px;
}
.main-navigation > .mobile-main-navigation.sly a {
  padding-left: 9px;
}
.main-navigation > .desktop-main-navigation {
  padding: 0;
  margin: 0;
  min-height: 35px;
  list-style: none;
  font-size: 0px;
  font-size: 0rem;
}
@media screen and (min-width: 767px) {
  .main-navigation > .desktop-main-navigation {
    height: auto;
    margin: 0 0 34px 0;
    border-top: 1px solid #940e23;
    border-bottom: 1px solid #660a18;
    background-color: #8b0d20;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#cc1430), to(#8b0d20));
    background-image: -webkit-linear-gradient(top, #cc1430, 0%, #8b0d20, 100%);
    background-image: -moz-linear-gradient(top, #cc1430 0%, #8b0d20 100%);
    background-image: linear-gradient(to bottom, #cc1430 0%, #8b0d20 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc1430', endColorstr='#ff8b0d20', GradientType=0);
    -pie-background: linear-gradient(to bottom, #cc1430 0%, #8b0d20 100%);
    -webkit-box-shadow: inset 0 2px 0 #ed445e, inset 0 -1px 0 #ab1128;
    box-shadow: inset 0 2px 0 #ed445e, inset 0 -1px 0 #ab1128;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
}
.main-navigation > .desktop-main-navigation li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 0;
}
.main-navigation > .desktop-main-navigation li.has-submenu > ul {
  display: none;
}
@media screen and (min-width: 767px) {
  .main-navigation > .desktop-main-navigation > li:before {
    content: '';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -25px -50px;
    width: 2px;
    height: 42px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 767px) and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .main-navigation > .desktop-main-navigation > li:before {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .main-navigation > .desktop-main-navigation > li:before {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.main-navigation > .desktop-main-navigation > li:first-child:before {
  display: none;
}
.main-navigation > .desktop-main-navigation > li > a {
  display: none;
  position: relative;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #4e0812;
}
@media screen and (min-width: 767px) {
  .main-navigation > .desktop-main-navigation > li > a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 47px;
    padding: 12px 20px 0;
  }
}
.main-navigation > .desktop-main-navigation > li > a:hover,
.main-navigation > .desktop-main-navigation > li > a:focus {
  background-color: #5c0916;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ab1128), to(#5c0916));
  background-image: -webkit-linear-gradient(top, #ab1128, 0%, #5c0916, 100%);
  background-image: -moz-linear-gradient(top, #ab1128 0%, #5c0916 100%);
  background-image: linear-gradient(to bottom, #ab1128 0%, #5c0916 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab1128', endColorstr='#ff5c0916', GradientType=0);
  -pie-background: linear-gradient(to bottom, #ab1128 0%, #5c0916 100%);
  -webkit-box-shadow: inset 0 2px 0 #cc1430, inset 0 -1px 0 #6f0b1a;
  box-shadow: inset 0 2px 0 #cc1430, inset 0 -1px 0 #6f0b1a;
  text-decoration: none;
}
.main-navigation > .desktop-main-navigation > li > a:focus {
  outline-color: #FFF;
}
@media screen and (min-width: 767px) {
  .main-navigation > .desktop-main-navigation > li > a:first-child:hover {
    border-radius: 6px 0 0 0;
  }
}
.main-navigation > .desktop-main-navigation > li > a .toggle-submenu {
  display: none;
}
.main-navigation > .desktop-main-navigation > li.current > a:before {
  content: '';
  position: absolute;
  z-index: 4;
  bottom: -7px;
  left: 50%;
  margin-left: -40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -100px 0px;
  width: 80px;
  height: 31px;
  margin-top: 2px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .main-navigation > .desktop-main-navigation > li.current > a:before {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .main-navigation > .desktop-main-navigation > li.current > a:before {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.main-navigation > .desktop-main-navigation > li.current > a > span {
  position: relative;
  z-index: 5;
  color: #fcd888;
  text-shadow: 0 1px 1px #7d0c1d;
}
.main-navigation > .desktop-main-navigation > li.current > ul {
  margin: 0;
  padding: 0;
  padding-right: 20px;
  position: absolute;
  display: block;
  top: 48px;
  left: 0;
  min-height: 36px;
  width: 100%;
  list-style: none;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  background-color: #214164;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#14283d), to(#214164));
  background-image: -webkit-linear-gradient(top, #14283d, 0%, #214164, 100%);
  background-image: -moz-linear-gradient(top, #14283d 0%, #214164 100%);
  background-image: linear-gradient(to bottom, #14283d 0%, #214164 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff14283d', endColorstr='#ff214164', GradientType=0);
  -pie-background: linear-gradient(to bottom, #14283d 0%, #214164 100%);
  -webkit-box-shadow: inset 0 -1px 0 #14283d, inset 0 1px 3px #080f17;
  box-shadow: inset 0 -1px 0 #14283d, inset 0 1px 3px #080f17;
  -webkit-overflow-scrolling: touch;
}
.lt-ie10 .main-navigation > .desktop-main-navigation > li.current > ul {
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .main-navigation > .desktop-main-navigation > li.current > ul {
    padding-right: 0;
    width: 1000px;
    overflow: visible;
    white-space: normal;
  }
}
.main-navigation > .desktop-main-navigation > li.current > ul > li a {
  padding: 9px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  text-shadow: 0 1px 1px #14283d;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li a:hover,
.main-navigation > .desktop-main-navigation > li.current > ul > li a:focus {
  background-color: #14283d;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#080f17), to(#14283d));
  background-image: -webkit-linear-gradient(top, #080f17, 0%, #14283d, 100%);
  background-image: -moz-linear-gradient(top, #080f17 0%, #14283d 100%);
  background-image: linear-gradient(to bottom, #080f17 0%, #14283d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080f17', endColorstr='#ff14283d', GradientType=0);
  -pie-background: linear-gradient(to bottom, #080f17 0%, #14283d 100%);
  -webkit-box-shadow: inset 0 -1px 0 #080f17, inset 0 1px 3px #000000;
  box-shadow: inset 0 -1px 0 #080f17, inset 0 1px 3px #000000;
  text-decoration: none;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li a:focus {
  outline-color: #FFF;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li a i {
  display: none;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current > a {
  color: #fbcb60;
  font-weight: bold;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.has-submenu > a {
  font-weight: bold;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > a {
  position: relative;
  background-color: #238dc8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#214164), to(#238dc8));
  background-image: -webkit-linear-gradient(top, #214164, 0%, #238dc8, 100%);
  background-image: -moz-linear-gradient(top, #214164 0%, #238dc8 100%);
  background-image: linear-gradient(to bottom, #214164 0%, #238dc8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff214164', endColorstr='#ff238dc8', GradientType=0);
  -pie-background: linear-gradient(to bottom, #214164 0%, #238dc8 100%);
  -webkit-box-shadow: inset 0 1px 0 #1b3450;
  box-shadow: inset 0 1px 0 #1b3450;
  -webkit-box-shadow: inset 0 1px 0 #1b3450, ;
  box-shadow: inset 0 1px 0 #1b3450, ;
  font-weight: bold;
  color: #FFF;
  z-index: 4;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > a:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -225px -125px;
  width: 19px;
  height: 36px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > a:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > a:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
[dir=rtl] .main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > a:after {
  background-position: -250px -125px;
  right: 99%;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > a > i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
  top: 1px;
  font-size: 10px;
  font-size: 1rem;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-left: 12px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.lt-ie10 .main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul {
  overflow: hidden;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul > li.current > a {
  color: #fbcb60;
  font-weight: bold;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul > li.current.open > a {
  position: relative;
  margin-left: -19px;
  padding-left: 27px;
  background-color: #238dc8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#214164), to(#238dc8));
  background-image: -webkit-linear-gradient(top, #214164, 0%, #238dc8, 100%);
  background-image: -moz-linear-gradient(top, #214164 0%, #238dc8 100%);
  background-image: linear-gradient(to bottom, #214164 0%, #238dc8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff214164', endColorstr='#ff238dc8', GradientType=0);
  -pie-background: linear-gradient(to bottom, #214164 0%, #238dc8 100%);
  -webkit-box-shadow: inset 0 1px 0 #1b3450;
  box-shadow: inset 0 1px 0 #1b3450;
  -webkit-box-shadow: inset 0 1px 0 #1b3450, ;
  box-shadow: inset 0 1px 0 #1b3450, ;
  font-weight: bold;
  color: #FFF;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul > li.current.open > a:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -225px -125px;
  width: 19px;
  height: 36px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul > li.current.open > a:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul > li.current.open > a:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
[dir=rtl] .main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul > li.current.open > a:after {
  background-position: -250px -125px;
  right: 99%;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul > li.current.open > a > i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
  top: 1px;
  font-size: 10px;
  font-size: 1rem;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul > li.current.open > ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-left: 12px;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul > li.current.open > ul > li.current > a {
  color: #fbcb60;
  font-weight: bold;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul > li.current.open > ul > li > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.main-navigation > .desktop-main-navigation > li.current > ul > li.current.open > ul > li > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.main-navigation-nav {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25px;
  border: none;
  line-height: 1;
  color: #FFF;
  text-shadow: 0 1px 1px #000000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-navigation-nav > i {
  opacity: .9;
}
@media screen and (min-width: 767px) {
  .main-navigation-nav {
    display: none;
  }
}
.main-navigation-nav-prev {
  padding: 0 10px 0 8px;
  left: 0;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -525px 0px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .main-navigation-nav-prev {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .main-navigation-nav-prev {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.start .main-navigation-nav-prev {
  opacity: 0;
}
[dir=rtl] .main-navigation-nav-prev {
  display: none;
}
.main-navigation-nav-next {
  padding: 0 8px 0 10px;
  right: 0;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -500px 0px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .main-navigation-nav-next {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .main-navigation-nav-next {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.end .main-navigation-nav-next {
  opacity: 0;
}
[dir=rtl] .main-navigation-nav-next {
  background-position: -525px 0px;
}
/* Main Nav - Desktop */
@media screen and (min-width: 767px) {
  .lang > .btn > .visible-mobile {
    display: none;
  }
  .lang > .btn > .visible-desktop {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
}
/* FCB Footer */
.fcb-footer {
  clear: both;
  background-color: #000;
}
.fcb-footer a {
  color: #b3b3b3;
}
.fcb-footer a:hover {
  color: #fbcb60;
}
.fcb-footer .logo-list-wrap {
  position: relative;
  padding-top: 10px;
  overflow: hidden;
}
.fcb-footer .logo-list-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #525252;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#000000), color-stop(50%, #666666), to(#000000));
  background-image: -webkit-linear-gradient(left, #000000, #666666 50%, #000000);
  background-image: -moz-linear-gradient(left, #000000, #666666 50%, #000000);
  background-image: linear-gradient(to right, #000000, #666666 50%, #000000);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=1);
  -pie-background: linear-gradient(to right, #000000, #666666 50%, #000000);
}
.fcb-footer .logo-list-wrap > a {
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  .fcb-footer .logo-list-wrap > a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.fcb-footer .logo-list {
  text-align: center;
  margin-bottom: 5px;
}
.fcb-footer .logo-list > li {
  vertical-align: middle;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .fcb-footer .logo-list > li {
    margin-bottom: 0;
  }
}
.fcb-footer .logo-list > li > a:focus {
  outline-color: #FFF;
}
.lt-ie10 .fcb-footer .logo-list > li {
  display: inline;
}
.fcb-footer .logo-list + a {
  display: block;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .fcb-footer .logo-list + a {
    float: right;
  }
}
.fcb-footer .logo-list + a:focus {
  outline-color: #FFF;
  color: #fbcb60;
}
.fcb-footer .link-lists {
  position: relative;
}
@media screen and (min-width: 767px) {
  .fcb-footer .link-lists {
    overflow: hidden;
    background: url(http://assets3.fcbarcelona.com/images/footer-fcb_logo.99fedb42a.png) no-repeat right center;
  }
  [dir=rtl] .fcb-footer .link-lists {
    background-image: url(http://assets2.fcbarcelona.com/images/footer-fcb_logo-rtl.bb4db1002.png);
  }
}
.fcb-footer .link-lists:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #525252;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#000000), color-stop(50%, #666666), to(#000000));
  background-image: -webkit-linear-gradient(left, #000000, #666666 50%, #000000);
  background-image: -moz-linear-gradient(left, #000000, #666666 50%, #000000);
  background-image: linear-gradient(to right, #000000, #666666 50%, #000000);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=1);
  -pie-background: linear-gradient(to right, #000000, #666666 50%, #000000);
}
.fcb-footer .link-list {
  float: right;
  width: 50%;
  padding-left: 10px;
}
@media screen and (min-width: 767px) {
  .fcb-footer .link-list {
    padding-top: 10px;
    float: left;
    width: 14%;
  }
}
.fcb-footer .link-list .footer-link-list {
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .fcb-footer .link-list .footer-link-list {
    margin-bottom: 0;
  }
}
.fcb-footer .link-list-main {
  float: left;
  width: 50%;
  padding-top: 10px;
  padding-left: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAAABCAAAAACZVv2TAAAAGElEQVQI12NkwAMYgZCBkRGDASPwyoMwAAR+AB/zhODgAAAAAElFTkSuQmCC') repeat-y right top;
}
[dir=rtl] .fcb-footer .link-list-main {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAAABBAMAAABOE798AAAAA3NCSVQICAjb4U/gAAAALVBMVEUAAAASEhIKCgoGBgYYGBgODg4EBAQWFhYaGhoMDAwICAgUFBQQEBAcHBwAAADEpR5KAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAACpJREFUCJljuHu3o8PFxcW9vHq3oKDgmaOhoZEzlZSUtFYZGxunpTGgAwCNnguKzuzbcgAAAABJRU5ErkJggg==');
}
.fcb-footer .link-list-main > ul > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #FFF;
}
@media screen and (min-width: 767px) {
  .fcb-footer .link-list-main > ul > li > a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.fcb-footer .link-list-main > ul > li > a:hover,
.fcb-footer .link-list-main > ul > li > a:focus {
  color: #fbcb60;
}
.fcb-footer .link-list-main > ul > li > a:focus {
  outline-color: #FFF;
}
.fcb-footer .link-list-main + .link-list {
  padding-top: 12px;
}
@media screen and (min-width: 767px) {
  .fcb-footer .link-list-main {
    width: 14%;
    height: 233px;
  }
  .fcb-footer .link-list-main + .link-list {
    padding-left: 30px;
    padding-top: 10px;
  }
}
.fcb-footer .adspace {
  display: none;
  padding: 0;
  float: right;
}
@media screen and (min-width: 767px) {
  .fcb-footer .adspace {
    display: block;
  }
}
.fcb-footer .adspace > a {
  display: block;
}
.fcb-footer .adspace img {
  float: right;
}
.fcb-footer .social-actions {
  clear: both;
  position: relative;
  overflow: hidden;
}
.fcb-footer .social-actions:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #525252;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#000000), color-stop(50%, #666666), to(#000000));
  background-image: -webkit-linear-gradient(left, #000000, #666666 50%, #000000);
  background-image: -moz-linear-gradient(left, #000000, #666666 50%, #000000);
  background-image: linear-gradient(to right, #000000, #666666 50%, #000000);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=1);
  -pie-background: linear-gradient(to right, #000000, #666666 50%, #000000);
}
.fcb-footer .social-share-bar {
  border-top: none;
  background: transparent;
}
.fcb-footer .social-share-bar > ul > li {
  margin-left: 5px;
}
.fcb-footer .social-share-bar > ul > li:first-child {
  margin-left: 5px;
}
.fcb-footer .social-share-bar > ul > li a {
  display: block;
  color: #fff;
}
.fcb-footer .social-share-bar > ul > li a:focus {
  outline-color: #fbcb60;
  outline-style: solid;
  outline-width: 3px;
}
.fcb-footer .social-share-bar .pinsterest_button_footer > a {
  background: #fff;
}
.fcb-footer .social-share-bar .pinsterest_button_footer > a:focus {
  outline-color: #da1533;
  outline-style: solid;
  outline-width: 4px;
  color: #da1533 !important;
}
.fcb-footer .social-icons-menu {
  clear: both;
  padding: 10px 8px;
  margin-bottom: 0;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .fcb-footer .social-icons-menu {
    clear: none;
    float: right;
    cursor: none;
  }
}
.fcb-footer .social-icons-menu > li {
  padding: 0 4px 10px;
}
@media screen and (min-width: 767px) {
  .fcb-footer .social-icons-menu > li {
    padding-bottom: 0;
  }
}
.fcb-footer .social-ico {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 23px;
  height: 23px;
}
.fcb-footer .social-ico:focus {
  outline-color: #fbcb60;
  outline-style: solid;
  outline-width: 3px;
}
.fcb-footer .legal {
  overflow: hidden;
}
.fcb-footer .legal small,
.fcb-footer .legal ul,
.fcb-footer .legal li,
.fcb-footer .legal span,
.fcb-footer .legal a {
  color: #b3b3b3;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.fcb-footer .legal a {
  text-decoration: underline;
}
.fcb-footer .legal a:hover,
.fcb-footer .legal a:focus {
  color: #fbcb60;
}
.fcb-footer .legal a:focus {
  outline-color: #FFF;
}
.fcb-footer .copyright {
  display: block;
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .fcb-footer .copyright {
    float: left;
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 20px;
  }
}
.fcb-footer .legal-menu {
  text-align: center;
  padding: 20px;
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  .fcb-footer .legal-menu {
    float: left;
    width: auto;
    padding-left: 10px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.fcb-footer .legal-menu > li {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .fcb-footer .legal-menu > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0;
  }
}
.fcb-footer .unicef {
  padding: 17px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .fcb-footer .unicef {
    float: right;
    text-align: left;
  }
}
.fcb-footer .unicef > span {
  color: #8c8c8c;
}
.fcb-footer .logo-unicef {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.fcb-footer .logo-unicef:focus {
  outline-color: #FFF;
}
.fcb-footer .accesibility {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 38%;
  padding: 27px 0 0 5px;
  padding-right: 10px;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .fcb-footer .accesibility {
    float: right;
    width: auto;
    padding-top: 7px;
  }
}
.touch .fcb-footer .accesibility {
  display: none !important;
}
.fcb-footer .footer-link-list .footer-heading {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  text-transform: uppercase;
  color: #cccccc;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .fcb-footer .footer-link-list > .btn {
    border: 0;
  }
  .fcb-footer .footer-link-list > .btn:focus {
    outline-color: #FFF;
  }
  .fcb-footer .footer-link-list > .btn > .footer-heading {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
    line-height: 18px;
    text-transform: uppercase;
    color: #cccccc;
    font-weight: bold;
    text-align: center;
  }
  .fcb-footer .footer-link-list > .btn > .caret {
    display: none;
  }
  .fcb-footer .footer-link-list .dropdown-menu {
    clear: both;
    position: static;
    top: auto;
    left: auto;
    display: block;
    float: none;
    min-width: 100%;
    width: auto;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    list-style: none;
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none, ;
    box-shadow: none, ;
  }
  .fcb-footer .footer-link-list .dropdown-menu > li {
    display: block;
    text-align: left;
    line-height: 18px;
  }
  .fcb-footer .footer-link-list .dropdown-menu > li > a {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline;
    padding: 0;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    white-space: nowrap;
    text-decoration: none;
    color: #b3b3b3;
    background-color: none;
  }
  .fcb-footer .footer-link-list .dropdown-menu > li > a:hover,
  .fcb-footer .footer-link-list .dropdown-menu > li > a:focus {
    color: #fbcb60;
    text-decoration: underline;
    background: transparent;
  }
  .fcb-footer .footer-link-list .dropdown-menu > li > a:focus {
    outline-color: #FFF;
  }
}
/* FCB Component: Pager */
.pager {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0;
}
.pager-dots {
  font-size: 0px;
  font-size: 0rem;
}
.pager-dots > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  padding: 0;
}
.pager-dots > li .btn {
  font-size: 7px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.85);
}
.pager-dots > li .btn:focus {
  color: #fbcb60;
  outline-color: #FFF;
}
.lt-ie10 .pager-dots > li .btn {
  color: #FFF;
  filter: alpha(opacity=85);
}
.pager-dots > li.active .btn,
.pager-dots > li .btn:hover {
  font-size: 8px;
  font-size: 0.8rem;
  color: #FFF;
}
.lt-ie10 .pager-dots > li.active .btn,
.lt-ie10 .pager-dots > li .btn:hover {
  color: #FFF;
  filter: alpha(opacity=100);
}
.box-header .pager-dots {
  padding: 10px 10px 8px;
}
.box-primary-header .pager-dots {
  border-left: 1px solid #1e3c5c;
}
.box-destacat-header .pager-dots {
  border-left: 1px solid #8b0d20;
}
.pager-dots.invert > li .btn {
  color: rgba(0, 0, 0, 0.6);
}
.pager-dots.invert > li .btn:focus {
  outline-color: #000;
}
.lt-ie10 .pager-dots.invert > li .btn {
  color: #000;
  filter: alpha(opacity=40);
}
.pager-dots.invert > li.active .btn,
.pager-dots.invert > li .btn:hover {
  color: #000;
}
.lt-ie10 .pager-dots.invert > li.active .btn,
.lt-ie10 .pager-dots.invert > li .btn:hover {
  color: #000;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 767px) {
  .pager-dots {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
}
.pager-steps {
  display: block;
  float: right;
}
.box-header .pager-steps,
.mobile-pager .pager-steps {
  padding: 5px 5px 5px 0;
}
.box-header .pager-steps .btn-small,
.mobile-pager .pager-steps .btn-small {
  padding-top: 2px;
  padding-bottom: 4px;
}
.pager-steps .pager-steps-pages {
  float: left;
  padding: 3px;
  line-height: 1.3;
}
.box-primary-header .pager-steps .pager-steps-pages {
  border: 1px solid #182f49;
  background: #1b3450;
  color: #c2d1e2;
}
.box-destacat-header .pager-steps .pager-steps-pages {
  border: 1px solid #740b1b;
  background: #7d0c1d;
  color: #f4b9c2;
}
.box-secondary-header .pager-steps .pager-steps-pages {
  border: 1px solid #2e2e2e;
  background: #333333;
  color: #d1d1d1;
}
.pager-steps .pager-steps-pages > .pager-steps-total,
.pager-steps .pager-steps-pages > .pager-steps-actual {
  color: #FFF;
  padding: 0 2px;
}
.pager-steps.mobile-slides-controller {
  margin-top: 10px;
  margin-right: 20px;
  text-align: center;
}
.pager-steps.mobile-slides-controller > .btn {
  padding-right: 20px;
  padding-left: 20px;
}
.pager-steps.mobile-slides-controller .pager-steps-pages {
  padding: 5px 3px 6px;
  border: 1px solid #2e2e2e;
  background: #333333;
  color: #d1d1d1;
}
.bx-custom-pager {
  font-size: 0px;
  font-size: 0rem;
}
.bx-custom-pager > .bx-pager-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  padding: 0 4px 0 0;
}
.bx-custom-pager > .bx-pager-item .bx-pager-link {
  font-size: 7px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.85);
}
.lt-ie10 .bx-custom-pager > .bx-pager-item .bx-pager-link {
  color: #FFF;
  filter: alpha(opacity=85);
}
.bx-custom-pager > .bx-pager-item .bx-pager-link.active,
.bx-custom-pager > .bx-pager-item .bx-pager-link:hover {
  font-size: 8px;
  font-size: 0.8rem;
  color: #FFF;
  text-decoration: none;
}
.lt-ie10 .bx-custom-pager > .bx-pager-item .bx-pager-link.active,
.lt-ie10 .bx-custom-pager > .bx-pager-item .bx-pager-link:hover {
  color: #FFF;
  filter: alpha(opacity=100);
}
.bx-custom-pager > .bx-pager-item .bx-pager-link:focus {
  color: #fbcb60;
  text-decoration: none;
}
.lt-ie10 .bx-custom-pager > .bx-pager-item .bx-pager-link:focus {
  color: #fbcb60;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 767px) {
  .bx-custom-pager {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
}
/* Fallback pager - IE8 */
.fallback-nav {
  display: none;
}
.lt-ie10 .fallback-nav {
  display: block;
}
.fallback-nav > a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  text-decoration: none;
}
.fallback-nav > a:hover {
  color: #fbcb60;
}
/* FCB Component: Thumbnail */
.thumbnail {
  padding: 2px;
}
/* FCB Component: Social Share Bar */
.social-share-bar {
  clear: both;
  min-height: 45px;
  font-size: 0px;
  font-size: 0rem;
  border-top: 1px solid #303030;
  background-color: #000000;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1c1c1c), to(#000000));
  background-image: -webkit-linear-gradient(top, #1c1c1c, 0%, #000000, 100%);
  background-image: -moz-linear-gradient(top, #1c1c1c 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #1c1c1c 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c1c1c', endColorstr='#ff000000', GradientType=0);
  -pie-background: linear-gradient(to bottom, #1c1c1c 0%, #000000 100%);
}
.social-share-bar:before,
.social-share-bar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.social-share-bar:after {
  clear: both;
}
.social-share-bar:before,
.social-share-bar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.social-share-bar:after {
  clear: both;
}
.widget-inner-nav .social-share-bar {
  background: none;
  border-top: none;
  filter: none;
}
.widget-detall-generic .social-share-bar {
  background: none;
  border-top: none;
  filter: none;
}
.social-share-bar > ul {
  float: right;
  padding: 10px 10px 0 0;
  margin-bottom: 0;
}
.social-share-bar li {
  vertical-align: top;
  padding: 0 0 10px 5px;
}
.social-share-bar .more {
  float: left;
  padding-top: 9px;
  padding-left: 10px;
}
@media screen and (min-width: 767px) {
  .social-share-bar .more {
    padding-left: 0;
  }
}
.social-share-bar .more > .btn {
  padding-bottom: 2px;
  border: 1px solid #666666;
  background: #333333;
  color: #b3b3b3;
  font-size: 12px;
  font-size: 1.2rem;
}
.social-share-bar .more > .btn:hover,
.social-share-bar .more > .btn:focus {
  color: #fbcb60;
}
.social-share-bar .more > .btn:focus {
  outline-color: #FFF;
}
.social-share-bar-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-top: 12px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #767676;
}
/* FCB COMPONENT: Tables */
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table thead > tr > th,
table tbody > tr > th,
table tfoot > tr > th,
table thead > tr > td,
table tbody > tr > td,
table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table thead > tr > th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #dddddd;
}
table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-left: 1px solid #dddddd;
}
.table-bordered > caption + thead > tr:first-child th,
.table-bordered > caption + tbody > tr:first-child th,
.table-bordered > caption + tbody > tr:first-child td,
.table-bordered > colgroup + thead > tr:first-child th,
.table-bordered > colgroup + tbody > tr:first-child th,
.table-bordered > colgroup + tbody > tr:first-child td,
.table-bordered > thead:first-child > tr:first-child th,
.table-bordered > tbody:first-child > tr:first-child th,
.table-bordered > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.table-bordered > thead:first-child > tr:first-child > th:first-child,
.table-bordered > tbody:first-child > tr:first-child > td:first-child,
.table-bordered > tbody:first-child > tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.table-bordered > thead:first-child > tr:first-child > th:last-child,
.table-bordered > tbody:first-child > tr:first-child > td:last-child,
.table-bordered > tbody:first-child > tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.table-bordered > thead:last-child > tr:last-child > th:first-child,
.table-bordered > tbody:last-child > tr:last-child > td:first-child,
.table-bordered > tbody:last-child > tr:last-child > th:first-child,
.table-bordered > tfoot:last-child > tr:last-child > td:first-child,
.table-bordered > tfoot:last-child > tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}
.table-bordered > thead:last-child > tr:last-child > th:last-child,
.table-bordered > tbody:last-child > tr:last-child > td:last-child,
.table-bordered > tbody:last-child > tr:last-child > th:last-child,
.table-bordered > tfoot:last-child > tr:last-child > td:last-child,
.table-bordered > tfoot:last-child > tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}
.table-bordered > tfoot + tbody:last-child > tr:last-child > td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered > tfoot + tbody:last-child > tr:last-child > td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered > caption + thead > tr:first-child > th:first-child,
.table-bordered > colgroup + thead > tr:first-child > th:first-child,
.table-bordered > caption + tbody > tr:first-child > td:first-child,
.table-bordered > colgroup + tbody > tr:first-child > td:first-child {
  border-top-left-radius: 4px;
}
.table-bordered > caption + thead > tr:first-child > th:last-child,
.table-bordered > colgroup + thead > tr:first-child > th:last-child,
.table-bordered > caption + tbody > tr:first-child > td:last-child,
.table-bordered > colgroup + tbody > tr:first-child > td:last-child {
  border-top-right-radius: 4px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class^="col-"] {
  float: none;
  display: table-column;
}
table td[class^="col-"],
table th[class^="col-"] {
  float: none;
  display: table-cell;
}
table > tbody > tr > td.success,
table > tbody > tr > th.success,
table > tbody > tr.success > td {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
table > tbody > tr > td.danger,
table > tbody > tr > th.danger,
table > tbody > tr.danger > td {
  background-color: #f2dede;
  border-color: #eed3d7;
}
table > tbody > tr > td.warning,
table > tbody > tr > th.warning,
table > tbody > tr.warning > td {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
table {
  padding: 5px;
  background: #ebebeb;
  border-radius: 10px;
  border: 1px solid #b9c3c4;
  border-collapse: separate;
  border-spacing: 4px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > thead > tr > td,
table > tbody > tr > td {
  border-bottom: 1px solid #cccccc;
  border-top: none;
  background: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
}
table > thead > tr:first-child > th,
table > tbody > tr:first-child > th,
table > thead > tr:first-child > td,
table > tbody > tr:first-child > td {
  border-bottom-color: #b2b2b2;
}
table .tit {
  background: #EBEBEB;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #666666;
}
.table-bordered {
  padding: 0;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #b9c3c4;
  border-left: 0;
  border-radius: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td {
  background-color: #EBEBEB;
}
.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > th:first-child,
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child {
  border-left: 1px solid #b9c3c4;
}
.table-bordered > thead:first-child > tr:first-child > th:first-child,
.table-bordered > tbody:first-child > tr:first-child > th:first-child,
.table-bordered > tfoot:first-child > tr:first-child > th:first-child,
.table-bordered > thead:last-child > tr:first-child > th:first-child,
.table-bordered > tbody:last-child > tr:first-child > th:first-child,
.table-bordered > tfoot:last-child > tr:first-child > th:first-child,
.table-bordered > caption + thead > tr:first-child > th:first-child,
.table-bordered > caption + tbody > tr:first-child > th:first-child,
.table-bordered > caption + tfoot > tr:first-child > th:first-child,
.table-bordered > colgroup + thead > tr:first-child > th:first-child,
.table-bordered > colgroup + tbody > tr:first-child > th:first-child,
.table-bordered > colgroup + tfoot > tr:first-child > th:first-child,
.table-bordered > thead:first-child > tr:last-child > th:first-child,
.table-bordered > tbody:first-child > tr:last-child > th:first-child,
.table-bordered > tfoot:first-child > tr:last-child > th:first-child,
.table-bordered > thead:last-child > tr:last-child > th:first-child,
.table-bordered > tbody:last-child > tr:last-child > th:first-child,
.table-bordered > tfoot:last-child > tr:last-child > th:first-child,
.table-bordered > caption + thead > tr:last-child > th:first-child,
.table-bordered > caption + tbody > tr:last-child > th:first-child,
.table-bordered > caption + tfoot > tr:last-child > th:first-child,
.table-bordered > colgroup + thead > tr:last-child > th:first-child,
.table-bordered > colgroup + tbody > tr:last-child > th:first-child,
.table-bordered > colgroup + tfoot > tr:last-child > th:first-child,
.table-bordered > thead:first-child > tr:first-child > td:first-child,
.table-bordered > tbody:first-child > tr:first-child > td:first-child,
.table-bordered > tfoot:first-child > tr:first-child > td:first-child,
.table-bordered > thead:last-child > tr:first-child > td:first-child,
.table-bordered > tbody:last-child > tr:first-child > td:first-child,
.table-bordered > tfoot:last-child > tr:first-child > td:first-child,
.table-bordered > caption + thead > tr:first-child > td:first-child,
.table-bordered > caption + tbody > tr:first-child > td:first-child,
.table-bordered > caption + tfoot > tr:first-child > td:first-child,
.table-bordered > colgroup + thead > tr:first-child > td:first-child,
.table-bordered > colgroup + tbody > tr:first-child > td:first-child,
.table-bordered > colgroup + tfoot > tr:first-child > td:first-child,
.table-bordered > thead:first-child > tr:last-child > td:first-child,
.table-bordered > tbody:first-child > tr:last-child > td:first-child,
.table-bordered > tfoot:first-child > tr:last-child > td:first-child,
.table-bordered > thead:last-child > tr:last-child > td:first-child,
.table-bordered > tbody:last-child > tr:last-child > td:first-child,
.table-bordered > tfoot:last-child > tr:last-child > td:first-child,
.table-bordered > caption + thead > tr:last-child > td:first-child,
.table-bordered > caption + tbody > tr:last-child > td:first-child,
.table-bordered > caption + tfoot > tr:last-child > td:first-child,
.table-bordered > colgroup + thead > tr:last-child > td:first-child,
.table-bordered > colgroup + tbody > tr:last-child > td:first-child,
.table-bordered > colgroup + tfoot > tr:last-child > td:first-child,
.table-bordered > thead:first-child > tr:first-child > th:last-child,
.table-bordered > tbody:first-child > tr:first-child > th:last-child,
.table-bordered > tfoot:first-child > tr:first-child > th:last-child,
.table-bordered > thead:last-child > tr:first-child > th:last-child,
.table-bordered > tbody:last-child > tr:first-child > th:last-child,
.table-bordered > tfoot:last-child > tr:first-child > th:last-child,
.table-bordered > caption + thead > tr:first-child > th:last-child,
.table-bordered > caption + tbody > tr:first-child > th:last-child,
.table-bordered > caption + tfoot > tr:first-child > th:last-child,
.table-bordered > colgroup + thead > tr:first-child > th:last-child,
.table-bordered > colgroup + tbody > tr:first-child > th:last-child,
.table-bordered > colgroup + tfoot > tr:first-child > th:last-child,
.table-bordered > thead:first-child > tr:last-child > th:last-child,
.table-bordered > tbody:first-child > tr:last-child > th:last-child,
.table-bordered > tfoot:first-child > tr:last-child > th:last-child,
.table-bordered > thead:last-child > tr:last-child > th:last-child,
.table-bordered > tbody:last-child > tr:last-child > th:last-child,
.table-bordered > tfoot:last-child > tr:last-child > th:last-child,
.table-bordered > caption + thead > tr:last-child > th:last-child,
.table-bordered > caption + tbody > tr:last-child > th:last-child,
.table-bordered > caption + tfoot > tr:last-child > th:last-child,
.table-bordered > colgroup + thead > tr:last-child > th:last-child,
.table-bordered > colgroup + tbody > tr:last-child > th:last-child,
.table-bordered > colgroup + tfoot > tr:last-child > th:last-child,
.table-bordered > thead:first-child > tr:first-child > td:last-child,
.table-bordered > tbody:first-child > tr:first-child > td:last-child,
.table-bordered > tfoot:first-child > tr:first-child > td:last-child,
.table-bordered > thead:last-child > tr:first-child > td:last-child,
.table-bordered > tbody:last-child > tr:first-child > td:last-child,
.table-bordered > tfoot:last-child > tr:first-child > td:last-child,
.table-bordered > caption + thead > tr:first-child > td:last-child,
.table-bordered > caption + tbody > tr:first-child > td:last-child,
.table-bordered > caption + tfoot > tr:first-child > td:last-child,
.table-bordered > colgroup + thead > tr:first-child > td:last-child,
.table-bordered > colgroup + tbody > tr:first-child > td:last-child,
.table-bordered > colgroup + tfoot > tr:first-child > td:last-child,
.table-bordered > thead:first-child > tr:last-child > td:last-child,
.table-bordered > tbody:first-child > tr:last-child > td:last-child,
.table-bordered > tfoot:first-child > tr:last-child > td:last-child,
.table-bordered > thead:last-child > tr:last-child > td:last-child,
.table-bordered > tbody:last-child > tr:last-child > td:last-child,
.table-bordered > tfoot:last-child > tr:last-child > td:last-child,
.table-bordered > caption + thead > tr:last-child > td:last-child,
.table-bordered > caption + tbody > tr:last-child > td:last-child,
.table-bordered > caption + tfoot > tr:last-child > td:last-child,
.table-bordered > colgroup + thead > tr:last-child > td:last-child,
.table-bordered > colgroup + tbody > tr:last-child > td:last-child,
.table-bordered > colgroup + tfoot > tr:last-child > td:last-child {
  border-radius: 0;
}
.table-bordered > caption {
  display: none;
}
.table-bordered .tit {
  background-color: #FFF;
}
.table-matchstats {
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-matchstats > thead > tr > th,
.table-matchstats > tbody > tr > th,
.table-matchstats > thead > tr > td,
.table-matchstats > tbody > tr > td {
  border-left: none;
  border-top: none;
  border-bottom: none;
  background-color: #E5EAEA;
}
.table-matchstats > thead > tr > th:first-child,
.table-matchstats > tbody > tr > th:first-child,
.table-matchstats > thead > tr > td:first-child,
.table-matchstats > tbody > tr > td:first-child {
  background: #e5eaea url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -625px -200px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .table-matchstats > thead > tr > th:first-child,
  .table-matchstats > tbody > tr > th:first-child,
  .table-matchstats > thead > tr > td:first-child,
  .table-matchstats > tbody > tr > td:first-child {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .table-matchstats > thead > tr > th:first-child,
  .lt-ie10 .table-matchstats > tbody > tr > th:first-child,
  .lt-ie10 .table-matchstats > thead > tr > td:first-child,
  .lt-ie10 .table-matchstats > tbody > tr > td:first-child {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
[dir=rtl] .table-matchstats > thead > tr > th:first-child,
[dir=rtl] .table-matchstats > tbody > tr > th:first-child,
[dir=rtl] .table-matchstats > thead > tr > td:first-child,
[dir=rtl] .table-matchstats > tbody > tr > td:first-child {
  background-image: none;
}
.table-matchstats > thead > tr.highlighted > th,
.table-matchstats > tbody > tr.highlighted > th,
.table-matchstats > thead > tr.highlighted > td,
.table-matchstats > tbody > tr.highlighted > td {
  background-color: #c8d0d1;
}
.table-matchstats > thead > tr.startgroup > th,
.table-matchstats > tbody > tr.startgroup > th,
.table-matchstats > thead > tr.startgroup > td,
.table-matchstats > tbody > tr.startgroup > td {
  border-top: 1px solid #b9c3c4;
}
.table-estadistiques {
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-estadistiques > thead > tr > th,
.table-estadistiques > thead > tr > th:first-child {
  border-bottom: 1px solid #909da2;
  background: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.table-default {
  padding: 0;
  background: #fff;
  border-radius: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-default > thead > tr > th,
.table-default > tbody > tr > th,
.table-default > thead > tr > td,
.table-default > tbody > tr > td {
  border-bottom: 1px solid #cccccc;
  border-top: none;
  background: #FFF;
}
.table-default > thead > tr:first-child > th,
.table-default > tbody > tr:first-child > th,
.table-default > thead > tr:first-child > td,
.table-default > tbody > tr:first-child > td {
  border-bottom-color: #b2b2b2;
}
.table-default .tit {
  background: #fff;
}
/* Talbe Stripped */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: inherit;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9;
}
/* Responsive Tables */
@media screen and (max-width: 767px) {
  table.responsive {
    table-layout: auto;
    margin-bottom: 0;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child {
    display: none;
  }
  table.responsive.responsive-2cols th:first-child + th,
  table.responsive.responsive-2cols td:first-child + td {
    display: none;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #909da2;
  }
  .pinned .table {
    table-layout: auto;
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned th,
  .pinned td {
    white-space: nowrap;
    display: none;
  }
  .pinned th:first-child,
  .pinned td:first-child {
    display: table-cell;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  .pinned.responsive td {
    display: none;
  }
  .table-wrapper {
    position: relative;
    margin-bottom: 20px;
    border-right: 1px solid #909da2;
  }
  .table-wrapper:after {
    content: '\f106';
    font-family: "fontcustom";
    position: absolute;
    top: 49%;
    right: -15px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #909da2;
  }
  .table-wrapper .scrollable {
    margin-left: 40%;
    overflow: scroll;
    overflow-y: hidden;
  }
}
.table-scroll-wrap + .scrollbar {
  margin: 14px 5px;
  height: 6px;
  background: #e6e6e6;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15000000000000002);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15000000000000002);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15000000000000002), ;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15000000000000002), ;
}
.table-scroll-wrap + .scrollbar > .scroller {
  position: relative;
  padding-top: 1px;
  padding-left: 4px;
  top: -9px;
  height: 24px;
  width: 48px;
  border-radius: 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background-color: #aab0b8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#c6cacf), to(#aab0b8));
  background-image: -webkit-linear-gradient(top, #c6cacf, 0%, #aab0b8, 100%);
  background-image: -moz-linear-gradient(top, #c6cacf 0%, #aab0b8 100%);
  background-image: linear-gradient(to bottom, #c6cacf 0%, #aab0b8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc6cacf', endColorstr='#ffaab0b8', GradientType=0);
  -pie-background: linear-gradient(to bottom, #c6cacf 0%, #aab0b8 100%);
  border: 1px solid #8f97a0;
}
.table-scroll-wrap + .scrollbar > .scroller > i {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
}
.table-scrollable-wrap {
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 767px) {
  .table-scrollable-wrap {
    overflow: visible;
  }
}
.table-scrollable-wrap table.scrollable {
  width: 100%;
}
/* FCB COMPONENT: Pagination */
.pagination {
  font-size: 0px;
  font-size: 0rem;
}
.box-plain .pagination {
  margin-top: 0;
  margin-right: 10px;
}
.pagination > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}
.pagination > li > a,
.pagination > li > span {
  padding: 7px 10px;
  font-weight: bold;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #34669d;
  color: #FFF;
}
.pagination > li.active > a:hover,
.pagination > li.active > a:focus {
  background: #e6e6e6;
  color: #333333;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #333333;
}
.pagination > .disabled > span {
  background: #f7f7f7;
}
.pagination > li .icon-caret-left,
.pagination > li .icon-caret-right {
  position: relative;
  top: -2px;
  font-size: 9px;
  font-size: 0.9rem;
}
.pagination > li .icon-fastforward,
.pagination > li .icon-rewind {
  font-size: 11px;
  font-size: 1.1rem;
}
.pagination > li .icon-doublemajor,
.pagination > li .icon-major,
.pagination > li .icon-minor,
.pagination > li .icon-doubleminor {
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .pagination > .disabled > span {
    text-indent: -999px;
    background: #e6e6e6;
    padding-left: 0;
    padding-right: 0;
    width: 2px;
  }
  .pagination > .first,
  .pagination > .last {
    display: none;
  }
  .pagination > li.prev > a,
  .pagination > li.prev > span {
    border-left-width: 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .pagination > li.next > a,
  .pagination > li.next > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
}
/* FCB COMPONENT: Breadcrumb */
.widget-breadcrumb {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.bloc1 .widget-breadcrumb {
  padding-left: 10px;
  padding-right: 10px;
}
.widget-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #e3e3e3;
  border: 1px solid #bfbfbf;
  font-size: 0px;
  font-size: 0rem;
}
.bloc1 .widget-breadcrumb .breadcrumb {
  background: #181818;
  border: 1px solid #212121;
}
.widget-breadcrumb .breadcrumb > li {
  position: relative;
  background-color: #e3e3e3;
  background-image: -webkit-gradient(linear, 0% top, 10% top, from(#999999), to(#e3e3e3));
  background-image: -webkit-linear-gradient(left, color-stop(#999999 0%), color-stop(#e3e3e3 10%));
  background-image: -moz-linear-gradient(left, #999999 0%, #e3e3e3 10%);
  background-image: linear-gradient(to right, #999999 0%, #e3e3e3 10%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ffe3e3e3', GradientType=1);
  -pie-background: linear-gradient(to right, #999999 0%, #e3e3e3 10%);
}
.bloc1 .widget-breadcrumb .breadcrumb > li {
  background-color: #181818;
  background-image: -webkit-gradient(linear, 0% top, 10% top, from(#000000), to(#181818));
  background-image: -webkit-linear-gradient(left, color-stop(#000000 0%), color-stop(#181818 10%));
  background-image: -moz-linear-gradient(left, #000000 0%, #181818 10%);
  background-image: linear-gradient(to right, #000000 0%, #181818 10%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff181818', GradientType=1);
  -pie-background: linear-gradient(to right, #000000 0%, #181818 10%);
}
@media screen and (max-width: 767px) {
  .widget-breadcrumb .breadcrumb > li {
    background-image: none;
  }
}
.widget-breadcrumb .breadcrumb > li > a {
  background-color: #FFF;
}
.bloc1 .widget-breadcrumb .breadcrumb > li > a {
  background-color: #333333;
  color: #cccccc;
}
.widget-breadcrumb .breadcrumb > li > a,
.widget-breadcrumb .breadcrumb > li > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 30px;
  padding: 6px 10px 4px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-shadow: none;
}
@media screen and (min-width: 767px) {
  .widget-breadcrumb .breadcrumb > li > a,
  .widget-breadcrumb .breadcrumb > li > span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.widget-breadcrumb .breadcrumb > li:before {
  content: '';
  border: 10px solid transparent;
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-color: #FFF;
  position: absolute;
  top: 0;
  left: 0px;
  height: 0;
  width: 0;
}
.bloc1 .widget-breadcrumb .breadcrumb > li:before {
  border-left-color: #333333;
}
.widget-breadcrumb .breadcrumb > li:after {
  display: none;
}
.widget-breadcrumb .breadcrumb > li:first-child > a {
  padding-left: 10px;
  font-weight: bold;
}
.widget-breadcrumb .breadcrumb > li:first-child:before {
  display: none;
}
.widget-breadcrumb .breadcrumb > li.active {
  color: #616161;
}
.bloc1 .widget-breadcrumb .breadcrumb > li.active {
  color: #cccccc;
}
.lt-ie10 .widget-breadcrumb {
  width: 100% !important;
}
/* FCB COMPONENT: Wells */
.well {
  background-color: #ededed;
  border: none;
  -webkit-box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.1), ;
  box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.1), ;
}
.well-large {
  padding: 24px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  border-radius: 3px;
}
/* FCB COMPONENT: Tabs */
.nav-tabs {
  border-bottom-color: #9da5a4;
  padding-left: 3px;
}
.nav-tabs > li {
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 6px;
  padding-bottom: 1px;
}
.nav-tabs > li > a {
  padding: 5px 10px;
  margin: 0;
  font-weight: bold;
  color: #2A3E4E;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #dadfe6;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebeef2), to(#dadfe6));
  background-image: -webkit-linear-gradient(top, #ebeef2, 0%, #dadfe6, 100%);
  background-image: -moz-linear-gradient(top, #ebeef2 0%, #dadfe6 100%);
  background-image: linear-gradient(to bottom, #ebeef2 0%, #dadfe6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebeef2', endColorstr='#ffdadfe6', GradientType=0);
  -pie-background: linear-gradient(to bottom, #ebeef2 0%, #dadfe6 100%);
  border-radius: 3px 3px 0 0;
  border: 1px solid #8c9493;
  border-bottom: 0;
}
.nav-tabs > li > a:hover {
  border-color: #8c9493;
}
.nav-tabs > li.active {
  padding-top: 0;
  position: relative;
  bottom: -1px;
}
.nav-tabs > li.active > a {
  padding: 8px 10px;
  background-color: #eceff3;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fefefe), to(#eceff3));
  background-image: -webkit-linear-gradient(top, #fefefe, 0%, #eceff3, 100%);
  background-image: -moz-linear-gradient(top, #fefefe 0%, #eceff3 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #eceff3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffeceff3', GradientType=0);
  -pie-background: linear-gradient(to bottom, #fefefe 0%, #eceff3 100%);
  border: 1px solid #8c9493;
  border-bottom: 0;
}
.nav-tabs > li.active > a:hover {
  border-color: #8c9493;
  border-bottom: 0;
}
/* FCB COMPONENT: Inner Frame (Jugador, Partit) */
.widget-inner-frame-wrap {
  background: #e1e1e1;
  border-radius: 3px;
}
@media screen and (min-width: 767px) {
  .widget-inner-frame {
    top: -3px;
    position: relative;
  }
}
.widget-inner-nav {
  background-color: #304347;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3a5156), to(#304347));
  background-image: -webkit-linear-gradient(top, #3a5156, 0%, #304347, 100%);
  background-image: -moz-linear-gradient(top, #3a5156 0%, #304347 100%);
  background-image: linear-gradient(to bottom, #3a5156 0%, #304347 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a5156', endColorstr='#ff304347', GradientType=0);
  -pie-background: linear-gradient(to bottom, #3a5156 0%, #304347 100%);
  -webkit-box-shadow: inset 0 1px 0 #586b70;
  box-shadow: inset 0 1px 0 #586b70;
  -webkit-box-shadow: inset 0 1px 0 #586b70, ;
  box-shadow: inset 0 1px 0 #586b70, ;
  border-radius: 3px 3px 0 0;
}
.widget-inner-nav > ul {
  float: left;
  margin-bottom: 0;
  font-size: 0px;
  font-size: 0rem;
}
.widget-inner-nav > ul > li {
  position: relative;
  padding: 0;
}
.widget-inner-nav > ul > li:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat 0px -300px;
  width: 2px;
  height: 63px;
  margin-top: 2px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .widget-inner-nav > ul > li:before {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .widget-inner-nav > ul > li:before {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.widget-inner-nav > ul > li:first-child:before {
  display: none;
}
.widget-inner-nav > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 20px 18px;
  color: #d8dcdd;
  text-shadow: 0 1px 1px #304347;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
.widget-inner-nav > ul > li > a:hover,
.widget-inner-nav > ul > li > a:focus {
  background-color: #263538;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#304347), to(#263538));
  background-image: -webkit-linear-gradient(top, #304347, 0%, #263538, 100%);
  background-image: -moz-linear-gradient(top, #304347 0%, #263538 100%);
  background-image: linear-gradient(to bottom, #304347 0%, #263538 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff304347', endColorstr='#ff263538', GradientType=0);
  -pie-background: linear-gradient(to bottom, #304347 0%, #263538 100%);
}
.widget-inner-nav > ul > li > a:focus {
  outline-color: #FFF;
}
.widget-inner-nav > ul > li.active > a {
  background-color: #41656f;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#598894), to(#41656f));
  background-image: -webkit-linear-gradient(top, #598894, 0%, #41656f, 100%);
  background-image: -moz-linear-gradient(top, #598894 0%, #41656f 100%);
  background-image: linear-gradient(to bottom, #598894 0%, #41656f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff598894', endColorstr='#ff41656f', GradientType=0);
  -pie-background: linear-gradient(to bottom, #598894 0%, #41656f 100%);
  color: #FFF;
}
.widget-inner-nav > ul > li.active > a:after {
  content: '';
  position: absolute;
  z-index: 300;
  bottom: -3px;
  left: 50%;
  margin-left: -40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -400px 0px;
  width: 81px;
  height: 30px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .widget-inner-nav > ul > li.active > a:after {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .widget-inner-nav > ul > li.active > a:after {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.widget-inner-nav > ul > li.active > a > span {
  position: relative;
  z-index: 301;
}
.widget-inner-nav > ul > li.active:first-child > a {
  border-top-left-radius: 3px;
}
.widget-inner-nav .widget-inner-mobile-nav {
  padding: 7px;
}
.widget-inner-nav .widget-inner-mobile-nav > .btn {
  float: none;
}
@media screen and (min-width: 767px) {
  .widget-inner-nav .widget-inner-mobile-nav {
    display: none;
  }
}
.widget-inner-nav .btn-back {
  margin-top: 7px;
  margin-right: 7px;
  font-weight: bold;
}
.widget-inner-nav .btn-back:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 73px;
  background: url('data:image/png;base64,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') no-repeat right center;
}
[dir=rtl] .widget-inner-nav .btn-back:before {
  background-image: url('data:image/png;base64,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');
}
.widget-inner-nav .btn-back .icon-users {
  position: relative;
  top: 3px;
  margin-right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.widget-inner-frame + .widget-inner-nav {
  border-radius: 0 0 3px 3px;
}
.widget-inner-frame-top {
  clear: both;
  position: relative;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  background-color: #6a797e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9ebcc7), to(#6a797e));
  background-image: -webkit-linear-gradient(top, #9ebcc7, 0%, #6a797e, 100%);
  background-image: -moz-linear-gradient(top, #9ebcc7 0%, #6a797e 100%);
  background-image: linear-gradient(to bottom, #9ebcc7 0%, #6a797e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ebcc7', endColorstr='#ff6a797e', GradientType=0);
  -pie-background: linear-gradient(to bottom, #9ebcc7 0%, #6a797e 100%);
}
.sidebar-layout .widget-inner-frame-top {
  padding: 0 5px;
  background: #e1e1e1;
}
.sidebar-layout .widget-inner-frame-top:before,
.sidebar-layout .widget-inner-frame-top:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.sidebar-layout .widget-inner-frame-top:after {
  clear: both;
}
.sidebar-layout .widget-inner-frame-top:before,
.sidebar-layout .widget-inner-frame-top:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.sidebar-layout .widget-inner-frame-top:after {
  clear: both;
}
.widget-inner-frame-top .credit {
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.widget-inner-frame-bottom {
  padding: 0;
  padding-top: 10px;
}
@media screen and (min-width: 767px) {
  .widget-inner-frame-bottom {
    padding-top: 0;
  }
}
/* FCB COMPONENT: Forms */
.widget-form {
  padding-bottom: 20px;
  background: #e4e7ed;
  border: 1px solid #bcc3c1;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(188, 195, 193, 0.7);
  box-shadow: 0 1px 2px rgba(188, 195, 193, 0.7);
  -webkit-box-shadow: 0 1px 2px rgba(188, 195, 193, 0.7), ;
  box-shadow: 0 1px 2px rgba(188, 195, 193, 0.7), ;
}
.widget-form .legend-wrap {
  background-color: #e4e7ed;
  background-image: -webkit-gradient(linear, left 0%, left 30%, from(#ffffff), to(#e4e7ed));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e4e7ed, 30%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e4e7ed 30%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e4e7ed 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e7ed', GradientType=0);
  -pie-background: linear-gradient(to bottom, #ffffff 0%, #e4e7ed 30%);
  border-radius: 5px 5px 0 0;
}
.widget-form .legend {
  padding: 20px;
  padding-bottom: 50px;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  background: url(http://assets2.fcbarcelona.com/images/bg-form-legend.76f773e5e.png) no-repeat center bottom;
}
@media screen and (min-width: 767px) {
  .widget-form .legend {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .widget-form .legend {
    background: url(http://assets4.fcbarcelona.com/images/bg-form-legend@2x.8b979beb8.png) no-repeat center bottom;
    -webkit-background-size: 555px 29px;
    -moz-background-size: 555px 29px;
    -o-background-size: 555px 29px;
    background-size: 555px 29px;
  }
}
.widget-form .fieldset {
  padding: 10px;
  padding-top: 0;
}
@media screen and (min-width: 767px) {
  .widget-form .fieldset {
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.widget-form .fieldset hr {
  background: #bcc3c1;
  border: none;
  height: 1px;
  clear: both;
}
.widget-form.widget-form-2cols:before,
.widget-form.widget-form-2cols:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-form.widget-form-2cols:after {
  clear: both;
}
.widget-form.widget-form-2cols:before,
.widget-form.widget-form-2cols:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-form.widget-form-2cols:after {
  clear: both;
}
.widget-form.widget-form-2cols .fieldset,
.widget-form.widget-form-2cols .widget-form-2col {
  position: relative;
  padding: 10px;
  padding-top: 0;
  margin-bottom: 10px;
}
.widget-form.widget-form-2cols .fieldset:before,
.widget-form.widget-form-2cols .widget-form-2col:before,
.widget-form.widget-form-2cols .fieldset:after,
.widget-form.widget-form-2cols .widget-form-2col:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-form.widget-form-2cols .fieldset:after,
.widget-form.widget-form-2cols .widget-form-2col:after {
  clear: both;
}
.widget-form.widget-form-2cols .fieldset:before,
.widget-form.widget-form-2cols .widget-form-2col:before,
.widget-form.widget-form-2cols .fieldset:after,
.widget-form.widget-form-2cols .widget-form-2col:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-form.widget-form-2cols .fieldset:after,
.widget-form.widget-form-2cols .widget-form-2col:after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .widget-form.widget-form-2cols .fieldset,
  .widget-form.widget-form-2cols .widget-form-2col {
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0;
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 767px) {
  .widget-form.widget-form-2cols .fieldset {
    padding-right: 0;
  }
}
@media screen and (min-width: 767px) {
  .widget-form.widget-form-2cols .widget-form-2col {
    width: 48%;
  }
}
.form-pre-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .form-pre-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.control-group {
  position: relative;
  clear: both;
  padding-bottom: 35px;
}
.control-group.no-margin {
  padding-bottom: 0;
}
.control-label {
  font-weight: normal;
}
.controls:before,
.controls:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.controls:after {
  clear: both;
}
.controls:before,
.controls:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.controls:after {
  clear: both;
}
.help-inline {
  display: inline-block;
  margin-right: 1px;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.help-block {
  font-size: 13px;
  font-size: 1.3rem;
  color: #636363;
}
.help-block-right-aligned {
  text-align: right;
}
.form-actions {
  clear: both;
  padding-right: 20px;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-actions:after {
  clear: both;
}
.fieldset .form-actions {
  padding-right: 0;
}
.form-actions .btn-default {
  font-weight: bold;
}
.form-actions .btn + a {
  margin-right: 10px;
  font-weight: normal;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border-color: #98acac;
}
.lt-ie10 select,
.lt-ie10 textarea,
.lt-ie10 input[type="text"],
.lt-ie10 input[type="password"],
.lt-ie10 input[type="datetime"],
.lt-ie10 input[type="datetime-local"],
.lt-ie10 input[type="date"],
.lt-ie10 input[type="month"],
.lt-ie10 input[type="time"],
.lt-ie10 input[type="week"],
.lt-ie10 input[type="number"],
.lt-ie10 input[type="email"],
.lt-ie10 input[type="url"],
.lt-ie10 input[type="search"],
.lt-ie10 input[type="tel"],
.lt-ie10 input[type="color"] {
  min-height: 20px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #4d9e9c;
  outline: 0;
  -webkit-box-shadow: 0 0 8px rgba(77, 158, 156, 0.6);
  box-shadow: 0 0 8px rgba(77, 158, 156, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(77, 158, 156, 0.6), ;
  box-shadow: 0 0 8px rgba(77, 158, 156, 0.6), ;
}
.legal-text-wrap {
  padding: 10px;
  overflow: hidden;
  overflow-y: scroll;
  height: 200px;
  background: #FFF;
  border: 1px solid #bcc3c1;
}
.checkbox {
  clear: left;
  font-weight: normal;
}
.checkbox > p {
  margin-bottom: 0;
}
.options-box {
  padding: 10px;
  padding-top: 15px;
  background-color: #c6ced8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e6eaed), to(#c6ced8));
  background-image: -webkit-linear-gradient(top, #e6eaed, 0%, #c6ced8, 100%);
  background-image: -moz-linear-gradient(top, #e6eaed 0%, #c6ced8 100%);
  background-image: linear-gradient(to bottom, #e6eaed 0%, #c6ced8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6eaed', endColorstr='#ffc6ced8', GradientType=0);
  -pie-background: linear-gradient(to bottom, #e6eaed 0%, #c6ced8 100%);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.19999999999999996), 0 1px 3px rgba(0, 0, 0, 0.19999999999999996);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.19999999999999996), 0 1px 3px rgba(0, 0, 0, 0.19999999999999996);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.19999999999999996), 0 1px 3px rgba(0, 0, 0, 0.19999999999999996), ;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.19999999999999996), 0 1px 3px rgba(0, 0, 0, 0.19999999999999996), ;
  border-radius: 5px;
  border: 1px solid #a8b4c3;
}
.options-box > .options-box-title {
  margin: 0;
  margin-bottom: 15px;
  padding: 15px 0;
  padding-top: 0;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #B3B7BC;
}
.options-box ul {
  margin-bottom: 0;
}
.options-box a {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
.fields-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
/* Selects */
@media screen and (min-width: 767px) {
  select.col-3 {
    margin-right: 10px;
  }
}
.select2-drop {
  background: #F5F6F8;
}
.select2-offscreen {
  position: absolute !important;
}
.select2-search-hidden {
  display: none;
}
@media screen and (min-width: 767px) {
  .select2-search-hidden {
    display: block;
  }
}
.select2-container {
  padding: 0;
  margin-right: 10px;
}
.select2-container.col-5 {
  margin-right: 0;
}
.select2-container .select2-choice {
  height: 38px;
  border-color: #98acac;
  background-color: #f5f6f8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f5f6f8));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #f5f6f8, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f6f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f5f6f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f6f8', GradientType=0);
  -pie-background: linear-gradient(to bottom, #ffffff 0%, #f5f6f8 100%);
}
.select2-container .select2-choice > span {
  line-height: 38px;
}
.select2-container .select2-choice > div {
  width: 32px;
  background: none;
  border: none;
  text-align: center;
}
.select2-container .select2-choice > div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #f5f6f8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#98acac), to(#f5f6f8));
  background-image: -webkit-linear-gradient(top, #98acac, 0%, #f5f6f8, 100%);
  background-image: -moz-linear-gradient(top, #98acac 0%, #f5f6f8 100%);
  background-image: linear-gradient(to bottom, #98acac 0%, #f5f6f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff98acac', endColorstr='#fff5f6f8', GradientType=0);
  -pie-background: linear-gradient(to bottom, #98acac 0%, #f5f6f8 100%);
}
.select2-container .select2-choice > div > b {
  position: relative;
  top: 14px;
  left: 1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -625px -325px;
  width: 13px;
  height: 7px;
  background-size: 650px 450px !important;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .select2-container .select2-choice > div > b {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .select2-container .select2-choice > div > b {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .select2-container .select2-choice > div > b {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png) !important;
  }
}
.select2-results .select2-highlighted {
  background: #34669d;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border-color: #4d9e9c;
  -webkit-box-shadow: 0 0 8px rgba(77, 158, 156, 0.6);
  box-shadow: 0 0 8px rgba(77, 158, 156, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(77, 158, 156, 0.6), ;
  box-shadow: 0 0 8px rgba(77, 158, 156, 0.6), ;
}
.select2-search input {
  min-height: 26px;
  padding: 4px 20px 4px 5px;
}
.select2-drop {
  border-color: #4d9e9c;
}
/* Checkboxes & Radio buttons */
.radio,
.checkbox {
  padding-left: 25px;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: -25px;
  margin-right: 5px;
  background-image: url(http://assets3.fcbarcelona.com/images/minimal.a494b7cf1.png);
  position: relative;
  top: 1px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url(http://assets1.fcbarcelona.com/images/minimal@2x.79b7e0e38.png);
    -webkit-background-size: 200px 20px;
    -moz-background-size: 200px 20px;
    -o-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}
/* Form inline */
.form-inline .radio,
.form-inline .checkbox {
  margin-left: 10px;
}
.form-inline .radio:first-child,
.form-inline .checkbox:first-child {
  margin-left: 0;
}
/* Validació */
.error .control-label,
.error .help-inline {
  color: #C3102C;
}
.error select,
.error textarea,
.error input[type="text"],
.error input[type="password"],
.error input[type="datetime"],
.error input[type="datetime-local"],
.error input[type="date"],
.error input[type="month"],
.error input[type="time"],
.error input[type="week"],
.error input[type="number"],
.error input[type="email"],
.error input[type="url"],
.error input[type="search"],
.error input[type="tel"],
.error input[type="color"],
.error .select2-choice {
  border-color: #C3102C;
}
.error textarea,
.error input[type="text"],
.error input[type="password"],
.error input[type="email"],
.error input[type="url"],
.error input[type="search"],
.error input[type="tel"] {
  background-image: url(http://assets3.fcbarcelona.com/images/form-validation-error.972113264.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .error textarea,
  .error input[type="text"],
  .error input[type="password"],
  .error input[type="email"],
  .error input[type="url"],
  .error input[type="search"],
  .error input[type="tel"] {
    background-image: url(http://assets1.fcbarcelona.com/images/form-validation-error@2x.9009e495f.png);
    -webkit-background-size: 11px 10px;
    -moz-background-size: 11px 10px;
    -o-background-size: 11px 10px;
    background-size: 11px 10px;
  }
}
.success textarea,
.success input[type="text"],
.success input[type="password"],
.success input[type="email"],
.success input[type="url"],
.success input[type="search"],
.success input[type="tel"] {
  background-image: url(http://assets2.fcbarcelona.com/images/form-validation-success.532a4c8c3.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .success textarea,
  .success input[type="text"],
  .success input[type="password"],
  .success input[type="email"],
  .success input[type="url"],
  .success input[type="search"],
  .success input[type="tel"] {
    background-image: url(http://assets4.fcbarcelona.com/images/form-validation-success@2x.66288349c.png);
    -webkit-background-size: 15px 11px;
    -moz-background-size: 15px 11px;
    -o-background-size: 15px 11px;
    background-size: 15px 11px;
  }
}
.spinner-image {
  padding: 3px 10px;
}
/* FCB COMPONENT: Alert */
.alert {
  overflow: hidden;
}
.alert.alert-danger {
  border-color: #E8A2A0;
  background: #fef0ef;
}
.alert.alert-danger > .icon-warning-sign {
  float: left;
  margin-right: 20px;
  font-size: 32px;
  font-size: 3.2rem;
}
.alert.alert-danger > p,
.alert.alert-danger > li {
  color: #782829;
}
.alert.alert-success {
  border-color: #16a824;
  background: #e6ffe9;
}
.alert.alert-success > .icon-success-sign {
  float: left;
  margin-right: 20px;
  font-size: 32px;
  font-size: 3.2rem;
}
.alert.alert-success > p,
.alert.alert-success > li {
  color: #0a4e11;
}
.alert.alert-neutral {
  background: #EEEDEA;
  border: 1px solid #c0bdb2;
  color: #404040;
}
.alert .sprite-alert-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -325px -300px;
  width: 86px;
  height: 86px;
  margin-bottom: 20px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .alert .sprite-alert-info {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .alert .sprite-alert-info {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.alert .sprite-alert-success {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -400px -150px;
  width: 86px;
  height: 86px;
  margin-bottom: 20px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .alert .sprite-alert-success {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .alert .sprite-alert-success {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.alert .sprite-alert-fail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -400px -50px;
  width: 86px;
  height: 86px;
  margin-bottom: 20px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .alert .sprite-alert-fail {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .alert .sprite-alert-fail {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.alert.alert-hero {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19999999999999996);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19999999999999996);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19999999999999996), ;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19999999999999996), ;
}
/* FCB COMPONENT: Responsive video embeds */
.video-wrap {
  position: relative;
}
.video-wrap .preview {
  display: block;
}
.video-wrap .preview img:hover {
  cursor: pointer;
}
.video-wrap .preview img:hover + .btn-play-video {
  opacity: 0.5;
}
.embed-container {
  position: relative;
  display: block;
  padding-bottom: 51.25%;
  padding-top: 32px;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.widget-videowall-2-columnes .embed-container {
  padding-top: 7px;
}
@media screen and (min-width: 767px) {
  .widget-videowall-2-columnes .embed-container {
    padding-top: 23px;
  }
}
.widget-videowall-3-columnes .embed-container {
  padding-top: 7px;
}
@media screen and (min-width: 767px) {
  .widget-videowall-3-columnes .embed-container {
    padding-top: 16px;
  }
}
.widget-element .embed-container {
  padding-top: 7px;
}
@media screen and (min-width: 767px) {
  .widget-element .embed-container {
    padding-top: 16px;
  }
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-controller {
  font-size: 0;
  background: #000;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.video-controller .video-controller-btn {
  padding: 0;
}
@media screen and (min-width: 767px) {
  .video-controller .video-controller-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
}
.video-controller .video-controller-btn:first-child > .btn {
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 767px) {
  .video-controller .video-controller-btn:first-child > .btn {
    border-radius: 5px 0 0 5px;
    border-left-width: 1px;
  }
}
.video-controller .video-controller-btn:last-child > .btn {
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 767px) {
  .video-controller .video-controller-btn:last-child > .btn {
    border-radius: 0 5px 5px 0;
  }
}
.video-controller .video-controller-btn > .btn {
  display: block;
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
}
@media screen and (min-width: 767px) {
  .video-controller .video-controller-btn > .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0;
    width: auto;
    border-left-width: 0;
  }
}
/* FCB WIDGET: Box */
.box {
  margin-bottom: 10px;
  background: #e7e7e7;
  border-radius: 5px;
}
.box.box-shadow {
  -webkit-box-shadow: 0 0 1px rgba(26, 37, 37, 0.4), 0 1px 2px rgba(26, 37, 37, 0.25);
  box-shadow: 0 0 1px rgba(26, 37, 37, 0.4), 0 1px 2px rgba(26, 37, 37, 0.25);
  -webkit-box-shadow: 0 0 1px rgba(26, 37, 37, 0.4), 0 1px 2px rgba(26, 37, 37, 0.25), ;
  box-shadow: 0 0 1px rgba(26, 37, 37, 0.4), 0 1px 2px rgba(26, 37, 37, 0.25), ;
}
.bloc1 .box.box-shadow {
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(255, 255, 255, 0.25), ;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(255, 255, 255, 0.25), ;
}
.bloc1 .bloc2 .box.box-shadow,
.bloc1 .bloc3 .box.box-shadow {
  -webkit-box-shadow: 0 0 1px rgba(26, 37, 37, 0.4), 0 1px 2px rgba(26, 37, 37, 0.25);
  box-shadow: 0 0 1px rgba(26, 37, 37, 0.4), 0 1px 2px rgba(26, 37, 37, 0.25);
  -webkit-box-shadow: 0 0 1px rgba(26, 37, 37, 0.4), 0 1px 2px rgba(26, 37, 37, 0.25), ;
  box-shadow: 0 0 1px rgba(26, 37, 37, 0.4), 0 1px 2px rgba(26, 37, 37, 0.25), ;
}
.box.box-inner-shadow {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.30000000000000004);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.30000000000000004);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.30000000000000004), ;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.30000000000000004), ;
  background-color: #C2C7CF;
}
.box.box-plain {
  background: #C9D3D5;
  border-radius: 0;
}
.widget-inner-frame-top .box.box-plain {
  -webkit-box-shadow: 0 0 1px rgba(26, 37, 37, 0.4), 0 1px 2px rgba(26, 37, 37, 0.25);
  box-shadow: 0 0 1px rgba(26, 37, 37, 0.4), 0 1px 2px rgba(26, 37, 37, 0.25);
  -webkit-box-shadow: 0 0 1px rgba(26, 37, 37, 0.4), 0 1px 2px rgba(26, 37, 37, 0.25), ;
  box-shadow: 0 0 1px rgba(26, 37, 37, 0.4), 0 1px 2px rgba(26, 37, 37, 0.25), ;
  border-radius: 5px;
}
.box.box-plain iframe {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  margin-top: 15px;
}
.box.box-plain a {
  color: #2e5a8a;
}
.box.box-plain-light {
  background: #fff;
}
.box.box-plain-light:before,
.box.box-plain-light:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box.box-plain-light:after {
  clear: both;
}
.box.box-plain-light:before,
.box.box-plain-light:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box.box-plain-light:after {
  clear: both;
}
.box.box-plain-video {
  background: url(http://assets3.fcbarcelona.com/images/bg-app-detail-video.ad0efed01.jpg) no-repeat center top;
}
.box.box-plain-video:before,
.box.box-plain-video:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box.box-plain-video:after {
  clear: both;
}
.box.box-plain-video:before,
.box.box-plain-video:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box.box-plain-video:after {
  clear: both;
}
/* Box Headers */
.box-header {
  min-height: 30px;
}
.box-header:before,
.box-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box-header:after {
  clear: both;
}
.box-header:before,
.box-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box-header:after {
  clear: both;
}
.box-header > .related {
  display: none;
  float: left;
  clear: left;
  padding: 7px 0 5px 10px;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .box-header > .related {
    display: block;
    float: right;
    padding: 7px 5px 5px 0;
  }
}
.box-header > .related > a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  text-shadow: 0 1px 1px #010204;
  font-weight: bold;
}
.box-header > .related > a:hover,
.box-header > .related > a:focus {
  color: #fbcb60;
  text-decoration: none;
}
.box-header > .related > a:focus {
  outline-color: #FFF;
}
.box-header > .related > a i {
  margin-left: 3px;
  font-size: 10px;
  font-size: 1rem;
}
.box-plain-video .box-header {
  text-align: left;
}
.box-primary-header {
  border: 1px solid #1E4279;
  background-color: #1e3c5c;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#34669d), to(#1e3c5c));
  background-image: -webkit-linear-gradient(top, #34669d, 0%, #1e3c5c, 100%);
  background-image: -moz-linear-gradient(top, #34669d 0%, #1e3c5c 100%);
  background-image: linear-gradient(to bottom, #34669d 0%, #1e3c5c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34669d', endColorstr='#ff1e3c5c', GradientType=0);
  -pie-background: linear-gradient(to bottom, #34669d 0%, #1e3c5c 100%);
  -webkit-box-shadow: inset 0 2px 0 rgba(106, 153, 205, 0.65), 0 1px 0 #010204;
  box-shadow: inset 0 2px 0 rgba(106, 153, 205, 0.65), 0 1px 0 #010204;
  -webkit-box-shadow: inset 0 2px 0 rgba(106, 153, 205, 0.65), 0 1px 0 #010204, ;
  box-shadow: inset 0 2px 0 rgba(106, 153, 205, 0.65), 0 1px 0 #010204, ;
  border-radius: 5px 5px 0 0;
}
.box-destacat-header {
  border: 1px solid #8b0d20;
  background-color: #8b0d20;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#da1533), to(#8b0d20));
  background-image: -webkit-linear-gradient(top, #da1533, 0%, #8b0d20, 100%);
  background-image: -moz-linear-gradient(top, #da1533 0%, #8b0d20 100%);
  background-image: linear-gradient(to bottom, #da1533 0%, #8b0d20 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda1533', endColorstr='#ff8b0d20', GradientType=0);
  -pie-background: linear-gradient(to bottom, #da1533 0%, #8b0d20 100%);
  -webkit-box-shadow: inset 0 2px 0 rgba(240, 101, 122, 0.65), 0 1px 0 #4e0812;
  box-shadow: inset 0 2px 0 rgba(240, 101, 122, 0.65), 0 1px 0 #4e0812;
  -webkit-box-shadow: inset 0 2px 0 rgba(240, 101, 122, 0.65), 0 1px 0 #4e0812, ;
  box-shadow: inset 0 2px 0 rgba(240, 101, 122, 0.65), 0 1px 0 #4e0812, ;
  border-radius: 5px 5px 0 0;
}
.box-secondary-header {
  border: 1px solid #3b3b3b;
  background-color: #454545;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#6b6b6b), to(#454545));
  background-image: -webkit-linear-gradient(top, #6b6b6b, 0%, #454545, 100%);
  background-image: -moz-linear-gradient(top, #6b6b6b 0%, #454545 100%);
  background-image: linear-gradient(to bottom, #6b6b6b 0%, #454545 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b6b6b', endColorstr='#ff454545', GradientType=0);
  -pie-background: linear-gradient(to bottom, #6b6b6b 0%, #454545 100%);
  -webkit-box-shadow: inset 0 2px 0 rgba(153, 153, 153, 0.65), 0 1px 0 #1a1a1a;
  box-shadow: inset 0 2px 0 rgba(153, 153, 153, 0.65), 0 1px 0 #1a1a1a;
  -webkit-box-shadow: inset 0 2px 0 rgba(153, 153, 153, 0.65), 0 1px 0 #1a1a1a, ;
  box-shadow: inset 0 2px 0 rgba(153, 153, 153, 0.65), 0 1px 0 #1a1a1a, ;
  border-radius: 5px 5px 0 0;
}
.box-tertiary-header {
  border: 1px solid #737373;
  background-color: #6e6e6e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#999999), to(#6e6e6e));
  background-image: -webkit-linear-gradient(top, #999999, 0%, #6e6e6e, 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #6e6e6e 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #6e6e6e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff6e6e6e', GradientType=0);
  -pie-background: linear-gradient(to bottom, #999999 0%, #6e6e6e 100%);
  -webkit-box-shadow: inset 0 2px 0 rgba(204, 204, 204, 0.65), 0 1px 0 #4d4d4d;
  box-shadow: inset 0 2px 0 rgba(204, 204, 204, 0.65), 0 1px 0 #4d4d4d;
  -webkit-box-shadow: inset 0 2px 0 rgba(204, 204, 204, 0.65), 0 1px 0 #4d4d4d, ;
  box-shadow: inset 0 2px 0 rgba(204, 204, 204, 0.65), 0 1px 0 #4d4d4d, ;
  border-radius: 5px 5px 0 0;
}
.lt-ie10 .box-naked-header {
  border: 1px solid #CCC;
  border-bottom: none;
  margin-bottom: 0 !important;
}
.box-title {
  float: left;
  margin: 0;
  padding: 9px 10px 6px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.box-primary-header .box-title {
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  text-shadow: 0 1px 1px #010204;
}
.box-destacat-header .box-title {
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  text-shadow: 0 1px 1px #200307;
}
.box-tertiary-header .box-title {
  padding: 8px 10px 5px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  text-shadow: 0 1px 1px #200307;
}
.box-plain-header .box-title {
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  text-shadow: none;
}
.box-plain-header .box-title > span {
  font-weight: normal;
}
.box-inner-shadow .box-title {
  color: #2A3E4E;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  .box-title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    float: none;
    padding-bottom: 6px;
  }
}
/* Box Content */
.box-content {
  padding-bottom: 10px;
}
.box-content:before,
.box-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box-content:after {
  clear: both;
}
.box-content:before,
.box-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box-content:after {
  clear: both;
}
.lt-ie10 .box-content {
  border: 1px solid #ccc;
  border-top: none;
}
.lt-ie10 .bloc1 .box-content {
  border: none;
}
.box-col {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 10px 0;
  list-style: none;
}
@media screen and (min-width: 767px) {
  .box-col {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 100%;
  }
  .widget-2cols .box-col {
    width: 49.5%;
  }
  .widget-2cols .box-col:nth-child(2n+1) {
    border-right: 2px solid #d6e0e0;
  }
}
/* Box Footer */
.box-footer {
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666666;
}
.box-footer:before,
.box-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box-footer:after {
  clear: both;
}
.box-footer:before,
.box-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box-footer:after {
  clear: both;
}
.lt-ie10 .box-footer {
  border: 1px solid #ccc;
  border-top: none;
}
/* Box Tabs */
.box-tabs {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  float: left;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .box-tabs {
    float: none;
  }
}
.box-tabs > li {
  padding: 0;
}
.box-tabs > li > .box-tab {
  font-size: 13px;
  font-size: 1.3rem;
  display: none;
  color: #FFF;
  text-shadow: 0 1px 1px #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, ;
  box-shadow: none, ;
}
@media screen and (min-width: 767px) {
  .box-tabs > li > .box-tab {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    position: relative;
  }
  .box-primary-header .box-tabs > li > .box-tab {
    border-left: 1px solid #1e3c5c;
  }
  .box-secondary-header .box-tabs > li > .box-tab {
    border-left: 1px solid #4d4d4d;
  }
}
.box-tabs > li > .box-tab.active,
.box-tabs > li > .box-tab:hover,
.box-tabs > li > .box-tab:focus {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .box-tabs > li > .box-tab.active,
  .box-tabs > li > .box-tab:hover,
  .box-tabs > li > .box-tab:focus {
    z-index: 3;
    color: #fcd379;
    cursor: pointer;
  }
  .box-tabs > li > .box-tab.active:before,
  .box-tabs > li > .box-tab:hover:before,
  .box-tabs > li > .box-tab:focus:before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -40px;
  }
}
.box-tabs > li > .box-tab:focus {
  outline-color: #FFF;
}
@media screen and (min-width: 767px) {
  .box-primary-header .box-tabs > li > .box-tab.active {
    text-shadow: 0 1px 1px #14283d;
  }
  .box-primary-header .box-tabs > li > .box-tab.active:before {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -200px 0px;
    width: 80px;
    height: 30px;
  }
}
@media screen and (min-width: 767px) and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .box-primary-header .box-tabs > li > .box-tab.active:before {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .box-primary-header .box-tabs > li > .box-tab.active:before {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
@media screen and (min-width: 767px) {
  .box-secondary-header .box-tabs > li > .box-tab.active {
    text-shadow: 0 1px 1px #14283d;
  }
  .box-secondary-header .box-tabs > li > .box-tab.active:before {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -300px 0px;
    width: 80px;
    height: 30px;
  }
}
@media screen and (min-width: 767px) and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .box-secondary-header .box-tabs > li > .box-tab.active:before {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .box-secondary-header .box-tabs > li > .box-tab.active:before {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.box-tabs > li > .box-tab > span:first-child {
  position: relative;
  z-index: 2;
}
.box-tabs > li:first-child > .box-tab {
  border: 0;
}
.box-plain-video {
  text-align: center;
}
.box-plain-video .video-wrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: -10px;
  margin-bottom: 10px;
  background: #000;
  border: 5px solid #000;
  border-radius: 8px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .box-plain-video .video-wrap {
    width: 350px;
    margin-top: -30px;
    border: 15px solid #000;
  }
}
.box-plain-video .video-wrap .caption {
  display: block;
  margin-top: 5px;
  color: #FFF;
}
/* FCB WIDGET: Llistes d'elements i enllaços */
.widget-element-list .box-header > .pager-dots {
  display: none;
}
@media screen and (min-width: 767px) {
  .widget-element-list .box-header > .pager-dots {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
}
.llistat-filter {
  background: #E1E1E1;
  border-bottom: 1px solid #b3b3b3;
  margin: 10px 10px 0;
  padding: 10px;
}
.llistat-filter:before,
.llistat-filter:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.llistat-filter:after {
  clear: both;
}
.llistat-filter:before,
.llistat-filter:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.llistat-filter:after {
  clear: both;
}
.llistat-filter .minibreadcrumb {
  float: left;
}
.llistat-filter .control-months {
  float: right;
}
.llistat-filter .control-months > label {
  font-weight: normal;
}
.llistat-filter .control-months > select {
  height: 26px;
  line-height: 26px;
  min-width: 135px;
}
.widget-link-list .box-header > .pager-dots {
  display: none;
}
@media screen and (min-width: 767px) {
  .widget-link-list .box-header > .pager-dots {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
}
.widget-link-list .box {
  min-height: 250px;
}
.widget-link-list .box-content:before,
.widget-link-list .box-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-link-list .box-content:after {
  clear: both;
}
.widget-link-list .box-content:before,
.widget-link-list .box-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-link-list .box-content:after {
  clear: both;
}
.widget-link-list .box-col {
  margin-top: 5px;
}
.widget-link-list .box-item:last-child {
  padding-bottom: 10px;
}
.widget-link-list .bx-pager {
  display: none;
  top: 0;
  padding: 10px;
  padding-right: 0;
  border-left: 1px solid #1e3c5c;
}
@media screen and (min-width: 767px) {
  .widget-link-list .bx-pager {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
}
.lt-ie10 .box-article .thumbnail {
  width: 102px;
}
.box-links-list {
  margin-bottom: 0;
}
.box-item {
  margin-top: 10px;
}
.box-item:first-child {
  margin-top: 0;
}
.box-links-list > .box-item {
  display: block;
  padding-top: 5px;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat 0px -425px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .box-links-list > .box-item {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .box-links-list > .box-item {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.box-links-list > .box-item:first-child {
  padding-top: 0;
  background: none;
}
.box-article-body > .category {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.box-article-body > .box-article-title {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
/* FCB WIDGET: Núvol d'etiquetes */
.widget-tag-cloud {
  display: none;
}
@media screen and (min-width: 767px) {
  .widget-tag-cloud {
    display: block;
  }
}
.widget-tag-cloud .box {
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #cccccc, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
  -pie-background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
}
.lt-ie10 .widget-tag-cloud .box-header {
  border: 1px solid #CCC;
  border-bottom: none;
}
.widget-tag-cloud .box-content {
  padding: 10px 15px;
  text-align: center;
}
.widget-tag-cloud ul {
  margin-bottom: 0;
}
.widget-tag-cloud li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  vertical-align: middle;
}
.widget-tag-cloud a {
  color: #000;
}
.widget-tag-cloud .tag5 {
  font-size: 20px;
  font-size: 2rem;
}
.widget-tag-cloud .tag4 {
  font-size: 18px;
  font-size: 1.8rem;
}
.widget-tag-cloud .tag3 {
  font-size: 16px;
  font-size: 1.6rem;
}
.widget-tag-cloud .tag2 {
  font-size: 14px;
  font-size: 1.4rem;
}
.widget-tag-cloud .tag1 {
  font-size: 12px;
  font-size: 1.2rem;
}
/* FCB WIDGET: Banner */
.widget-banner .box {
  background: transparent;
}
.widget-banner .box-content {
  padding-bottom: 0;
}
.lt-ie10 .widget-banner .box-content {
  border: none;
}
.widget-banner img,
.widget-banner a,
.widget-banner iframe,
.widget-banner object,
.widget-banner [id^="sas_"] {
  display: block;
  margin: 0 auto;
}
.widget-banner [id^="sas_"] {
  clear: both;
  display: block;
  margin-top: 10px;
}
.widget-banner [id^="sas_"]:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .widget-banner .box-shadow {
    background-color: #5c6d75;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#cedce7), to(#5c6d75));
    background-image: -webkit-linear-gradient(top, #cedce7, 0%, #5c6d75, 100%);
    background-image: -moz-linear-gradient(top, #cedce7 0%, #5c6d75 100%);
    background-image: linear-gradient(to bottom, #cedce7 0%, #5c6d75 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcedce7', endColorstr='#ff5c6d75', GradientType=0);
    -pie-background: linear-gradient(to bottom, #cedce7 0%, #5c6d75 100%);
    padding: 7px 0;
  }
}
@media screen and (min-width: 767px) {
  .widget-inner-frame-top .widget-banner .box-shadow {
    background-color: #1a1e1f;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3a4245), to(#1a1e1f));
    background-image: -webkit-linear-gradient(top, #3a4245, 0%, #1a1e1f, 100%);
    background-image: -moz-linear-gradient(top, #3a4245 0%, #1a1e1f 100%);
    background-image: linear-gradient(to bottom, #3a4245 0%, #1a1e1f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a4245', endColorstr='#ff1a1e1f', GradientType=0);
    -pie-background: linear-gradient(to bottom, #3a4245 0%, #1a1e1f 100%);
    border-radius: 5px;
  }
}
.widget-banner a:focus {
  outline-color: #34669d;
  outline-width: 2px;
}
.widget-banner-group .box-shadow {
  border-radius: 5px;
  padding: 5px;
}
@media screen and (min-width: 767px) {
  .widget-banner-group .box-shadow {
    padding: 10px;
  }
}
.widget-banner-group [id^="sas_"] {
  clear: both;
  display: block;
  margin-top: 10px;
}
.widget-banner-group [id^="sas_"]:first-of-type {
  margin-top: 0;
}
/* FCB WIDGET: Comptadors Xarxes socials */
.widget-social-counter {
  display: none;
}
@media screen and (min-width: 767px) {
  .widget-social-counter {
    display: block;
  }
}
.widget-social-counter .box-content {
  padding-bottom: 0;
}
.widget-social-counter .social-counter {
  margin-bottom: 0;
}
.widget-social-counter .social-counter > * {
  padding: 15px;
  text-align: center;
}
.widget-social-counter .social-counter > :first-child {
  border-radius: 5px 5px 0 0;
  border-top: 0;
}
.widget-social-counter .social-counter > :last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: 0;
}
.widget-social-counter .social-counter-facebook {
  background-color: #edeff6;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f8f9fb), to(#edeff6));
  background-image: -webkit-linear-gradient(top, #f8f9fb, 0%, #edeff6, 100%);
  background-image: -moz-linear-gradient(top, #f8f9fb 0%, #edeff6 100%);
  background-image: linear-gradient(to bottom, #f8f9fb 0%, #edeff6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f9fb', endColorstr='#ffedeff6', GradientType=0);
  -pie-background: linear-gradient(to bottom, #f8f9fb 0%, #edeff6 100%);
  border-top: 1px solid #d3d7e8;
}
.widget-social-counter .social-counter-facebook a {
  color: #3a5998;
}
.widget-social-counter .social-counter-twitter {
  background-color: #cbeefa;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eaf9fd), to(#cbeefa));
  background-image: -webkit-linear-gradient(top, #eaf9fd, 0%, #cbeefa, 100%);
  background-image: -moz-linear-gradient(top, #eaf9fd 0%, #cbeefa 100%);
  background-image: linear-gradient(to bottom, #eaf9fd 0%, #cbeefa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaf9fd', endColorstr='#ffcbeefa', GradientType=0);
  -pie-background: linear-gradient(to bottom, #eaf9fd 0%, #cbeefa 100%);
  border-top: 1px solid #b9cadb;
}
.widget-social-counter .social-counter-twitter a {
  color: #00749D;
}
.widget-social-counter .fb-bg,
.widget-social-counter .tw-bg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 15px;
}
.widget-social-counter .fb-bg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat 0px -100px;
  width: 48px;
  height: 48px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .widget-social-counter .fb-bg {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .widget-social-counter .fb-bg {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.widget-social-counter .tw-bg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat 0px -150px;
  width: 48px;
  height: 48px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .widget-social-counter .tw-bg {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .widget-social-counter .tw-bg {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.widget-social-counter .social-counter-action {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  width: 210px;
  text-align: left;
}
.widget-social-counter .social-counter-action > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-bottom: 5px;
}
.widget-social-counter .social-counter-action > a:focus {
  outline-color: #34669d;
  outline-width: 2px;
}
.widget-social-counter .social-counter-action > a.btn-social {
  color: #fff;
}
.widget-social-counter .social-counter-action > a.btn-social:focus {
  outline-color: #fbcb60;
  outline-style: solid;
  outline-width: 3px;
}
/* FCB WIDGET: Contingut lliure */
.widget-html-content {
  padding-bottom: 10px;
}
.widget-html-content .box {
  border-radius: 0;
}
/* FCB WIDGET: Barra d'accesos directes */
.widget-direct-access-bar {
  clear: both;
  position: relative;
  border-top: 1px solid #11141c;
  border-bottom: 1px solid #0f121a;
  background-color: #3f4c52;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#435157), color-stop(49%, #373d46), color-stop(50%, #343942), to(#2e383c));
  background-image: -webkit-linear-gradient(#435157, #373d46 49%, #343942 50%, #2e383c);
  background-image: -moz-linear-gradient(top, #435157, #373d46 49%, #343942 50%, #2e383c);
  background-image: linear-gradient(#435157, #373d46 49%, #343942 50%, #2e383c);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff435157', endColorstr='#ff2e383c', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #637889;
  box-shadow: inset 0 1px 0 #637889;
  -webkit-box-shadow: inset 0 1px 0 #637889, ;
  box-shadow: inset 0 1px 0 #637889, ;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .widget-direct-access-bar {
    height: auto;
  }
}
.widget-direct-access-bar ul {
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 0;
}
.widget-direct-access-bar li {
  position: relative;
  width: auto;
  padding: 4px 8px 6px;
}
@media screen and (min-width: 767px) {
  .widget-direct-access-bar li {
    width: 16%;
    padding: 4px 0 6px;
  }
}
.widget-direct-access-bar li:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: -1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat 0px -300px;
  width: 2px;
  height: 63px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .widget-direct-access-bar li:before {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .widget-direct-access-bar li:before {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.widget-direct-access-bar li:first-child:before {
  display: none;
}
.widget-direct-access-bar li:first-child {
  padding-left: 20px;
}
.widget-direct-access-bar li:last-child {
  padding-right: 20px;
}
.widget-direct-access-bar a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.widget-direct-access-bar a:hover,
.widget-direct-access-bar a:focus {
  text-decoration: none;
  opacity: .8;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.widget-direct-access-bar a:focus {
  outline-color: #FFF;
  outline-width: 2px;
}
.widget-direct-access-bar a > i {
  display: block;
  margin: 0 auto;
}
.widget-direct-access-bar .inner-direct-access {
  font-size: 12px;
  font-size: 1.2rem;
  /* font-weight: bold; */

  color: #FFF;
  text-shadow: 0 1px 1px #000000;
}
.direct-access-img {
  display: block;
  margin: 0 auto;
}
.direct-access-nav {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25px;
  border: none;
  line-height: 1;
  color: #FFF;
  text-shadow: 0 1px 1px #000000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (min-width: 767px) {
  .direct-access-nav {
    display: none;
  }
}
.direct-access-nav-prev {
  padding: 0 10px 0 8px;
  left: 0;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -75px -100px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .direct-access-nav-prev {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .direct-access-nav-prev {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.start .direct-access-nav-prev {
  opacity: 0;
}
[dir=rtl] .direct-access-nav-prev {
  background-position: -50px -100px;
}
.direct-access-nav-next {
  padding: 0 8px 0 10px;
  right: 0;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -50px -100px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .direct-access-nav-next {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .direct-access-nav-next {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.end .direct-access-nav-next {
  opacity: 0;
}
[dir=rtl] .direct-access-nav-next {
  background-position: -75px -100px;
}
.direct-access-bar-title {
  padding: 8px 0 6px;
  margin: 0;
  color: #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.direct-access-bar-title + div ul .direct-access {
  margin-top: 2px;
  border-top: 1px solid #51626d;
  -webkit-box-shadow: 0 -1px 0 #28313a;
  box-shadow: 0 -1px 0 #28313a;
  -webkit-box-shadow: 0 -1px 0 #28313a, ;
  box-shadow: 0 -1px 0 #28313a, ;
}
.direct-access-bar-title.visuallyhidden + div ul .direct-access {
  margin-top: 0;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, ;
  box-shadow: none, ;
}
/* FCB WIDGET: Destacat */
.widget-featured {
  position: relative;
}
.widget-featured .box {
  position: relative;
  background: #666;
}
.widget-featured .box-content {
  position: relative;
  padding-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lt-ie10 .widget-featured .box-content {
  border: none;
}
.widget-featured .pager-dots {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.widget-featured.widget-featured-top .pager-dots {
  bottom: auto;
  top: 10px;
}
.widget-featured-multiple .box-destacat {
  float: left;
}
.box-destacat {
  width: 100%;
}
.box-destacat > a {
  position: relative;
  display: block;
  color: #FFF;
  text-align: center;
}
.box-destacat > a > img {
  border-radius: 5px;
}
.box-destacat > a:hover .box-article-title,
.box-destacat > a:focus .box-article-title {
  color: #fbcb60;
}
.box-destacat > a:focus {
  outline-color: #34669d;
  outline-width: 2px;
}
.box-destacat .box-article-body {
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  bottom: 0;
  left: 0;
  padding: 6px 20px 8px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 5px 5px;
  text-align: left;
}
.box-destacat .box-article-body > p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #b3b3b3;
  margin-bottom: 0;
}
.widget-featured-top .box-destacat .box-article-body {
  bottom: auto;
  top: 0;
  border-radius: 5px 5px 0 0;
}
.moving .box-destacat .box-article-body {
  border-radius: 0;
}
.lt-ie10 .box-destacat .box-article-body {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHUlEQVQYGWNkYGDYDMQEARNBFVAFowrxhhTRwQMALY8Ax++/pA8AAAAASUVORK5CYII=');
}
.box-destacat .category {
  color: #b3b3b3;
}
.box-destacat .box-article-title {
  margin: 0 0 3px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.1;
}
.lt-ie10 .widget-featured .box {
  height: 250px;
}
.lt-ie10 .widget-featured .box.sly .box-destacat {
  display: none;
}
.lt-ie10 .widget-featured .box.sly .box-destacat.active {
  display: block;
}
.lt-ie10 .widget-featured .box-content {
  height: 100%;
}
.lt-ie10 .widget-featured .box-destacat {
  width: 320px;
  height: 250px;
}
.lt-ie10 .widget-featured .pager-dots {
  display: none;
}
.lt-ie10 .widget-featured .fallback-nav {
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.lt-ie10 .widget-featured.widget-featured-top .fallback-nav {
  bottom: auto;
  top: 5px;
}
/* FCB WIDGET: Ticker */
.widget-ticker {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: none;
}
@media screen and (min-width: 767px) {
  .widget-ticker {
    display: block;
  }
}
.widget-ticker.col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.widget-actualitat-wrap .widget-ticker {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 0;
}
@media screen and (min-width: 767px) {
  .widget-ticker {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.widget-ticker > .box {
  margin-bottom: 0;
  border: 1px solid #6b6c6c;
  background: #0f0f0f;
  overflow: hidden;
}
.lt-ie10 .widget-ticker {
  width: 100% !important;
}
.widget-ticker-sponsor {
  float: left;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAABCAYAAAC7f3xaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAV1gAAFdYB1mtZ/QAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUAMTkvNS8xMz/rWOIAAAArSURBVAiZY+Tn5//PwMDAwMjIyMAAYTBAWQg2VA4nG41mYmJCwYxofGwYAK2mAZKlqE1KAAAAAElFTkSuQmCC') repeat-y right top;
}
[dir=rtl] .widget-ticker-sponsor {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAABCAMAAACMoYxoAAAAA3NCSVQICAjb4U/gAAAAP1BMVEUPDw8cHR0nKSkTFBQhIyMVFhYtLy8REhIYGRkpKysjJSUeHx8UFRUQEBAoKioiJCQvMTEaGxsUFBQeICASEhKtvPTbAAAACXBIWXMAABWvAAAVrwEEu8dLAAAAFXRFWHRDcmVhdGlvbiBUaW1lADE5LzUvMTM/61jiAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAAClJREFUCJljEGBj42Ri4mIR5mYU5GAFAh4eIWZmZhEREXZ2dl5eXgYGABRGAS9Tnh7/AAAAAElFTkSuQmCC');
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .widget-ticker-sponsor {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAACCAYAAADhEnrDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAV1gAAFdYB1mtZ/QAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUAMTkvNS8xMz/rWOIAAAA6SURBVCiRY+Tn5//PAAOMjAyMDGgAhxgDAwOqOCOCR1CcEdVERixiECFGFDYhzECEGkKYCcMVIxwAAA1jAZQDnyQRAAAAAElFTkSuQmCC');
  }
  [dir=rtl] .widget-ticker-sponsor {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAACCAMAAADWzIrxAAAAA3NCSVQICAjb4U/gAAAATlBMVEUPDw8bHBwmKCgTFBQVFhYgIiIsLi4REhIZGhoqLCwkJiYUFRUPEBAfICAXGBgoKioiJCQuMDAUFBQaGxsdHh4SEhIQEBAaGhoYGBgeHh5zAlgDAAAACXBIWXMAABWvAAAVrwEEu8dLAAAAFXRFWHRDcmVhdGlvbiBUaW1lADE5LzUvMTM/61jiAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAADpJREFUCJljEBRkY2Pj5ORnYmLi4hJgZeXllRRhZBTmkOBjgQJuEBASYgYDUTBgBwMxEOBhAAJqGAIAc00FhZwzXSEAAAAASUVORK5CYII=');
  }
}
.ticker-wrap {
  margin-left: 80px;
}
@media screen and (min-width: 767px) {
  .ticker-wrap {
    margin-left: 93px;
    margin-right: 90px;
  }
}
.ticker ul {
  margin: 0;
  width: 10000px;
  font-size: 0px;
  font-size: 0rem;
}
.ticker ul > li {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px 10px 5px;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.ticker ul > li > span {
  color: #b3b3b3;
  font-weight: bold;
}
.ticker ul > li > a {
  color: #cccccc;
}
.ticker ul > li > a:hover,
.ticker ul > li > a:focus {
  color: #fbcb60;
}
.ticker ul > li > a:focus {
  outline-color: #FFF;
}
.ticker.sly > ul > li {
  padding: 4px 8px 5px;
}
[dir=rtl] .ticker.sly {
  direction: ltr;
}
[dir=rtl] .ticker.sly > ul > li {
  padding: 4px 2px 5px;
}
.widget-ticker-nav {
  display: none;
  float: right;
  height: 29px;
  width: 90px;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAABCAYAAAC7f3xaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAV1gAAFdYB1mtZ/QAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUAMTkvNS8xMz/rWOIAAAAtSURBVAiZY9Q3NPz/798/Bnz4PxYxBgYGhv///6PQDP//M0BZ2Nkw9chsKA0AvDg/LmiMrZAAAAAASUVORK5CYII=') repeat-y left top;
}
[dir=rtl] .widget-ticker-nav {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAABCAYAAAC7f3xaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAVrwAAFa8BBLvHSwAAABV0RVh0Q3JlYXRpb24gVGltZQAxOS81LzEzP+tY4gAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAArSURBVAiZY+Tn5//PwMDAwMjIyMAAYTBAWQg2VA4nG41mYmJCwYxofGwYAK2mAZKlqE1KAAAAAElFTkSuQmCC');
}
@media screen and (min-width: 767px) {
  .widget-ticker-nav {
    display: block;
  }
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .widget-ticker-nav {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAACCAYAAADhEnrDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAV1gAAFdYB1mtZ/QAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUAMTkvNS8xMz/rWOIAAAAySURBVCiRY9Q3NPz///9/BkowA7HqoACZjSTIgCEKVfcfixhR4mj2/CdCjAnTZSMbAAAbomUwRohyPgAAAABJRU5ErkJggg==');
  }
  [dir=rtl] .widget-ticker-nav {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAACCAMAAADWzIrxAAAAA3NCSVQICAjb4U/gAAAATlBMVEUPDw8bHBwmKCgTFBQVFhYgIiIsLi4REhIZGhoqLCwkJiYUFRUPEBAfICAXGBgoKioiJCQuMDAUFBQaGxsdHh4SEhIQEBAaGhoYGBgeHh5zAlgDAAAACXBIWXMAABWvAAAVrwEEu8dLAAAAFXRFWHRDcmVhdGlvbiBUaW1lADE5LzUvMTM/61jiAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAADtJREFUCJljYGBg4BEDAXYwEAUDZjAQEuIGARYo4JPgEGZkFJHk5WVlFeDiYmJi4ufkZGNjExRkoIYhAIcNBYWhG+/8AAAAAElFTkSuQmCC');
  }
}
.widget-ticker-nav .ticker-action {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 9px 0 8px;
  width: 20px;
  color: #cccccc;
  font-size: 9px;
  font-size: 0.9rem;
  cursor: pointer;
}
.widget-ticker-nav .ticker-action:hover,
.widget-ticker-nav .ticker-action:focus {
  color: #fbcb60;
}
.widget-ticker-nav .ticker-action:hover:focus,
.widget-ticker-nav .ticker-action:focus:focus {
  outline-color: #FFF;
}
.widget-ticker-nav .ticker-pause {
  position: relative;
  font-size: 7px;
  font-size: 0.7rem;
}
.widget-ticker-nav .ticker-play {
  display: none;
  position: relative;
  top: -1px;
}
.widget-ticker-nav.paused .ticker-pause {
  display: none;
}
.widget-ticker-nav.paused .ticker-play {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.sprite-seiko {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 8px;
}
@media screen and (min-width: 767px) {
  .sprite-seiko {
    padding: 8px 15px;
  }
}
.sprite-seiko:focus {
  outline-color: #FFF;
}
.sprite-seiko > img {
  display: block;
}
/* FCB WIDGET: Element per pestanyes */
.widget-element .box-content {
  position: relative;
}
.widget-element .box-articles {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.widget-element .box-article {
  position: relative;
  margin-top: 10px;
  padding: 0 10px;
  float: left;
}
@media screen and (max-width: 767px) {
  .widget-element .box-article > .pull-left {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767px) {
  .widget-element .box-article .media {
    width: 349px;
  }
  .widget-element .box-article .media img {
    max-width: 100%;
    height: auto;
  }
}
.widget-element .box-article-title > a {
  font-size: 18px;
  font-size: 1.8rem;
}
.widget-element .box-article-body > p {
  font-size: 13px;
  font-size: 1.3rem;
}
.widget-element .pager-dots {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.widget-element.widget-featured-top .pager-dots {
  bottom: auto;
  top: 10px;
}
.lt-ie10 .widget-element .thumbnail {
  width: 348px;
}
.lt-ie10 .widget-element-multiple .box-content {
  height: 217px;
}
/* FCB WIDGET: Calendari */
.widget-calendar > .box {
  background: #FFF;
}
.widget-calendar .box-content {
  position: relative;
  padding-bottom: 0;
}
.widget-2cols .widget-calendar-header {
  margin-bottom: 10px;
}
.widget-2cols .widget-calendar-header > .box-title {
  color: #666666;
  font-size: 18px;
  font-size: 1.8rem;
}
.widget-calendar-header > img {
  border-radius: 5px 5px 0 0;
  margin-bottom: 5px;
}
.widget-calendar-header > .box-subtitle {
  padding: 2px 10px;
  margin: 0;
  color: #666666;
  font-size: 13px;
  font-size: 1.3rem;
}
.widget-calendar-events {
  margin-bottom: 0;
}
.widget-calendar-ical {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  padding: 8px 10px;
  color: #666666;
}
.widget-calendar-ical:before,
.widget-calendar-ical:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-calendar-ical:after {
  clear: both;
}
.widget-calendar-ical:before,
.widget-calendar-ical:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-calendar-ical:after {
  clear: both;
}
.widget-calendar-ical > .pull-left,
.widget-calendar-ical > .pull-right {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666666;
}
.widget-calendar-events-heading {
  padding: 8px 10px;
  border-bottom: 1px solid #dadfe1;
  color: #666666;
}
.widget-calendar-events-heading:before,
.widget-calendar-events-heading:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-calendar-events-heading:after {
  clear: both;
}
.widget-calendar-events-heading:before,
.widget-calendar-events-heading:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-calendar-events-heading:after {
  clear: both;
}
.widget-calendar-events-heading > .pull-left,
.widget-calendar-events-heading > .pull-right {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666666;
}
.widget-calendar-events-heading > .widget-calendar-events-heading-title {
  padding-top: 2px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.widget-calendar-event {
  position: relative;
  padding: 5px 10px;
  background: #eceff3;
  margin: 0;
  border-bottom: 1px solid #dadfe1;
}
.widget-calendar-event.upcoming {
  background: #DADFE1;
}
.widget-calendar-event:first-child {
  border-top: 1px solid #dadfe1;
  margin-top: 31px;
}
.widget-calendar-event .btn-primary {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-transform: uppercase;
}
.widget-2cols .widget-calendar-event .btn-primary {
  text-transform: none;
  bottom: 22px;
}
.lt-ie10 .widget-calendar-event .thumbnail {
  width: 58px;
}
@media screen and (min-width: 767px) {
  .widget-2cols .widget-calendar-event-body {
    padding-top: 10px;
  }
}
.widget-calendar-event-title {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.widget-calendar-event-title > a {
  color: #333333;
}
.widget-calendar-event-title .result {
  font-weight: bold;
}
.widget-calendar-event-subtitle {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666666;
}
@media screen and (min-width: 767px) {
  .widget-2cols .widget-calendar-event-subtitle {
    display: inline;
  }
}
.widget-calendar-event-date {
  font-size: 11px;
  font-size: 1.1rem;
  color: #666666;
}
.widget-calendar-event-date > .date {
  display: block;
  margin-bottom: -4px;
  line-height: 1;
}
.widget-calendar-event-date > .time {
  position: relative;
  top: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-style: normal;
  max-width: 35%;
  vertical-align: top;
}
.widget-2cols .widget-calendar-event-date > .date {
  display: inline;
}
/* FCB WIDGET: Especial */
.widget-special {
  clear: both;
  position: relative;
  padding: 20px;
  padding-bottom: 0;
  background: #000;
}
.widget-special:before,
.widget-special:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-special:after {
  clear: both;
}
.widget-special:before,
.widget-special:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-special:after {
  clear: both;
}
.widget-special.widget-special-full {
  padding: 0;
}
.widget-special-media {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .widget-special-media {
    width: 640px;
    float: right;
  }
  .widget-special-full .widget-special-media {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}
.widget-special-content {
  clear: both;
  position: relative;
}
.widget-special-content:before,
.widget-special-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-special-content:after {
  clear: both;
}
.widget-special-content:before,
.widget-special-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-special-content:after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .widget-special-content {
    clear: none;
    margin-right: 660px;
  }
  .widget-special-full .widget-special-content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .lt-ie10 .widget-special-full .widget-special-content {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHUlEQVQYGWNkYGDYDMQEARNBFVAFowrxhhTRwQMALY8Ax++/pA8AAAAASUVORK5CYII=');
  }
}
.widget-special-full .widget-special-content {
  padding: 20px 20px 0;
}
.widget-special-content-link:hover {
  text-decoration: none;
}
.widget-special-content-link:focus {
  color: #fbcb60;
  outline-color: #FFF;
  text-decoration: none;
}
.widget-special-title {
  margin: 0;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
a:hover .widget-special-title {
  color: #fbcb60;
}
a:focus .widget-special-title {
  color: #fbcb60;
}
.widget-special-subtitle {
  color: #FFF;
}
.widget-special-related {
  padding-top: 10px;
  margin: 20px 0;
  border-top: 1px solid #666666;
}
.widget-special-related > li {
  padding: 5px 0;
}
.widget-special-related > li > a {
  display: block;
  min-height: 30px;
  padding-top: 2px;
  padding-left: 40px;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
}
.widget-special-related > li > a:hover,
.widget-special-related > li > a:focus {
  color: #fbcb60;
  text-decoration: none;
}
.widget-special-related > li > a:focus {
  outline-color: #FFF;
}
.widget-special-related > li > a.media {
  position: relative;
}
.widget-special-related > li > a.media > img {
  position: absolute;
  top: 0;
  left: 0;
}
/* FCB WIDGET: listat de destacats */
.widget-featured-list .box {
  overflow: hidden;
}
.widget-featured-list .box > .pager-dots {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.widget-featured-list .box-header > .pager-dots {
  display: none;
}
@media screen and (min-width: 767px) {
  .widget-featured-list .box-header > .pager-dots {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
}
.widget-featured-list .box-content {
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
.widget-featured-list .box-content:before,
.widget-featured-list .box-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-featured-list .box-content:after {
  clear: both;
}
.widget-featured-list .box-content:before,
.widget-featured-list .box-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-featured-list .box-content:after {
  clear: both;
}
.widget-featured-list .box-articles-row {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.widget-featured-list .box-article {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0;
  text-align: left;
  width: 100%;
}
.widget-featured-list .box-article > .box-article-content {
  padding: 10px 5px 0;
}
.lt-ie10 .widget-featured-list .box-article > .box-article-content .thumbnail {
  width: 206px;
}
@media screen and (min-width: 767px) {
  .widget-featured-list .box-article {
    width: 33%;
  }
}
.widget-featured-list .box-article-body {
  padding-top: 5px;
}
.widget-featured-list .box-article-title {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .widget-featured-list .thumbnail > img {
    width: 100%;
  }
  .widget-featured-list .box-article-category-header {
    padding-bottom: 5px;
    border: 1px solid #8b0d20;
    background-color: #8b0d20;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#da1533), to(#8b0d20));
    background-image: -webkit-linear-gradient(top, #da1533, 0%, #8b0d20, 100%);
    background-image: -moz-linear-gradient(top, #da1533 0%, #8b0d20 100%);
    background-image: linear-gradient(to bottom, #da1533 0%, #8b0d20 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda1533', endColorstr='#ff8b0d20', GradientType=0);
    -pie-background: linear-gradient(to bottom, #da1533 0%, #8b0d20 100%);
    -webkit-box-shadow: inset 0 2px 0 rgba(240, 101, 122, 0.65), 0 1px 0 #4e0812;
    box-shadow: inset 0 2px 0 rgba(240, 101, 122, 0.65), 0 1px 0 #4e0812;
    -webkit-box-shadow: inset 0 2px 0 rgba(240, 101, 122, 0.65), 0 1px 0 #4e0812, ;
    box-shadow: inset 0 2px 0 rgba(240, 101, 122, 0.65), 0 1px 0 #4e0812, ;
    margin-top: 10px;
  }
  .widget-featured-list .box-article-category-header > .box-title {
    font-size: 13px;
    font-size: 1.3rem;
    color: #FFF;
    text-shadow: 0 1px 1px #200307;
  }
  .widget-featured-list .box-articles-row:first-child .box-article:first-child .box-article-category-header {
    margin-top: 0;
    border-radius: 5px 5px 0 0;
  }
  .widget-featured-list .box-articles-row:last-child {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767px) {
  .widget-featured-list .box-articles-row {
    margin-bottom: 10px;
  }
  .widget-featured-list .box-articles-row:before {
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 32px;
    border: 1px solid #8b0d20;
    background-color: #8b0d20;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#da1533), to(#8b0d20));
    background-image: -webkit-linear-gradient(top, #da1533, 0%, #8b0d20, 100%);
    background-image: -moz-linear-gradient(top, #da1533 0%, #8b0d20 100%);
    background-image: linear-gradient(to bottom, #da1533 0%, #8b0d20 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda1533', endColorstr='#ff8b0d20', GradientType=0);
    -pie-background: linear-gradient(to bottom, #da1533 0%, #8b0d20 100%);
    -webkit-box-shadow: inset 0 2px 0 rgba(240, 101, 122, 0.65), 0 1px 0 #4e0812;
    box-shadow: inset 0 2px 0 rgba(240, 101, 122, 0.65), 0 1px 0 #4e0812;
    -webkit-box-shadow: inset 0 2px 0 rgba(240, 101, 122, 0.65), 0 1px 0 #4e0812, ;
    box-shadow: inset 0 2px 0 rgba(240, 101, 122, 0.65), 0 1px 0 #4e0812, ;
    border-radius: 5px 5px 0 0;
  }
  .widget-featured-list .box-articles-row:last-child:before {
    border-radius: 0;
  }
  .widget-featured-list .box-articles-row > .box-article {
    margin-top: -32px;
  }
  .widget-featured-list .box-articles-row > .box-article:first-child .box-article-category-header {
    border: 0;
  }
  .widget-featured-list .box-articles-row .box-article-category-header {
    border-left: 1px solid #8b0d20;
    margin-bottom: 10px;
  }
  .widget-featured-list .box-articles-row .box-title.category {
    font-size: 13px;
    font-size: 1.3rem;
    color: #FFF;
    text-shadow: 0 1px 1px #200307;
  }
}
.widget-featured-list .mobile-slides-controller {
  margin: 0 !important;
  padding-top: 0 !important;
}
.widget-featured-list .mobile-slides-controller .pager-steps-pages {
  padding: 3px 3px 4px;
  border: 1px solid #b3b3b3;
  background: #d9d9d9;
  color: #999999;
  border-left: none;
  border-right: none;
}
.widget-featured-list .mobile-slides-controller .pager-steps-pages > span {
  color: #34669d;
}
.box-destacat-header + .box-content > .box-articles-row:before {
  display: none;
}
.box-destacat-header + .box-content > .box-articles-row > .box-article {
  margin-top: 0;
}
/* FCB WIDGET: Interactiu (Nou format) / per Categories */
.widget-interactiu {
  position: relative;
  padding-bottom: 0;
  background: #000;
}
.widget-interactiu:before,
.widget-interactiu:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-interactiu:after {
  clear: both;
}
.widget-interactiu:before,
.widget-interactiu:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-interactiu:after {
  clear: both;
}
.widget-interactiu-cats .bx-custom-pager {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
@media screen and (min-width: 767px) {
  .widget-interactiu-cats .bx-custom-pager {
    display: block;
  }
}
.widget-interactiu-slides-wrap {
  position: relative;
  clear: right;
  padding: 20px;
}
@media screen and (min-width: 767px) {
  .widget-interactiu-slides-wrap {
    min-height: 400px;
  }
}
.widget-interactiu-slides {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.widget-interactiu-slide-media {
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .widget-interactiu-slide-media {
    width: 640px;
    float: left;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .widget-interactiu-header {
    padding: 0 10px;
  }
}
.widget-interactiu-body-wrap {
  position: relative;
}
@media screen and (min-width: 767px) {
  .widget-interactiu-body-wrap {
    padding: 0 20px 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.widget-interactiu-body-wrap .scrollbar {
  position: absolute;
  top: 0;
  right: 2px;
  width: 5px;
  height: 100%;
  background: #666666;
  border-radius: 2px;
}
.widget-interactiu-body-wrap .scrollbar > .handle {
  position: relative;
  left: -2px;
  width: 9px;
  background-color: #61727b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#beccd7), to(#61727b));
  background-image: -webkit-linear-gradient(top, #beccd7, 0%, #61727b, 100%);
  background-image: -moz-linear-gradient(top, #beccd7 0%, #61727b 100%);
  background-image: linear-gradient(to bottom, #beccd7 0%, #61727b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbeccd7', endColorstr='#ff61727b', GradientType=0);
  -pie-background: linear-gradient(to bottom, #beccd7 0%, #61727b 100%);
  border: 1px solid #61727b;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .widget-interactiu-body-wrap .scrollbar {
    display: none;
  }
}
.btn-toggle-body {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
}
.widget-interactiu-body {
  clear: right;
}
@media screen and (min-width: 767px) {
  .widget-interactiu-content {
    float: left;
    width: 320px;
  }
}
.widget-interactiu-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.1;
  margin: 0 0 10px;
}
@media screen and (min-width: 767px) {
  .widget-interactiu-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.widget-interactiu-title > a {
  color: #E2EFF9;
}
.widget-interactiu-title > a:hover,
.widget-interactiu-title > a:focus {
  text-decoration: none;
  color: #fbcb60;
}
.widget-interactiu-title > a:focus {
  outline-color: #FFF;
}
.widget-interactiu-subtitle {
  padding: 2px 0 5px;
  color: #A4ADB2;
  border: 1px solid #666666;
  border-left: none;
  border-right: none;
}
.widget-interactiu-text {
  color: #999999;
}
.widget-interactiu-thumbs-nav-wrap {
  font-size: 0px;
  font-size: 0rem;
  position: relative;
  padding: 20px 35px;
}
.widget-interactiu-thumbs-nav-wrap .btn-pager {
  position: absolute;
  color: #FFF;
  top: 60px;
  left: 15px;
}
.widget-interactiu-thumbs-nav-wrap .btn-pager:hover,
.widget-interactiu-thumbs-nav-wrap .btn-pager:focus {
  color: #fbcb60;
}
.widget-interactiu-thumbs-nav-wrap .btn-pager:focus {
  outline-color: #FFF;
}
.widget-interactiu-thumbs-nav-wrap .btn-pager.pager-steps-next {
  right: 15px;
  left: auto;
}
.widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggles {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
}
.widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle {
  padding: 0;
}
.widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle a {
  position: relative;
  display: block;
}
.widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle a > .caption {
  text-align: center;
  white-space: normal;
}
@media screen and (min-width: 767px) {
  .widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle:first-child a {
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) {
  .widget-interactiu-nou .widget-interactiu-thumbs-nav-wrap {
    margin-right: 40px;
    padding-top: 0;
  }
}
.widget-interactiu-nou .widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle a {
  padding: 0 5px;
}
.widget-interactiu-nou .widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle a:focus {
  outline-width: 2px;
  outline-color: #da1533;
}
@media screen and (min-width: 767px) {
  .widget-interactiu-nou .widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle a {
    padding: 0 12px;
  }
}
.widget-interactiu-nou .widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle a > .caption {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.9);
}
.widget-interactiu-nou .widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle a > .caption > .category {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #CED9E0;
}
.widget-interactiu-nou .widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle a > .caption > .title {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #A4ADB2;
}
.lt-ie10 .widget-interactiu-nou .widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle a > .caption {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHUlEQVQYGWNkYGB4BsQEARNBFVAFowrxhhTRwQMAfnEA+k9Xx/AAAAAASUVORK5CYII=');
}
.no-touch .widget-interactiu-nou .widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle a:hover .caption {
  display: block;
}
@media screen and (min-width: 767px) {
  .widget-interactiu-nou .widget-interactiu-thumbs-nav-wrap .widget-interactiu-toggle:first-child a {
    padding-left: 0;
  }
}
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs {
  padding-top: 0;
  background-color: #000000;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333333), to(#000000));
  background-image: -webkit-linear-gradient(top, #333333, 0%, #000000, 100%);
  background-image: -moz-linear-gradient(top, #333333 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff000000', GradientType=0);
  -pie-background: linear-gradient(to bottom, #333333 0%, #000000 100%);
}
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs > .widget-interactiu-thumbs-nav {
  padding-top: 20px;
}
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs .widget-interactiu-toggle {
  margin-right: 6px;
}
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs .widget-interactiu-toggle a {
  padding: 10px;
  color: #999999;
  text-align: center;
}
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs .widget-interactiu-toggle a > .caption {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs .widget-interactiu-toggle a:hover,
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs .widget-interactiu-toggle a:focus {
  background: #333333;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000, ;
  box-shadow: 0 0 10px #000000, ;
}
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs .widget-interactiu-toggle a:focus {
  outline-color: #FFF;
}
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs .widget-interactiu-toggle.active a {
  background-color: #7d0c1d;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#c3132e), to(#7d0c1d));
  background-image: -webkit-linear-gradient(top, #c3132e, 0%, #7d0c1d, 100%);
  background-image: -moz-linear-gradient(top, #c3132e 0%, #7d0c1d 100%);
  background-image: linear-gradient(to bottom, #c3132e 0%, #7d0c1d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc3132e', endColorstr='#ff7d0c1d', GradientType=0);
  -pie-background: linear-gradient(to bottom, #c3132e 0%, #7d0c1d 100%);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000, ;
  box-shadow: 0 0 10px #000000, ;
  color: #FFF;
}
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs.category-simple a {
  height: 80px;
  width: 132px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs.category-simple a {
    width: 180px;
  }
  .widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs.category-simple a:hover {
    text-decoration: none;
  }
}
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs.category-simple a > .caption {
  font-size: 14px;
  font-size: 1.4rem;
}
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs.category-simple a > .subcaption {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.widget-interactiu-cats .widget-interactiu-thumbs-nav-wrap.category-thumbs.category-simple .btn-pager {
  top: 45px;
}
.widget-interactiu-thumbs-nav-controller {
  display: none !important;
  position: absolute;
  bottom: 10px;
}
.widget-interactiu-nou .widget-interactiu-thumbs-nav-controller {
  right: -20px;
}
.widget-interactiu-cats .category-thumbs .widget-interactiu-thumbs-nav-controller {
  right: 10px;
}
.widget-interactiu-nou .simple-thumbs .widget-interactiu-thumbs-nav-controller {
  display: block !important;
}
.widget-interactiu-thumbs-nav-controller .btn-play {
  display: none;
  position: relative;
  top: -1px;
  vertical-align: top;
  color: #FFF;
  font-size: 9px;
  font-size: 0.9rem;
}
.widget-interactiu-thumbs-nav-controller .btn-pause {
  position: relative;
  top: -1px;
  vertical-align: top;
  color: #FFF;
  font-size: 9px;
  font-size: 0.9rem;
}
.widget-interactiu-thumbs-nav-controller.paused .btn-play {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.widget-interactiu-thumbs-nav-controller.paused .btn-pause {
  display: none;
}
.widget-interactiu-mobile-nav-controller.pager-steps {
  margin: 10px 0;
  text-align: center;
}
.widget-interactiu-mobile-nav-controller.pager-steps > .btn {
  padding-right: 20px;
  padding-left: 20px;
}
.lt-ie10 .widget-interactiu .widget-interactiu-thumbs-nav {
  height: 72px;
}
.lt-ie10 .widget-interactiu .category-thumbs .widget-interactiu-thumbs-nav {
  height: 130px;
}
.lt-ie10 .widget-interactiu .category-thumbs.category-simple .widget-interactiu-thumbs-nav {
  height: 110px;
}
.lt-ie10 .widget-interactiu .widget-interactiu-toggles {
  width: 10000px !important;
}
.lt-ie10 .widget-interactiu .widget-interactiu-body-wrap {
  overflow-y: auto;
}
.lt-ie10 .widget-interactiu .scrollbar {
  display: none;
}
.lt-ie10 .widget-interactiu .widget-interactiu-thumbs-nav-controller {
  display: none !important;
}
/* FCB WIDGET: Proper Partit */
.widget-proper-partit .box-header .box-title {
  padding-left: 5px;
}
.widget-proper-partit .box-header .related {
  display: block;
  float: right;
  clear: none;
  padding-right: 5px;
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  text-shadow: 0 1px 1px #200307;
}
.widget-proper-partit .box-content {
  padding-bottom: 7px;
}
.widget-proper-partit .box-match:before,
.widget-proper-partit .box-match:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-proper-partit .box-match:after {
  clear: both;
}
.widget-proper-partit .box-match:before,
.widget-proper-partit .box-match:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-proper-partit .box-match:after {
  clear: both;
}
.widget-proper-partit .teams-badge {
  float: left;
  font-size: 0px;
  font-size: 0rem;
  padding: 10px 8px;
  padding-right: 5px;
  margin-bottom: 0;
}
.widget-proper-partit .teams-badge > li {
  padding: 0;
  margin-left: 3px;
}
.widget-proper-partit .teams-badge > li > a {
  display: block;
}
.widget-proper-partit .teams-name {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 0;
}
.widget-proper-partit .teams-name .home,
.widget-proper-partit .teams-name .away {
  display: block;
}
.widget-proper-partit .box-match-data {
  position: relative;
  padding: 10px 10px 0;
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat 0px -425px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .widget-proper-partit .box-match-data {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .widget-proper-partit .box-match-data {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.widget-proper-partit .match-info {
  margin: 0;
  margin-bottom: 3px;
  max-width: 205px;
}
.widget-proper-partit .match-info > a {
  font-size: 13px;
  font-size: 1.3rem;
}
.widget-proper-partit .match-info > a:hover {
  text-decoration: none;
}
.widget-proper-partit .match-info > a:hover span:hover {
  text-decoration: underline;
}
.widget-proper-partit .match-info .date-time {
  font-weight: bold;
}
.widget-proper-partit .match-info .date-time.away {
  color: #437fc1;
}
.widget-proper-partit .tv-info {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.widget-proper-partit .match-options {
  position: absolute;
  right: 6px;
  top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.widget-proper-partit .match-options > li {
  margin-bottom: 6px;
}
.widget-proper-partit .match-options > li > .btn {
  text-transform: uppercase;
}
.widget-proper-partit .match-options > li:only-child {
  margin-top: 20px;
}
.widget-proper-partit .match-options > a {
  display: block;
}
.lt-ie10 .bloc1 .widget-proper-partit {
  width: 33.33333333333333%;
}
.bloc1 .widget-proper-partit .box {
  background-color: #000;
}
.bloc1 .widget-proper-partit .box-match-data {
  background: transparent url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -325px -425px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .bloc1 .widget-proper-partit .box-match-data {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .bloc1 .widget-proper-partit .box-match-data {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.bloc1 .widget-proper-partit .teams-name > a {
  color: #FFF;
}
.bloc1 .widget-proper-partit .teams-name > a:hover,
.bloc1 .widget-proper-partit .teams-name > a:focus {
  color: #fbcb60;
  text-decoration: none;
}
.bloc1 .widget-proper-partit .teams-name > a:focus {
  outline-color: #FFF;
}
.bloc1 .widget-proper-partit .match-info > a {
  color: #A4ADB2;
}
.bloc1 .widget-proper-partit .match-info > a:hover span:hover {
  color: #fbcb60;
}
.bloc1 .widget-proper-partit .match-info > a:focus {
  outline-color: #FFF;
  color: #fbcb60;
}
.bloc1 .widget-proper-partit .tv-info {
  color: #A4ADB2;
}
.bloc1 .widget-proper-partit .match-options > li > .allibera {
  color: #6a99cd;
  text-decoration: underline;
}
.bloc1 .widget-proper-partit .match-options > li > .allibera:hover,
.bloc1 .widget-proper-partit .match-options > li > .allibera:focus {
  color: #fbcb60;
}
.bloc1 .widget-proper-partit .match-options > li > .allibera:focus {
  outline-color: #FFF;
}
/* FCB WIDGET: Marcador de Partits / Marcadors de Secció */
.widget-marcador-de-partits {
  padding: 10px;
}
.widget-marcador-de-partits .box-dark {
  margin-bottom: 0;
  background-color: #303a3e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#425157), to(#303a3e));
  background-image: -webkit-linear-gradient(top, #425157, 0%, #303a3e, 100%);
  background-image: -moz-linear-gradient(top, #425157 0%, #303a3e 100%);
  background-image: linear-gradient(to bottom, #425157 0%, #303a3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff425157', endColorstr='#ff303a3e', GradientType=0);
  -pie-background: linear-gradient(to bottom, #425157 0%, #303a3e 100%);
  font-size: 0px;
  font-size: 0rem;
}
.widget-marcador-de-partits .box-dark.box-shadow {
  -webkit-box-shadow: 0 0 0 1px #414d52;
  box-shadow: 0 0 0 1px #414d52;
  -webkit-box-shadow: 0 0 0 1px #414d52, ;
  box-shadow: 0 0 0 1px #414d52, ;
}
.widget-marcador-de-partits .widget-marcador-header {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 100%;
}
.widget-marcador-de-partits .widget-marcador-header:before,
.widget-marcador-de-partits .widget-marcador-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-marcador-de-partits .widget-marcador-header:after {
  clear: both;
}
.widget-marcador-de-partits .widget-marcador-header:before,
.widget-marcador-de-partits .widget-marcador-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-marcador-de-partits .widget-marcador-header:after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-header {
    min-height: 88px;
    width: 180px;
  }
}
.widget-marcador-de-partits .widget-marcador-competition {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 60px;
  padding: 10px;
  vertical-align: middle;
}
.widget-marcador-de-partits .widget-marcador-competition img {
  max-width: 100%;
  height: auto;
}
.lt-ie10 .widget-marcador-de-partits .widget-marcador-competition img {
  width: 40px;
  height: 40px;
}
.widget-marcador-de-partits .match-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  width: 71%;
  margin-top: 5px;
  line-height: 1.2;
  padding-left: 5px;
  border-left: 1px solid #1f2629;
  font-size: 11px;
  font-size: 1.1rem;
  color: #FFF;
}
.widget-marcador-de-partits .match-link:hover,
.widget-marcador-de-partits .match-link:focus {
  color: #fbcb60;
  text-decoration: none;
}
.widget-marcador-de-partits .match-link:hover > span,
.widget-marcador-de-partits .match-link:focus > span {
  color: #fbcb60;
}
.widget-marcador-de-partits .match-link:focus {
  outline-color: #FFF;
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .match-link {
    width: 119px;
  }
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .match-link > span {
    display: block;
  }
}
.widget-marcador-de-partits .match-link > .venue,
.widget-marcador-de-partits .match-link > .competition-stage,
.widget-marcador-de-partits .match-link > .competition-name {
  color: #b3b3b3;
}
.widget-marcador-de-partits .match-link > .sport,
.widget-marcador-de-partits .match-link > .date-time {
  display: block;
}
.widget-marcador-de-partits .match-link .date {
  display: block;
}
.widget-marcador-de-partits .match-link .time.away {
  color: #cccccc;
}
.widget-marcador-de-partits .match-link:hover {
  text-decoration: none;
}
.widget-marcador-de-partits .widget-marcador-stats {
  position: relative;
  background-color: #262b2e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#111415), to(#262b2e));
  background-image: -webkit-linear-gradient(top, #111415, 0%, #262b2e, 100%);
  background-image: -moz-linear-gradient(top, #111415 0%, #262b2e 100%);
  background-image: linear-gradient(to bottom, #111415 0%, #262b2e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff111415', endColorstr='#ff262b2e', GradientType=0);
  -pie-background: linear-gradient(to bottom, #111415 0%, #262b2e 100%);
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-stats {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    min-height: 88px;
    width: 620px;
  }
}
.widget-marcador-de-partits .widget-marcador-stats .status {
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  padding-top: 3px;
  z-index: 3;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  color: #dce7f4;
  text-shadow: 0 1px 1px #111415;
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-stats .status {
    padding-top: 0;
  }
}
.widget-marcador-de-partits .widget-marcador-stats .status > span {
  display: block;
  line-height: 1;
}
.widget-marcador-de-partits .widget-marcador-stats .status > span:only-child {
  margin-top: 5px;
}
.widget-marcador-de-partits .widget-marcador-stats .status > span > .time {
  font-weight: bold;
}
.widget-marcador-de-partits .widget-marcador-stats .status > span > .time.away {
  color: #aab4c0;
}
.widget-marcador-de-partits .widget-marcador-stats .team {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
  padding-top: 25px;
  width: 49.5%;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-stats .team {
    min-height: 88px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.widget-marcador-de-partits .widget-marcador-stats .team > a:hover .team-name {
  color: #fbcb60;
}
.widget-marcador-de-partits .widget-marcador-stats .team .team-name {
  display: table;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  color: #dce7f4;
  text-shadow: 0 1px 1px #111415;
}
.widget-marcador-de-partits .widget-marcador-stats .team .team-name > span {
  display: table-cell;
  width: 100%;
  height: 30px;
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-stats .team .team-name {
    display: block;
    width: auto;
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .widget-marcador-de-partits .widget-marcador-stats .team .team-name > span {
    width: 175px;
    height: 40px;
  }
}
.widget-marcador-de-partits .widget-marcador-stats .team .team-badge {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-stats .team .team-badge {
    float: left;
    width: 40px;
  }
}
.widget-marcador-de-partits .widget-marcador-stats .team .team-score {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-top: 3px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #dce7f4;
  text-shadow: 0 1px 1px #111415;
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-stats .team .team-score {
    float: left;
    width: 90px;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.widget-marcador-de-partits .widget-marcador-stats .team .team-score-players-wrap {
  position: relative;
  padding: 2px 30px 2px 10px;
  border-radius: 0 0 0 5px;
  min-height: 19px;
}
.widget-marcador-de-partits .widget-marcador-stats .team .team-score-players-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #5e6f74;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#212528), to(#5e6f74));
  background-image: -webkit-linear-gradient(left, color-stop(#212528 0%), color-stop(#5e6f74 100%));
  background-image: -moz-linear-gradient(left, #212528 0%, #5e6f74 100%);
  background-image: linear-gradient(to right, #212528 0%, #5e6f74 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff212528', endColorstr='#ff5e6f74', GradientType=1);
  -pie-background: linear-gradient(to right, #212528 0%, #5e6f74 100%);
}
.lt-ie10 .widget-marcador-de-partits .widget-marcador-stats .team .team-score-players-wrap {
  height: 20px;
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-stats .team .team-score-players-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    background-color: #383f42;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#262b2d), to(#383f42));
    background-image: -webkit-linear-gradient(left, color-stop(#262b2d 0%), color-stop(#383f42 100%));
    background-image: -moz-linear-gradient(left, #262b2d 0%, #383f42 100%);
    background-image: linear-gradient(to right, #262b2d 0%, #383f42 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262b2d', endColorstr='#ff383f42', GradientType=1);
    -pie-background: linear-gradient(to right, #262b2d 0%, #383f42 100%);
  }
}
.lt-ie10 .widget-marcador-de-partits .widget-marcador-stats .team .team-score-players {
  height: 19px;
}
.widget-marcador-de-partits .widget-marcador-stats .team .players {
  margin-bottom: 0;
}
.widget-marcador-de-partits .widget-marcador-stats .team .players > li {
  padding: 0;
  color: #dce7f4;
  font-size: 11px;
  font-size: 1.1rem;
}
.widget-marcador-de-partits .widget-marcador-stats .team .players > li:before {
  content: '●';
  padding: 0 4px;
  color: #666666;
}
.widget-marcador-de-partits .widget-marcador-stats .team .players > li:first-child:before {
  display: none;
}
.widget-marcador-de-partits .widget-marcador-stats .team .team-score-players-nav {
  position: absolute;
  right: 5px;
  top: 4px;
}
.widget-marcador-de-partits .widget-marcador-stats .team .team-score-players-nav > .btn {
  margin-left: 1px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1;
  color: #dce7f4;
}
.widget-marcador-de-partits .widget-marcador-stats .team .team-score-players-nav > .btn:hover,
.widget-marcador-de-partits .widget-marcador-stats .team .team-score-players-nav > .btn:focus {
  color: #FFF;
}
.widget-marcador-de-partits .widget-marcador-stats .team .team-score-players-nav > .btn:focus {
  outline-color: #FFF;
}
.widget-marcador-de-partits .widget-marcador-stats .team .team-score-players-nav > .btn.disabled {
  opacity: .2;
}
.widget-marcador-de-partits .widget-marcador-stats .team.team-away .team-score-players-wrap {
  border-radius: 0 0 5px 0;
}
.widget-marcador-de-partits .widget-marcador-stats .team.team-away .team-score-players-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #212528;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#5e6f74), to(#212528));
  background-image: -webkit-linear-gradient(left, color-stop(#5e6f74 0%), color-stop(#212528 100%));
  background-image: -moz-linear-gradient(left, #5e6f74 0%, #212528 100%);
  background-image: linear-gradient(to right, #5e6f74 0%, #212528 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e6f74', endColorstr='#ff212528', GradientType=1);
  -pie-background: linear-gradient(to right, #5e6f74 0%, #212528 100%);
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-stats .team.team-away .team-score-players-wrap {
    background-color: #262b2d;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#383f42), to(#262b2d));
    background-image: -webkit-linear-gradient(left, color-stop(#383f42 0%), color-stop(#262b2d 100%));
    background-image: -moz-linear-gradient(left, #383f42 0%, #262b2d 100%);
    background-image: linear-gradient(to right, #383f42 0%, #262b2d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383f42', endColorstr='#ff262b2d', GradientType=1);
    -pie-background: linear-gradient(to right, #383f42 0%, #262b2d 100%);
  }
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-stats .team.team-away .team-name {
    float: right;
  }
}
.widget-marcador-de-partits .widget-marcador-stats .team.team-away .team-score {
  padding-left: 0;
  padding-right: 10px;
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-stats .team.team-away .team-score {
    padding-right: 0;
  }
}
.widget-marcador-de-partits .widget-marcador-stats .team.team-home:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #5e6f74;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#121516), to(#5e6f74));
  background-image: -webkit-linear-gradient(top, #121516, 0%, #5e6f74, 100%);
  background-image: -moz-linear-gradient(top, #121516 0%, #5e6f74 100%);
  background-image: linear-gradient(to bottom, #121516 0%, #5e6f74 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff121516', endColorstr='#ff5e6f74', GradientType=0);
  -pie-background: linear-gradient(to bottom, #121516 0%, #5e6f74 100%);
}
.widget-marcador-de-partits .widget-marcador-sponsor {
  text-align: center;
  padding-bottom: 8px;
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-sponsor {
    height: 88px;
    width: 178px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding-bottom: 0;
  }
}
.widget-marcador-de-partits .widget-marcador-sponsor .widget-marcador-sponsor-link {
  display: none;
  margin-top: 8px;
  padding: 4px;
  border: 1px solid #5e6f74;
  -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.25), ;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.25), ;
  background: #000;
}
.widget-marcador-de-partits .widget-marcador-sponsor .widget-marcador-sponsor-link:hover,
.widget-marcador-de-partits .widget-marcador-sponsor .widget-marcador-sponsor-link:focus {
  background-color: #34669d;
}
.widget-marcador-de-partits .widget-marcador-sponsor .widget-marcador-sponsor-link:focus {
  outline-color: #FFF;
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-sponsor .widget-marcador-sponsor-link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
}
.lt-ie10 .widget-marcador-de-partits .widget-marcador-sponsor .widget-marcador-sponsor-link {
  width: 130px;
}
.widget-marcador-de-partits .widget-marcador-sponsor .widget-marcador-sponsor-link > img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.widget-marcador-de-partits .widget-marcador-sponsor .widget-marcador-sponsor-link.widget-marcador-sponsor-link-mobile {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .widget-marcador-de-partits .widget-marcador-sponsor .widget-marcador-sponsor-link.widget-marcador-sponsor-link-mobile {
    display: none;
  }
}
.widget-marcador-de-partits .notice {
  margin-top: 5px;
}
.sly .players li {
  margin-right: -1px;
}
/* Marcador de seccions */
.widget-marcador-de-seccions .box {
  background-color: #212528;
}
.widget-marcador-de-seccions .box-header {
  position: relative;
  border-radius: 5px 5px 0 0;
  background-color: #333a3d;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#212528), color-stop(50%, #383f42), to(#212528));
  background-image: -webkit-linear-gradient(left, #212528, #383f42 50%, #212528);
  background-image: -moz-linear-gradient(left, #212528, #383f42 50%, #212528);
  background-image: linear-gradient(to right, #212528, #383f42 50%, #212528);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff212528', endColorstr='#ff212528', GradientType=1);
  -pie-background: linear-gradient(to right, #212528, #383f42 50%, #212528);
}
.widget-marcador-de-seccions .box-header:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #526065;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#212528), color-stop(50%, #5e6f74), to(#212528));
  background-image: -webkit-linear-gradient(left, #212528, #5e6f74 50%, #212528);
  background-image: -moz-linear-gradient(left, #212528, #5e6f74 50%, #212528);
  background-image: linear-gradient(to right, #212528, #5e6f74 50%, #212528);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff212528', endColorstr='#ff212528', GradientType=1);
  -pie-background: linear-gradient(to right, #212528, #5e6f74 50%, #212528);
}
.widget-marcador-de-seccions .box-title,
.widget-marcador-de-seccions .related {
  color: #dce7f4;
  font-weight: normal;
  color: #cccccc;
  text-shadow: 0 1px 1px #111415;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.widget-marcador-de-seccions .box-title > em,
.widget-marcador-de-seccions .related > em {
  font-style: normal;
}
.widget-marcador-de-seccions .related {
  display: block;
  clear: none;
  float: right;
  padding-right: 10px;
}
.widget-marcador-de-seccions .match-slides {
  margin-bottom: 0;
}
.widget-marcador-de-seccions .widget-marcador-stats {
  font-size: 0px;
  font-size: 0rem;
  background-color: #262b2e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#111415), to(#262b2e));
  background-image: -webkit-linear-gradient(top, #111415, 0%, #262b2e, 100%);
  background-image: -moz-linear-gradient(top, #111415 0%, #262b2e 100%);
  background-image: linear-gradient(to bottom, #111415 0%, #262b2e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff111415', endColorstr='#ff262b2e', GradientType=0);
  -pie-background: linear-gradient(to bottom, #111415 0%, #262b2e 100%);
  border-radius: 5px;
}
.widget-marcador-de-seccions .team {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 49.5%;
  text-align: center;
}
.widget-marcador-de-seccions .team-away:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #5e6f74;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#121516), to(#5e6f74));
  background-image: -webkit-linear-gradient(top, #121516, 0%, #5e6f74, 100%);
  background-image: -moz-linear-gradient(top, #121516 0%, #5e6f74 100%);
  background-image: linear-gradient(to bottom, #121516 0%, #5e6f74 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff121516', endColorstr='#ff5e6f74', GradientType=0);
  -pie-background: linear-gradient(to bottom, #121516 0%, #5e6f74 100%);
}
.widget-marcador-de-seccions .team-score {
  margin-top: 10px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #dce7f4;
}
.widget-marcador-de-seccions .team-name {
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #b8c1cb;
  text-transform: uppercase;
}
.widget-marcador-de-seccions .status {
  padding: 5px;
  position: relative;
  background-color: #333a3d;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#212528), color-stop(50%, #383f42), to(#212528));
  background-image: -webkit-linear-gradient(left, #212528, #383f42 50%, #212528);
  background-image: -moz-linear-gradient(left, #212528, #383f42 50%, #212528);
  background-image: linear-gradient(to right, #212528, #383f42 50%, #212528);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff212528', endColorstr='#ff212528', GradientType=1);
  -pie-background: linear-gradient(to right, #212528, #383f42 50%, #212528);
  border-radius: 0 0 5px 5px;
  color: #cccccc;
  text-shadow: 0 1px 1px #111415;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.widget-marcador-de-seccions .status:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #526065;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#212528), color-stop(50%, #5e6f74), to(#212528));
  background-image: -webkit-linear-gradient(left, #212528, #5e6f74 50%, #212528);
  background-image: -moz-linear-gradient(left, #212528, #5e6f74 50%, #212528);
  background-image: linear-gradient(to right, #212528, #5e6f74 50%, #212528);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff212528', endColorstr='#ff212528', GradientType=1);
  -pie-background: linear-gradient(to right, #212528, #5e6f74 50%, #212528);
}
.widget-marcador-de-seccions .btn-pager {
  position: absolute;
  color: #8e9091;
  top: 70px;
  left: 15px;
  z-index: 100;
}
.widget-marcador-de-seccions .btn-pager.pager-steps-next {
  right: 15px;
  left: auto;
}
.widget-marcador-de-seccions .btn-pager:hover,
.widget-marcador-de-seccions .btn-pager:focus {
  color: #d2d2d3;
}
.widget-marcador-de-seccions .btn-pager:focus {
  outline-color: #FFF;
}
.widget-actualitat-wrap .widget-marcador-de-seccions {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .widget-actualitat-wrap .widget-marcador-de-seccions {
    padding: 0;
  }
}
.widget-actualitat-wrap .widget-marcador-de-seccions > .box {
  padding: 0;
}
.widget-actualitat-wrap .widget-marcador-de-seccions .box-title,
.widget-actualitat-wrap .widget-marcador-de-seccions .related {
  padding-top: 8px;
  padding-bottom: 6px;
}
.widget-actualitat-wrap .widget-marcador-de-seccions .team-score {
  margin-top: 5px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
}
.widget-actualitat-wrap .widget-marcador-de-seccions .team-name {
  margin-bottom: 7px;
  font-size: 12px;
  font-size: 1.2rem;
}
.widget-actualitat-wrap .widget-marcador-de-seccions .status {
  padding: 3px;
}
.widget-actualitat-wrap .widget-marcador-de-seccions .btn-pager {
  top: 48px;
}
/* FCB WIDGET: Llistat de Galeries / Galeria YouTube */
.widget-galeries {
  position: relative;
}
.widget-galeries .box {
  background: #000;
}
.widget-galeries .box-content {
  padding: 20px 10px 0;
  overflow: hidden;
}
.widget-galeries .box-content:before,
.widget-galeries .box-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-galeries .box-content:after {
  clear: both;
}
.widget-galeries .box-content:before,
.widget-galeries .box-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-galeries .box-content:after {
  clear: both;
}
.widget-galeries .widget-galeries-slide {
  float: left;
}
.widget-galeries .video-preview {
  position: relative;
}
@media screen and (min-width: 767px) {
  .widget-galeries .video-preview {
    float: left;
  }
}
.widget-galeries .video-preview .embed-container {
  margin-top: 20px;
}
.widget-galeries .video-preview .preview > img {
  min-height: 250px;
}
@media screen and (min-width: 767px) {
  .widget-galeries .video-preview {
    width: 349px;
  }
  .widget-galeries .video-preview + .list-videos {
    width: 276px;
  }
}
.widget-galeries .video-preview + .widget-galeries-slides-wrap {
  clear: both;
}
@media screen and (min-width: 767px) {
  .widget-galeries .video-preview + .widget-galeries-slides-wrap {
    clear: none;
    width: 276px;
    float: left;
  }
}
.widget-galeries .list-videos {
  float: left;
  margin-bottom: 10px;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
.widget-galeries .video-thumb {
  padding: 0;
  margin-left: 9px;
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .widget-galeries .video-thumb {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.widget-galeries .video-thumb > a {
  position: relative;
  display: block;
}
@media screen and (min-width: 767px) {
  .widget-galeries .video-thumb > a:hover img,
  .widget-galeries .video-thumb > a:focus img {
    border-radius: 5px;
  }
  .widget-galeries .video-thumb > a:hover .caption,
  .widget-galeries .video-thumb > a:focus .caption {
    display: block;
    z-index: 9;
  }
}
.widget-galeries .video-thumb .caption {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 3px solid #fbcb60;
  background: rgba(0, 0, 0, 0.9);
  color: #999999;
  border-radius: 5px;
}
.lt-ie10 .widget-galeries .video-thumb .caption {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHUlEQVQYGWNkYGB4BsQEARNBFVAFowrxhhTRwQMAfnEA+k9Xx/AAAAAASUVORK5CYII=');
}
.widget-galeries .video-thumb.active img {
  border-radius: 5px;
}
.widget-galeries .video-thumb.active .caption {
  z-index: 9;
  display: block;
  border-color: #da1533;
}
.widget-galeries .box-articles {
  overflow: hidden;
}
.widget-galeries .pager-dots {
  position: absolute;
  top: 38px;
  right: 10px;
}
.widget-galeries .mobile-pager .mobile-slides-controller {
  margin: 0 0 10px;
}
.widget-galeries .mobile-pager .pager-steps-pages {
  padding: 3px;
  border: 1px solid #2e2e2e;
  background: #333333;
  color: #d1d1d1;
}
.widget-galeries .yt-img {
  position: relative;
  width: 128px;
  height: 72px;
  overflow: hidden;
  border-radius: 3px;
}
.widget-galeries .yt-img > img {
  position: relative;
  top: -12px;
}
.lt-ie10 .widget-galeries-slides-wrap {
  height: 276px;
}
/* FCB WIDGET: Estadístiques d'equip */
.widget-estadistiques-equip .box-content {
  padding-right: 20px;
  padding-left: 20px;
}
.widget-estadistiques-equip td.total,
.widget-estadistiques-equip th.total {
  text-align: right;
}
/* FCB WIDGET: Galeria amb relacionades */
.widget-galeria-relacionades {
  position: relative;
  padding-bottom: 0;
  background: #000;
}
.widget-galeria-relacionades:before,
.widget-galeria-relacionades:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-galeria-relacionades:after {
  clear: both;
}
.widget-galeria-relacionades:before,
.widget-galeria-relacionades:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-galeria-relacionades:after {
  clear: both;
}
.widget-galeria-relacionades .video-preview {
  position: relative;
}
.widget-galeria-relacionades .video-preview:before,
.widget-galeria-relacionades .video-preview:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-galeria-relacionades .video-preview:after {
  clear: both;
}
.widget-galeria-relacionades .video-preview:before,
.widget-galeria-relacionades .video-preview:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-galeria-relacionades .video-preview:after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .widget-galeria-relacionades .social-share-bar {
    position: absolute;
    bottom: 5px;
    left: 20px;
    width: 640px;
  }
}
.widget-galeria-relacionades .social-share-bar > ul {
  padding-right: 5px;
}
.widget-galeria-relacionades .widget-banner > .box {
  background: #000;
}
.widget-galeria-relacionades-wrap {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 767px) {
  .widget-galeria-relacionades-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.widget-full-width-header {
  padding: 10px 0;
}
.widget-full-width-header .category {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #b3b3b3;
  text-transform: uppercase;
}
.widget-full-width-header .title {
  margin: 0;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (min-width: 767px) {
  .widget-full-width-header .title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.widget-full-width-header .date-time {
  color: #b3b3b3;
  font-size: 12px;
  font-size: 1.2rem;
}
.widget-galeria-relacionades-content:before,
.widget-galeria-relacionades-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-galeria-relacionades-content:after {
  clear: both;
}
.widget-galeria-relacionades-content:before,
.widget-galeria-relacionades-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-galeria-relacionades-content:after {
  clear: both;
}
.widget-galeria-relacionades-media .desktop-slides-controller {
  padding: 10px 0 5px;
  color: #b3b3b3;
}
.widget-galeria-relacionades-media .desktop-slides-controller .pager-steps-pages {
  padding: 0 5px;
}
.widget-galeria-relacionades-media .desktop-slides-controller .pager-steps-pages > span {
  color: #b3b3b3;
}
.widget-galeria-relacionades-media .desktop-slides-controller .btn {
  color: #b3b3b3;
  font-size: 13px;
  font-size: 1.3rem;
}
.widget-galeria-relacionades-media .desktop-slides-controller .btn:hover,
.widget-galeria-relacionades-media .desktop-slides-controller .btn:focus {
  color: #FFF;
}
.widget-galeria-relacionades-media .desktop-slides-controller .btn:focus {
  outline-color: #FFF;
}
.widget-galeria-relacionades-media .desktop-slides-controller .btn.disabled {
  color: #737373;
}
.widget-galeria-relacionades-media .mobile-slides-controller {
  margin: 0;
  margin-bottom: 10px;
}
.widget-galeria-relacionades-media .caption {
  float: left;
  padding: 0 0 10px;
  color: #b3b3b3;
}
@media screen and (min-width: 767px) {
  .widget-galeria-relacionades-media .caption {
    padding: 10px 0 5px;
  }
}
.widget-galeria-relacionades-nav-wrap {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .widget-galeria-relacionades-nav-wrap {
    padding-top: 20px;
    margin-top: -20px;
    padding-bottom: 0;
  }
}
.lt-ie10 .widget-galeria-relacionades-nav-wrap {
  height: 210px;
}
.widget-galeria-relacionades-nav-wrap .pager-dots {
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  .widget-galeria-relacionades-nav-wrap .pager-dots {
    top: 5px;
    bottom: auto;
  }
}
.lt-ie10 .widget-galeria-relacionades-nav-wrap .pager-dots {
  display: none;
}
.widget-galeria-relacionades-nav-wrap .fallback-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.widget-galeria-relacionades-nav {
  font-size: 0px;
  font-size: 0rem;
  margin-left: -5px;
}
@media screen and (min-width: 767px) {
  .widget-galeria-relacionades-nav {
    margin-left: -10px;
  }
}
.lt-ie10 .widget-galeria-relacionades-nav {
  height: 210px;
}
.widget-galeria-relacionades-nav > ul {
  float: left;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget-galeria-relacionades-nav .widget-galeria-relacionades-nav-thumb {
  position: relative;
  padding: 0;
  margin-left: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .widget-galeria-relacionades-nav .widget-galeria-relacionades-nav-thumb {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.widget-galeria-relacionades-nav .widget-galeria-relacionades-nav-thumb > a {
  color: #FFF;
}
@media screen and (min-width: 767px) {
  .widget-galeria-relacionades-nav .widget-galeria-relacionades-nav-thumb > a:hover .caption,
  .widget-galeria-relacionades-nav .widget-galeria-relacionades-nav-thumb > a:focus .caption {
    display: block;
  }
  .widget-galeria-relacionades-nav .widget-galeria-relacionades-nav-thumb > a:focus {
    outline-color: #FFF;
  }
}
.widget-galeria-relacionades-nav .widget-galeria-relacionades-nav-thumb.active .caption {
  display: block;
}
.widget-galeria-relacionades-nav .widget-galeria-relacionades-nav-thumb .caption {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.lt-ie10 .widget-galeria-relacionades-nav .widget-galeria-relacionades-nav-thumb .caption {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHUlEQVQYGWNkYGB4BsQEARNBFVAFowrxhhTRwQMAfnEA+k9Xx/AAAAAASUVORK5CYII=');
}
.widget-galeria-relacionades-rel-wrap {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background: #1C1C1C;
}
.widget-galeria-relacionades-rel-title {
  margin-top: 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #FFF;
}
.widget-galeria-relacionades-rel {
  font-size: 0px;
  font-size: 0rem;
}
.widget-galeria-relacionades-rel > ul {
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget-galeria-relacionades-rel .widget-galeria-relacionades-rel-thumb {
  position: relative;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .widget-galeria-relacionades-rel .widget-galeria-relacionades-rel-thumb {
    margin-bottom: 10px;
  }
}
.widget-galeria-relacionades-rel .widget-galeria-relacionades-rel-thumb > a {
  color: #FFF;
}
.widget-galeria-relacionades-rel .widget-galeria-relacionades-rel-thumb > a:hover .caption,
.widget-galeria-relacionades-rel .widget-galeria-relacionades-rel-thumb > a:focus .caption {
  display: block;
}
.widget-galeria-relacionades-rel .widget-galeria-relacionades-rel-thumb > a:focus {
  outline-color: #FFF;
}
.widget-galeria-relacionades-rel .widget-galeria-relacionades-rel-thumb .caption {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 5px 0;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  line-height: 1;
}
.lt-ie10 .widget-galeria-relacionades-rel .widget-galeria-relacionades-rel-thumb .caption {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHUlEQVQYGWNkYGB4BsQEARNBFVAFowrxhhTRwQMAfnEA+k9Xx/AAAAAASUVORK5CYII=');
}
.widget-galeria-relacionades-rel .widget-galeria-relacionades-rel-thumb .caption > .category {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}
.widget-galeria-relacionades-rel .widget-galeria-relacionades-rel-thumb .caption > h3 {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.lt-ie10 .sly .widget-galeria-relacionades-nav-slide {
  display: none;
}
.lt-ie10 .sly .widget-galeria-relacionades-nav-slide.active {
  display: block;
}
/* FCB WIDGET: Llistat genèric / Cerques / Llistat d'aplicacions  */
.widget-llistat .box-title {
  padding: 15px 10px;
  font-weight: normal;
}
.widget-llistat .box-content {
  font-size: 0px;
  font-size: 0rem;
  border: 0;
}
.widget-llistat .box-article {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  color: #333333;
}
.widget-llistat .box-article .date-time {
  line-height: 1;
}
.widget-llistat .box-article .category,
.widget-llistat .box-article .time,
.widget-llistat .box-article .date {
  margin-right: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #666666;
}
@media screen and (min-width: 767px) {
  .widget-llistat .box-article .category,
  .widget-llistat .box-article .time,
  .widget-llistat .box-article .date {
    font-size: 10px;
    font-size: 1rem;
  }
}
.widget-llistat .box-article .category {
  display: block;
  margin-top: -1px;
}
.widget-llistat .box-article p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .widget-llistat .box-article p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.widget-llistat .box-article .box-article-title {
  margin-top: 4px;
  font-size: 16px;
  font-size: 1.6rem;
}
.widget-llistat .box-article .box-article-title > a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  .widget-llistat .box-article .box-article-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.widget-llistat .box-col {
  width: 100%;
}
.widget-llistat .box-col:first-child {
  border: none;
}
.lt-ie10 .widget-llistat .box-col {
  border-right: none !important;
}
.widget-llistat.widget-llistat-generic-2cols .box-col {
  border: none;
}
@media screen and (min-width: 767px) {
  .widget-llistat.widget-llistat-generic-2cols .box-col {
    width: 50%;
  }
  .widget-llistat.widget-llistat-generic-2cols .box-col > .box-article {
    min-height: 90px;
  }
}
.widget-llistat-d-aplicacions .box-article {
  padding-bottom: 10px;
}
.widget-llistat-d-aplicacions .box-article-body:before,
.widget-llistat-d-aplicacions .box-article-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-llistat-d-aplicacions .box-article-body:after {
  clear: both;
}
.widget-llistat-d-aplicacions .box-article-body:before,
.widget-llistat-d-aplicacions .box-article-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-llistat-d-aplicacions .box-article-body:after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .widget-llistat-d-aplicacions .description {
    float: left;
    width: 367px;
  }
}
.widget-llistat-d-aplicacions .box-article-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .widget-llistat-d-aplicacions .download-info {
    float: right;
    width: 180px;
    text-align: right;
  }
}
.widget-llistat-d-aplicacions .download-info .price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .widget-llistat-d-aplicacions .download-info .price {
    margin-bottom: 25px;
  }
}
.widget-llistat-d-aplicacions .download-info .store-list {
  margin-bottom: 0;
  margin-right: -10px;
  font-size: 0px;
  font-size: 0rem;
}
.widget-llistat-d-aplicacions .download-info .store-icon {
  padding: 0;
  margin-right: 10px;
}
.widget-llistat-d-aplicacions .download-info .store-icon a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.widget-llistat-d-aplicacions .download-info .store-icon a :focus {
  outline-color: #34669d;
  outline-width: 3px;
}
/* Llistat genèric / Cerques / Llistat d'aplicacions */
/* FCB WIDGET: Mapa Web */
.widget-mapa-web-section {
  padding: 15px;
  margin-bottom: 10px;
  background: #FFF;
}
.widget-mapa-web-section a {
  line-height: 1;
}
.widget-mapa-web-section > a {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 767px) {
  .widget-mapa-web-section > a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.widget-mapa-web-section ul {
  padding-left: 0;
}
.widget-mapa-web-section > ul {
  margin: 0;
}
.widget-mapa-web-section > ul li {
  margin-bottom: 5px;
  list-style: none;
}
.widget-mapa-web-section > ul li a {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  .widget-mapa-web-section > ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.widget-mapa-web-section > ul > li {
  margin-bottom: 10px;
}
.widget-mapa-web-section > ul > li > a {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  .widget-mapa-web-section > ul > li > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.widget-mapa-web-section > ul ul {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* FCB WIDGET: Classificació */
.widget-classificacio .box-title {
  padding: 15px;
}
.widget-classificacio .box-content {
  padding-right: 15px;
  padding-left: 15px;
}
.widget-classificacio .box-content:before,
.widget-classificacio .box-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-classificacio .box-content:after {
  clear: both;
}
.widget-classificacio .box-content:before,
.widget-classificacio .box-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-classificacio .box-content:after {
  clear: both;
}
.widget-classificacio .table-ranking {
  margin-bottom: 10px;
}
.widget-classificacio .table-ranking > caption {
  display: none;
}
.widget-classificacio .table-ranking td,
.widget-classificacio .table-ranking th {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  border-bottom: 1px solid #b9c3c4;
  background-color: #e5eaea;
}
.widget-classificacio .table-ranking td:first-child,
.widget-classificacio .table-ranking th:first-child {
  text-align: center;
}
.widget-classificacio .table-ranking > thead th:first-child,
.widget-classificacio .table-ranking > tbody th:first-child,
.widget-classificacio .table-ranking > thead td:first-child,
.widget-classificacio .table-ranking > tbody td:first-child {
  background: #e5eaea url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png) no-repeat -625px -200px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
  .widget-classificacio .table-ranking > thead th:first-child,
  .widget-classificacio .table-ranking > tbody th:first-child,
  .widget-classificacio .table-ranking > thead td:first-child,
  .widget-classificacio .table-ranking > tbody td:first-child {
    background-image: url(http://assets1.fcbarcelona.com/images/sprite@2x.e1b86bd13.png);
    -webkit-background-size: 650px 450px;
    -moz-background-size: 650px 450px;
    -o-background-size: 650px 450px;
    background-size: 650px 450px;
  }
  .lt-ie10 .widget-classificacio .table-ranking > thead th:first-child,
  .lt-ie10 .widget-classificacio .table-ranking > tbody th:first-child,
  .lt-ie10 .widget-classificacio .table-ranking > thead td:first-child,
  .lt-ie10 .widget-classificacio .table-ranking > tbody td:first-child {
    background-image: url(http://assets3.fcbarcelona.com/images/sprite.0a7eb18f4.png);
  }
}
.widget-classificacio .table-ranking > thead > .fcb > td,
.widget-classificacio .table-ranking > tbody > .fcb > td,
.widget-classificacio .table-ranking > thead > .fcb > th,
.widget-classificacio .table-ranking > tbody > .fcb > th {
  font-weight: bold;
  background-color: #FFF !important;
}
.widget-classificacio .table-ranking > thead > .champions > td,
.widget-classificacio .table-ranking > tbody > .champions > td,
.widget-classificacio .table-ranking > thead > .champions > th,
.widget-classificacio .table-ranking > tbody > .champions > th {
  background-color: #F8F9F9;
}
.widget-classificacio .table-ranking > thead > .europe > td,
.widget-classificacio .table-ranking > tbody > .europe > td,
.widget-classificacio .table-ranking > thead > .relegation > td,
.widget-classificacio .table-ranking > tbody > .relegation > td,
.widget-classificacio .table-ranking > thead > .europe > th,
.widget-classificacio .table-ranking > tbody > .europe > th,
.widget-classificacio .table-ranking > thead > .relegation > th,
.widget-classificacio .table-ranking > tbody > .relegation > th {
  background-color: #d6ddde;
}
.widget-classificacio.widget-2cols .table-ranking {
  margin-bottom: 0;
}
.widget-classificacio.widget-2cols .table-ranking:last-child {
  margin-bottom: 10px;
}
.widget-classificacio.widget-2cols .table-ranking > thead > tr > th,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr > th {
  background-color: #F8F9F9;
}
.widget-classificacio.widget-2cols .table-ranking > thead > tr > th,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr > th {
  background-color: #C8D0D1;
  color: #4d4d4d;
}
.widget-classificacio.widget-2cols .table-ranking > thead > tr > th {
  border-top: 2px solid #909da2;
}
.widget-classificacio.widget-2cols .table-ranking > thead > tr.colgroup > th,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr.colgroup > th {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  background: none;
  font-weight: normal;
  border-top: none;
  color: #1a1a1a;
}
.widget-classificacio.widget-2cols .table-ranking > thead > tr > .team,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr > .team {
  width: 140px;
}
.widget-classificacio.widget-2cols .table-ranking > thead > tr.champions > td,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr.champions > td {
  background-color: #FFF;
}
.widget-classificacio.widget-2cols .table-ranking > thead > tr.europe > td,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr.europe > td {
  background-color: #d6ddde;
}
.widget-classificacio.widget-2cols .table-ranking > thead > tr > .team + .close-colgroup {
  text-align: right;
}
.widget-classificacio.widget-2cols .table-ranking > thead > tr > .position,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr > .position,
.widget-classificacio.widget-2cols .table-ranking > thead > tr > :first-child,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr > :first-child {
  width: 30px;
  text-align: center;
}
.widget-classificacio.widget-2cols .table-ranking > thead > tr > th.close-colgroup,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr > th.close-colgroup,
.widget-classificacio.widget-2cols .table-ranking > thead > tr > td.close-colgroup,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr > td.close-colgroup {
  border-right: 2px solid #909da2;
}
.widget-classificacio.widget-2cols .table-ranking > thead > tr > th.close-colgroup:last-child,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr > th.close-colgroup:last-child,
.widget-classificacio.widget-2cols .table-ranking > thead > tr > td.close-colgroup:last-child,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr > td.close-colgroup:last-child {
  border-right: #000;
}
.widget-classificacio.widget-2cols .table-ranking > thead > tr > th.points,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr > th.points,
.widget-classificacio.widget-2cols .table-ranking > thead > tr > td.points,
.widget-classificacio.widget-2cols .table-ranking > tbody > tr > td.points {
  text-align: right;
  font-weight: bold;
}
.widget-classificacio .table-wrapper {
  margin-bottom: 0;
}
.widget-classificacio .table-wrapper:last-child {
  margin-bottom: 10px;
}
.widget-classificacio .table-wrapper .scrollable {
  margin-left: 56%;
}
.widget-classificacio .table-wrapper .scrollable .table-ranking {
  margin-bottom: 0 !important;
}
.widget-classificacio .pinned {
  width: 56%;
  background: #C9D3D5;
}
.widget-classificacio .pinned .table-ranking {
  margin-bottom: 0 !important;
}
.widget-classificacio .pinned .table-ranking th:first-child,
.widget-classificacio .pinned .table-ranking td:first-child,
.widget-classificacio .pinned .table-ranking th:first-child + th,
.widget-classificacio .pinned .table-ranking td:first-child + td {
  display: table-cell;
}
/* FCB WIDGET: Detall genèric */
.widget-detall-generic .box {
  background-color: #FFF;
}
.widget-detall-generic .box-article:before,
.widget-detall-generic .box-article:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-detall-generic .box-article:after {
  clear: both;
}
.widget-detall-generic .box-article:before,
.widget-detall-generic .box-article:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-detall-generic .box-article:after {
  clear: both;
}
.widget-detall-generic .author {
  display: inline;
  margin-right: 10px;
  color: #666666;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .widget-detall-generic .author {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.widget-detall-generic .date-time,
.widget-detall-generic .updated {
  display: inline;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666666;
}
@media screen and (min-width: 767px) {
  .widget-detall-generic .date-time,
  .widget-detall-generic .updated {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.widget-detall-generic .date,
.widget-detall-generic .time {
  margin-right: 5px;
  color: #666666;
}
.widget-detall-generic .updated .time {
  margin-right: 0;
}
.widget-detall-generic .lead {
  padding: 1px 0;
  margin-bottom: 0;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(left, color-stop(#ffffff 0%), color-stop(#dddddd 6%), color-stop(#dddddd 94%), color-stop(#ffffff 100%));
  background-image: -moz-linear-gradient(left, #ffffff 0%, #dddddd 6%, #dddddd 94%, #ffffff 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #dddddd 6%, #dddddd 94%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffdddddd', GradientType=1);
}
.widget-detall-generic .lead > p {
  padding: 10px;
  margin: 0;
  background: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .widget-detall-generic .lead > p {
    padding: 10px 20px;
  }
}
.widget-detall-generic .widget-element-list {
  margin-top: 20px;
  padding: 0;
  font-size: 0px;
  font-size: 0rem;
}
.widget-detall-generic .widget-element-list .box-title {
  color: #FFF;
  text-shadow: 0 1px 1px #000000;
}
.widget-detall-generic .widget-element-list .box-col {
  border: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 0px;
  font-size: 0rem;
}
.widget-detall-generic .widget-element-list .box-item {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .widget-detall-generic .widget-element-list .box-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 50%;
    padding-top: 20px;
  }
  .widget-detall-generic .widget-element-list .box-item.odd {
    border-right: 2px solid #d6e0e0;
  }
  .widget-detall-generic .widget-element-list .box-item:first-child + .box-item {
    padding-top: 0;
  }
}
.widget-detall-generic .widget-element-list .box-item:first-child {
  padding-top: 0;
}
.widget-detall-generic hr {
  border-top-color: #ccc;
}
.box-articles-nav {
  padding: 10px;
}
.box-articles-nav:before,
.box-articles-nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box-articles-nav:after {
  clear: both;
}
.box-articles-nav:before,
.box-articles-nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box-articles-nav:after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .box-articles-nav {
    padding: 10px 20px;
  }
}
.box-articles-nav span.category {
  color: #666666;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .box-articles-nav span.category {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.box-articles-nav .btn {
  padding: 1px 10px 4px;
  font-size: 12px;
  font-size: 1.2rem;
}
.box-articles-nav .btn > span {
  display: none;
}
@media screen and (min-width: 767px) {
  .box-articles-nav .btn > span {
    display: inline;
  }
}
.box-articles-nav > .pull-right > .btn:last-child {
  margin-left: 6px;
}
.box-article-header {
  padding: 10px 10px 0;
}
@media screen and (min-width: 767px) {
  .box-article-header {
    padding: 10px 20px 0;
  }
}
.box-article-header .box-title {
  padding: 0;
  padding-bottom: 5px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  text-transform: none;
}
.box-article-gallery {
  position: relative;
  padding: 5px;
  padding-bottom: 15px;
  background: #000;
  overflow: hidden;
}
.box-article-gallery.pull-left {
  margin: 20px 20px 20px 0;
}
@media screen and (min-width: 767px) {
  .box-article-gallery.pull-left {
    max-width: 210px;
  }
}
.box-article-gallery .gallery-media {
  margin-bottom: 4px;
}
.box-article-gallery .caption {
  color: #cccccc;
}
.box-article-gallery .bx-pager {
  position: absolute;
  right: 5px;
  bottom: 7px;
}
.box-article-gallery .bx-prev,
.box-article-gallery .bx-next {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -50px;
  padding: 15px;
  padding-right: 10px;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  text-shadow: 0 -1px 0 #000000;
  border-radius: 0 5px 5px 0;
  z-index: 100;
}
.lt-ie10 .box-article-gallery .bx-prev,
.lt-ie10 .box-article-gallery .bx-next {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHUlEQVQYGWNkYGDYDMQEARNBFVAFowrxhhTRwQMALY8Ax++/pA8AAAAASUVORK5CYII=');
}
.box-article-gallery .bx-prev:hover,
.box-article-gallery .bx-next:hover,
.box-article-gallery .bx-prev:focus,
.box-article-gallery .bx-next:focus {
  text-decoration: none;
  color: #fbcb60;
}
.box-article-gallery .bx-prev:focus,
.box-article-gallery .bx-next:focus {
  outline-color: #FFF;
}
.box-article-gallery .bx-prev.disabled,
.box-article-gallery .bx-next.disabled {
  display: none;
}
@media screen and (min-width: 767px) {
  .box-article-gallery .bx-prev,
  .box-article-gallery .bx-next {
    font-size: 34px;
    font-size: 3.4rem;
    padding: 20px;
  }
}
.box-article-gallery .bx-next {
  right: 0;
  left: auto;
  border-radius: 5px 0 0 5px;
}
.box-article-entry {
  padding: 0 10px;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .box-article-entry {
    padding: 0 20px;
  }
}
.box-article-entry h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.box-article-entry h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.box-article-entry p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.box-article-entry p > a {
  font-weight: bold;
}
.box-article-entry .info {
  border-radius: 0 5px 5px 0;
  margin-left: -20px;
  padding: 10px 20px;
}
@media screen and (min-width: 767px) {
  .box-article-entry .info {
    margin-right: 20px;
    float: left;
    width: 210px;
  }
  [dir=rtl] .box-article-entry .info {
    border-radius: 5px 0 0 5px;
  }
}