/* RESPONSIVE DISABLED COMPLETELY */
/*@navbar-default-link-hover-bg:             @brand-primary-dark;*/
/*

BRAND NEW FIFA.com VARIABLES

At follow the variables ESPRESSLY created by DEV
from fifa.com Guide lines values.

These variables has to be considered GLOBAL variables for
fifa.com web site, desktop and mobile

*/
/*.arrows() when (@bodyDirection = rtl)
{
@glyphicon-chevron-left: "\3E";
@glyphicon-chevron-right: "\3C";
}

.arrows() when (@bodyDirection = ltr)
{
@glyphicon-chevron-left: "\3C";
@glyphicon-chevron-right: "\3E";
}*/
/*//Overlay
.overlay(@imgPath: 'backgrounds/255.255.255.40') {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    .bg(@imgPath, 'png', transparent, repeat, 0 0);
}*/
/*! normalize.css v2.1.3 | 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],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
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) ")";
  }
  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;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/polyfill/boxsizing.htc);
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.54;
  color: #666666;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0087e6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0087e6;
  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: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.54;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f2f2f2;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #326295;
}
.text-primary:hover {
  color: #25496f;
}
.text-warning {
  color: #ffcc00;
}
.text-warning:hover {
  color: #cca300;
}
.text-danger {
  color: #e63100;
}
.text-danger:hover {
  color: #b32600;
}
.text-success {
  color: #4cbe00;
}
.text-success:hover {
  color: #388b00;
}
.text-info {
  color: #ffcc00;
}
.text-info:hover {
  color: #cca300;
}
.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: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 10px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f2f2f2;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  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;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.54;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .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 #f2f2f2;
}
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.54;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f2f2;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.54;
}
/*@import "@{bootstrap_basepath}/code.less";*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.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 {
  margin-left: -10px;
  margin-right: -10px;
}
.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;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
  .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 {
    float: left;
  }
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1028px;
  }
  .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 {
    float: left;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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.54;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
.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 #e5e5e5;
}
.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: 5px;
}
.table-bordered {
  border: 1px solid #e5e5e5;
}
.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: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f2f2f2;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f2f2f2;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #f2f2f2;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #e5e5e5;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2f2f2;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #e5e5e5;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f2f2f2;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e5e5;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  line-height: inherit;
  color: #474747;
  border: 0;
  border-bottom: 1px solid #999999;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/polyfill/boxsizing.htc);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
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;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.54;
  color: #666666;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.54;
  color: #666666;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #999999;
  border-radius: 0;
  -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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #0087e6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 135, 230, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 135, 230, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f2f2f2;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.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;
}
.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;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 27px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 27px;
  line-height: 27px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 47px;
  line-height: 47px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ffcc00;
}
.has-warning .form-control {
  border-color: #ffcc00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #cca300;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe066;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe066;
}
.has-warning .input-group-addon {
  color: #ffcc00;
  border-color: #ffcc00;
  background-color: #f2f2f2;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e63100;
}
.has-error .form-control {
  border-color: #e63100;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #b32600;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff734d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff734d;
}
.has-error .input-group-addon {
  color: #e63100;
  border-color: #e63100;
  background-color: #f2f2f2;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #4cbe00;
}
.has-success .form-control {
  border-color: #4cbe00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #388b00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7cff25;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7cff25;
}
.has-success .input-group-addon {
  color: #4cbe00;
  border-color: #4cbe00;
  background-color: #f2f2f2;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.54;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #335687;
  border-color: #335687;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #284369;
  border-color: #223a5b;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.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: #335687;
  border-color: #335687;
}
.btn-primary {
  color: #ffffff;
  background-color: #326295;
  border-color: #2c5582;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #284e76;
  border-color: #1c3754;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.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: #326295;
  border-color: #2c5582;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffcc00;
  border-color: #e6b800;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d6ab00;
  border-color: #a88700;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.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: #ffcc00;
  border-color: #e6b800;
}
.btn-danger {
  color: #ffffff;
  background-color: #e63100;
  border-color: #cd2c00;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #bd2800;
  border-color: #8f1f00;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.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: #e63100;
  border-color: #cd2c00;
}
.btn-success {
  color: #ffffff;
  background-color: #4cbe00;
  border-color: #42a500;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #3c9500;
  border-color: #296700;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.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: #4cbe00;
  border-color: #42a500;
}
.btn-info {
  color: #ffffff;
  background-color: #5cace5;
  border-color: #46a1e1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #399adf;
  border-color: #2083ca;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.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: #5cace5;
  border-color: #46a1e1;
}
.btn-link {
  color: #0087e6;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0087e6;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
}
.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%;
}
/*@import "@{bootstrap_basepath}/dropdowns.less";*/
.nav {
  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: #f2f2f2;
}
.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: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2f2f2;
  border-color: #0087e6;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #0087e6;
  border-bottom-color: #0087e6;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.54;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f2f2f2 #f2f2f2 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #326295;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #0087e6;
  border-bottom-color: #0087e6;
}
.nav a:hover .caret {
  border-top-color: #0087e6;
  border-bottom-color: #0087e6;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 10px 10px;
  font-size: 19px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left!important;
  }
  .navbar-right {
    float: right !important;
    float: right!important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-text {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-default {
  background-color: #f2f2f2;
  border-color: #e1e1e1;
}
.navbar-default .navbar-brand {
  color: #2e2e2e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #141414;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #2e2e2e;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #00356a;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #474747;
  background-color: #e1e1e1;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #f2f2f2;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #999999;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #999999;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #f2f2f2;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e1e1e1;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e1e1e1;
  color: #474747;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #474747;
  border-bottom-color: #474747;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #2e2e2e;
  border-bottom-color: #2e2e2e;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2e2e2e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #00356a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #474747;
    background-color: #e1e1e1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #f2f2f2;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #2e2e2e;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse {
  background-color: #2e2e2e;
  border-color: #141414;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #141414;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #474747;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #474747;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #474747;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #1c1c1c;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #141414;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #141414;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #141414;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #474747;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
/*@import "@{bootstrap_basepath}/media.less";*/
/*@import "@{bootstrap_basepath}/panels.less";*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.logo {
  max-height: 100%;
}
.nobgcol {
  background-color: transparent!important;
}
.test {
  width: 0;
}
.pull-right {
  float: right!important;
}
.pull-left {
  float: left!important;
}
.before-offset-col8 {
  width: 672px;
  float: right;
}
.after-offset-col8 {
  width: 672px;
  float: left;
}
.before-offset-col4 {
  width: 336px;
  float: right;
}
.after-offset-col4 {
  width: 336px;
  float: left;
}
.i-wrap {
  position: relative;
  overflow: hidden;
}
.noplaceholder .i-wrap.i-wrapempty {
  display: none !important;
  visibility: hidden !important;
}
.clear-grid {
  clear: left;
}
.left {
  float: left;
}
.right {
  float: right;
}
.l {
  text-align: left;
}
.r {
  text-align: right;
}
.c {
  text-align: center;
}
.relative {
  position: relative;
}
.noHeight {
  height: 0px !important;
  font-size: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.noBg {
  background: none!important;
}
.fitasrow {
  margin-left: -10px;
  margin-right: -10px;
}
.mb-big {
  margin-bottom: 50px;
}
.mt-big {
  margin-top: 50px;
}
.pb-big {
  padding-bottom: 50px;
}
.pt-big {
  padding-top: 50px;
}
.ml-big {
  margin-left: 50px;
}
.mr-big {
  margin-right: 50px;
}
.pl-big {
  padding-left: 50px;
}
.pr-big {
  padding-right: 50px;
}
.mb-base {
  margin-bottom: 20px;
}
.mt-base {
  margin-top: 20px;
}
.pb-base {
  padding-bottom: 20px;
}
.pt-base {
  padding-top: 20px;
}
.ml-base {
  margin-left: 20px;
}
.mr-base {
  margin-right: 20px;
}
.pl-base {
  padding-left: 20px;
}
.pr-base {
  padding-right: 20px;
}
.mb-small {
  margin-bottom: 10px;
}
.mt-small {
  margin-top: 10px;
}
.pb-small {
  padding-bottom: 10px;
}
.pt-small {
  padding-top: 10px;
}
.ml-small {
  margin-left: 10px;
}
.mr-small {
  margin-right: 10px;
}
.pl-small {
  padding-left: 10px;
}
.pr-small {
  padding-right: 10px;
}
.mb-row {
  margin-bottom: 50px;
}
.mt-row {
  margin-top: 50px;
}
.pb-row {
  padding-bottom: 50px;
}
.pt-row {
  padding-top: 50px;
}
.mt-bigneg {
  margin-top: -40px;
}
.ph-lnd-12 {
  width: 988px;
  height: 556px;
  /*horizontal+vertical centered image*/
  /*.dcm-internal
  {
    .inline-block();
    .text-center();
    width: 100%;
    .ie7before();

    &:before, >.before
    {
      .content(' ');
      .inline-block();
      vertical-align: middle;
      height: @ph-lnd-12-h - 80px;
    }
  }*/
}
.ph-lnd-12.figure img {
  width: 988px;
  height: 556px;
}
.ph-lnd-8 {
  width: 652px;
  height: 367px;
}
.ph-lnd-8 img.i-sqr-4 {
  display: block;
  margin: 0 auto;
  height: 367px;
}
.ph-lnd-6 {
  width: 484px;
  height: 272px;
}
.ph-lnd-4 {
  width: 316px;
  height: 178px;
}
.ph-lnd-4 img.i-sqr-3 {
  display: block;
  margin: 0 auto;
  height: 178px;
}
.ph-lnd-3 {
  width: 232px;
  height: 131px;
}
.ph-lnd-3 img.i-sqr-3 {
  display: block;
  margin: 0 auto;
  height: 131px;
}
.ph-lnd-2 {
  width: 148px;
  height: 83px;
}
.ph-lnd-1 {
  width: 80px;
  height: 45px;
}
.ph-sqr-4 {
  width: 316px;
  height: 316px;
}
.ph-sqr-3 {
  width: 232px;
  height: 232px;
}
.ph-sqr-2 {
  width: 148px;
  height: 148px;
}
.ph-sqr-1 {
  width: 84px;
  height: 84px;
  width: 80px;
  height: 80px;
}
.ph-prt-4 {
  width: 316px;
  height: 421px;
}
.ph-prt-3 {
  width: 232px;
  height: 309px;
}
.ph-prt-2 {
  width: 148px;
  height: 197px;
}
.ph-prt-1 {
  width: 80px;
  height: 107px;
}
img.sqr-1,
.sqr-1 img {
  width: 84px;
}
.flag {
  border: 1px solid #c7c6c6;
}
.i-3-flag {
  width: 32px;
  height: 21px;
}
.i-2-flag {
  width: 24px;
  height: 16px;
}
.i-1-flag {
  width: 16px;
  height: 11px;
}
[class^="ico-24"] {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-image: url("http://img.fifa.com/images/layout//icons/social-icons24.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  font: bold 11px/1 Arial;
  text-align: left;
}
.ico-24-twitter {
  background-position: 0 1px;
}
.ico-24-twitter:hover,
.ico-24-twitter.unlinkButton {
  background-position: -30px 1px;
}
.ico-24-twitter-g {
  background-position: 0 0;
}
.ico-24-twitter-g:hover,
.ico-24-twitter-g.unlinkButton {
  background-position: -60px 0;
}
.ico-24-twitter-w {
  background-position: -30px 0;
}
.ico-24-twitter-w:hover,
.ico-24-twitter-w.unlinkButton {
  background-position: -60px 0;
}
.ico-24-facebook {
  background-position: 0 -30px;
}
.ico-24-facebook:hover,
.ico-24-facebook.unlinkButton {
  background-position: -30px -30px;
}
.ico-24-facebook-g {
  background-position: 0 -30px;
}
.ico-24-facebook-g:hover,
.ico-24-facebook-g.unlinkButton {
  background-position: -60px -30px;
}
.ico-24-facebook-w {
  background-position: -30px -30px;
}
.ico-24-facebook-w:hover,
.ico-24-facebook-w.unlinkButton {
  background-position: -60px -30px;
}
.ico-24-youtube {
  background-position: 0 -60px;
}
.ico-24-youtube:hover {
  background-position: -30px -60px;
}
.ico-24-youtube-g {
  background-position: 0 -60px;
}
.ico-24-youtube-g:hover {
  background-position: -60px -60px;
}
.ico-24-youtube-w {
  background-position: -30px -60px;
}
.ico-24-youtube-w:hover {
  background-position: -60px -60px;
}
.ico-24-google {
  background-position: 0 -88px;
}
.ico-24-google:hover,
.ico-24-google.unlinkButton {
  background-position: -30px -88px;
}
.ico-24-google-g {
  background-position: 0 -88px;
}
.ico-24-google-g:hover,
.ico-24-google-g.unlinkButton {
  background-position: -60px -88px;
}
.ico-24-google-w {
  background-position: -30px -88px;
}
.ico-24-google-w:hover,
.ico-24-google-w.unlinkButton {
  background-position: -60px -88px;
}
.ico-24-instagram {
  background-position: 0 -118px;
}
.ico-24-instagram:hover,
.ico-24-instagram.unlinkButton {
  background-position: -30px -118px;
}
.ico-24-instagram-g {
  background-position: 0 -118px;
}
.ico-24-instagram-g:hover,
.ico-24-instagram-g.unlinkButton {
  background-position: -60px -118px;
}
.ico-24-instagram-w {
  background-position: -30px -118px;
}
.ico-24-instagram-w:hover,
.ico-24-instagram-w.unlinkButton {
  background-position: -60px -118px;
}
.pdf16 {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.pdf16:before,
.pdf16 > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  color: inherit;
  background-image: url("http://img.fifa.com/images/layout/icons/pdf16.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.pdf32 {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.pdf32:before,
.pdf32 > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 32px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  left: 0;
  color: inherit;
  background-image: url("http://img.fifa.com/images/layout/icons/pdf32.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
[class^="glyphicon-"] {
  position: relative;
  top: 1px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="glyphicon-"]:empty {
  width: 1em;
}
.glyphicon-chevron-up:before,
.glyphicon-chevron-up > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e608";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e608');
  color: inherit;
}
.glyphicon-chevron-down:before,
.glyphicon-chevron-down > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e617";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e617');
  color: inherit;
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-left > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\3C";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\3C');
  color: inherit;
}
.glyphicon-chevron-right:before,
.glyphicon-chevron-right > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\3E";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\3E');
  color: inherit;
}
.glyphicon-camera:before,
.glyphicon-camera > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e60e";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e60e');
  color: inherit;
}
.glyphicon-facetime-video:before,
.glyphicon-facetime-video > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e607";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e607');
  color: inherit;
}
.glyphicon-file:before,
.glyphicon-file > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e610";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e610');
  color: inherit;
}
.glyphicon-plus:before,
.glyphicon-plus > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\2B";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\2B');
  color: inherit;
}
.glyphicon-remove:before,
.glyphicon-remove > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\D7";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\D7');
  color: inherit;
}
.glyphicon-search:before,
.glyphicon-search > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e60b";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e60b');
  color: inherit;
}
.glyphicon-shopping-cart:before,
.glyphicon-shopping-cart > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e60a";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e60a');
  color: inherit;
}
.glyphicon-share:before,
.glyphicon-share > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e606";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e606');
  color: inherit;
}
.glyphicon-print:before,
.glyphicon-print > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e602";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e602');
  color: inherit;
}
.glyphicon-comment:before,
.glyphicon-comment > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e603";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e603');
  color: inherit;
}
.glyphicon-time:before,
.glyphicon-time > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e601";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e601');
  color: inherit;
}
.glyphicon-envelope:before,
.glyphicon-envelope > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e600";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e600');
  color: inherit;
}
.glyphicon-fullscreen:before,
.glyphicon-fullscreen > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e60c";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e60c');
  color: inherit;
}
.glyphicon-pause-framed:before,
.glyphicon-pause-framed > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e60f";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e60f');
  color: inherit;
}
.glyphicon-play-framed:before,
.glyphicon-play-framed > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e613";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e613');
  color: inherit;
}
.glyphicon-grid-view:before,
.glyphicon-grid-view > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e60d";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e60d');
  color: inherit;
}
.glyphicon-single-view:before,
.glyphicon-single-view > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e604";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e604');
  color: inherit;
}
.glyphicon-games:before,
.glyphicon-games > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e612";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e612');
  color: inherit;
}
.glyphicon-theclub:before,
.glyphicon-theclub > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: "\e609";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e609');
  color: inherit;
}
.glyphicon-lang:before,
.glyphicon-lang > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: ""\45"";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '$util.getGlyphiconLang('));
  color: inherit;
}
.glyphicon-lang:before,
.glyphicon-lang > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  content: ""\45"";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '$util.getGlyphiconLang('));
  color: inherit;
}
body {
  direction: ltr;
}
a {
  color: #0087e6;
  /*&:visited {text-decoration:underline; color:@brand-secondary-blue; }*/
}
a:hover {
  text-decoration: underline;
  color: #0087e6;
}
a:visited,
a:visited * {
  text-decoration: none;
}
.figure img {
  max-width: 100% !important;
}
.popover {
  max-width: 500px;
}
.viewport {
  overflow: hidden;
  width: 100%;
}
.mobilewrap {
  background-color: #ebeff4;
  position: relative;
  -ms-content-zooming: none;
}
.mobilewrap .side-menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
}
.container {
  width: 100%;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  padding: 0;
}
@media (max-width: 320px) {
  .ph-lnd-4 {
    width: 320px;
  }
}
@media (min-width: 320px) {
  .ph-lnd-4 {
    margin: 0 auto;
  }
}
.ph-sqr-1,
img.sqr-1,
.sqr-1 img {
  width: 80px;
  height: 80px;
}
.i-4-flag {
  width: 32px;
  height: 21px;
}
.adv-lb-wrap {
  display: none !important;
  visibility: hidden !important;
}
#content-wrap > .container {
  padding: 0;
  background-color: transparent;
}
#content-wrap > .container > .row {
  background-color: #ffffff;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 0 3px 3px -3px #999999;
  -moz-box-shadow: 0 3px 3px -3px #999999;
  box-shadow: 0 3px 3px -3px #999999;
}
.header-adv {
  background-color: #ffffff;
}
.adv {
  padding: 10px 0 !important;
  height: 70px!important;
}
h1,
.h1 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 200;
}
h2,
.h2 {
  font-size: 18px;
  line-height: 14px;
}
h3,
.h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 14px;
  line-height: 1.54;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 11px;
  line-height: 19px;
}
h6,
.h6 {
  font-size: 10px;
  line-height: 18px;
}
.dcm-listnav > a,
.btn-more,
.btn-prev {
  background-color: #f5f5f5;
  height: 40px;
  color: #0087e6;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  display: block;
}
.dcm-listnav > a:hover,
.btn-more:hover,
.btn-prev:hover {
  background-color: #0087e6;
  color: #f5f5f5;
  text-decoration: none;
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext:before,
.col-xs-12 .dcm-list .dcm-listnav-prevnext:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext:after {
  clear: both;
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext:before,
.col-xs-12 .dcm-list .dcm-listnav-prevnext:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext:after {
  clear: both;
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext > a {
  background: none;
  width: 50%;
  position: relative;
  float: left;
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext > a > span {
  background: #f5f5f5;
  display: block;
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext > a:hover {
  background: none;
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext > a:hover > span {
  background: #0087e6;
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext > a:hover:after,
.col-xs-12 .dcm-list .dcm-listnav-prevnext > a:hover > .after,
.col-xs-12 .dcm-list .dcm-listnav-prevnext > a:hover:before,
.col-xs-12 .dcm-list .dcm-listnav-prevnext > a:hover > .before {
  border-color: #0087e6 transparent;
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext .btn-prev {
  padding-right: 8px;
  *zoom: expression(runtimeStyle.zoom = 1, appendChild(document.createElement('small')).className='after');
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext .btn-prev:after,
.col-xs-12 .dcm-list .dcm-listnav-prevnext .btn-prev > .after {
  border-color: #f2f2f2 transparent \9;
  border-color: #f2f2f2 rgba(242, 242, 242, 0);
  border-style: solid;
  border-width: 40px 14px 0 0;
  position: absolute;
  right: -6px;
  top: 0;
  width: 0;
  content: "";
  z-index: 1;
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext .btn-more {
  padding-left: 8px;
  *zoom: expression(runtimeStyle.zoom = 1, insertBefore(document.createElement('small'), firstChild).className='before');
}
.col-xs-12 .dcm-list .dcm-listnav-prevnext .btn-more:before,
.col-xs-12 .dcm-list .dcm-listnav-prevnext .btn-more > .before {
  border-color: #f2f2f2 transparent \9;
  border-color: #f2f2f2 rgba(242, 242, 242, 0);
  border-style: solid;
  border-width: 0 0 40px 14px;
  position: absolute;
  left: -6px;
  top: 0;
  width: 0;
  content: "";
  z-index: 1;
}
.qlink-link-single {
  text-align: right;
  padding: 5px 0;
}
.qlink-link-single a {
  position: relative;
  padding-right: 12px;
}
.qlink-link-single a:after,
.qlink-link-single a > .after {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  right: 0;
  content: "\3E";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\3E');
  color: inherit;
}
input[type=checkbox]:not(old),
input[type=radio]:not(old) {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background-image: url("http://img.fifa.com/images/layout/icons/checks-blue.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 0;
  line-height: 24px;
}
input[type=checkbox]:not(old):checked + label {
  background-position: left -24px;
}
input[type=radio]:not(old):checked + label {
  background-position: left -48px;
}
input[type=checkbox]:not(old):disabled + label,
input[type=radio]:not(old):disabled + label {
  opacity: .5;
}
th,
td {
  text-align: center;
}
.table {
  border-bottom: 1px solid #e5e5e5;
}
.table caption {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.54;
  font-weight: 700;
  color: #999999;
}
.table caption.caption-link {
  display: none;
}
.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: 0;
  vertical-align: middle;
  text-align: center;
}
.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 0;
  color: #999999;
  font-weight: normal;
}
.table > thead > tr > th abbr {
  border-bottom: none;
}
#d_loginforgot a {
  color: #ffffff;
}
#siteh-tc-userinfo-screenname {
  color: #92a8be;
}
.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background: transparent;
}
.navbar .navbar-toggle {
  border-radius: 0;
  border: 0;
  background-image: url("http://img.fifa.com/images/layout/brand/menu_ico.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #cfd3da;
  width: 20px;
  height: 3px;
  display: none !important;
  visibility: hidden !important;
}
.test {
  color: #5cace5;
}
.siteh-wrap {
  background-color: #326295;
  height: 40px;
  overflow: hidden;
  z-index: 10;
}
.siteh-wrap .container {
  padding: 0;
}
.siteh-wrap .navbar-header {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.siteh-wrap .navbar-header:before,
.siteh-wrap .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.siteh-wrap .navbar-header:after {
  clear: both;
}
.siteh-wrap .navbar-header:before,
.siteh-wrap .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.siteh-wrap .navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .siteh-wrap .navbar-header {
    float: left;
  }
}
.siteh-wrap .navbar-toggle {
  float: left;
  margin: 0;
  margin-top: 0;
  margin-right: 10px;
  padding: 20px 22px;
}
.siteh-wrap .navbar-toggle:focus {
  background-color: transparent;
}
.siteh-wrap .navbar-brand {
  padding: 10px 10px;
  font-size: 19px;
  line-height: 20px;
  float: left;
  background-image: url("http://img.fifa.com/images/layout/brand/fifacom-logo.m.ltr.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left -5px;
  width: 228px;
  height: 40px;
}
.siteh-wrap .navbar-brand:hover,
.siteh-wrap .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .siteh-wrap .navbar-brand {
    margin-left: -10px;
  }
}
.siteh-wrap .navbar-default {
  width: 170px;
  position: absolute;
  right: 0px;
}
.siteh-wrap .navbar-default .navbar-right {
  float: right!important;
  margin: 0;
  /*for ie8 which don't read mediaquery*/
  background-position: left 0;
}
.siteh-wrap .navbar-default .navbar-right > li {
  float: left;
  margin: 0 4px;
  /*//Int sign icon //REMOVED AFTER FWC 2014
        &.siteh-int-sign > a
        {
          .ie7beforeAfter();
          .after-padding(32px);

          &:before, >.before
          {
            text-align: center;
            position: absolute;
            top: 50%;
            font-size: 16px;
            line-height: 16px;
            width: 26px;
            height: 14px;
            margin-top: -7px;
            left: 16px;
            .bg("icons/int-sign_ico",'png');
            content: "";
            //LABELS MENU HAS BEEN REMOVED
            //.before-padding(@topbarlink-space+@icon16+@link-before-space); // icon space
            //.after-padding(@link-after-space+@icon16+@topbarlink-space); // icon space
          }
        }*/
}
.siteh-wrap .navbar-default .navbar-right > li.siteh-store > a {
  *zoom: expression(runtimeStyle.zoom = 1, appendChild(document.createElement('small')).className='after', insertBefore(document.createElement('small'), firstChild).className='before');
  color: #ffcc00;
}
.siteh-wrap .navbar-default .navbar-right > li.siteh-store > a:before,
.siteh-wrap .navbar-default .navbar-right > li.siteh-store > a > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 16px;
  content: "\e60a";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e60a');
  color: #ffcc00;
}
.siteh-wrap .navbar-default .navbar-right > li.siteh-lang > a {
  *zoom: expression(runtimeStyle.zoom = 1, appendChild(document.createElement('small')).className='after', insertBefore(document.createElement('small'), firstChild).className='before');
}
.siteh-wrap .navbar-default .navbar-right > li.siteh-lang > a:before,
.siteh-wrap .navbar-default .navbar-right > li.siteh-lang > a > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 16px;
  content: "\45";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '$util.getGlyphiconLang('));
  color: #c0cbd9;
}
.siteh-wrap .navbar-default .navbar-right > li.siteh-search > a {
  *zoom: expression(runtimeStyle.zoom = 1, appendChild(document.createElement('small')).className='after', insertBefore(document.createElement('small'), firstChild).className='before');
}
.siteh-wrap .navbar-default .navbar-right > li.siteh-search > a:before,
.siteh-wrap .navbar-default .navbar-right > li.siteh-search > a > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  left: 16px;
  content: "\e60b";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e60b');
  color: #c0cbd9;
}
.siteh-wrap .navbar-default .navbar-right > li.siteh-tc > a.siteh-tc-label {
  *zoom: expression(runtimeStyle.zoom = 1, appendChild(document.createElement('small')).className='after', insertBefore(document.createElement('small'), firstChild).className='before');
}
.siteh-wrap .navbar-default .navbar-right > li.siteh-tc > a.siteh-tc-label:before,
.siteh-wrap .navbar-default .navbar-right > li.siteh-tc > a.siteh-tc-label > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 16px;
  content: "\e609";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e609');
  color: #c0cbd9;
}
.siteh-wrap .navbar-default .navbar-right > li.siteh-tc > a.siteh-tc-label:before,
.siteh-wrap .navbar-default .navbar-right > li.siteh-tc > a.siteh-tc-label > .before {
  margin-top: -7px !important;
}
.siteh-wrap .navbar-default .navbar-right > li.siteh-tc > a.siteh-tc-screenname {
  padding: 12px 17px;
}
.siteh-wrap .navbar-default .navbar-right > li.siteh-tc > a.siteh-tc-screenname .siteh-tc-avatar {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/avatar16.png?v=130589822680575454");
  background-color: #c0cbd9;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.siteh-wrap .navbar-default .navbar-right > li > a {
  padding: 12px 25px;
  font-size: 13px;
  line-height: 1.54;
  line-height: 40px;
  color: #c0cbd9;
  display: block;
  height: 40px;
  margin: 0 -8px;
  z-index: 1;
}
.siteh-wrap .navbar-default .navbar-right > li > a:hover,
.siteh-wrap .navbar-default .navbar-right > li > a.active {
  background-color: #2a466e;
}
.siteh-wrap .navbar-default .navbar-right > li > a:focus {
  outline: none;
}
.siteh-wrap .navbar-default .navbar-right > li + li {
  *zoom: expression(runtimeStyle.zoom = 1, appendChild(document.createElement('small')).className='after', insertBefore(document.createElement('small'), firstChild).className='before');
}
.siteh-wrap .navbar-default .navbar-right > li + li:before,
.siteh-wrap .navbar-default .navbar-right > li + li > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: -12px;
  content: "\2F";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\2F');
  color: inherit;
}
.siteh-wrap .navbar-default .navbar-right > li + li:before {
  color: #8096b3;
  z-index: -1;
}
@media (min-width: 768px) {
  .siteh-wrap .navbar-toggle {
    display: block;
    margin-left: -10px;
  }
}
.lt-ie9 .siteh-wrap .navbar-header {
  margin: 0;
  padding: 0;
}
.siteh-subpanel-wrapper {
  background-color: #2a466e;
  position: inherit;
  z-index: 13000;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /* //REMOVED AFTER FWC 2014
      #siteh-int-sign-subpanel
  {
    .list-videos .vertical .dcm-title
    {
      height: auto;
      text-align: center;
    }

    .qlink-wrap
    {
      margin: 0;
    }
  }*/
}
.siteh-subpanel-wrapper .qlink-link-wrap {
  background-color: #326295 !important;
  color: #ffffff !important;
  padding: 0 10px;
}
.siteh-subpanel-wrapper .qlink-link-wrap:before {
  border-color: #326295 transparent \9 !important;
  border-color: #326295 rgba(50, 98, 149, 0) !important;
}
.siteh-subpanel-wrapper .qlink-link-wrap a {
  color: #ffffff !important;
}
.siteh-subpanel-wrapper .qlink-link-wrap a:hover {
  background-color: #0087e6 !important;
}
.siteh-subpanel-wrapper .qlink-link-wrap:hover {
  background-color: #0087e6 !important;
}
.siteh-subpanel-wrapper .qlink-link-wrap:hover:before {
  border-color: #0087e6 transparent \9 !important;
  border-color: #0087e6 rgba(0, 135, 230, 0) !important;
}
.siteh-subpanel-wrapper #siteh-hamburger-subpanel img.logolev0 {
  margin: 6px 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.siteh-subpanel-wrapper #siteh-hamburger-subpanel .header-wrap {
  display: none !important;
  visibility: hidden !important;
}
.siteh-subpanel-wrapper #siteh-hamburger-subpanel .nav-wrap {
  float: left;
  margin-left: 232px;
}
.siteh-subpanel-wrapper #siteh-hamburger-subpanel .nav-wrap .nav {
  float: left;
}
.siteh-subpanel-wrapper #siteh-hamburger-subpanel .nav-wrap .nav li {
  float: none;
  display: block;
  width: 232px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 50px;
}
.siteh-subpanel-wrapper #siteh-hamburger-subpanel .nav-wrap .nav li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 200;
  padding: 0;
}
.siteh-subpanel-wrapper #siteh-hamburger-subpanel .nav-wrap .nav li a:hover {
  color: #5cace5;
  text-decoration: none;
  background-color: transparent;
}
.siteh-subpanel-wrapper #siteh-hamburger-subpanel .nav-wrap + .nav {
  margin-left: 20px;
}
.siteh-subpanel-wrapper #siteh-hamburger-subpanel .nav-wrap + .nav-wrap {
  margin-left: 0;
}
.siteh-subpanel-wrapper .siteh-subpanel {
  padding-left: 0;
  padding-right: 0;
  background-color: #2a466e;
  color: #ffffff;
  position: relative;
  min-height: 274px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-close-subpanel {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 34px;
  height: 48px;
  overflow: hidden;
  font-size: 20px;
  cursor: pointer;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-close-subpanel:hover {
  color: #5cace5;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-instruction-area {
  height: 48px;
  font-weight: 200 !important;
  line-height: 48px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-instruction-area .siteh-instructions {
  font-size: 16px;
  top: 0px;
  left: 0px;
  height: 48px;
  overflow: hidden;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-instruction-area .siteh-wholesite {
  display: none !important;
  visibility: hidden !important;
  position: absolute;
  top: 0px;
  left: 40%;
  height: 48px;
  width: 30%;
  overflow: hidden;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-instruction-area .siteh-wholesite label {
  font-weight: 200 !important;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-instruction-area .siteh-instructions-notlogged .siteh-login-label {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 48px;
  width: 20%;
  overflow: hidden;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-instruction-area .siteh-instructions-logged .siteh-theclub-label {
  float: left;
  width: 336px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-instruction-area .siteh-instructions-logged .siteh-activities-label {
  float: left;
  width: 336px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-instruction-area .siteh-instructions-logged .siteh-gotoclub-label {
  float: left;
  width: 316px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area {
  height: inherit;
  position: relative;
  padding: 20px 0;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-instructions {
  font-size: 16px;
  top: 0px;
  left: 0px;
  height: 48px;
  overflow: hidden;
  font-weight: 100;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr {
  height: inherit;
  margin-bottom: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .siteh-instructions {
  color: #92a8be;
  padding-left: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 {
  padding: 0;
  width: 100%;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .dcm-title {
  float: right;
  font-size: 16px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .dcm-title a {
  color: #ffffff;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .ph-sqr-2 {
  width: 148px;
  height: 140px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .dmc-teaser-content {
  margin: 0;
  padding-bottom: 0;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .dmc-teaser-content .dcm-summarysection {
  padding: 0;
  color: #92a8be;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .dmc-teaser-content .qlink-wrap {
  position: relative;
  clear: both;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .dmc-teaser-content .qlink-wrap .qlink-link-wrap {
  height: 40px;
  border: none;
  line-height: 40px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .dmc-teaser-content .qlink-wrap .qlink-link-wrap a {
  padding: 0;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .dmc-teaser-content .qlink-wrap .qlink-link-wrap a span.item {
  font-weight: normal;
  padding: 0;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .dmc-teaser-content .qlink-wrap .qlink-link-wrap a span.item:after {
  content: none;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .siteh-descr-fifacom-club {
  position: absolute;
  top: 0px;
  left: 180px;
  height: 120px;
  overflow: hidden;
  font-weight: 200;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .siteh-descr-fifacom-club #siteh-button-fifacom-register {
  padding: 0;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr #siteh-link-register {
  display: block;
  margin-right: 20px;
  margin-top: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .siteh-image-fifacom-club {
  width: 150px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login {
  position: relative;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-instructions {
  padding: 0 10px;
  color: #92a8be;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login form div {
  padding: 0 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login form div.qlink-wrap {
  padding: 0;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login h4,
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .sociallink-undo,
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login h3 {
  margin-bottom: 10px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: normal;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login input[type="text"].watermark.password {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.54;
  color: #666666;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #999999;
  border-radius: 0;
  -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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login input[type="text"].watermark.password:focus {
  border-color: #0087e6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 135, 230, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 135, 230, 0.6);
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login input[type="text"].watermark.password:-moz-placeholder {
  color: #999999;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login input[type="text"].watermark.password::-moz-placeholder {
  color: #999999;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login input[type="text"].watermark.password:-ms-input-placeholder {
  color: #999999;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login input[type="text"].watermark.password::-webkit-input-placeholder {
  color: #999999;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login input[type="text"].watermark.password[disabled],
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login input[type="text"].watermark.password[readonly],
fieldset[disabled] .siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login input[type="text"].watermark.password {
  cursor: not-allowed;
  background-color: #f2f2f2;
}
textarea.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login input[type="text"].watermark.password {
  height: auto;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-image-fifacom-club {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 150px;
  width: 160px;
  overflow: hidden;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-login-fifacom-club form div {
  margin-bottom: 6px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-login-fifacom-club form div #c_rememberMe {
  vertical-align: middle;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-login-fifacom-club form div input.toclean {
  border: none;
  padding: 4px;
  width: 100%;
  color: #00356a;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-login-fifacom-club form div label {
  font-weight: 100;
  font-size: 12px;
  text-transform: lowercase;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-login-fifacom-club .qlink-link-wrap {
  height: 40px;
  border: none;
  line-height: 40px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-social-login-fifacom-club #siteh-button-fb-login {
  height: 40px;
  width: 100%;
  border: none;
  background-color: #3B5999;
  margin-top: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-social-login-fifacom-club #siteh-button-fb-login:hover {
  background-color: #476fb3;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-social-login-fifacom-club #siteh-button-fb-login img {
  margin-right: 5px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-social-login-fifacom-club #siteh-button-tw-login {
  height: 38px;
  width: 100%;
  border: none;
  background-color: #55acee;
  margin-top: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-social-login-fifacom-club #siteh-button-tw-login:hover {
  background-color: #459cde;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-social-login-fifacom-club #siteh-button-tw-login img {
  margin-right: 5px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-social-login-fifacom-club #siteh-button-gg-login {
  height: 38px;
  width: 100%;
  border: none;
  background-color: #df4a32;
  margin-top: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-social-login-fifacom-club #siteh-button-gg-login:hover {
  background-color: #cf3a22;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-social-login-fifacom-club #siteh-button-gg-login img {
  margin-right: 5px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-theclub {
  float: left;
  width: 336px;
  margin-top: -48px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-theclub .siteh-instructions {
  padding-left: 10px;
  color: #92a8be;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-theclub .thumblist-sqr-1 {
  padding: 0 10px;
  width: 326px;
  height: 186px;
  border-right: 1px solid #326295;
  border: none \9;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-theclub .thumblist-sqr-1 .dcm-title {
  font-size: 16px;
  height: auto;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-theclub .thumblist-sqr-1 .dcm-title a {
  color: #ffffff;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-theclub .thumblist-sqr-1 .dcm-title a:hover {
  color: #5cace5;
  text-decoration: none;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-theclub .thumblist-sqr-1 .dcm-thumblist-title {
  height: 126px!important;
  height: 162px!important\9;
  margin-left: 96px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-theclub .thumblist-sqr-1 .dcm-thumblist-title .dcm-summarysection {
  color: #92a8be;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-activities {
  float: left;
  width: 336px;
  margin-top: -48px;
  position: relative;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-activities .siteh-instructions {
  padding-left: 0;
  color: #92a8be;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-activities .siteh-tc-activities-list {
  display: block;
  height: 184px;
  width: 326px;
  padding-right: 10px;
  border-right: 1px solid #326295;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-activities .siteh-tc-activities-list li {
  display: block;
  height: 64px;
  width: 156px;
  float: left;
  margin-bottom: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-activities .siteh-tc-activities-list li .tc-activities-img {
  position: relative;
  overflow: hidden;
  width: 54px;
  height: 54px;
  float: left;
  margin-right: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-activities .siteh-tc-activities-list li .tc-activities-img:hover {
  *zoom: expression(runtimeStyle.zoom = 1, insertBefore(document.createElement('small'), firstChild).className='before');
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-activities .siteh-tc-activities-list li .tc-activities-img:hover:before,
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-activities .siteh-tc-activities-list li .tc-activities-img:hover > .before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff transparent;
  background: rgba(255, 255, 255, 0.5);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
  zoom: 1;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-activities .siteh-tc-activities-list li img {
  height: 54px;
  width: 54px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-activities .siteh-tc-activities-list li span {
  float: left;
  height: 64px;
  width: 72px;
  line-height: 18px;
  color: #ffffff;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-activities .siteh-tc-activities-list li span:hover {
  color: #5cace5;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub .siteh-instructions {
  padding: 0 10px;
  color: #92a8be;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub .siteh-tc-avatar {
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub .siteh-tc-userinfo {
  height: 100px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub .siteh-tc-userinfo h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub .siteh-tc-userinfo a {
  font-size: 16px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub .siteh-tc-otherlinks {
  display: none;
  /*
			padding:0 10px;
			display: block;
			clear: both;
			a{
				font-size: 16px;
				line-height: 36px;
			}
*/
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub a.chevron:after,
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub a.chevron > .after {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  right: 0;
  content: "\3E";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\3E');
  color: inherit;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub a.chevron:after,
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub a.chevron > .after {
  position: relative;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub #siteh-theclub-logout {
  margin-top: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub #siteh-theclub-logout .qlink-link-wrap {
  height: 40px;
  border: none;
  line-height: 40px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-avatar {
  width: 80px;
  height: 80px;
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/avatar80.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-input-search {
  position: absolute;
  top: 20px;
  left: 0px;
  font-size: 65px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-weight: 200;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-input-search:focus {
  outline: none;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-input-search::-ms-clear {
  display: none;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area #siteh-btn-search {
  position: absolute;
  right: 0px;
  padding: 10px 46px;
  top: 60px;
  border: none;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area #siteh-btn-search:hover {
  background-color: #0087e6;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-store-items {
  text-align: center;
  padding: 0px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-store-items a {
  color: #5cace5;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-store-items a:hover {
  color: #ffffff;
  text-decoration: none;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-store-items h5 {
  font-size: 13px;
  line-height: 1.54;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-store-items .qlink-wrap .qlink-list {
  margin-top: -10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-language-list {
  text-align: center;
  list-style: none;
  padding-top: 72px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-language-list li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 21px;
  font-weight: 200;
  color: #5cace5;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-language-list li a {
  color: #5cace5;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-language-list li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-language-list li.lang-selected {
  color: #ffffff;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-language-list li.lang-selected a {
  color: #ffffff;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-language-list li.lang-selected a:hover {
  text-decoration: none;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-language-list li + li {
  *zoom: expression(runtimeStyle.zoom = 1, insertBefore(document.createElement('small'), firstChild).className='before');
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-language-list li + li:before,
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-language-list li + li > .before {
  padding: 0 30px;
  color: #8097b9;
  content: "/";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '/');
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-addons-search {
  border-top: 1px solid #556b8b;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-addons-area {
  height: 40px;
  position: relative;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-addons-area .siteh-addons-sponsor {
  display: none !important;
  visibility: hidden !important;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  font-size: 12px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-addons-area #siteh-button-fifa-store {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-addons-area .siteh-button-advanced-search {
  display: none !important;
  visibility: hidden !important;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-addons-area .siteh-button-advanced-search .siteh-button-as-descr {
  float: left !important;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-addons-area .siteh-button-advanced-search .siteh-button-as-icon {
  float: right !important;
  position: relative;
}
.sideleftmenu .header-wrap {
  display: none !important;
  visibility: hidden !important;
}
.sideleftmenu .navbar ul.lev0 li.first a {
  display: none;
}
.sideleftmenu .navbar ul.lev0 li.first ul li {
  padding: 10px 0;
}
.sideleftmenu .navbar ul.lev0 li.first ul li a {
  display: inline;
}
.nav-tabs {
  padding: 0 10px;
  margin: 0 10px;
}
.nav-tabs > li {
  float: left;
}
.col-xs-12 .nav-tabs,
.col-xs-11 .nav-tabs,
.col-xs-10 .nav-tabs,
.col-xs-9 .nav-tabs,
.col-xs-8 .nav-tabs,
.col-xs-7 .nav-tabs,
.col-xs-6 .nav-tabs,
.col-xs-5 .nav-tabs,
.col-xs-4 .nav-tabs {
  margin: 0;
}
.navbar-default .navbar-sticky .navbar-nav > li a.active {
  background-color: #2a466e;
  color: #ffffff;
  *zoom: expression(runtimeStyle.zoom = 1, insertBefore(document.createElement('small'), firstChild).className='before');
}
.navbar-default .navbar-sticky .navbar-nav > li a.active:before,
.navbar-default .navbar-sticky .navbar-nav > li a.active > .before {
  color: #ffffff;
  border-color: #2a466e transparent \9;
  border-color: #2a466e rgba(42, 70, 110, 0);
  border-style: solid;
  border-width: 0 0 40px 14px;
  position: absolute;
  top: 0;
  width: 0;
  content: "";
  left: -14px;
}
.navbar.sitef-wrap {
  background: none;
}
.navbar.sitef-wrap .container {
  height: 220px;
  padding: 0px;
  background-image: url("http://img.fifa.com/images/layout/brand/logo-mobile-footer.png?v=130589822680575454");
  background-color: #326295;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.navbar.sitef-wrap .container .siteh-language-title {
  height: 20px;
  padding: 0 10px;
  color: #8e9db6;
  position: absolute;
  top: 4px;
  left: 0;
}
.navbar.sitef-wrap .container .langs-container {
  display: block;
  position: absolute;
  right: 10px;
  left: 10px;
  top: 30px;
}
.navbar.sitef-wrap .container .langs-container table.siteh-language-list {
  width: 100%;
  height: 32px;
}
.navbar.sitef-wrap .container .langs-container table.siteh-language-list td {
  width: 32px;
  max-width: 32px;
}
.navbar.sitef-wrap .container .langs-container table.siteh-language-list td a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #8e9db6;
  border: 1px solid #8e9db6;
  margin: auto;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.navbar.sitef-wrap .container .langs-container table.siteh-language-list td a.A {
  font-family: serif;
}
.navbar.sitef-wrap .container .langs-container table.siteh-language-list td.lang-selected a {
  color: #00356a;
  background-color: #8e9db6;
}
.navbar.sitef-wrap .container .nav.navbar-nav {
  display: block;
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 10px;
}
.navbar.sitef-wrap .container .nav.navbar-nav > li {
  display: block;
  color: #ffffff;
  padding: 4px 0;
  text-transform: none;
  text-align: center;
  padding-left: 10px;
  font-size: 12px;
  line-height: 19px;
  float: none !important;
  position: absolute;
}
.navbar.sitef-wrap .container .nav.navbar-nav > li:before {
  display: none;
}
.navbar.sitef-wrap .container .nav.navbar-nav > li a {
  padding: 0;
  color: #ffffff;
  line-height: 12px;
}
.navbar.sitef-wrap .container .nav.navbar-nav > li a:hover,
.navbar.sitef-wrap .container .nav.navbar-nav > li a:focus,
.navbar.sitef-wrap .container .nav.navbar-nav > li a:active,
.navbar.sitef-wrap .container .nav.navbar-nav > li a:visited {
  color: #d9d9d9;
  background: transparent;
}
.navbar.sitef-wrap .container .nav.navbar-nav .sitef-contact {
  top: 115px;
  left: 0;
}
.navbar.sitef-wrap .container .nav.navbar-nav .sitef-downloads {
  top: 115px;
  right: 0;
}
.navbar.sitef-wrap .container .nav.navbar-nav .sitef-privacy {
  width: 50%;
  top: 120px;
  left: 0;
}
.navbar.sitef-wrap .container .nav.navbar-nav .sitef-tos {
  width: 50%;
  top: 120px;
  right: 0;
}
.navbar.sitef-wrap .container .nav.navbar-nav .sitef-mobileapps {
  width: 100%;
  top: 140px;
}
.navbar.sitef-wrap .container .nav.navbar-nav .sitef-mobile {
  display: none;
}
.navbar.sitef-wrap .container .nav.navbar-nav .sitef-copyright {
  position: absolute;
  top: 190px;
  padding: 0;
  width: 90%;
  color: #8e9db6;
  text-align: right;
  font-size: 11px;
  line-height: 14px;
  right: 10px;
}
.navbar.sitef-wrap .container .nav.navbar-nav .sitef-platform {
  display: block !important;
  visibility: visible!important;
  position: absolute;
  width: auto;
  height: 32px;
  padding: 0;
  top: 80px;
  right: 10px;
  left: 10px;
  border: 1px solid #8e9db6;
  float: none;
  text-align: center;
}
.navbar.sitef-wrap .container .nav.navbar-nav .sitef-platform a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 32px;
}
.sidenav {
  position: relative;
  padding: 10px;
}
.sidenav h1,
.sidenav h4 {
  color: white;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  line-height: 1.54;
}
.sidenav.bottom h1 {
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
}
.sidenav .navbar-nav {
  margin: 0;
}
.sidenav .navbar-nav > li a,
.sidenav .navbar-nav > li a:hover {
  color: white;
  text-decoration: none;
  padding-left: 0;
  background-color: transparent;
}
.sidenav .navbar-nav > li a:before,
.sidenav .navbar-nav > li a:hover:before,
.sidenav .navbar-nav > li a > .before,
.sidenav .navbar-nav > li a:hover > .before {
  content: none;
}
.sidenav .siteh-toplink-list {
  margin: 0 10px;
}
.sidenav.sideleftmenu {
  background: #326295;
}
.sidenav.sidenav-section .navbar {
  background: none;
  height: auto;
}
.sidenav.sidenav-section .navbar .header-wrap {
  background: none;
}
.sidenav.sidenav-section .navbar .header-wrap .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.54;
  margin-left: 0;
}
.sidenav.sidenav-site.bottom li:hover {
  background: white;
}
.sidenav.sidenav-site.bottom li:hover > a span {
  color: #00356a;
}
.sidenav.sidenav-site.bottom .nav-wrap {
  border-top: 1px solid #ADC9DB;
  border-left: 1px solid #adc9db;
}
.sidenav.sidenav-site.bottom .nav-wrap + .nav-wrap {
  border-top: none;
}
.sidenav.sidenav-site ul.navbar-nav {
  float: none;
}
.sidenav.sidenav-site ul.navbar-nav li {
  float: none;
}
.sidenav.sidenav-site.bottom {
  display: inline-block;
  width: 100%;
  background-color: #326295;
  padding: 0px;
}
.sidenav.sidenav-site.bottom ul.navbar-nav li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #ADC9DB;
  display: inline-block;
  /*font-size: 14px;
height: 40px;
  line-height: 1.54;*/
  margin: 0;
  padding: 0;
  padding-left: 15px;
  position: relative;
  border-right: 1px solid #adc9db;
}
.sidenav.sidenav-site.bottom ul.navbar-nav li a {
  display: block;
  position: relative;
  padding: 0;
  padding-right: 12px;
}
.sidenav.sidenav-site.bottom ul.navbar-nav li a:after,
.sidenav.sidenav-site.bottom ul.navbar-nav li a > .after {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  right: 0;
  content: "\3E";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\3E');
  color: inherit;
}
.sidenav.sidenav-site.bottom ul.navbar-nav li a span {
  text-transform: none;
  font-weight: normal;
  color: #ffffff;
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  width: 100%;
  font-size: 13px;
  line-height: 1;
}
.sidenav.sidenav-site.bottom ul.navbar-nav li a span:hover {
  text-decoration: none;
}
.sidenav.sidenav-site.bottom ul.navbar-nav li a:hover {
  text-decoration: none;
}
.sidenav.sidenav-site.bottom ul.navbar-nav li a:hover:after {
  color: #326295;
}
.sidenav.sidenav-site.bottom ul.navbar-nav li a:hover span {
  color: #326295;
}
.sidenav.sidenav-site.bottom ul.navbar-nav li.first {
  width: 100%;
}
.js .sidenav.side {
  position: absolute;
  top: 0;
  min-height: 100%;
  width: 270px;
  z-index: 0;
}
.js .sidenav.side.sidenav-site {
  left: 0;
}
.js .sidenav.side.sidenav-section {
  right: 0;
}
/* PAGE HEADERS */
.header-wrap {
  background-color: #ffffff;
  position: relative;
}
.header-wrap:before,
.header-wrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header-wrap:after {
  clear: both;
}
.header-wrap:before,
.header-wrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header-wrap:after {
  clear: both;
}
.header-wrap .header-wrap {
  margin-top: 10px;
}
.header-wrap .title-wrap .dcm-roofline {
  margin: 10px 10px 0;
}
.header-wrap .title-wrap .title {
  line-height: 2.54;
}
.header-wrap .title-wrap .title a:before {
  left: 4px;
}
.header-wrap .title-wrap .title a {
  padding-left: 24px;
  position: relative;
  display: block;
}
.header-wrap .title-wrap .title a:before,
.header-wrap .title-wrap .title a > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: -3px;
  content: "\3C";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\3C');
  color: inherit;
}
.header-wrap .title-wrap .title a.noArrow {
  padding-left: 0;
}
.header-wrap .title-wrap .title a.noArrow:before {
  content: "";
}
.header-wrap .title-wrap h1.title {
  font-size: 36px;
  line-height: 65px;
  font-size: 22px;
  line-height: 30px;
  padding: 16px 10px;
}
.header-wrap .title-wrap h2.title {
  font-size: 21px;
  line-height: 45px;
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  color: #2e2e2e;
  border-bottom: 1px solid #999999;
  padding: 10px;
}
.header-wrap .title-wrap h3.title {
  border-bottom: 1px solid #999999;
  line-height: 16px;
  margin-bottom: 23px;
}
.header-wrap .title-wrap h3.title span {
  background-color: #ffffff;
  padding-right: 10px;
}
.header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  height: 35px;
}
.header-wrap .sponsor-wrap .sponsor-presentedby {
  font-size: 11px;
  line-height: 35px;
  margin-right: 20px;
  text-transform: none;
}
.header-wrap .sponsor-wrap .sponsor-presentedby,
.header-wrap .sponsor-wrap .sponsor-img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
}
.page-back .header-wrap .title-wrap h2.title {
  border-bottom: 0;
}
.row .header-wrap {
  margin: 0;
  clear: both;
}
.row .header-wrap .title-wrap h2.title,
.row .header-wrap .title-wrap h3.title {
  font-weight: 700;
}
.page-share .header-share {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #ebeff4;
  height: 35px;
  font-size: 11px;
  line-height: 30px;
  position: relative;
}
.page-share .header-share .header-listchannel {
  position: absolute;
  left: 10px;
}
.page-share .header-share .header-listchannel .header-share-title {
  float: left;
  line-height: 36px;
}
.page-share .header-share .header-listchannel .social-list {
  float: left;
  padding-left: 10px;
}
.page-share .header-share .header-listchannel .social-list .social-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-right: 10px;
}
.page-share .header-share .header-sharebtn {
  float: right;
  position: relative;
  z-index: 1;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap {
  float: right;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a.active {
  background-color: #ffffff;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a.active:before,
.page-share .header-share .header-sharebtn .sharebtn-wrap > a.active > .before {
  border-color: #ffffff transparent \9;
  border-color: #ffffff rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0 0 35px 14px;
  position: absolute;
  left: -14px;
  top: 0;
  width: 0;
  content: "";
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span {
  z-index: 1;
  line-height: 35px;
  height: 35px;
  font-size: 13px;
  z-index: 2;
  padding-right: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  padding-left: 26px;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span .share-toolbar {
  margin-top: 35px;
  height: 41px;
  border-bottom: 1px solid #999999;
  padding-top: 10px;
  background-color: #ffffff;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span .share-toolbar .share-toolbar-wrap {
  margin: 0 auto;
  height: 26px;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span .share-toolbar li {
  display: inline;
  float: left;
  margin: 0 5px;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span .share-toolbar li.facebook-share {
  margin-top: -10px;
  padding-bottom: 10px;
  width: 60px;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span .share-toolbar li.twitter-share {
  width: 60px;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span .share-toolbar li.google-share {
  width: 32px;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span .share-toolbar li.mail-share {
  width: 30px;
  height: 30px;
  margin-top: -5px;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span .share-toolbar li.mail-share a {
  color: #666666;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  *zoom: expression(runtimeStyle.zoom = 1, insertBefore(document.createElement('small'), firstChild).className='before');
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span .share-toolbar li.mail-share a:before,
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span .share-toolbar li.mail-share a > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  left: 4px;
  content: "\e600";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e600');
  color: inherit;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span .share-toolbar li.mail-share a:hover {
  color: #0087e6;
  border: 0;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span:before,
.page-share .header-share .header-sharebtn .sharebtn-wrap > a span > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 4px;
  content: "\e606";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e606');
  color: inherit;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a:before,
.page-share .header-share .header-sharebtn .sharebtn-wrap > a > .before {
  border-color: #ebeff4 transparent \9;
  border-color: #ebeff4 rgba(235, 239, 244, 0);
  border-style: solid;
  border-width: 0 0 35px 14px;
  position: absolute;
  left: -14px;
  top: 0;
  width: 0;
  content: "";
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a:before,
.page-share .header-share .header-sharebtn .sharebtn-wrap > a > .before {
  z-index: 4;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a:hover:before,
.page-share .header-share .header-sharebtn .sharebtn-wrap > a:hover > .before {
  border-color: #0087e6 transparent \9;
  border-color: #0087e6 rgba(0, 135, 230, 0);
  border-style: solid;
  border-width: 0 0 35px 14px;
  position: absolute;
  left: -14px;
  top: 0;
  width: 0;
  content: "";
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a:hover span {
  background-color: #0087e6;
  color: #ffffff;
}
.page-share .header-share .header-sharebtn .sharebtn-wrap > a:hover span:before,
.page-share .header-share .header-sharebtn .sharebtn-wrap > a:hover span > .before {
  color: #ffffff;
}
div[class*="col-xs-"] .header-wrap .title-wrap {
  padding: 0;
}
#smartAppBanner {
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 999999;
  overflow: hidden;
  position: absolute;
}
#smartAppBanner.ios {
  background-color: #DCDCDC;
  background-image: linear-gradient(to bottom, #efefef, #cccccc);
  box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, 0.5) inset;
  height: 80px;
}
#smartAppBanner.ios .close {
  background: none repeat scroll 0 0 #070707;
  border: 2px solid #FFFFFF;
  border-radius: 13px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 15px;
  height: 15px;
  line-height: 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: 16px;
}
#smartAppBanner.ios .button {
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  color: #6A6A6A;
  min-width: 4%;
  padding: 0 10px;
  right: 45px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#smartAppBanner.android {
  height: 80px;
  background-color: #E5E5E5;
  border-color: #B3C833 #212228 #212228;
  border-top: 5px solid #B3C833;
  border-bottom: 1px solid;
}
#smartAppBanner.android .close {
  color: #888888;
  font-size: 24px;
  font-weight: 700;
  top: -8px;
}
#smartAppBanner.android .button {
  color: #FFFFFF;
  height: 36px;
  line-height: 36px;
  padding: 1px;
  right: 30px;
  top: 18px;
}
#smartAppBanner.android .button span {
  background-color: #B3C833;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  display: block;
  padding: 0 20px;
  text-shadow: none;
  text-transform: none;
}
#smartAppBanner .container {
  margin: 0 auto;
}
#smartAppBanner .close {
  display: block;
  left: 5px;
  position: absolute;
  top: 5px;
}
#smartAppBanner .icon {
  background-image: url("http://img.fifa.com/images/layout/icons/fifa-icon.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: block;
  height: 57px;
  left: 30px;
  position: absolute;
  top: 10px;
  width: 57px;
}
#smartAppBanner .info {
  font-size: 10px;
  font-weight: bold;
  left: 98px;
  line-height: 14px;
  position: absolute;
  top: 18px;
}
#smartAppBanner .info strong {
  display: block;
  font-size: 16px;
  line-height: 18px;
}
#smartAppBanner .info span {
  display: block;
  font-size: 14px;
}
#smartAppBanner .info em {
  font-style: normal;
  text-transform: uppercase;
}
#smartAppBanner .button {
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 24px;
}
#smartAppBanner.no-icon .icon {
  display: none;
}
#smartAppBanner.no-icon .info {
  left: 34px;
}
/* PAGE HEADER */
.navbar-pageheader {
  background-color: #ffffff;
  border-bottom: 3px solid #bfbfbf;
  /*title*/
}
.navbar-pageheader h1 {
  margin: 0;
  line-height: 34px;
  font-size: 21px;
  font-weight: 500;
  color: #2e2e2e;
  text-transform: uppercase;
}
.navbar-pageheader h1 a {
  font-weight: 500;
  color: #2e2e2e;
}
.navbar-pageheader h1 a:hover,
.navbar-pageheader h1 a:focus {
  text-decoration: none;
}
.navbar-pageheader .container {
  width: 100%;
  padding: 0;
}
.navbar-pageheader .fdh-thumb {
  width: 48px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin: 5px;
}
.navbar-pageheader .fdh-thumb img {
  max-width: 100%;
}
.navbar-pageheader .fdh-flag {
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin: 0 10px;
}
.navbar-pageheader .fdh-flag .flag {
  width: 32px;
}
/* PAGE HEADERS */
.page-brand .sponsor-wrap .sponsor-presentedby {
  color: #ffffff;
  line-height: 40px;
}
.page-brand .sponsor-wrap .sponsor-img {
  margin-top: 2px;
}
.page-brand .header-wrap {
  margin: 0px;
}
.page-brand .header-wrap .title-wrap {
  background-color: #ffffff;
  margin-left: 0px;
  border: 0;
  position: relative;
}
.page-brand.johnsonandjohnson .header-wrap {
  background-color: #f30618;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.johnsonandjohnson .header-wrap .title-wrap .title,
.page-brand.johnsonandjohnson .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.johnsonandjohnson .header-wrap .sponsor-wrap {
  background-color: #f30618;
}
.page-brand.johnsonandjohnson .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.johnsonandjohnson .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/johnsonandjohnson-white.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.budweiser .header-wrap {
  background-color: #000000;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.budweiser .header-wrap .title-wrap .title,
.page-brand.budweiser .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.budweiser .header-wrap .sponsor-wrap {
  background-color: #000000;
}
.page-brand.budweiser .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.budweiser .header-wrap .sponsor-wrap .sponsor-img {
  width: 90px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/bud.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.hyundai .header-wrap {
  background-color: #023e84;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.hyundai .header-wrap .title-wrap .title,
.page-brand.hyundai .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.hyundai .header-wrap .sponsor-wrap {
  background-color: #023e84;
}
.page-brand.hyundai .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.hyundai .header-wrap .sponsor-wrap .sponsor-img {
  width: 200px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/hyundai.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.hublot .header-wrap {
  background-color: #000000;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.hublot .header-wrap .title-wrap .title,
.page-brand.hublot .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.hublot .header-wrap .sponsor-wrap {
  background-color: #000000;
}
.page-brand.hublot .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.hublot .header-wrap .sponsor-wrap .sponsor-img {
  width: 66px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/hublot-logo-w.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.cocacola .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/cocacola-pixel.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.cocacola .header-wrap .title-wrap .title,
.page-brand.cocacola .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.cocacola .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.page-brand.cocacola .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.cocacola .header-wrap .sponsor-wrap .sponsor-img {
  width: 102px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/cocacola-white.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.cocacola.trophytour .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/cocacola-pixel.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.cocacola.trophytour .header-wrap .title-wrap .title,
.page-brand.cocacola.trophytour .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.cocacola.trophytour .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.page-brand.cocacola.trophytour .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.cocacola.trophytour .header-wrap .sponsor-wrap .sponsor-img {
  width: 242px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/trophytour_cocacola.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.adidas .header-wrap {
  background-color: #000000;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.adidas .header-wrap .title-wrap .title,
.page-brand.adidas .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.adidas .header-wrap .sponsor-wrap {
  background-color: #000000;
}
.page-brand.adidas .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.adidas .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/adidas-white.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.emirates .header-wrap {
  background-color: #d12026;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.emirates .header-wrap .title-wrap .title,
.page-brand.emirates .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.emirates .header-wrap .sponsor-wrap {
  background-color: #d12026;
}
.page-brand.emirates .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.emirates .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/emirates-white.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.mcdonalds .header-wrap {
  background-color: #d81e05;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.mcdonalds .header-wrap .title-wrap .title,
.page-brand.mcdonalds .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.mcdonalds .header-wrap .sponsor-wrap {
  background-color: #d81e05;
}
.page-brand.mcdonalds .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.mcdonalds .header-wrap .sponsor-wrap .sponsor-img {
  width: 96px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/mcdonald_onred.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.castrol .header-wrap {
  background-color: #007b32;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.castrol .header-wrap .title-wrap .title,
.page-brand.castrol .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.castrol .header-wrap .sponsor-wrap {
  background-color: #007b32;
}
.page-brand.castrol .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.castrol .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/castrol.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 8px;
}
.page-brand.visa .header-wrap {
  background-color: #023e84;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.visa .header-wrap .title-wrap .title,
.page-brand.visa .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.visa .header-wrap .sponsor-wrap {
  background-color: #023e84;
}
.page-brand.visa .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.visa .header-wrap .sponsor-wrap .sponsor-img {
  width: 114px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/visa-white.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.oi .header-wrap {
  background-color: #7e499b;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.oi .header-wrap .title-wrap .title,
.page-brand.oi .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.oi .header-wrap .sponsor-wrap {
  background-color: #7e499b;
}
.page-brand.oi .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.oi .header-wrap .sponsor-wrap .sponsor-img {
  width: 35px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/oi.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.yingli .header-wrap {
  background-color: #0076c0;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.yingli .header-wrap .title-wrap .title,
.page-brand.yingli .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.yingli .header-wrap .sponsor-wrap {
  background-color: #0076c0;
}
.page-brand.yingli .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.yingli .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/yingli-solar_w.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.sony .header-wrap {
  background-color: #002864;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.sony .header-wrap .title-wrap .title,
.page-brand.sony .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.sony .header-wrap .sponsor-wrap {
  background-color: #002864;
}
.page-brand.sony .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.sony .header-wrap .sponsor-wrap .sponsor-img {
  width: 107px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/sony-white-small.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.kia .header-wrap {
  background-color: #bb162b;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.kia .header-wrap .title-wrap .title,
.page-brand.kia .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.page-brand.kia .header-wrap .sponsor-wrap {
  background-color: #bb162b;
}
.page-brand.kia .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.page-brand.kia .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/kia-white.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.sponsor-main .header-wrap .title-wrap {
  min-height: 40px;
}
.page-brand.sponsor-main .header-wrap .title-wrap h1.title,
.page-brand.sponsor-main .header-wrap .title-wrap h2.title {
  color: #2e2e2e;
  font-size: 21px;
  line-height: 40px;
  padding: 5px 10px;
}
.page-brand.sponsor-main .header-wrap .sponsor-wrap {
  height: 40px;
  padding: 0 10px;
}
.page-brand.sponsor-main .header-wrap .sponsor-wrap .sponsor-presentedby {
  float: left;
  color: #ffffff;
}
.page-brand.sponsor-main .header-wrap .sponsor-wrap .sponsor-img {
  float: right;
}
.page-brand.sponsor-detail .header-wrap .title-wrap {
  color: #ffffff;
  background: none;
  display: inline-block;
}
.page-brand.sponsor-detail .header-wrap .title-wrap .title {
  line-height: 40px;
  border-bottom: 0;
  color: #2e2e2e;
  padding: 0 10px;
}
.page-brand.sponsor-detail .header-wrap .title-wrap .title > a {
  color: #ffffff;
}
.page-brand.sponsor-detail .header-wrap .title-wrap .title > a:hover {
  text-decoration: none;
}
.page-brand.sponsor-detail .header-wrap .sponsor-wrap {
  display: inline-block;
  float: right;
  background: none;
  width: auto;
}
.page-brand.sponsor-detail .header-wrap .sponsor-wrap .sponsor-presentedby {
  display: none !important;
  visibility: hidden !important;
}
.page-brand.sponsor-module:before,
.page-brand.sponsor-module:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-brand.sponsor-module:after {
  clear: both;
}
.page-brand.sponsor-module:before,
.page-brand.sponsor-module:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-brand.sponsor-module:after {
  clear: both;
}
.page-brand.sponsor-module .header-wrap {
  margin: 0;
  padding: 0;
}
.page-brand.sponsor-module .header-wrap .title-wrap {
  float: none;
}
.page-brand.sponsor-module .header-wrap .title-wrap h2.title,
.page-brand.sponsor-module .header-wrap .title-wrap h2.title * {
  color: #2e2e2e;
}
.page-brand.sponsor-module .sponsor-wrap {
  right: 0;
}
.pt .page-brand.castrol .header-wrap {
  background-color: #007b32;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.pt .page-brand.castrol .header-wrap .title-wrap .title,
.pt .page-brand.castrol .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.pt .page-brand.castrol .header-wrap .sponsor-wrap {
  background-color: #007b32;
}
.pt .page-brand.castrol .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.pt .page-brand.castrol .header-wrap .sponsor-wrap .sponsor-img {
  width: 200px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/castrolmagnatec.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ar .page-brand.castrol .header-wrap {
  background-color: #007b32;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.ar .page-brand.castrol .header-wrap .title-wrap .title,
.ar .page-brand.castrol .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.ar .page-brand.castrol .header-wrap .sponsor-wrap {
  background-color: #007b32;
}
.ar .page-brand.castrol .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.ar .page-brand.castrol .header-wrap .sponsor-wrap .sponsor-img {
  width: 166px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/castrolmagnatec-ar.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored .sponsor-wrap {
  height: 40px;
  margin: 0 10px;
}
.sponsored .sponsor-wrap .sponsor-presentedby {
  float: left;
}
.sponsored .sponsor-wrap .sponsor-img {
  float: right;
}
.sponsored.johnsonandjohnson .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.johnsonandjohnson .header-wrap .title-wrap .title,
.sponsored.johnsonandjohnson .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.johnsonandjohnson .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.johnsonandjohnson .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.johnsonandjohnson .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/johnsonandjohnson-red.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored.budweiser .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.budweiser .header-wrap .title-wrap .title,
.sponsored.budweiser .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.budweiser .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.budweiser .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.budweiser .header-wrap .sponsor-wrap .sponsor-img {
  width: 90px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/bud.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored.hyundai .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.hyundai .header-wrap .title-wrap .title,
.sponsored.hyundai .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.hyundai .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.hyundai .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.hyundai .header-wrap .sponsor-wrap .sponsor-img {
  width: 200px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/hyundai_blue.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored.hublot .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.hublot .header-wrap .title-wrap .title,
.sponsored.hublot .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.hublot .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.hublot .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.hublot .header-wrap .sponsor-wrap .sponsor-img {
  width: 66px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/hublot-logo.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored.cocacola .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.cocacola .header-wrap .title-wrap .title,
.sponsored.cocacola .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.cocacola .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.cocacola .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.cocacola .header-wrap .sponsor-wrap .sponsor-img {
  width: 102px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/cocacola-red.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored.adidas .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.adidas .header-wrap .title-wrap .title,
.sponsored.adidas .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.adidas .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.adidas .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.adidas .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/adidas-black.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored.emirates .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.emirates .header-wrap .title-wrap .title,
.sponsored.emirates .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.emirates .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.emirates .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.emirates .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/emirates-red.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored.mcdonalds .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.mcdonalds .header-wrap .title-wrap .title,
.sponsored.mcdonalds .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.mcdonalds .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.mcdonalds .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.mcdonalds .header-wrap .sponsor-wrap .sponsor-img {
  width: 96px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/mcdonald_onwhite.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored.castrol .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.castrol .header-wrap .title-wrap .title,
.sponsored.castrol .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.castrol .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.castrol .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.castrol .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/castrol.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 8px;
}
.sponsored.visa .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.visa .header-wrap .title-wrap .title,
.sponsored.visa .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.visa .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.visa .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.visa .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/visa.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored.oi .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.oi .header-wrap .title-wrap .title,
.sponsored.oi .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.oi .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.oi .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.oi .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/oi.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored.yingli .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.yingli .header-wrap .title-wrap .title,
.sponsored.yingli .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.yingli .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.yingli .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.yingli .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/yingli-solar.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored.sony .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.sony .header-wrap .title-wrap .title,
.sponsored.sony .header-wrap .title-wrap .title a {
  color: #666666;
}
.sponsored.sony .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.sponsored.sony .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.sponsored.sony .header-wrap .sponsor-wrap .sponsor-img {
  width: 107px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/sony-black-small.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sponsored.kia .header-wrap {
  background-color: #bb162b;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.sponsored.kia .header-wrap .title-wrap .title,
.sponsored.kia .header-wrap .title-wrap .title a {
  color: #2e2e2e;
}
.sponsored.kia .header-wrap .sponsor-wrap {
  background-color: #bb162b;
}
.sponsored.kia .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #2e2e2e;
}
.sponsored.kia .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/kia-red.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-brand.sponsor-module.castrol .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.sponsor-module.castrol .header-wrap .title-wrap .title,
.page-brand.sponsor-module.castrol .header-wrap .title-wrap .title a {
  color: #999999;
}
.page-brand.sponsor-module.castrol .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.page-brand.sponsor-module.castrol .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #999999;
}
.page-brand.sponsor-module.castrol .header-wrap .sponsor-wrap .sponsor-img {
  width: 160px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/castrol.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 8px;
}
.page-brand.sponsor-module.sony .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.page-brand.sponsor-module.sony .header-wrap .title-wrap .title,
.page-brand.sponsor-module.sony .header-wrap .title-wrap .title a {
  color: #666666;
}
.page-brand.sponsor-module.sony .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.page-brand.sponsor-module.sony .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.page-brand.sponsor-module.sony .header-wrap .sponsor-wrap .sponsor-img {
  width: 107px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/sony-black-small.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.pt .sponsored.castrol .header-wrap,
.pt .page-brand.sponsor-module.castrol .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.pt .sponsored.castrol .header-wrap .title-wrap .title,
.pt .page-brand.sponsor-module.castrol .header-wrap .title-wrap .title,
.pt .sponsored.castrol .header-wrap .title-wrap .title a,
.pt .page-brand.sponsor-module.castrol .header-wrap .title-wrap .title a {
  color: #666666;
}
.pt .sponsored.castrol .header-wrap .sponsor-wrap,
.pt .page-brand.sponsor-module.castrol .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.pt .sponsored.castrol .header-wrap .sponsor-wrap .sponsor-presentedby,
.pt .page-brand.sponsor-module.castrol .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.pt .sponsored.castrol .header-wrap .sponsor-wrap .sponsor-img,
.pt .page-brand.sponsor-module.castrol .header-wrap .sponsor-wrap .sponsor-img {
  width: 200px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/castrolmagnatec.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ar .sponsored.castrol .header-wrap,
.ar .page-brand.sponsor-module.castrol .header-wrap {
  background-color: transparent;
  background-image: url("http://img.fifa.com/images/layout/sponsors/void.png?v=130589822680575454");
  background-color: trasparent;
  background-repeat: repeat;
  background-position: 0 0;
}
.ar .sponsored.castrol .header-wrap .title-wrap .title,
.ar .page-brand.sponsor-module.castrol .header-wrap .title-wrap .title,
.ar .sponsored.castrol .header-wrap .title-wrap .title a,
.ar .page-brand.sponsor-module.castrol .header-wrap .title-wrap .title a {
  color: #666666;
}
.ar .sponsored.castrol .header-wrap .sponsor-wrap,
.ar .page-brand.sponsor-module.castrol .header-wrap .sponsor-wrap {
  background-color: transparent;
}
.ar .sponsored.castrol .header-wrap .sponsor-wrap .sponsor-presentedby,
.ar .page-brand.sponsor-module.castrol .header-wrap .sponsor-wrap .sponsor-presentedby {
  color: #666666;
}
.ar .sponsored.castrol .header-wrap .sponsor-wrap .sponsor-img,
.ar .page-brand.sponsor-module.castrol .header-wrap .sponsor-wrap .sponsor-img {
  width: 166px;
  background-image: url("http://img.fifa.com/images/layout/sponsors/castrolmagnatec-ar.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ar .lb-post.lb-sponsor-budweiser .sponsor-wrap,
.ar .lb-post.lb-sponsor-budweiser .sponsor-wrap {
  display: none !important;
  visibility: hidden !important;
}
.ar .lb-post.lb-sponsor-budweiser {
  border-bottom: 1px solid #e5e5e5 !important;
}
.pt .lb-post.lb-sponsor-castrol .sponsor-wrap .sponsor-img,
.ar .lb-post.lb-sponsor-castrol .sponsor-wrap .sponsor-img,
.pt .lb-post.lb-sponsor-castrol .sponsor-wrap .sponsor-img,
.ar .lb-post.lb-sponsor-castrol .sponsor-wrap .sponsor-img {
  width: 200px!important;
  background-image: url("http://img.fifa.com/images/layout/sponsors/castrolmagnatec.png?v=130589822680575454") !important;
}
.col-xs-12 .widget h4 {
  color: #999999;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1px;
}
.col-xs-12 .widget .facebook {
  width: 316px;
  height: 400px;
}
.mdl-overlay {
  z-index: 1040;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF, endColorstr=#66FFFFFF)";
  background: rgba(255, 255, 255, 0.4);
}
.mdl-overlay .mdl-cnfrm {
  margin: 40px auto;
  width: 50%;
  background: white;
  border: 1px solid #999999;
  padding: 10px 20px;
}
.mdl-overlay .mdl-cnfrm .mdl-header {
  font-weight: bold;
}
.mdl-overlay .mdl-cnfrm .mdl-body {
  margin: 10px 0;
}
.mdl-overlay .mdl-cnfrm button {
  display: block;
  background: #f2f2f2;
  color: #0087e6;
  border: none;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
}
.mdl-overlay .mdl-cnfrm button.cancel {
  background: none;
}
.mdl-overlay .mdl-ppp {
  position: absolute;
  left: 50%;
  margin-left: -410px;
  display: block;
  padding-top: 10px;
  padding-left: 20px;
  background: #ffffff;
  border: 1px solid #999999;
  top: 50%;
  margin-top: -250px;
}
.mdl-overlay .mdl-ppp .mdl-ppp-header,
.mdl-overlay .mdl-ppp .mdl-ppp-body {
  padding-bottom: 10px;
  padding-right: 20px;
  width: 820px;
}
.mdl-overlay .mdl-ppp .mdl-ppp-header {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999999;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
.mdl-overlay .mdl-ppp button.close {
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  border: 0;
  color: #0087e6;
  background: white;
  cursor: pointer;
}
.mdl-overlay .mdl-ppp button.close:after,
.mdl-overlay .mdl-ppp button.close > .after {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  right: 12px;
  content: "\D7";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\D7');
  color: inherit;
}
.mdl-overlay .mdl-ppp button.close:hover {
  background: #0087e6;
  color: white;
}
/* Section header */
.contextual-navigation {
  margin: 20px 0;
  padding: 0 13px;
}
.contextual-navigation h4 {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.contextual-navigation .item-list {
  list-style: none;
}
.contextual-navigation .item-list .item {
  height: 35px;
  border-bottom: solid 1px #e5e5e5;
}
.contextual-navigation .item-list .item a {
  width: 100%;
  position: relative;
  display: block;
}
.contextual-navigation .item-list .item a .text {
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  line-height: 1.3;
  width: 100%;
  padding-right: 10px;
}
.contextual-navigation .item-list .item a .text:after,
.contextual-navigation .item-list .item a .text > .after {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  right: 0;
  content: "\3E";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\3E');
  color: inherit;
}
.contextual-navigation .item-list .item a:hover {
  background: #f2f2f2;
}
.contextual-navigation .item-list .item.current a {
  color: #666666;
}
.contextual-navigation .item-list .item.current a .text:after,
.contextual-navigation .item-list .item.current a .text > .after {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  right: 0;
  content: "";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '');
  color: inherit;
}
.contextual-navigation .item-list .item.current a:hover {
  background: none;
}
.team-map .map-item {
  position: absolute;
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: block;
  min-height: 24px;
}
.team-map .map-item:visited,
.team-map .map-item:active {
  color: #666666;
}
.team-map .map-item .map-item-webname {
  display: none;
  font-weight: bold;
  background-color: #ffffff;
  border: solid 1px;
  border-color: #ffffff;
  border-radius: 10px;
  padding: 0 5px;
  color: #0087e6;
}
.team-map .map-item .map-item-countrycode {
  line-height: 22px;
}
.team-map .map-item .map-item-icon {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/mapElements.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -12px -351px;
  display: block;
  float: left;
  height: 17px;
  width: 14px;
}
.team-map .map-item:hover .map-item-countrycode {
  display: none;
}
.team-map .map-item:hover .map-item-webname {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.venues-map .map-item {
  position: absolute;
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: block;
  min-height: 24px;
  /*&:hover{
			.map-item-countrycode {
				display: none;
			}

			.map-item-webname {
				.inline-block();
			}
		}*/
}
.venues-map .map-item:visited,
.venues-map .map-item:active {
  color: #666666;
}
.venues-map .map-item .map-item-webname {
  display: none;
  font-weight: bold;
  background-color: #ffffff;
  border: solid 1px;
  border-color: #ffffff;
  border-radius: 10px;
  padding: 0 5px;
  color: #0087e6;
}
.venues-map .map-item .map-item-countrycode:hover {
  font-weight: bold;
  background-color: #ffffff;
  border: solid 1px;
  border-color: #ffffff;
  border-radius: 10px;
  padding: 0 5px;
  color: #0087e6;
}
.venues-map .map-item .map-item-icon {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/mapElements.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -12px -351px;
  display: block;
  float: left;
  height: 17px;
  width: 14px;
}
.venues-map .map-item:visited .map-item-webname,
.venues-map .map-item:active .map-item-webname,
.venues-map .map-item:link .map-item-webname {
  display: none;
}
.venues-map .map-item:visited .map-item-countrycode,
.venues-map .map-item:active .map-item-countrycode,
.venues-map .map-item:link .map-item-countrycode {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.venues-map .map-item.current {
  line-height: 26px;
  z-index: 2;
  /*a {
				background-color: @brand-primary-inverse;
			}*/
}
.venues-map .map-item.current .map-item-webname,
.venues-map .map-item.current:visited .map-item-webname,
.venues-map .map-item.current:active .map-item-webname,
.venues-map .map-item.current:link .map-item-webname {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.venues-map .map-item.current .map-item-countrycode,
.venues-map .map-item.current:visited .map-item-countrycode,
.venues-map .map-item.current:active .map-item-countrycode,
.venues-map .map-item.current:link .map-item-countrycode {
  display: none;
}
.venues-map .map-item.current .map-item-icon {
  background-position: 0px -372px;
  width: 33px;
  height: 33px;
}
.header-sharebtn {
  z-index: 2;
}
.header-sharebtn .share-toolbar {
  margin-top: 35px;
  height: 41px;
  border-bottom: 1px solid #999999;
  padding-top: 10px;
  background-color: #ffffff;
}
.header-sharebtn .share-toolbar .share-toolbar-wrap {
  margin: 0 auto;
  height: 26px;
}
.header-sharebtn .share-toolbar li {
  display: inline;
  float: left;
  margin: 0 5px;
}
.header-sharebtn .share-toolbar li.facebook-share {
  margin-top: -10px;
  padding-bottom: 10px;
  width: 60px;
}
.header-sharebtn .share-toolbar li.twitter-share {
  width: 60px;
}
.header-sharebtn .share-toolbar li.google-share {
  width: 32px;
}
.header-sharebtn .share-toolbar li.mail-share {
  width: 30px;
  height: 30px;
  margin-top: -5px;
}
.header-sharebtn .share-toolbar li.mail-share a {
  color: #666666;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  *zoom: expression(runtimeStyle.zoom = 1, insertBefore(document.createElement('small'), firstChild).className='before');
}
.header-sharebtn .share-toolbar li.mail-share a:before,
.header-sharebtn .share-toolbar li.mail-share a > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  left: 4px;
  content: "\e600";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e600');
  color: inherit;
}
.header-sharebtn .share-toolbar li.mail-share a:hover {
  color: #0087e6;
  border: 0;
}
.your11Share {
  margin: 0 10px;
}
.your11Share .your11Share-cnt {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.your11Share .your11Share-cnt .fbbtn,
.your11Share .your11Share-cnt .twbtn,
.your11Share .your11Share-cnt .gpbtn {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 24px;
  height: 24px;
  background-image: url("http://img.fifa.com/images/layout//icons/social-icons24.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: transparent;
  overflow: hidden;
  margin: 0 5px;
}
.your11Share .your11Share-cnt .fbbtn a,
.your11Share .your11Share-cnt .twbtn a,
.your11Share .your11Share-cnt .gpbtn a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 24px;
  height: 24px;
  color: transparent;
}
.your11Share .your11Share-cnt .fbbtn {
  background-position: -60px -30px;
}
.your11Share .your11Share-cnt .twbtn {
  background-position: -60px 1px;
}
.your11Share .your11Share-cnt .gpbtn {
  background-position: -60px -90px;
}
.game-share {
  margin: 10px;
}
.game-share .game-share-cnt {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.game-share .game-share-cnt .fbbtn,
.game-share .game-share-cnt .twbtn,
.game-share .game-share-cnt .gpbtn {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 24px;
  height: 24px;
  background-image: url("http://img.fifa.com/images/layout//icons/social-icons24.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: transparent;
  overflow: hidden;
  margin: 0 5px;
}
.game-share .game-share-cnt .fbbtn a,
.game-share .game-share-cnt .twbtn a,
.game-share .game-share-cnt .gpbtn a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 24px;
  height: 24px;
  color: transparent;
}
.game-share .game-share-cnt .fbbtn {
  background-position: -60px -30px;
}
.game-share .game-share-cnt .twbtn {
  background-position: -60px 1px;
}
.game-share .game-share-cnt .gpbtn {
  background-position: -60px -90px;
}
.commentmanager {
  padding: 10px;
}
.commentmanager #siteh-button-fb-login {
  background-color: transparent;
  color: #0087e6;
}
.commentmanager #siteh-button-fb-login:hover {
  background-color: #3b5999;
  color: white;
}
.commentmanager #siteh-button-fb-login img {
  margin-right: 4px;
}
.commentmanager .morecomments .btn-more {
  display: block;
}
.commentmanager .mainReplyForm,
.commentmanager .replyForm {
  background-color: #f2f2f2;
  min-height: 160px;
  padding: 10px;
  position: relative;
}
.commentmanager .mainReplyForm .replywrapper,
.commentmanager .replyForm .replywrapper {
  min-height: 140px;
}
.commentmanager .mainReplyForm .addAnotherWrapper,
.commentmanager .replyForm .addAnotherWrapper {
  min-height: 30px;
}
.commentmanager .mainReplyForm .avatarComment,
.commentmanager .replyForm .avatarComment {
  float: left;
}
.commentmanager .mainReplyForm .avatarComment a img,
.commentmanager .replyForm .avatarComment a img {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/avatar80.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 50px;
  height: 50px;
}
.commentmanager .mainReplyForm .replyTextWrap,
.commentmanager .replyForm .replyTextWrap {
  margin-left: 60px;
  margin-bottom: 20px;
  min-height: 90px;
}
.commentmanager .mainReplyForm .replyTextWrap .dateComment,
.commentmanager .replyForm .replyTextWrap .dateComment {
  text-align: right;
  color: #999999;
  font-size: 11px;
}
.commentmanager .mainReplyForm .commentWarn,
.commentmanager .replyForm .commentWarn {
  background-color: #63b03c;
  color: white;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.commentmanager .mainReplyForm .usercountertop,
.commentmanager .replyForm .usercountertop {
  margin-left: 60px;
  height: 30px;
}
.commentmanager .mainReplyForm .usercountertop .visitorname,
.commentmanager .replyForm .usercountertop .visitorname {
  color: #2e2e2e;
  font-weight: bold;
  float: left;
}
.commentmanager .mainReplyForm .usercountertop .c_countWords,
.commentmanager .replyForm .usercountertop .c_countWords {
  float: right;
}
.commentmanager .mainReplyForm .usercountertop .c_countWords .c_count_label,
.commentmanager .replyForm .usercountertop .c_countWords .c_count_label {
  margin-right: 5px;
}
.commentmanager .mainReplyForm .emailForm,
.commentmanager .replyForm .emailForm {
  position: absolute;
  height: 80px;
  left: 70px;
  right: 10px;
}
.commentmanager .mainReplyForm .emailForm .commentsIC .txtAreaComment,
.commentmanager .replyForm .emailForm .commentsIC .txtAreaComment {
  width: 100%;
  border: none;
  height: 80px;
}
.commentmanager .mainReplyForm #btn_sendComment,
.commentmanager .replyForm #btn_sendComment,
.commentmanager .mainReplyForm .btn_doReply,
.commentmanager .replyForm .btn_doReply {
  float: right;
  cursor: pointer;
  display: block;
  color: #0087e6;
  padding: 10px;
  position: relative;
  margin-right: -10px;
}
.commentmanager .mainReplyForm #btn_sendComment:hover,
.commentmanager .replyForm #btn_sendComment:hover,
.commentmanager .mainReplyForm .btn_doReply:hover,
.commentmanager .replyForm .btn_doReply:hover {
  background-color: #0087e6;
  color: #ffffff;
}
.commentmanager .mainReplyForm #btn_sendComment:hover:before,
.commentmanager .replyForm #btn_sendComment:hover:before,
.commentmanager .mainReplyForm .btn_doReply:hover:before,
.commentmanager .replyForm .btn_doReply:hover:before,
.commentmanager .mainReplyForm #btn_sendComment:hover > .before,
.commentmanager .replyForm #btn_sendComment:hover > .before,
.commentmanager .mainReplyForm .btn_doReply:hover > .before,
.commentmanager .replyForm .btn_doReply:hover > .before {
  border-color: #0087e6 transparent \9;
  border-color: #0087e6 rgba(0, 135, 230, 0);
  border-style: solid;
  border-width: 0 0 40px 18px;
  position: absolute;
  left: -18px;
  top: 0;
  width: 0;
  content: "";
}
.commentmanager .mainLoginControl {
  background-color: #f2f2f2;
  line-height: 30px;
  min-height: 90px;
  padding: 0px;
}
.commentmanager .mainLoginControl .loginToAddComment {
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  margin: 0 -10px;
  padding: 10px;
  text-align: center;
  background-color: white;
  border-top: 1px solid #f2f2f2;
}
.commentmanager .mainLoginControl .loginfifaButton {
  height: 40px;
  line-height: 40px;
  margin: 0 -10px;
  text-align: center;
  border-top: 1px solid #f2f2f2;
  background-color: #f2f2f2;
}
.commentmanager .mainLoginControl .loginfifaButton a {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
.commentmanager .mainLoginControl .loginfifaButton a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #0087e6;
}
.commentmanager .mainLoginControl .facebookButton {
  height: 40px;
  line-height: 40px;
  margin: 0 -10px;
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #f2f2f2;
  background-color: #f2f2f2;
}
.commentmanager .mainLoginControl .facebookButton .btn.btn-primary {
  background-color: #3B5999;
  border: none;
  padding: 4px 6px 4px 4px;
  height: 40px;
  width: 100%;
}
.commentmanager .mainLoginControl .facebookButton .btn.btn-primary .img {
  margin-right: 5px;
}
.commentmanager .mainLoginControl .facebookButton .btn.btn-primary:hover {
  background-color: #476fb3;
}
.commentmanager .c_comments_cnt .comment.parentcomment {
  margin-left: 0;
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}
.commentmanager .c_comments_cnt .comment.parentcomment .avatarComment {
  float: left;
}
.commentmanager .c_comments_cnt .comment.parentcomment .avatarComment img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/avatar80.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.commentmanager .c_comments_cnt .comment.parentcomment .commentTextWrap {
  margin-left: 60px;
  margin-right: 10px;
  margin-bottom: 20px;
  min-height: 80px;
}
.commentmanager .c_comments_cnt .comment.parentcomment .commentTextWrap .dateComment {
  text-align: right;
  color: #999999;
  font-size: 11px;
}
.commentmanager .c_comments_cnt .comment.parentcomment .commentTextWrap .nickname {
  font-weight: bold;
  color: #2e2e2e;
  font-size: 13px;
}
.commentmanager .c_comments_cnt .comment.parentcomment .commentTextWrap .usercomment {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 25px;
}
.commentmanager .c_comments_cnt .comment.parentcomment .commentTextWrap .c_repliesControl .btn_doReply {
  float: right;
  color: #0087e6;
  cursor: pointer;
  display: block;
  padding: 10px;
  position: relative;
  margin-right: -10px;
}
.commentmanager .c_comments_cnt .comment.parentcomment .commentTextWrap .c_repliesControl .btn_doReply:hover {
  background-color: #0087e6;
  color: #ffffff;
}
.commentmanager .c_comments_cnt .comment.parentcomment .commentTextWrap .c_repliesControl .btn_doReply:hover:before,
.commentmanager .c_comments_cnt .comment.parentcomment .commentTextWrap .c_repliesControl .btn_doReply:hover > .before {
  border-color: #0087e6 transparent \9;
  border-color: #0087e6 rgba(0, 135, 230, 0);
  border-style: solid;
  border-width: 0 0 40px 18px;
  position: absolute;
  left: -18px;
  top: 0;
  width: 0;
  content: "";
}
.commentmanager .c_comments_cnt .comment.parentcomment .commentTextWrap .c_repliesControl .c_olderReplies {
  display: block;
  width: 100%;
  clear: both;
  padding: 10px;
  background-color: #f2f2f2;
  height: 40px;
  color: #0087e6;
  cursor: pointer;
}
.commentmanager .c_comments_cnt .comment.parentcomment .commentTextWrap .c_repliesControl .c_olderReplies:hover {
  color: #ffffff;
  background-color: #0087e6;
}
.commentmanager .c_comments_cnt .comment.parentcomment .c_replies {
  clear: both;
}
.commentmanager .c_comments_cnt .comment.parentcomment .c_replies .childWrapper {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 10px;
}
.commentmanager .c_comments_cnt .comment.parentcomment .c_replies .childWrapper .replycomment .avatarComment {
  float: left;
}
.commentmanager .c_comments_cnt .comment.parentcomment .c_replies .childWrapper .replycomment .avatarComment img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/avatar80.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.commentmanager .c_comments_cnt .comment.parentcomment .c_replies .childWrapper .replycomment .replyTextWrap {
  margin-left: 60px;
  min-height: 80px;
}
.commentmanager .c_comments_cnt .comment.parentcomment .c_replies .childWrapper .replycomment .replyTextWrap .dateComment {
  text-align: right;
  color: #999999;
  font-size: 11px;
}
.commentmanager .c_comments_cnt .comment.parentcomment .c_replies .childWrapper .replycomment .replyTextWrap .nickname {
  font-weight: bold;
  color: #2e2e2e;
  font-size: 13px;
}
.commentmanager .c_comments_cnt .comment.parentcomment .c_replies .childWrapper .replycomment .replyTextWrap .usercomment {
  margin-top: 10px;
}
.commentmanager .c_noCommentsMsg {
  text-align: center;
  padding: 10px;
}
.inline-col6.haveyoursay .dcm-title {
  height: auto;
}
.inline-col6.haveyoursay .dcm-haveyoursay-comments label {
  font-weight: bold;
  float: left;
  margin-right: 5px;
}
.inline-col6.haveyoursay .comment-count {
  clear: both;
  padding-top: 13px;
}
.inline-col6.haveyoursay .comment-count label {
  margin-bottom: 5px;
}
.inline-col6.haveyoursay .comment-count .counters {
  float: left;
}
.inline-col6.haveyoursay .comment-count .counters .counter {
  background-image: url("http://img.fifa.com/images/layout/icons/counters.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 22px;
  width: 17px;
  display: inline-block;
  /* please mantain left ( is referred to figits so the float shoud stay as left ) */
  float: left;
  margin-right: 2px;
}
.inline-col6.haveyoursay .comment-count .counters .counter.count-1 {
  background-position: 0px -32px;
}
.inline-col6.haveyoursay .comment-count .counters .counter.count-2 {
  background-position: 0px -64px;
}
.inline-col6.haveyoursay .comment-count .counters .counter.count-3 {
  background-position: 0px -96px;
}
.inline-col6.haveyoursay .comment-count .counters .counter.count-4 {
  background-position: 0px -128px;
}
.inline-col6.haveyoursay .comment-count .counters .counter.count-5 {
  background-position: 0px -160px;
}
.inline-col6.haveyoursay .comment-count .counters .counter.count-6 {
  background-position: 0px -192px;
}
.inline-col6.haveyoursay .comment-count .counters .counter.count-7 {
  background-position: 0px -224px;
}
.inline-col6.haveyoursay .comment-count .counters .counter.count-8 {
  background-position: 0px -256px;
}
.inline-col6.haveyoursay .comment-count .counters .counter.count-9 {
  background-position: 0px -288px;
}
.c_comments_cnt.latestcomments .avatarComment {
  float: left;
  margin-right: 20px;
}
.c_comments_cnt.latestcomments .avatarComment a img {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/avatar80.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 80px;
  height: 80px;
}
.home-sponsors-wrapper,
.partners-sponsors-wrapper {
  position: relative;
  text-align: center;
}
.home-sponsors-wrapper .sponsors-section h4,
.partners-sponsors-wrapper .sponsors-section h4 {
  margin: 0;
}
.home-sponsors-wrapper .sponsors-section .sponsors-list.sponsors-big li,
.partners-sponsors-wrapper .sponsors-section .sponsors-list.sponsors-big li {
  width: 100%;
}
.home-sponsors-wrapper .sponsors-section .sponsors-list li,
.partners-sponsors-wrapper .sponsors-section .sponsors-list li {
  margin: 20px 0;
}
.home-sponsors-wrapper .sponsors-section .sponsors-list li a,
.partners-sponsors-wrapper .sponsors-section .sponsors-list li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  margin: 0;
}
.home-sponsors-wrapper .sponsors-section .sponsors-list li a:hover,
.partners-sponsors-wrapper .sponsors-section .sponsors-list li a:hover {
  background: none;
}
.home-sponsors-wrapper .sponsors-section .sponsors-list li a .sponsorMedium,
.partners-sponsors-wrapper .sponsors-section .sponsors-list li a .sponsorMedium {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.home-sponsors-wrapper .sponsors-section .sponsors-list li a .sponsorTag,
.partners-sponsors-wrapper .sponsors-section .sponsors-list li a .sponsorTag {
  display: block;
}
.home-sponsors-wrapper .presentingPartners .sponsorSmall {
  width: 200px;
  height: 40px;
}
.home-sponsors-wrapper .fifaPartners .sponsorMedium,
.home-sponsors-wrapper .fifaPartners .sponsorSmall {
  width: 160px;
  height: 32px;
}
.home-sponsors-wrapper .mediaSupporter .sponsorSmall,
.home-sponsors-wrapper .nationalSupporters .sponsorSmall,
.home-sponsors-wrapper .nationalSupportersWithoutURL .sponsorSmall {
  width: 112px;
  height: 22px;
}
.partners-sponsors-wrapper .presentingPartners .sponsorSmall {
  width: 200px;
  height: 40px;
}
.partners-sponsors-wrapper .presentingPartners .sponsorMedium {
  width: 200px;
  height: 40px;
}
.partners-sponsors-wrapper .fifaPartners .sponsorMedium {
  width: 160px;
  height: 32px;
}
.partners-sponsors-wrapper .worldCupSponsor .sponsorMedium {
  width: 136px;
  height: 54px;
}
.partners-sponsors-wrapper .mediaSupporter .sponsorMedium,
.partners-sponsors-wrapper .nationalSupporters .sponsorMedium,
.partners-sponsors-wrapper .nationalSupportersWithoutURL .sponsorMedium {
  width: 112px;
  height: 24px;
}
.partners-sponsors-wrapper .nationalSupporters li.left,
.partners-sponsors-wrapper .nationalSupportersWithoutURL li.left,
.partners-sponsors-wrapper .nationalSupporters li.right,
.partners-sponsors-wrapper .nationalSupportersWithoutURL li.right {
  float: none;
}
.sponsorMedium,
.sponsorSmall {
  display: block;
  background-image: url("http://img.fifa.com/images/layout/sponsors/presenting_fifa_partners.gif?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
/*.sponsorSmall {
    width: 101px;
    height: 20px;

    &.adidas {
        background-position: @small-position-x -232px;
    }

    &.cocacola {
        background-position: @small-position-x -274px;
    }


    &.emirates {
        background-position: @small-position-x -316px;
    }

    &.sony {
        background-position: @small-position-x -358px;
    }

    &.hyundaikia {
        background-position: @small-position-x -484px;
    }

    &.visa {
        background-position: @small-position-x -400px;
    }
}*/
.sponsorMedium.toyota,
.sponsorSmall.toyota {
  background-position: 0 -50px;
}
.sponsorMedium.adidas,
.sponsorSmall.adidas {
  background-position: 0 -220px;
}
.sponsorMedium.cocacola,
.sponsorSmall.cocacola {
  background-position: 0 -262px;
}
.sponsorMedium.emirates,
.sponsorSmall.emirates {
  background-position: 0 -304px;
}
.sponsorMedium.sony,
.sponsorSmall.sony {
  background-position: 0 -346px;
}
.sponsorMedium.hyundai,
.sponsorSmall.hyundai {
  background-position: 0 -430px;
}
.sponsorMedium.hyundaikia,
.sponsorSmall.hyundaikia {
  background-position: 0 -472px;
}
.sponsorMedium.visa,
.sponsorSmall.visa {
  background-position: 0 -388px;
}
.sponsorMedium.kia,
.sponsorSmall.kia {
  background-position: 0 -514px;
}
.home-sponsors-wrapper .nationalSupporters .sponsorSmall.fifa,
.partners-sponsors-wrapper .nationalSupporters .sponsorSmall.fifa,
.home-sponsors-wrapper .nationalSupporters .sponsorMedium.fifa,
.partners-sponsors-wrapper .nationalSupporters .sponsorMedium.fifa {
  background-position: 0 -554px;
  height: 18px;
  width: 89px;
  margin-top: 2px;
}
.home-sponsors-wrapper .nationalSupporters .sponsorSmall.lyg,
.partners-sponsors-wrapper .nationalSupporters .sponsorSmall.lyg,
.home-sponsors-wrapper .nationalSupporters .sponsorMedium.lyg,
.partners-sponsors-wrapper .nationalSupporters .sponsorMedium.lyg {
  background-position: 0 -666px;
  height: 18px;
  width: 89px;
  margin-top: 2px;
}
.home-sponsors-wrapper .nationalSupporters .sponsorSmall.twentyCentres,
.partners-sponsors-wrapper .nationalSupporters .sponsorSmall.twentyCentres {
  background-position: -108px -581px;
}
.home-sponsors-wrapper .nationalSupporters .sponsorMedium.twentyCentres,
.partners-sponsors-wrapper .nationalSupporters .sponsorMedium.twentyCentres {
  background-position: 0 -577px;
}
.home-sponsors-wrapper .nationalSupporters .sponsorSmall.ffh,
.partners-sponsors-wrapper .nationalSupporters .sponsorSmall.ffh,
.home-sponsors-wrapper .nationalSupporters .sponsorMedium.ffh,
.partners-sponsors-wrapper .nationalSupporters .sponsorMedium.ffh {
  background-position: 0 -600px;
  height: 18px;
  width: 89px;
  margin-top: 2px;
}
.home-sponsors-wrapper .nationalSupporters .sponsorSmall.gfp,
.partners-sponsors-wrapper .nationalSupporters .sponsorSmall.gfp {
  background-position: -108px -626px;
}
.home-sponsors-wrapper .nationalSupporters .sponsorMedium.gfp,
.partners-sponsors-wrapper .nationalSupporters .sponsorMedium.gfp {
  background-position: 0 -622px;
}
.link-external .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap a:after {
  content: "\e614";
}
.cnt-promo .qlink-wrap {
  height: 30px;
  margin: 0!important;
  right: 0;
  position: absolute;
  bottom: 0;
}
.cnt-promo .qlink-wrap .qlink-list .qlink-link {
  position: relative;
}
.cnt-promo .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap {
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 20px;
}
.cnt-promo .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:before {
  border-color: #ffffff transparent \9;
  border-color: #ffffff rgba(255, 255, 255, 0);
}
.cnt-promo .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span {
  display: inline-block;
  position: relative;
  line-height: 36px;
}
.cnt-promo .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span:after,
.cnt-promo .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span > .after {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  right: -20px;
  content: "\3E";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\3E');
  color: inherit;
}
.cnt-promo > a {
  display: block;
  position: relative;
}
.cnt-promo.promo-external .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span:after {
  content: "\e614";
}
.cnt-promo.nomoretag .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap {
  padding: 0;
  max-width: 38px;
  min-width: 38px;
  height: 30px;
}
.cnt-promo.nomoretag .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap .item {
  width: 16px;
  height: 30px;
}
.cnt-promo.nomoretag .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap .item:after {
  right: 0;
  left: 0;
}
.kobc-anchor-promo:before,
.hys-anchor-promo:before,
.motm-promo:before,
.livestat-promo:before,
.kobc-anchor-promo:after,
.hys-anchor-promo:after,
.motm-promo:after,
.livestat-promo:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.kobc-anchor-promo:after,
.hys-anchor-promo:after,
.motm-promo:after,
.livestat-promo:after {
  clear: both;
}
.kobc-anchor-promo:before,
.hys-anchor-promo:before,
.motm-promo:before,
.livestat-promo:before,
.kobc-anchor-promo:after,
.hys-anchor-promo:after,
.motm-promo:after,
.livestat-promo:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.kobc-anchor-promo:after,
.hys-anchor-promo:after,
.motm-promo:after,
.livestat-promo:after {
  clear: both;
}
.kobc-anchor-promo > a:hover,
.hys-anchor-promo > a:hover,
.motm-promo > a:hover,
.livestat-promo > a:hover {
  background-color: #ffffff;
}
.kobc-anchor-promo > a .qlink-wrap,
.hys-anchor-promo > a .qlink-wrap,
.motm-promo > a .qlink-wrap,
.livestat-promo > a .qlink-wrap {
  background-color: #ebebeb;
  text-transform: uppercase;
}
.kobc-anchor-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap,
.hys-anchor-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap,
.motm-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap,
.livestat-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap {
  background-color: #ebebeb;
}
.kobc-anchor-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span,
.hys-anchor-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span,
.motm-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span,
.livestat-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span {
  display: table-cell;
  height: 36px;
  width: auto;
  vertical-align: middle;
  text-align: right;
  line-height: 1.2;
  position: static;
}
.kobc-anchor-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:before,
.hys-anchor-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:before,
.motm-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:before,
.livestat-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:before {
  border-color: #ebebeb;
}
.kobc-anchor-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span:after,
.hys-anchor-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span:after,
.motm-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span:after,
.livestat-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span:after {
  right: inherit;
  margin-top: -9px;
}
.kobc-anchor-promo.cnt-promo > a:hover,
.hys-anchor-promo.cnt-promo > a:hover,
.motm-promo.cnt-promo > a:hover,
.livestat-promo.cnt-promo > a:hover {
  background-color: #ffffff;
}
.kobc-anchor-promo.cnt-promo > a:hover .promo-img,
.hys-anchor-promo.cnt-promo > a:hover .promo-img,
.motm-promo.cnt-promo > a:hover .promo-img,
.livestat-promo.cnt-promo > a:hover .promo-img {
  background-color: transparent;
}
.kobc-anchor-promo.cnt-promo > a:hover .promo-img > img,
.hys-anchor-promo.cnt-promo > a:hover .promo-img > img,
.motm-promo.cnt-promo > a:hover .promo-img > img,
.livestat-promo.cnt-promo > a:hover .promo-img > img {
  opacity: 1;
  -ms-filter: initial;
}
.hys-anchor-promo > a {
  padding-top: 80px;
}
.hys-anchor-promo > a .promo-img {
  width: 70px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 2;
  padding-left: 10px;
}
.hys-anchor-promo > a .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap span:after {
  content: "\e617";
}
.kobc-anchor-promo > a {
  padding-top: 80px;
}
.kobc-anchor-promo > a .promo-img {
  width: 70px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 2;
  padding-left: 10px;
}
.motm-promo > a {
  padding-top: 80px;
}
.motm-promo > a .promo-img {
  width: 316px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
}
.livestat-promo > a .promo-img {
  width: 316px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
}
.dcm-qlink {
  padding: 0 !important;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap {
  background-color: #f2f2f2;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap a {
  color: #0087e6;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap a span {
  position: relative;
  padding-right: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap a span:after,
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap a span > .after {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  right: 0;
  content: "\3E";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\3E');
  color: inherit;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap a span:after {
  font-size: 12px;
  margin-top: -6px;
}
.qlink-wrap.inline-3item .qlink-link {
  float: left;
  width: 34%;
  border-left: 1px solid #ffffff;
}
.qlink-wrap.inline-3item li + li {
  width: 33%;
}
.cnt-promo {
  /*height: 100px;*/
  position: relative;
  width: 316px;
  margin: 20px auto;
}
.cnt-promo .qlink-wrap {
  width: 100%;
}
.cnt-promo.nomoretag .qlink-wrap {
  width: auto;
}
.cnt-promo.nomoretag .qlink-wrap .qlink-link .qlink-link-wrap {
  border: none;
}
.cnt-promo.nomoretag .qlink-wrap .qlink-link .qlink-link-wrap:before {
  border-style: solid;
  border-bottom-width: 30px;
  border-top-width: 0;
  border-left: 14px solid transparent;
  position: absolute;
  left: -14px;
  top: 0;
  width: 0;
  content: "";
}
.mobile-teaser-awards .teaser-lnd-4 .dcm-summarysection {
  min-height: 180px;
  margin-left: 90px;
}
.mobile-teaser-awards .cnt-promo {
  width: auto;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.simplelist .qlink-title {
  font-size: 19px;
  line-height: 24px;
  color: #474747;
}
.simplelist .qlink-list {
  padding-top: 10px;
}
.simplelist .qlink-list .qlink-link {
  display: inline-table;
  padding-right: 20px;
}
.qlink-link-single {
  padding: 5px 10px;
}
.cnt-promo.kobc-anchor-promo,
.cnt-promo.hys-anchor-promo,
.cnt-promo.motm-promo,
.cnt-promo.livestat-promo {
  width: 100%;
}
.cnt-promo.kobc-anchor-promo > a .promo-img,
.cnt-promo.hys-anchor-promo > a .promo-img,
.cnt-promo.motm-promo > a .promo-img,
.cnt-promo.livestat-promo > a .promo-img {
  left: 50%;
  margin-left: -158px;
}
.livestat-promo > a {
  padding-top: 89px;
}
.radio,
.checkbox {
  padding-left: 20px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  cursor: pointer;
}
.form-group {
  margin-left: 10px;
  margin-right: 10px;
}
.buttons-right {
  position: relative;
  height: 70px;
}
.buttons-right .btn-default,
.buttons-right .btn-reset {
  width: 100%;
  position: absolute;
}
.buttons-right .btn-default {
  top: 35px;
}
.cnt-static-text.confirm-email {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  width: 100%;
}
/*.buttons-right button, .buttons-right a
{
  .after-float();
}*/
/*.btn-reset
{
  padding: 6px 12px;
}*/
.error-message {
  display: none !important;
  visibility: hidden !important;
  color: #e63100;
}
.has-error .error-message {
  display: block !important;
  visibility: visible!important;
}
.field-help {
  display: block;
  margin: 6px 0;
}
.captcha-big .captcha {
  font-size: 18px;
  width: 60%;
  height: 50px;
}
.captcha-big .captcha-change {
  display: block;
}
.captcha-big .field-captcha {
  display: block;
  height: 50px;
}
.captcha-big .field-captcha:before,
.captcha-big .field-captcha:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.captcha-big .field-captcha:after {
  clear: both;
}
.captcha-big .field-captcha:before,
.captcha-big .field-captcha:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.captcha-big .field-captcha:after {
  clear: both;
}
.captcha-big .captcha-img {
  width: 200px;
  height: 50px;
}
input[type="text"].watermark.password {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.54;
  color: #666666;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #999999;
  border-radius: 0;
  -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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"].watermark.password:focus {
  border-color: #0087e6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 135, 230, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 135, 230, 0.6);
}
input[type="text"].watermark.password:-moz-placeholder {
  color: #999999;
}
input[type="text"].watermark.password::-moz-placeholder {
  color: #999999;
}
input[type="text"].watermark.password:-ms-input-placeholder {
  color: #999999;
}
input[type="text"].watermark.password::-webkit-input-placeholder {
  color: #999999;
}
input[type="text"].watermark.password[disabled],
input[type="text"].watermark.password[readonly],
fieldset[disabled] input[type="text"].watermark.password {
  cursor: not-allowed;
  background-color: #f2f2f2;
}
textareainput[type="text"].watermark.password {
  height: auto;
}
/*@import "../../../layout/editorial/article/aggregator/article.m.less";
@import "../../../layout/editorial/lists/aggregator/lists.m.less";
@import "../../../layout/editorial/topstory/aggregator/topstory.m.less";
@import "../../../layout/editorial/multilist/aggregator/multilist.m.less";
@import "../../../layout/editorial/photostream/aggregator/photostream.m.less";
@import "../../../layout/editorial/slider/aggregator/slider.m.less";*/
.profileHeader.publicProfile .userScreenName span {
  font-size: 24px;
}
.siteh-tc-login .siteh-social-login-fifacom-club {
  margin-left: 10px;
  margin-right: 10px;
}
.siteh-intro .siteh-sociallink h4,
.siteh-tc-login h4,
.siteh-intro .siteh-sociallink .sociallink-undo,
.siteh-tc-login .sociallink-undo,
.siteh-intro .siteh-sociallink h3,
.siteh-tc-login h3 {
  margin-bottom: 10px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: normal;
}
.megamenu .siteh-intro .siteh-sociallink h4,
.megamenu.siteh-tc-login h4,
.megamenu .siteh-intro .siteh-sociallink .sociallink-undo,
.megamenu.siteh-tc-login .sociallink-undo,
.megamenu .siteh-intro .siteh-sociallink h3,
.megamenu.siteh-tc-login h3 {
  margin-bottom: 10px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: normal;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login.megamenu-slink .siteh-intro .siteh-sociallink h3 {
  color: #92A8BE;
  padding-left: 0;
  font-size: 16px;
  font-weight: 100;
  height: 48px;
  line-height: 48px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login.megamenu-slink .siteh-instructions {
  display: none;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login.megamenu-slink .siteh-login-fifacom-club {
  width: 100%;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login.megamenu-slink .siteh-login-fifacom-club form .form-group {
  width: 100%;
  min-height: 45px;
  clear: both;
  padding: 0;
  margin: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login.megamenu-slink .siteh-login-fifacom-club form .form-group.second-col {
  clear: none;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login.megamenu-slink .siteh-login-fifacom-club form .form-group .login-signin-btn {
  width: 100%;
}
.siteh-tc-login.megamenu .errorList ul li {
  position: relative;
  top: 12px;
  overflow-y: hidden;
  padding-right: 20px;
}
.siteh-tc-login.megamenu #d_loginrememberMe {
  height: 20px;
}
.errorPanel.megamenu {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 10px;
}
.errorPanel.megamenu .errorList {
  background-color: #f2f2f2;
  color: #e63100;
  /*border:@alert-danger-text 1px solid;*/
  text-align: center;
}
.errorPanel.megamenu .errorList li {
  border: #e63100 1px solid;
}
.account-contact .errorList {
  background-color: #f2f2f2;
  color: #e63100;
}
.account-contact .errorList ul li {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.account-contact .cnt-static-text.confirm-form {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
}
.account-registration,
.account-edit,
.account-login,
.account-common {
  background-color: #ffffff;
  position: relative;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.account-registration span.pwlength-message,
.account-edit span.pwlength-message,
.account-login span.pwlength-message,
.account-common span.pwlength-message {
  color: #e63100;
}
.account-registration #confirm_panel,
.account-edit #confirm_panel,
.account-login #confirm_panel,
.account-common #confirm_panel {
  clear: both;
  background-color: #4cbe00;
  padding: 10px;
  color: white;
}
.account-registration .login-inpage #d_loginforgot a,
.account-edit .login-inpage #d_loginforgot a,
.account-login .login-inpage #d_loginforgot a,
.account-common .login-inpage #d_loginforgot a {
  color: #0087e6;
}
.account-registration .errorList,
.account-edit .errorList,
.account-login .errorList,
.account-common .errorList {
  background-color: #f2f2f2;
  color: #e63100;
}
.account-registration .errorList ul li,
.account-edit .errorList ul li,
.account-login .errorList ul li,
.account-common .errorList ul li {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.account-registration .nav-pills,
.account-edit .nav-pills,
.account-login .nav-pills,
.account-common .nav-pills {
  float: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.account-registration .nav-pills.rightmenu,
.account-edit .nav-pills.rightmenu,
.account-login .nav-pills.rightmenu,
.account-common .nav-pills.rightmenu {
  float: right;
}
.account-registration .nav-pills li a,
.account-edit .nav-pills li a,
.account-login .nav-pills li a,
.account-common .nav-pills li a {
  color: #0087e6;
  background-color: transparent;
  padding: 10px 7px;
  border-bottom: 2px solid transparent;
}
.account-registration .nav-pills li a:hover,
.account-edit .nav-pills li a:hover,
.account-login .nav-pills li a:hover,
.account-common .nav-pills li a:hover {
  color: #0087e6;
  background-color: transparent;
  border-bottom: 2px solid #f2f2f2;
}
.account-registration .nav-pills li.active a,
.account-edit .nav-pills li.active a,
.account-login .nav-pills li.active a,
.account-common .nav-pills li.active a {
  color: #0087e6;
  background-color: transparent;
  border-bottom: 2px solid #0087e6;
}
.account-registration .nav-pills li.active a:hover,
.account-edit .nav-pills li.active a:hover,
.account-login .nav-pills li.active a:hover,
.account-common .nav-pills li.active a:hover {
  color: #0087e6;
  background-color: transparent;
  border-bottom: 2px solid #f2f2f2;
}
.account-registration .reverseclubmenu,
.account-edit .reverseclubmenu,
.account-login .reverseclubmenu,
.account-common .reverseclubmenu {
  margin-bottom: 10px;
  float: none;
}
.account-registration .reverseclubmenu .logoutlink,
.account-edit .reverseclubmenu .logoutlink,
.account-login .reverseclubmenu .logoutlink,
.account-common .reverseclubmenu .logoutlink {
  float: right;
}
.account-registration #siteh-login-register .btn-link,
.account-edit #siteh-login-register .btn-link,
.account-login #siteh-login-register .btn-link,
.account-common #siteh-login-register .btn-link {
  line-height: 30px;
}
.account-registration .boxLogoutConfirm,
.account-edit .boxLogoutConfirm,
.account-login .boxLogoutConfirm,
.account-common .boxLogoutConfirm {
  margin: 10px;
}
.account-registration .boxLogoutConfirm label,
.account-edit .boxLogoutConfirm label,
.account-login .boxLogoutConfirm label,
.account-common .boxLogoutConfirm label {
  font-weight: normal;
}
.account-registration:before,
.account-edit:before,
.account-login:before,
.account-common:before,
.account-registration:after,
.account-edit:after,
.account-login:after,
.account-common:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.account-registration:after,
.account-edit:after,
.account-login:after,
.account-common:after {
  clear: both;
}
.account-registration:before,
.account-edit:before,
.account-login:before,
.account-common:before,
.account-registration:after,
.account-edit:after,
.account-login:after,
.account-common:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.account-registration:after,
.account-edit:after,
.account-login:after,
.account-common:after {
  clear: both;
}
.account-registration:before,
.account-edit:before,
.account-login:before,
.account-common:before,
.account-registration:after,
.account-edit:after,
.account-login:after,
.account-common:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.account-registration:after,
.account-edit:after,
.account-login:after,
.account-common:after {
  clear: both;
}
.account-registration:before,
.account-edit:before,
.account-login:before,
.account-common:before,
.account-registration:after,
.account-edit:after,
.account-login:after,
.account-common:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.account-registration:after,
.account-edit:after,
.account-login:after,
.account-common:after {
  clear: both;
}
.account-registration .header-wrap,
.account-edit .header-wrap,
.account-login .header-wrap,
.account-common .header-wrap {
  margin-top: 10px;
}
.account-registration .title-wrap .dcm-roofline,
.account-edit .title-wrap .dcm-roofline,
.account-login .title-wrap .dcm-roofline,
.account-common .title-wrap .dcm-roofline {
  margin: 10px 10px 0;
}
.account-registration .title-wrap .title,
.account-edit .title-wrap .title,
.account-login .title-wrap .title,
.account-common .title-wrap .title {
  line-height: 2.54;
}
.account-registration .title-wrap .title a:before,
.account-edit .title-wrap .title a:before,
.account-login .title-wrap .title a:before,
.account-common .title-wrap .title a:before {
  left: 4px;
}
.account-registration .title-wrap .title a,
.account-edit .title-wrap .title a,
.account-login .title-wrap .title a,
.account-common .title-wrap .title a {
  padding-left: 24px;
  position: relative;
  display: block;
}
.account-registration .title-wrap .title a:before,
.account-edit .title-wrap .title a:before,
.account-login .title-wrap .title a:before,
.account-common .title-wrap .title a:before,
.account-registration .title-wrap .title a > .before,
.account-edit .title-wrap .title a > .before,
.account-login .title-wrap .title a > .before,
.account-common .title-wrap .title a > .before {
  font-family: "fifa-icons";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: -3px;
  content: "\3C";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\3C');
  color: inherit;
}
.account-registration .title-wrap .title a.noArrow,
.account-edit .title-wrap .title a.noArrow,
.account-login .title-wrap .title a.noArrow,
.account-common .title-wrap .title a.noArrow {
  padding-left: 0;
}
.account-registration .title-wrap .title a.noArrow:before,
.account-edit .title-wrap .title a.noArrow:before,
.account-login .title-wrap .title a.noArrow:before,
.account-common .title-wrap .title a.noArrow:before {
  content: "";
}
.account-registration .title-wrap h1.title,
.account-edit .title-wrap h1.title,
.account-login .title-wrap h1.title,
.account-common .title-wrap h1.title {
  font-size: 36px;
  line-height: 65px;
  font-size: 22px;
  line-height: 30px;
  padding: 16px 10px;
}
.account-registration .title-wrap h2.title,
.account-edit .title-wrap h2.title,
.account-login .title-wrap h2.title,
.account-common .title-wrap h2.title {
  font-size: 21px;
  line-height: 45px;
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  color: #2e2e2e;
  border-bottom: 1px solid #999999;
  padding: 10px;
}
.account-registration .title-wrap h3.title,
.account-edit .title-wrap h3.title,
.account-login .title-wrap h3.title,
.account-common .title-wrap h3.title {
  border-bottom: 1px solid #999999;
  line-height: 16px;
  margin-bottom: 23px;
}
.account-registration .title-wrap h3.title span,
.account-edit .title-wrap h3.title span,
.account-login .title-wrap h3.title span,
.account-common .title-wrap h3.title span {
  background-color: #ffffff;
  padding-right: 10px;
}
.account-registration .sponsor-wrap .sponsor-img,
.account-edit .sponsor-wrap .sponsor-img,
.account-login .sponsor-wrap .sponsor-img,
.account-common .sponsor-wrap .sponsor-img {
  width: 160px;
  height: 35px;
}
.account-registration .sponsor-wrap .sponsor-presentedby,
.account-edit .sponsor-wrap .sponsor-presentedby,
.account-login .sponsor-wrap .sponsor-presentedby,
.account-common .sponsor-wrap .sponsor-presentedby {
  font-size: 11px;
  line-height: 35px;
  margin-right: 20px;
  text-transform: none;
}
.account-registration .sponsor-wrap .sponsor-presentedby,
.account-edit .sponsor-wrap .sponsor-presentedby,
.account-login .sponsor-wrap .sponsor-presentedby,
.account-common .sponsor-wrap .sponsor-presentedby,
.account-registration .sponsor-wrap .sponsor-img,
.account-edit .sponsor-wrap .sponsor-img,
.account-login .sponsor-wrap .sponsor-img,
.account-common .sponsor-wrap .sponsor-img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
}
.account-registration .header-wrap,
.account-edit .header-wrap,
.account-login .header-wrap,
.account-common .header-wrap {
  margin-top: 10px;
}
.account-registration .social_login_form,
.account-edit .social_login_form,
.account-login .social_login_form,
.account-common .social_login_form {
  margin-bottom: 10px;
}
.account-registration .social_login_form button,
.account-edit .social_login_form button,
.account-login .social_login_form button,
.account-common .social_login_form button {
  width: 100%;
}
.account-registration .form-group,
.account-edit .form-group,
.account-login .form-group,
.account-common .form-group {
  text-align: left;
}
.account-registration .buttons-wrap a.btn.btn-link,
.account-edit .buttons-wrap a.btn.btn-link,
.account-login .buttons-wrap a.btn.btn-link,
.account-common .buttons-wrap a.btn.btn-link {
  padding: 0;
}
.account-registration .buttons-wrap .login-signin-btn,
.account-edit .buttons-wrap .login-signin-btn,
.account-login .buttons-wrap .login-signin-btn,
.account-common .buttons-wrap .login-signin-btn {
  width: 100%;
}
.account-registration .profileHeader,
.account-edit .profileHeader,
.account-login .profileHeader,
.account-common .profileHeader {
  position: relative;
}
.account-registration .profileHeader .activationReminder,
.account-edit .profileHeader .activationReminder,
.account-login .profileHeader .activationReminder,
.account-common .profileHeader .activationReminder {
  margin-bottom: 10px;
}
.account-registration .profileHeader .activationReminder a,
.account-edit .profileHeader .activationReminder a,
.account-login .profileHeader .activationReminder a,
.account-common .profileHeader .activationReminder a {
  float: right;
}
.account-registration .profileHeader .profileInfo .userAvatar,
.account-edit .profileHeader .profileInfo .userAvatar,
.account-login .profileHeader .profileInfo .userAvatar,
.account-common .profileHeader .profileInfo .userAvatar {
  width: 90px;
  height: 90px;
  float: left;
}
.account-registration .profileHeader .profileInfo .userAvatar .avatarContainer80,
.account-edit .profileHeader .profileInfo .userAvatar .avatarContainer80,
.account-login .profileHeader .profileInfo .userAvatar .avatarContainer80,
.account-common .profileHeader .profileInfo .userAvatar .avatarContainer80 {
  width: 80px;
  height: 80px;
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/avatar80.png?v=130589822680575454");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.account-registration .profileHeader .profileInfo .userDetails .userScreenName,
.account-edit .profileHeader .profileInfo .userDetails .userScreenName,
.account-login .profileHeader .profileInfo .userDetails .userScreenName,
.account-common .profileHeader .profileInfo .userDetails .userScreenName {
  font-size: 16px;
}
.account-registration .profileHeader .socialLinkModule,
.account-edit .profileHeader .socialLinkModule,
.account-login .profileHeader .socialLinkModule,
.account-common .profileHeader .socialLinkModule {
  /*position: absolute;
			top: 0;*/
  float: right;
  right: 0;
}
.account-registration .profileHeader .socialLinkModule .socialModule-label,
.account-edit .profileHeader .socialLinkModule .socialModule-label,
.account-login .profileHeader .socialLinkModule .socialModule-label,
.account-common .profileHeader .socialLinkModule .socialModule-label {
  display: block;
  text-align: right;
  margin-right: 7px;
}
.account-registration .profileHeader .socialLinkModule .social-list,
.account-edit .profileHeader .socialLinkModule .social-list,
.account-login .profileHeader .socialLinkModule .social-list,
.account-common .profileHeader .socialLinkModule .social-list {
  display: inline;
}
.account-registration .profileHeader .socialLinkModule .social-list .social-item,
.account-edit .profileHeader .socialLinkModule .social-list .social-item,
.account-login .profileHeader .socialLinkModule .social-list .social-item,
.account-common .profileHeader .socialLinkModule .social-list .social-item {
  display: inline;
}
.account-registration .profileHeader .socialLinkModule .social-list .social-item form,
.account-edit .profileHeader .socialLinkModule .social-list .social-item form,
.account-login .profileHeader .socialLinkModule .social-list .social-item form,
.account-common .profileHeader .socialLinkModule .social-list .social-item form {
  display: inline;
}
.account-registration .profileHeader .socialLinkModule .social-list .social-item button,
.account-edit .profileHeader .socialLinkModule .social-list .social-item button,
.account-login .profileHeader .socialLinkModule .social-list .social-item button,
.account-common .profileHeader .socialLinkModule .social-list .social-item button {
  border: none;
  width: 30px;
  height: 30px;
}
.account-registration select,
.account-edit select,
.account-login select,
.account-common select {
  padding: 6px;
}
.account-registration .select-100,
.account-edit .select-100,
.account-login .select-100,
.account-common .select-100 {
  width: 100%;
}
.account-registration .select-33,
.account-edit .select-33,
.account-login .select-33,
.account-common .select-33 {
  width: 30%;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.account-registration .select-33 + .select-33,
.account-edit .select-33 + .select-33,
.account-login .select-33 + .select-33,
.account-common .select-33 + .select-33 {
  margin-left: 5%;
}
.account-registration .btn-block,
.account-edit .btn-block,
.account-login .btn-block,
.account-common .btn-block {
  width: 100%;
}
.account-registration .captcha-big .field-captcha,
.account-edit .captcha-big .field-captcha,
.account-login .captcha-big .field-captcha,
.account-common .captcha-big .field-captcha {
  float: none;
}
.account-registration .captcha-big .captcha,
.account-edit .captcha-big .captcha,
.account-login .captcha-big .captcha,
.account-common .captcha-big .captcha,
.account-registration .captcha-big .captcha-img,
.account-edit .captcha-big .captcha-img,
.account-login .captcha-big .captcha-img,
.account-common .captcha-big .captcha-img {
  width: 100%;
}
.account-registration .check-sn-available,
.account-edit .check-sn-available,
.account-login .check-sn-available,
.account-common .check-sn-available {
  padding: 6px 0;
  text-align: right;
  width: 100%;
}
.form-group.passwordRecoveredMessage {
  width: auto!important;
}
.siteh-subpanel .siteh-tc-logged .socialLinkModule.mmconnect {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}
.siteh-subpanel .siteh-tc-logged .socialLinkModule.mmconnect .socialModule-label {
  text-align: right;
  margin-right: 7px;
}
.siteh-subpanel .siteh-tc-logged .socialLinkModule.mmconnect .social-list {
  display: inline;
}
.siteh-subpanel .siteh-tc-logged .socialLinkModule.mmconnect .social-list .social-item {
  display: inline;
}
.siteh-subpanel .siteh-tc-logged .socialLinkModule.mmconnect .social-list .social-item form {
  display: inline;
}
.siteh-subpanel .siteh-tc-logged .socialLinkModule.mmconnect .social-list .social-item button {
  border: none;
  width: 30px;
  height: 30px;
}
.checkbox-only-style {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 28px;
  height: 28px;
}
.checkbox-side-label {
  position: absolute;
  font-weight: normal;
}
.bottom-spacer {
  margin-bottom: 10px;
}
.label-for-top {
  font-weight: normal;
  text-transform: uppercase;
}
.read-only-label {
  font-weight: bold;
  display: block;
  width: 100%;
}
.PWVerification {
  width: 100%;
  height: 4px;
}
.PWVerification .passwordCheck {
  width: 25%;
  background-color: #4cbe00;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 4px;
  border: 1px solid white;
}
.PWVerification .passwordCheck.ko {
  background-color: #e63100;
}
#siteh-button-fb-login,
#siteh-button-fb-link.btn,
#siteh-button-fb-unlink.btn {
  background-color: #3b5998;
  border: none;
}
#siteh-button-fb-login img,
#siteh-button-fb-link.btn img,
#siteh-button-fb-unlink.btn img {
  margin-right: 5px;
}
#siteh-button-fb-login:hover,
#siteh-button-fb-link.btn:hover,
#siteh-button-fb-unlink.btn:hover {
  background-color: #2b4988;
}
#siteh-button-tw-login,
#siteh-button-tw-link.btn,
#siteh-button-tw-unlink.btn {
  background-color: #55acee;
  border: none;
}
#siteh-button-tw-login img,
#siteh-button-tw-link.btn img,
#siteh-button-tw-unlink.btn img {
  margin-right: 5px;
}
#siteh-button-tw-login:hover,
#siteh-button-tw-link.btn:hover,
#siteh-button-tw-unlink.btn:hover {
  background-color: #459cde;
}
#siteh-button-gg-login,
#siteh-button-gg-link.btn,
#siteh-button-gg-unlink.btn {
  background-color: #df4a32;
  border: none;
}
#siteh-button-gg-login img,
#siteh-button-gg-link.btn img,
#siteh-button-gg-unlink.btn img {
  margin-right: 5px;
}
#siteh-button-gg-login:hover,
#siteh-button-gg-link.btn:hover,
#siteh-button-gg-unlink.btn:hover {
  background-color: #cf3a22;
}
.profiles-user-comments .commentmanager {
  clear: both;
}
.profiles-user-comments .commentmanager .c_comments_cnt .comment .commentTextWrap {
  margin: 10px;
  min-height: 60px;
}
.profiles-user-comments .commentmanager .c_comments_cnt .comment:first-child {
  border-top: none;
}
.profiles-user-comments .commentmanager .title-wrap {
  padding: 0;
}
.profiles-user-comments .commentmanager .title-wrap h3.title {
  line-height: none;
}
.profiles-user-games .dcm-list .dcm-thumblist li.dcm-thumblist-item {
  width: 100%;
  display: block;
}
.scrollable-max-height {
  max-height: 400px;
  overflow-y: scroll;
  border: 1px solid #f2f2f2;
}
.scrollable-max-height div {
  margin: 0 !important;
}
.account-login.full-col.games-login .siteh-instructions {
  text-transform: uppercase;
}
.account-login.full-col.games-login #d_loginemail {
  margin-bottom: 10px;
}
.account-login.full-col.games-login #d_loginpwd {
  margin-bottom: 10px;
}
.account-login.full-col.games-login #d_loginforgot {
  margin-bottom: 10px;
}
.account-login.full-col.games-login #d_loginforgot a {
  color: #0087e6;
}
.account-login.full-col.games-login #d_loginrememberMe {
  margin-bottom: 10px;
}
.account-login.full-col.games-login #d_loginrememberMe #l_rememberMe {
  font-weight: normal;
}
.account-login.full-col.games-login .buttons-wrap .btn.btn-link {
  margin-bottom: 10px;
}
.account-login.full-col.games-login .buttons-wrap button.login-signin-btn {
  margin-bottom: 10px;
}
.account-login.full-col.games-login .siteh-social-login-fifacom-club {
  margin-bottom: 10px;
}
.no-js .ritem-list .btn-more,
.featurephone .ritem-list .btn-more {
  display: none !important;
  visibility: hidden !important;
}
.no-js .ritem-listall.hidden,
.featurephone .ritem-listall.hidden {
  display: block !important;
  visibility: visible!important;
}
.no-js .slider .slider-nav,
.featurephone .slider .slider-nav {
  display: none !important;
  visibility: hidden !important;
}
.no-js .slider .slider-list li,
.featurephone .slider .slider-list li {
  display: block;
  float: none;
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.no-js .ph-str-selected-wrapper .arrows,
.featurephone .ph-str-selected-wrapper .arrows {
  display: none !important;
  visibility: hidden !important;
}
.no-js .ph-str-thumbs-wrapper.hidden,
.featurephone .ph-str-thumbs-wrapper.hidden {
  display: block !important;
  visibility: visible!important;
  margin-bottom: 20px;
}
.no-js .ph-str-thumbs-wrapper.hidden:before,
.featurephone .ph-str-thumbs-wrapper.hidden:before,
.no-js .ph-str-thumbs-wrapper.hidden:after,
.featurephone .ph-str-thumbs-wrapper.hidden:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.no-js .ph-str-thumbs-wrapper.hidden:after,
.featurephone .ph-str-thumbs-wrapper.hidden:after {
  clear: both;
}
.no-js .ph-str-thumbs-wrapper.hidden:before,
.featurephone .ph-str-thumbs-wrapper.hidden:before,
.no-js .ph-str-thumbs-wrapper.hidden:after,
.featurephone .ph-str-thumbs-wrapper.hidden:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.no-js .ph-str-thumbs-wrapper.hidden:after,
.featurephone .ph-str-thumbs-wrapper.hidden:after {
  clear: both;
}
.no-js .ph-str-thumbs-wrapper.hidden .ph-str-thumb,
.featurephone .ph-str-thumbs-wrapper.hidden .ph-str-thumb {
  float: left;
  height: 180px;
  width: 300px;
  margin: 5px;
  overflow: hidden;
}
.no-js .ph-str-thumbs-wrapper.hidden img.hidden,
.featurephone .ph-str-thumbs-wrapper.hidden img.hidden {
  display: block !important;
  visibility: visible!important;
}
.no-js .sr-only,
.featurephone .sr-only {
  display: none !important;
  visibility: hidden !important;
}
.no-js .time-converter,
.featurephone .time-converter {
  display: none !important;
  visibility: hidden !important;
}
.no-js .ma-latestresults .ma-header-content.hidden,
.featurephone .ma-latestresults .ma-header-content.hidden {
  display: block !important;
  visibility: visible!important;
}
.no-js .ma-latestresults .ma-header-content.hidden .ma-logo,
.featurephone .ma-latestresults .ma-header-content.hidden .ma-logo {
  margin-top: -80px;
}
.no-js .ma-latestresults .ma-header-content.hidden .ma-world-ranking,
.featurephone .ma-latestresults .ma-header-content.hidden .ma-world-ranking {
  margin-top: -30px;
}
.no-js .ma-latestresults .ma-fixtures-wrap > .ma-header-content,
.featurephone .ma-latestresults .ma-fixtures-wrap > .ma-header-content {
  display: none !important;
  visibility: hidden !important;
}
.no-js .featurephone-false,
.featurephone .featurephone-false {
  display: none !important;
  visibility: hidden !important;
}
.vast-skip-button {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: auto;
    background-color: #000;
    color: #AAA;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    padding: 10px;
    z-index: 2;
}

    .vast-skip-button.enabled {
        cursor: pointer;
        color: #fff;
    }

        .vast-skip-button.enabled:hover {
            cursor: pointer;
            background: #333;
        }

.vast-blocker {
    color: #FFF;
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 75px;
    height: 10px;
    top: 5px;
    right: 0;
    bottom: 0;
}

/*!
Video.js Default Styles (http://videojs.com)
Version GENERATED_AT_BUILD
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurances of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc;
}

/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #fff;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em;
}
/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #ffffff /* Subtitles are white */;
}
.video-js .vjs-captions {
  color: #ffcc66 /* Captions are yellow */;
}
.vjs-tt-cue {
  display: block;
}
/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */





#h5vp {
    max-width: 100% !important;
}

#h5vp.video-js {
    background-color: transparent;
}
#h5vp .vjs-control-bar,
#h5vp .vjs-loading-spinner,
#h5vp .vjs-big-play-button {
    display: none !important;
}
.touch .video-js {
    padding: 0px 0 56% 0;
    height: 0px !important;
}


/* customization for FIFA.com 2014 */

/*error msg*/
#h5vp p {
    font-size:14px;
    font-family:'Open sans';
    color:#666;
}

/* END customization for FIFA.com 2014 */.video-js {
    padding: 0px 0 56% 0;
    height: 0px !important;
}

