/* 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

*/
.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;
}
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;
  }
}
/*.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);
}*/
.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%;
}
.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;
  }
  .navbar-right {
    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;
}
.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;
}
.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=130540415222668196");
  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=130540415222668196");
  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=130540415222668196");
  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;
}
.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=130540415222668196");
  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;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
#siteh-login-signin .qlink-link-wrap {
  padding: 0 10px;
}
#siteh-theclub-discover {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 164px;
  margin: 0;
}
.navbar-default > .siteh-lev0 .nav-wrap,
.navbar-default > .navbar-sticky {
  width: 560px;
  float: left;
}
.navbar-default > .siteh-lev0 .nav-wrap .navbar-nav,
.navbar-default > .navbar-sticky .navbar-nav {
  width: 560px;
}
.navbar-default .navbar-nav.navbar-corporate > li {
  text-align: center;
}
.navbar-default .navbar-nav.navbar-corporate > li > a {
  color: #c0cbd9;
  padding: 13px 0 7px;
  font-size: 14px;
}
.navbar-default .navbar-nav.navbar-corporate > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-sticky {
  display: none !important;
  visibility: hidden !important;
}
.navbar-default .navbar-sticky .navbar-nav > li a {
  color: #c0cbd9;
  padding-right: 26px;
  padding-top: 13px;
  padding-bottom: 7px;
  font-size: 14px;
  margin-left: -28px;
}
.navbar-default .navbar-sticky .navbar-nav > li a:after,
.navbar-default .navbar-sticky .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: 12px;
  line-height: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  right: 6px;
  content: "\e617";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\e617');
  color: inherit;
}
.navbar-default .navbar-sticky .navbar-nav > li a:after {
  margin-top: -3px;
}
.navbar-default .navbar-sticky .navbar-nav > li a:hover {
  color: #ffffff;
  background-color: transparent;
}
#hp-fifa .siteh-wrap.navbar-hp {
  height: 50px;
}
#hp-fifa .siteh-wrap.navbar-hp .navbar-toggle {
  padding: 29px 22px 24px;
  left: -44px;
}
#hp-fifa .siteh-wrap.navbar-hp .navbar-brand {
  background-position: left 0;
  height: 50px;
  position: relative;
  left: -44px;
}
#hp-fifa .siteh-wrap.navbar-hp .navbar-default .navbar-nav.navbar-corporate > li > a {
  padding: 18px 0 12px;
}
#hp-fifa .siteh-wrap.navbar-hp .navbar-default .navbar-right > li > a {
  height: 50px;
}
#hp-fifa .siteh-wrap.navbar-hp .navbar-default .navbar-right > li > a.siteh-tc-screenname {
  padding: 17px;
}
#hp-fifa .siteh-subpanel-wrapper {
  top: 50px;
}
#hp-fifa.default-header .navbar-toggle {
  display: block !important;
  visibility: visible!important;
}
.ar .siteh-wrap .navbar-brand {
  width: 255px;
}
#siteh-fifamenu-hp {
  height: 50px;
  min-height: 50px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
#siteh-fifamenu-hp .nav-wrap {
  width: 1028px;
  margin: 0 auto;
}
#siteh-fifamenu-hp .nav-wrap .nav.siteh-fifamenu-hp {
  padding-left: 20px;
}
#siteh-fifamenu-hp .nav-wrap .nav.siteh-fifamenu-hp li {
  float: left;
}
#siteh-fifamenu-hp .nav-wrap .nav.siteh-fifamenu-hp li a {
  color: #326295;
  padding: 15px 0;
  font-size: 14px;
}
#siteh-fifamenu-hp .nav-wrap .nav.siteh-fifamenu-hp li a:hover {
  text-decoration: underline;
  background-color: transparent;
}
#siteh-fifamenu-hp .nav-wrap .nav.siteh-fifamenu-hp li.first {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #siteh-fifamenu-hp {
    width: 1028px;
    margin: 0 auto;
  }
}
.en .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li,
.en .navbar-default > .navbar-sticky .navbar-nav li {
  padding: 0 24px;
}
.en .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.first,
.en .navbar-default > .navbar-sticky .navbar-nav li.first {
  margin-left: 14px;
  padding-left: 0;
}
.en .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.last,
.en .navbar-default > .navbar-sticky .navbar-nav li.last {
  padding-right: 0;
}
.en .nav.siteh-fifamenu-hp li {
  padding: 0 28px;
}
.en .nav.siteh-fifamenu-hp li.first {
  margin-left: -28px;
}
.fr .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li,
.fr .navbar-default > .navbar-sticky .navbar-nav li {
  padding: 0 18px;
}
.fr .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.first,
.fr .navbar-default > .navbar-sticky .navbar-nav li.first {
  margin-left: 12px;
  padding-left: 0;
}
.fr .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.last,
.fr .navbar-default > .navbar-sticky .navbar-nav li.last {
  padding-right: 0;
}
.fr .nav.siteh-fifamenu-hp li {
  padding: 0 25px;
}
.fr .nav.siteh-fifamenu-hp li.first {
  margin-left: -25px;
}
.de .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li,
.de .navbar-default > .navbar-sticky .navbar-nav li {
  padding: 0 24px;
}
.de .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.first,
.de .navbar-default > .navbar-sticky .navbar-nav li.first {
  margin-left: 14px;
  padding-left: 0;
}
.de .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.last,
.de .navbar-default > .navbar-sticky .navbar-nav li.last {
  padding-right: 0;
}
.de .nav.siteh-fifamenu-hp li {
  padding: 0 30px;
}
.de .nav.siteh-fifamenu-hp li.first {
  margin-left: -30px;
}
.es .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li,
.es .navbar-default > .navbar-sticky .navbar-nav li {
  padding: 0 26px;
}
.es .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.first,
.es .navbar-default > .navbar-sticky .navbar-nav li.first {
  margin-left: 16px;
  padding-left: 0;
}
.es .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.last,
.es .navbar-default > .navbar-sticky .navbar-nav li.last {
  padding-right: 0;
}
.es .nav.siteh-fifamenu-hp li {
  padding: 0 22px;
}
.es .nav.siteh-fifamenu-hp li.first {
  margin-left: -22px;
}
.pt .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li,
.pt .navbar-default > .navbar-sticky .navbar-nav li {
  padding: 0 16px;
}
.pt .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.first,
.pt .navbar-default > .navbar-sticky .navbar-nav li.first {
  margin-left: 10px;
  padding-left: 0;
}
.pt .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.last,
.pt .navbar-default > .navbar-sticky .navbar-nav li.last {
  padding-right: 0;
}
.pt .nav.siteh-fifamenu-hp li {
  padding: 0 24px;
}
.pt .nav.siteh-fifamenu-hp li.first {
  margin-left: -24px;
}
.ar .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li,
.ar .navbar-default > .navbar-sticky .navbar-nav li {
  padding: 0 40px;
}
.ar .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.first,
.ar .navbar-default > .navbar-sticky .navbar-nav li.first {
  margin-left: 20px;
  padding-left: 0;
}
.ar .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.last,
.ar .navbar-default > .navbar-sticky .navbar-nav li.last {
  padding-right: 0;
}
.ar .nav.siteh-fifamenu-hp li {
  padding: 0 44px;
}
.ar .nav.siteh-fifamenu-hp li.first {
  margin-left: -44px;
}
.zh .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li,
.zh .navbar-default > .navbar-sticky .navbar-nav li {
  padding: 0 24px;
}
.zh .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.first,
.zh .navbar-default > .navbar-sticky .navbar-nav li.first {
  margin-left: 14px;
  padding-left: 0;
}
.zh .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.last,
.zh .navbar-default > .navbar-sticky .navbar-nav li.last {
  padding-right: 0;
}
.zh .nav.siteh-fifamenu-hp li {
  padding: 0 28px;
}
.zh .nav.siteh-fifamenu-hp li.first {
  margin-left: -28px;
}
.ru .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li,
.ru .navbar-default > .navbar-sticky .navbar-nav li {
  padding: 0 24px;
}
.ru .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.first,
.ru .navbar-default > .navbar-sticky .navbar-nav li.first {
  margin-left: 14px;
  padding-left: 0;
}
.ru .navbar-default > .siteh-lev0 .nav-wrap .navbar-nav li.last,
.ru .navbar-default > .navbar-sticky .navbar-nav li.last {
  padding-right: 0;
}
.ru .nav.siteh-fifamenu-hp li {
  padding: 0 28px;
}
.ru .nav.siteh-fifamenu-hp li.first {
  margin-left: -28px;
}
.reduced-header .siteh-wrap .navbar-sticky {
  display: block !important;
  visibility: visible!important;
}
.reduced-header .siteh-wrap .navbar-nav.navbar-corporate {
  display: none !important;
  visibility: hidden !important;
}
.reduced-header .siteh-wrap .navbar-nav.navbar-corporate.sticky-nocontent {
  display: block !important;
  visibility: visible!important;
}
.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=130540415222668196");
  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 20px;
}
.siteh-wrap .navbar-header {
  float: left;
  float: left !important;
  width: 194px;
  overflow: hidden;
  position: relative;
  margin-left: -10px;
  padding-left: 10px;
}
.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-top: 0;
  margin-right: 10px;
  padding: 20px 22px;
}
.siteh-wrap .navbar-toggle:hover,
.siteh-wrap .navbar-toggle.active {
  background-color: #2a466e;
}
.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.ltr.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left -5px;
  width: 140px;
  height: 40px;
  margin-left: 0 !important;
  padding: 10px 0 !important;
}
.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 {
  margin-left: 172px;
}
.siteh-wrap .navbar-default .navbar-right {
  float: right!important;
  margin: 0;
  /*for ie8 which don't read mediaquery*/
  padding-left: 26px;
  background-image: url("http://img.fifa.com/images/layout/brand/brand-shadow.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left -5px;
  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=130540415222668196");
  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: fixed;
  z-index: 13000;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  top: 40px;
  /* //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 {
  background-color: #2a466e;
  color: #ffffff;
  position: relative;
  min-height: 274px;
}
.siteh-subpanel-wrapper .siteh-subpanel:before,
.siteh-subpanel-wrapper .siteh-subpanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.siteh-subpanel-wrapper .siteh-subpanel:after {
  clear: both;
}
.siteh-subpanel-wrapper .siteh-subpanel:before,
.siteh-subpanel-wrapper .siteh-subpanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.siteh-subpanel-wrapper .siteh-subpanel:after {
  clear: both;
}
.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 {
  position: relative;
  font-size: 16px;
  top: 0px;
  padding-left: 20px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  color: #92a8be;
}
.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: 186px;
  position: relative;
  margin-top: 48px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-instructions {
  position: relative;
  font-size: 16px;
  top: 0px;
  padding-left: 20px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  color: #92a8be;
  font-weight: 100;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged {
  height: 234px;
  width: 100%;
  margin-top: -48px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr {
  float: left;
  position: relative;
  width: 494px;
}
.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 10px;
  width: 494px;
  border-right: 1px solid #326295;
  border: none \9;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .dcm-title {
  float: right;
  width: 306px;
  *width: 326px;
  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 .dcm-title a:hover {
  color: #5cace5;
  text-decoration: none;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .dmc-teaser-content {
  height: 162px !important;
  max-height: 162px;
  *height: 120px !important;
  *max-height: 120px;
  *display: block;
  margin-top: 24px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-descr .teaser-sqr-2 .dmc-teaser-content .dcm-summarysection {
  color: #92a8be;
}
.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;
  right: 0px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 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 {
  height: 232px;
  width: 50%;
  float: right;
  position: relative;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-instructions {
  padding-left: 0;
  color: #92a8be;
}
.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 {
  margin-bottom: 10px;
  display: block;
}
.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 {
  position: relative;
  top: 0px;
  height: 184px;
  width: 232px;
  right: 0px;
  overflow: hidden;
  border-left: #5cace5 solid transparent;
  /*.before-float();*/
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-login-fifacom-club form {
  height: 100%;
  position: relative;
}
.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.qlink-wrap {
  margin-bottom: 0px;
}
.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: 232px;
  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 form > div a {
  color: #ffffff;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-login-fifacom-club form > div a:hover {
  color: #5cace5;
  text-decoration: none;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-login-fifacom-club #siteh-login-signin {
  /*bottom: 16px;*/
  margin: 0;
  float: right;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-social-login-fifacom-club {
  float: right;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login .siteh-social-login-fifacom-club #siteh-button-fb-login {
  height: 38px;
  width: 232px;
  border: none;
  background-color: #3b5998;
}
.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: #2b4988;
}
.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: 232px;
  border: none;
  background-color: #55acee;
}
.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: 232px;
  border: none;
  background-color: #df4a32;
}
.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 {
  height: 186px;
}
.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 {
  float: left;
  width: 326px;
  height: 234px;
  position: relative;
  margin-top: -48px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub .siteh-instructions {
  padding-left: 0;
  color: #92a8be;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub .siteh-tc-avatar {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub .siteh-tc-userinfo {
  float: right;
  width: 220px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub .siteh-tc-userinfo #siteh-tc-userinfo-screenname {
  color: #92a8be;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub .siteh-tc-otherlinks {
  display: block;
  clear: both;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub a {
  color: #ffffff;
  position: relative;
  padding-right: 14px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub a:hover {
  color: #5cace5;
  text-decoration: none;
}
.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 {
  margin-top: -5px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-logged .siteh-tc-gotoclub #siteh-theclub-logout {
  position: absolute;
  margin: 0;
  bottom: 0px;
  right: 0;
}
.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=130540415222668196");
  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;
}
.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;
}
.megamenu.siteh-tc-login,
.site-tc.login .megamenu.siteh-tc-login {
  float: left !important;
  position: relative !important;
  width: 494px !important;
}
.megamenu.siteh-tc-login .siteh-login-fifacom-club #siteh-login-signin,
.site-tc.login .megamenu.siteh-tc-login .siteh-login-fifacom-club #siteh-login-signin {
  bottom: 0px;
}
.megamenu.siteh-tc-login .social_login_form,
.site-tc.login .megamenu.siteh-tc-login .social_login_form {
  padding-top: 10px;
}
/* Site footer */
.sitef-wrap {
  background-image: url("http://img.fifa.com/images/layout/brand/backfooter.ltr.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: repeat-y;
  background-position: center center;
}
.sitef-wrap .container {
  background-image: url("http://img.fifa.com/images/layout/brand/sitef-logo.ltr.png?v=130540415222668196");
  background-color: #326295;
  background-repeat: no-repeat;
  background-position: left 0;
  padding-left: 170px;
  padding-right: 20px;
  padding-top: 20px;
  height: 130px;
  background-position: 0 0;
}
.sitef-wrap .navbar-nav {
  float: left!important;
  width: 100%;
}
.sitef-wrap .navbar-nav > li {
  padding: 8px 0px;
  color: #8097b9;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.sitef-wrap .navbar-nav > li a {
  color: #ffffff;
  padding: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.sitef-wrap .navbar-nav > li a:hover {
  color: #d9d9d9;
  background-color: transparent;
}
.sitef-wrap .navbar-nav > li + li {
  float: right!important;
}
.sitef-wrap .navbar-nav > li.sitef-copyright {
  position: absolute;
  top: 81px;
}
.sitef-wrap .navbar-nav > li.sep-item {
  *zoom: expression(runtimeStyle.zoom = 1, insertBefore(document.createElement('small'), firstChild).className='before');
}
.sitef-wrap .navbar-nav > li.sep-item:before,
.sitef-wrap .navbar-nav > li.sep-item > .before {
  padding: 0 8px;
  color: #8097b9;
  content: "/";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '/');
}
.sitef-wrap .social-channel-list {
  float: right;
}
.sitef-wrap .social-channel-list:before,
.sitef-wrap .social-channel-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sitef-wrap .social-channel-list:after {
  clear: both;
}
.sitef-wrap .social-channel-list:before,
.sitef-wrap .social-channel-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sitef-wrap .social-channel-list:after {
  clear: both;
}
.sitef-wrap .social-channel-list .channel-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 10px;
  position: relative;
  top: 32px;
}
.sitef-wrap .social-channel-list .channel-item .footer-share-title {
  color: #8097b9;
}
.link-external .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap a:after {
  content: "\e614";
}
.cnt-promo .qlink-wrap {
  height: 38px;
  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: 38px;
}
.cnt-promo.nomoretag .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap .item {
  width: 16px;
  height: 38px;
}
.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;
}
.qlink-wrap {
  height: 38px;
  width: 100%;
  position: relative;
  margin: 20px /*-@space-base / 2*/ 0;
}
.qlink-wrap .qlink-list {
  display: table-cell;
  position: absolute;
  right: 0;
  height: 38px;
  /*.qlink-link.first
      {
        .qlink-link-wrap
        {
          &:before
          {
            content: none;
          }

          a
          {
            .before-padding(20px);
          }
        }
      }*/
}
.qlink-wrap .qlink-list .qlink-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 17px;
  position: relative;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap {
  display: block;
  min-width: 64px;
  height: 38px;
  line-height: 38px;
  background-color: #f2f2f2;
  text-align: center;
  color: #0087e6;
  cursor: pointer;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:hover {
  background-color: #0087e6;
  color: #ffffff;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:hover:before,
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:hover:after,
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:hover > .before,
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:hover > .after {
  border-color: #0087e6 transparent \9;
  border-color: #0087e6 rgba(0, 135, 230, 0);
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:hover a {
  color: #ffffff;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap .dcm-ico:before,
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap .dcm-ico > .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: 8px;
  content: "\3E";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\3E');
  color: inherit;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:before {
  border-color: #f2f2f2 transparent \9;
  border-color: #f2f2f2 rgba(242, 242, 242, 0);
  border-style: solid;
  border-width: 0 0 38px 14px;
  position: absolute;
  left: 3px;
  top: 0;
  width: 0;
  content: "";
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap:after {
  border-color: #f2f2f2 transparent \9;
  border-color: #f2f2f2 rgba(242, 242, 242, 0);
  border-style: solid;
  border-width: 38px 14px 0 0;
  position: absolute;
  right: -14px;
  top: 0;
  width: 0;
  content: "";
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap a {
  color: #0087e6;
  padding: 10px;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 1;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap a:after,
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap 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: 12px;
  content: "\3E";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '\3E');
  color: inherit;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap a:hover {
  color: #ffffff;
  text-decoration: none;
}
.qlink-wrap .qlink-list .qlink-link .qlink-link-wrap a {
  padding-right: 30px;
  /*.item
          {
            text-transform: capitalize;
          }*/
}
.qlink-wrap .qlink-list .qlink-link.disabled,
.qlink-wrap .qlink-list .qlink-link.disabled * {
  cursor: default;
}
.qlink-wrap .qlink-list .qlink-link.disabled .qlink-link-wrap {
  background-color: #f2f2f2;
  color: #999999;
}
.qlink-wrap .qlink-list .qlink-link.disabled .qlink-link-wrap a {
  color: #999999;
}
.qlink-wrap .qlink-list .qlink-link.disabled .qlink-link-wrap:hover:after,
.qlink-wrap .qlink-list .qlink-link.disabled .qlink-link-wrap:hover:before,
.qlink-wrap .qlink-list .qlink-link.disabled .qlink-link-wrap:hover > .after,
.qlink-wrap .qlink-list .qlink-link.disabled .qlink-link-wrap:hover > .before {
  border-color: #f2f2f2 transparent;
}
.qlink-wrap .qlink-list .qlink-link.last .qlink-link-wrap:after {
  content: none;
}
.qlink-wrap.fifa-brand .qlink-link-wrap {
  background-color: #326295 !important;
  color: #ffffff !important;
  padding: 0 10px;
}
.qlink-wrap.fifa-brand .qlink-link-wrap:before {
  border-color: #326295 transparent \9 !important;
  border-color: #326295 rgba(50, 98, 149, 0) !important;
}
.qlink-wrap.fifa-brand .qlink-link-wrap a {
  color: #ffffff !important;
}
.qlink-wrap.fifa-brand .qlink-link-wrap a:hover {
  background-color: #0087e6 !important;
}
.qlink-wrap.fifa-brand .qlink-link-wrap:hover {
  background-color: #0087e6 !important;
}
.qlink-wrap.fifa-brand .qlink-link-wrap:hover:before {
  border-color: #0087e6 transparent \9 !important;
  border-color: #0087e6 rgba(0, 135, 230, 0) !important;
}
/*.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2
{
  .qlink-wrap
  {
    margin-left: 0;
    margin-right: 0;
  }
}*/
.row > .qlink-wrap,
.row > .sponsored > .qlink-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
/* ONLY IE7 */
* + html .qlink-wrap .qlink-list .qlink-link {
  display: inline;
  float: left;
}
* + html .qlink-wrap .qlink-list .qlink-link.last .qlink-link-wrap a {
  padding-left: 20px;
}
* + html .qlink-wrap .qlink-list .qlink-link .qlink-link-wrap a {
  padding-left: 20px;
  padding-right: 20px;
}
.qlinkbanner-list:before,
.qlinkbanner-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.qlinkbanner-list:after {
  clear: both;
}
.qlinkbanner-list:before,
.qlinkbanner-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.qlinkbanner-list:after {
  clear: both;
}
.qlinkbanner-list .qlink-link.sqr-1 {
  width: 84px;
  margin-right: 20px;
  float: left;
}
.qlinkbanner-list .qlink-link.sqr-2 {
  width: 148px;
  margin-right: 20px;
  float: left;
}
.list-text {
  text-align: center;
  margin-top: 16px;
}
.list-text .qlink-list .qlink-link {
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  border-right: solid 1px #0087e6;
}
.list-text .qlink-list .qlink-link.last {
  border: 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-promo .qlink-wrap {
  margin: 0!important;
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  *zoom: expression(runtimeStyle.zoom = 1, appendChild(document.createElement('small')).className='after', insertBefore(document.createElement('small'), firstChild).className='before');
}
.qlink-promo .qlink-wrap .qlink-list {
  background-color: #ffffff;
  position: relative;
  font-size: 12px;
  line-height: 28px;
  float: right;
  height: auto;
}
.qlink-promo .qlink-wrap .qlink-list:before,
.qlink-promo .qlink-wrap .qlink-list > .before {
  border-color: #ffffff transparent \9;
  border-color: #ffffff rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0 0 28px 11px;
  position: absolute;
  left: -11px;
  top: 0;
  width: 0;
  content: "";
}
.qlink-promo .qlink-wrap .qlink-list li {
  padding-right: 10px;
  padding-left: 0;
}
.qlink-promo .qlink-wrap .qlink-list li.first {
  padding-right: 0;
  padding-left: 10px;
  *zoom: expression(runtimeStyle.zoom = 1, appendChild(document.createElement('small')).className='after');
}
.qlink-promo .qlink-wrap .qlink-list li.first:after,
.qlink-promo .qlink-wrap .qlink-list li.first > .after {
  padding: 0 8px;
  color: #0087e6;
  content: "/";
  *zoom: expression(runtimeStyle.zoom = 1, innerHTML = '/');
}
.cnt-promo > a:hover {
  color: #ffffff;
  background-color: #0087e6;
}
.cnt-promo > a:hover .promo-img {
  background-color: #ffffff;
}
.cnt-promo > a:hover .promo-img > img {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
.cnt-promo > a:hover .qlink-list .qlink-link .qlink-link-wrap {
  background-color: #0087e6;
}
.cnt-promo > a:hover .qlink-list .qlink-link .qlink-link-wrap:before {
  border-color: #0087e6 transparent \9;
  border-color: #0087e6 rgba(0, 135, 230, 0);
}
.cnt-promo > a:hover .qlink-list .qlink-link .qlink-link-wrap span {
  color: #ffffff;
}
.livestat-promo > a {
  padding-top: 97px;
}
.title.dcm-list-title {
  margin: 0 -10px;
}
.thumblist-lnd-3 .dcm-roofline,
.teaser-lnd-4 .dcm-roofline {
  margin-bottom: 5px;
}
.figure a:hover {
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
}
.figure a:hover > img {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
.dcm-pubdetails {
  font-size: 12px;
  line-height: 1;
  color: #999999;
}
.dcm-roofline {
  font-size: 12px;
  line-height: 1;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 2px;
}
/*.dcm-ico-news
{
  .dcm-ico
  {
    .glyphicon-before(@glyphicon-file);
  }
}*/
.dcm-ico-videos .dcm-ico:before,
.dcm-ico-videos .dcm-ico > .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;
}
.dcm-ico-photogalleries .dcm-ico:before,
.dcm-ico-photogalleries .dcm-ico > .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;
}
.dcm-icoFrame {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  *zoom: expression(runtimeStyle.zoom = 1, insertBefore(document.createElement('small'), firstChild).className='before');
}
.dcm-icoFrame .dcm-ico:before {
  color: #ffffff;
}
.noEditorialIcon .dcm-icoFrame {
  display: none !important;
  visibility: hidden !important;
}
.vertical .figure,
.phototop .figure {
  margin-bottom: 12px;
}
.noplaceholder.inline-reverse .dmc-teaser-content.i-wrapempty {
  margin-right: 0;
}
.noplaceholder.inline .dmc-teaser-content.i-wrapempty {
  margin-left: 0;
}
.dcm-list .dcm-icoFrame {
  width: 16px;
  height: 16px;
}
.dcm-thumblist:before,
.dcm-thumblist:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dcm-thumblist:after {
  clear: both;
}
.dcm-thumblist:before,
.dcm-thumblist:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dcm-thumblist:after {
  clear: both;
}
.list-title,
.dcm-list-title,
.header-wrap.dcm-list-title h4.title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.14;
  font-weight: 700;
  color: #999999;
  letter-spacing: 1px;
}
.header-wrap.dcm-list-title .title-wrap {
  padding: 0;
}
.col-xs-12 .dcm-list,
.col-xs-11 .dcm-list,
.col-xs-10 .dcm-list,
.col-xs-9 .dcm-list,
.col-xs-8 .dcm-list,
.col-xs-7 .dcm-list,
.col-xs-6 .dcm-list,
.col-xs-5 .dcm-list,
.col-xs-4 .dcm-list,
.col-xs-3 .dcm-list,
.col-xs-2 .dcm-list {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-12 .dcm-list .dcm-thumblist-item,
.col-xs-11 .dcm-list .dcm-thumblist-item,
.col-xs-10 .dcm-list .dcm-thumblist-item,
.col-xs-9 .dcm-list .dcm-thumblist-item,
.col-xs-8 .dcm-list .dcm-thumblist-item,
.col-xs-7 .dcm-list .dcm-thumblist-item,
.col-xs-6 .dcm-list .dcm-thumblist-item,
.col-xs-5 .dcm-list .dcm-thumblist-item,
.col-xs-4 .dcm-list .dcm-thumblist-item,
.col-xs-3 .dcm-list .dcm-thumblist-item,
.col-xs-2 .dcm-list .dcm-thumblist-item {
  padding: 10px;
  position: relative;
}
.col-xs-12 .dcm-list .dcm-thumblist-item.active .figure.i-wrap,
.col-xs-11 .dcm-list .dcm-thumblist-item.active .figure.i-wrap,
.col-xs-10 .dcm-list .dcm-thumblist-item.active .figure.i-wrap,
.col-xs-9 .dcm-list .dcm-thumblist-item.active .figure.i-wrap,
.col-xs-8 .dcm-list .dcm-thumblist-item.active .figure.i-wrap,
.col-xs-7 .dcm-list .dcm-thumblist-item.active .figure.i-wrap,
.col-xs-6 .dcm-list .dcm-thumblist-item.active .figure.i-wrap,
.col-xs-5 .dcm-list .dcm-thumblist-item.active .figure.i-wrap,
.col-xs-4 .dcm-list .dcm-thumblist-item.active .figure.i-wrap,
.col-xs-3 .dcm-list .dcm-thumblist-item.active .figure.i-wrap,
.col-xs-2 .dcm-list .dcm-thumblist-item.active .figure.i-wrap {
  border: 4px solid #0087e6;
  cursor: pointer;
  *zoom: expression(runtimeStyle.zoom = 1, insertBefore(document.createElement('small'), firstChild).className='before');
}
.col-xs-12 .dcm-list .dcm-thumblist-item.active .figure.i-wrap:before,
.col-xs-11 .dcm-list .dcm-thumblist-item.active .figure.i-wrap:before,
.col-xs-10 .dcm-list .dcm-thumblist-item.active .figure.i-wrap:before,
.col-xs-9 .dcm-list .dcm-thumblist-item.active .figure.i-wrap:before,
.col-xs-8 .dcm-list .dcm-thumblist-item.active .figure.i-wrap:before,
.col-xs-7 .dcm-list .dcm-thumblist-item.active .figure.i-wrap:before,
.col-xs-6 .dcm-list .dcm-thumblist-item.active .figure.i-wrap:before,
.col-xs-5 .dcm-list .dcm-thumblist-item.active .figure.i-wrap:before,
.col-xs-4 .dcm-list .dcm-thumblist-item.active .figure.i-wrap:before,
.col-xs-3 .dcm-list .dcm-thumblist-item.active .figure.i-wrap:before,
.col-xs-2 .dcm-list .dcm-thumblist-item.active .figure.i-wrap:before,
.col-xs-12 .dcm-list .dcm-thumblist-item.active .figure.i-wrap > .before,
.col-xs-11 .dcm-list .dcm-thumblist-item.active .figure.i-wrap > .before,
.col-xs-10 .dcm-list .dcm-thumblist-item.active .figure.i-wrap > .before,
.col-xs-9 .dcm-list .dcm-thumblist-item.active .figure.i-wrap > .before,
.col-xs-8 .dcm-list .dcm-thumblist-item.active .figure.i-wrap > .before,
.col-xs-7 .dcm-list .dcm-thumblist-item.active .figure.i-wrap > .before,
.col-xs-6 .dcm-list .dcm-thumblist-item.active .figure.i-wrap > .before,
.col-xs-5 .dcm-list .dcm-thumblist-item.active .figure.i-wrap > .before,
.col-xs-4 .dcm-list .dcm-thumblist-item.active .figure.i-wrap > .before,
.col-xs-3 .dcm-list .dcm-thumblist-item.active .figure.i-wrap > .before,
.col-xs-2 .dcm-list .dcm-thumblist-item.active .figure.i-wrap > .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;
}
.col-xs-12 .dcm-list .dcm-thumblist-item .qlink-wrap,
.col-xs-11 .dcm-list .dcm-thumblist-item .qlink-wrap,
.col-xs-10 .dcm-list .dcm-thumblist-item .qlink-wrap,
.col-xs-9 .dcm-list .dcm-thumblist-item .qlink-wrap,
.col-xs-8 .dcm-list .dcm-thumblist-item .qlink-wrap,
.col-xs-7 .dcm-list .dcm-thumblist-item .qlink-wrap,
.col-xs-6 .dcm-list .dcm-thumblist-item .qlink-wrap,
.col-xs-5 .dcm-list .dcm-thumblist-item .qlink-wrap,
.col-xs-4 .dcm-list .dcm-thumblist-item .qlink-wrap,
.col-xs-3 .dcm-list .dcm-thumblist-item .qlink-wrap,
.col-xs-2 .dcm-list .dcm-thumblist-item .qlink-wrap {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-12 .dcm-list .dcm-list-title,
.col-xs-11 .dcm-list .dcm-list-title,
.col-xs-10 .dcm-list .dcm-list-title,
.col-xs-9 .dcm-list .dcm-list-title,
.col-xs-8 .dcm-list .dcm-list-title,
.col-xs-7 .dcm-list .dcm-list-title,
.col-xs-6 .dcm-list .dcm-list-title,
.col-xs-5 .dcm-list .dcm-list-title,
.col-xs-4 .dcm-list .dcm-list-title,
.col-xs-3 .dcm-list .dcm-list-title,
.col-xs-2 .dcm-list .dcm-list-title {
  padding: 10px 10px 0;
}
.col-xs-12 .dcm-list .btn-more,
.col-xs-11 .dcm-list .btn-more,
.col-xs-10 .dcm-list .btn-more,
.col-xs-9 .dcm-list .btn-more,
.col-xs-8 .dcm-list .btn-more,
.col-xs-7 .dcm-list .btn-more,
.col-xs-6 .dcm-list .btn-more,
.col-xs-5 .dcm-list .btn-more,
.col-xs-4 .dcm-list .btn-more,
.col-xs-3 .dcm-list .btn-more,
.col-xs-2 .dcm-list .btn-more {
  background-color: #f5f5f5;
  height: 40px;
  color: #0087e6;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  display: block;
  margin: 20px 10px;
}
.col-xs-12 .dcm-list .btn-more:hover,
.col-xs-11 .dcm-list .btn-more:hover,
.col-xs-10 .dcm-list .btn-more:hover,
.col-xs-9 .dcm-list .btn-more:hover,
.col-xs-8 .dcm-list .btn-more:hover,
.col-xs-7 .dcm-list .btn-more:hover,
.col-xs-6 .dcm-list .btn-more:hover,
.col-xs-5 .dcm-list .btn-more:hover,
.col-xs-4 .dcm-list .btn-more:hover,
.col-xs-3 .dcm-list .btn-more:hover,
.col-xs-2 .dcm-list .btn-more:hover {
  background-color: #0087e6;
  color: #f5f5f5;
  text-decoration: none;
}
.col-xs-12.dmc-list-divider .dcm-thumblist-item,
.col-xs-11.dmc-list-divider .dcm-thumblist-item,
.col-xs-10.dmc-list-divider .dcm-thumblist-item,
.col-xs-9.dmc-list-divider .dcm-thumblist-item,
.col-xs-8.dmc-list-divider .dcm-thumblist-item,
.col-xs-7.dmc-list-divider .dcm-thumblist-item,
.col-xs-6.dmc-list-divider .dcm-thumblist-item,
.col-xs-5.dmc-list-divider .dcm-thumblist-item,
.col-xs-4.dmc-list-divider .dcm-thumblist-item,
.col-xs-3.dmc-list-divider .dcm-thumblist-item,
.col-xs-2.dmc-list-divider .dcm-thumblist-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px 9px;
}
.grid-view .dcm-thumblist .dcm-thumblist-item {
  float: left;
}
.list-view .dcm-thumblist .dcm-thumblist-item {
  float: none;
}
.list-view .dcm-thumblist .dcm-thumblist-item:before,
.list-view .dcm-thumblist .dcm-thumblist-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-view .dcm-thumblist .dcm-thumblist-item:after {
  clear: both;
}
.list-view .dcm-thumblist .dcm-thumblist-item:before,
.list-view .dcm-thumblist .dcm-thumblist-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-view .dcm-thumblist .dcm-thumblist-item:after {
  clear: both;
}
.list-view .dcm-thumblist .dcm-thumblist-item .figure {
  float: left;
  margin-right: 20px;
}
.thumblist-lnd-1 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-lnd-1.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-lnd-1 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-lnd-1.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-lnd-1 .vertical .dcm-thumblist-item {
  width: 168px;
}
.thumblist-lnd-1 .inline .figure {
  float: left;
}
.thumblist-lnd-1 .inline .dcm-thumblist-title {
  margin-left: 100px;
  min-height: 45px;
  height: auto !important;
  height: 45px;
}
.thumblist-lnd-1 .inline .dmc-teaser-content {
  margin-left: 100px;
  min-height: 45px;
  height: auto !important;
  height: 45px;
}
.thumblist-lnd-1 .inline.inline-col3 {
  width: 232px;
}
.thumblist-lnd-2 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-lnd-2.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-lnd-2 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-lnd-2.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-lnd-2 .vertical .dcm-thumblist-item {
  width: 168px;
}
.thumblist-lnd-3 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-lnd-3.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-lnd-3 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-lnd-3.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-lnd-3 .dcm-title {
  font-size: 16px;
  line-height: 21px;
}
.thumblist-lnd-3 .vertical .dcm-thumblist-item {
  width: 252px;
}
.thumblist-lnd-4 .i-wrap.i-wrapempty,
.teaser-lnd-4 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-lnd-4.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-lnd-4 .i-wrap.i-stadiumempty,
.teaser-lnd-4 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-lnd-4.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-lnd-4 .dcm-title,
.teaser-lnd-4 .dcm-title {
  font-size: 19px;
  line-height: 21px;
  margin-bottom: 6px;
}
.thumblist-lnd-4 .vertical .dcm-thumblist-item,
.teaser-lnd-4 .vertical .dcm-thumblist-item {
  width: 336px;
}
.thumblist-lnd-6 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-lnd-6.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-lnd-6 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-lnd-6.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-lnd-6 .vertical .dcm-thumblist-item {
  width: 504px;
  min-height: 360px;
}
.thumblist-lnd-8 {
  width: 672px;
}
.thumblist-lnd-12 {
  width: 1008px;
}
.thumblist-sqr-1 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-sqr-1.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-sqr-1 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-sqr-1.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-sqr-1 .dcm-title {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  height: 56px;
  overflow: hidden;
}
.thumblist-sqr-1 .inline .dcm-thumblist-item .figure,
.thumblist-sqr-1 .inline-col4 .dcm-thumblist-item .figure,
.thumblist-sqr-1 .inline-col3 .dcm-thumblist-item .figure,
.thumblist-sqr-1 .inline-col2 .dcm-thumblist-item .figure {
  float: left;
}
.thumblist-sqr-1 .inline .dcm-thumblist-item .dcm-thumblist-title,
.thumblist-sqr-1 .inline-col4 .dcm-thumblist-item .dcm-thumblist-title,
.thumblist-sqr-1 .inline-col3 .dcm-thumblist-item .dcm-thumblist-title,
.thumblist-sqr-1 .inline-col2 .dcm-thumblist-item .dcm-thumblist-title {
  margin-left: 104px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.thumblist-sqr-1 .inline .dcm-thumblist-item .dmc-teaser-content,
.thumblist-sqr-1 .inline-col4 .dcm-thumblist-item .dmc-teaser-content,
.thumblist-sqr-1 .inline-col3 .dcm-thumblist-item .dmc-teaser-content,
.thumblist-sqr-1 .inline-col2 .dcm-thumblist-item .dmc-teaser-content {
  margin-left: 104px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.thumblist-sqr-1 .inline.post .dcm-title,
.thumblist-sqr-1 .inline-col4.post .dcm-title,
.thumblist-sqr-1 .inline-col3.post .dcm-title,
.thumblist-sqr-1 .inline-col2.post .dcm-title {
  height: auto;
}
.thumblist-sqr-1 .inline-col4 .dcm-thumblist-item {
  width: 336px;
}
.thumblist-sqr-1 .inline-col3 .dcm-thumblist-item {
  width: 252px;
}
.thumblist-sqr-1 .inline-col2 .dcm-thumblist-item {
  width: 168px;
}
.thumblist-sqr-2 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-sqr-2.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-sqr-2 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-sqr-2.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-sqr-2 .dcm-thumblist-item .figure {
  float: left;
}
.thumblist-sqr-2 .dcm-thumblist-item .dcm-thumblist-title {
  margin-left: 168px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.thumblist-sqr-2 .dcm-thumblist-item .dmc-teaser-content {
  margin-left: 168px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.thumblist-sqr-3 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-sqr-3.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-sqr-3 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-sqr-3.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-sqr-3 .vertical .dcm-thumblist-item {
  min-height: 230px;
}
.thumblist-sqr-3 .vertical .dcm-thumblist-item .dcm-thumblist-title {
  width: 232px;
}
.thumblist-sqr-4 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-sqr-4.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-sqr-4 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-sqr-4.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.thumblist-sqr-4 .vertical .dcm-thumblist-item {
  min-height: 270px;
}
.thumblist-sqr-4 .vertical .dcm-thumblist-item .dcm-thumblist-title {
  width: 316px;
}
.teaser-lnd-1,
.teaser-lnd-2,
.teaser-lnd-3,
.teaser-lnd-4,
.teaser-lnd-6,
.teaser-lnd-8,
.teaser-lnd-9,
.teaser-lnd-12,
.teaser-sqr-1,
.teaser-sqr-2,
.teaser-sqr-3,
.teaser-sqr-4,
.teaser-prt-1,
.teaser-prt-2,
.teaser-prt-3,
.teaser-prt-4 {
  padding: 10px;
  position: relative;
}
.teaser-lnd-1:before,
.teaser-lnd-2:before,
.teaser-lnd-3:before,
.teaser-lnd-4:before,
.teaser-lnd-6:before,
.teaser-lnd-8:before,
.teaser-lnd-9:before,
.teaser-lnd-12:before,
.teaser-sqr-1:before,
.teaser-sqr-2:before,
.teaser-sqr-3:before,
.teaser-sqr-4:before,
.teaser-prt-1:before,
.teaser-prt-2:before,
.teaser-prt-3:before,
.teaser-prt-4:before,
.teaser-lnd-1:after,
.teaser-lnd-2:after,
.teaser-lnd-3:after,
.teaser-lnd-4:after,
.teaser-lnd-6:after,
.teaser-lnd-8:after,
.teaser-lnd-9:after,
.teaser-lnd-12:after,
.teaser-sqr-1:after,
.teaser-sqr-2:after,
.teaser-sqr-3:after,
.teaser-sqr-4:after,
.teaser-prt-1:after,
.teaser-prt-2:after,
.teaser-prt-3:after,
.teaser-prt-4:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.teaser-lnd-1:after,
.teaser-lnd-2:after,
.teaser-lnd-3:after,
.teaser-lnd-4:after,
.teaser-lnd-6:after,
.teaser-lnd-8:after,
.teaser-lnd-9:after,
.teaser-lnd-12:after,
.teaser-sqr-1:after,
.teaser-sqr-2:after,
.teaser-sqr-3:after,
.teaser-sqr-4:after,
.teaser-prt-1:after,
.teaser-prt-2:after,
.teaser-prt-3:after,
.teaser-prt-4:after {
  clear: both;
}
.teaser-lnd-1:before,
.teaser-lnd-2:before,
.teaser-lnd-3:before,
.teaser-lnd-4:before,
.teaser-lnd-6:before,
.teaser-lnd-8:before,
.teaser-lnd-9:before,
.teaser-lnd-12:before,
.teaser-sqr-1:before,
.teaser-sqr-2:before,
.teaser-sqr-3:before,
.teaser-sqr-4:before,
.teaser-prt-1:before,
.teaser-prt-2:before,
.teaser-prt-3:before,
.teaser-prt-4:before,
.teaser-lnd-1:after,
.teaser-lnd-2:after,
.teaser-lnd-3:after,
.teaser-lnd-4:after,
.teaser-lnd-6:after,
.teaser-lnd-8:after,
.teaser-lnd-9:after,
.teaser-lnd-12:after,
.teaser-sqr-1:after,
.teaser-sqr-2:after,
.teaser-sqr-3:after,
.teaser-sqr-4:after,
.teaser-prt-1:after,
.teaser-prt-2:after,
.teaser-prt-3:after,
.teaser-prt-4:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.teaser-lnd-1:after,
.teaser-lnd-2:after,
.teaser-lnd-3:after,
.teaser-lnd-4:after,
.teaser-lnd-6:after,
.teaser-lnd-8:after,
.teaser-lnd-9:after,
.teaser-lnd-12:after,
.teaser-sqr-1:after,
.teaser-sqr-2:after,
.teaser-sqr-3:after,
.teaser-sqr-4:after,
.teaser-prt-1:after,
.teaser-prt-2:after,
.teaser-prt-3:after,
.teaser-prt-4:after {
  clear: both;
}
.teaser-lnd-12 {
  margin: 0 -10px;
}
.dcm-list.phototop.overlap .figure {
  margin-bottom: 0;
}
.dcm-list.phototop.overlap .figure .dcm-icoFrame {
  display: none !important;
  visibility: hidden !important;
}
.dcm-list.phototop.overlap .dmc-teaser-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 10px;
  background: #ffffff transparent;
  background: rgba(255, 255, 255, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)";
  zoom: 1;
}
.dcm-list.phototop.overlap .dmc-teaser-content .dcm-roofline,
.dcm-list.phototop.overlap .dmc-teaser-content .dcm-pubdetails,
.dcm-list.phototop.overlap .dmc-teaser-content .dcm-title {
  position: relative;
  z-index: 1;
  color: #666666;
}
.dcm-list.phototop.overlap .dmc-teaser-content .dcm-title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 200;
  margin-bottom: 6px;
}
.dcm-list.phototop.overlap .dmc-teaser-content .dcm-title a:hover {
  text-decoration: none;
}
.dcm-list.phototop.overlap .dmc-teaser-content .dcm-icoFrame {
  position: absolute;
  top: -30px;
  right: 10px;
  display: block;
}
.dcm-list.phototop.overlap .dmc-teaser-content .dcm-icoFrame .dcm-ico:before {
  display: block;
}
.promo .dcm-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.14;
  font-weight: 700;
  color: #999999;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.promo .qlink-wrap {
  margin: 10px 0;
}
.teaserrow .dcm-title,
.teaserrow.promo .dcm-title {
  font-size: 21px;
  line-height: 45px;
  border-bottom: 1px solid #999999;
  font-weight: 200;
  margin-bottom: 16px;
  color: #666666;
  text-transform: none;
}
.teaser-inline .figure {
  position: absolute;
  top: 10px;
  left: 10px;
}
.teaser-inline.teaser-lnd-4 .dcm-title {
  margin-left: 336px;
}
.hasmorelink .dmc-teaser-content {
  position: relative;
  padding-bottom: 50px;
}
.hasmorelink .dmc-teaser-content .qlink-wrap {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.hasmorelink .dcm-thumblist-title + .qlink-wrap {
  margin: 0;
}
.hasmorelink .dcm-thumblist-title + .qlink-wrap .qlink-list {
  top: -38px;
}
.teaser-lnd-8 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-lnd-8.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-lnd-8 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-lnd-8.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-lnd-8.inline .figure {
  float: left;
}
.teaser-lnd-8.inline .dcm-thumblist-title {
  margin-left: 672px;
  min-height: 367px;
  height: auto !important;
  height: 367px;
}
.teaser-lnd-8.inline .dmc-teaser-content {
  margin-left: 672px;
  min-height: 367px;
  height: auto !important;
  height: 367px;
}
.teaser-lnd-8 .dcm-list-title {
  margin: 0 -10px;
  padding-bottom: 10px !important;
}
.teaser-lnd-6 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-lnd-6.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-lnd-6 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-lnd-6.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-lnd-6.inline .figure {
  float: left;
}
.teaser-lnd-6.inline .dcm-thumblist-title {
  margin-left: 504px;
  min-height: 272px;
  height: auto !important;
  height: 272px;
}
.teaser-lnd-6.inline .dmc-teaser-content {
  margin-left: 504px;
  min-height: 272px;
  height: auto !important;
  height: 272px;
}
.teaser-lnd-6.inline-reverse .figure {
  float: right;
}
.teaser-lnd-6.inline-reverse .dcm-thumblist-title {
  margin-right: 504px;
}
.teaser-lnd-6.inline-reverse .dmc-teaser-content {
  margin-right: 504px;
  min-height: 272px;
  height: auto !important;
  height: 272px;
}
.teaser-lnd-6 .dcm-list-title {
  margin: 0 -10px;
  padding-bottom: 10px !important;
}
.teaser-lnd-4 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-lnd-4.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-lnd-4 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-lnd-4.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-lnd-4.inline .figure {
  float: left;
}
.teaser-lnd-4.inline .dcm-thumblist-title {
  margin-left: 336px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-lnd-4.inline .dmc-teaser-content {
  margin-left: 336px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-lnd-4.inline-col4 {
  width: 316px;
}
.teaser-lnd-4.inline-col4 .figure {
  float: left;
}
.teaser-lnd-4.inline-col4 .dcm-thumblist-title {
  margin-left: 336px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-lnd-4.inline-col4 .dmc-teaser-content {
  margin-left: 336px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-lnd-4.inline-col8 {
  width: 652px;
}
.teaser-lnd-4.inline-col8 .figure {
  float: left;
}
.teaser-lnd-4.inline-col8 .dcm-thumblist-title {
  margin-left: 336px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-lnd-4.inline-col8 .dmc-teaser-content {
  margin-left: 336px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-lnd-4 .dcm-list-title {
  margin: 0 -10px;
  padding-bottom: 10px !important;
}
.teaser-lnd-3 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-lnd-3.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-lnd-3 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-lnd-3.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-lnd-3.inline .figure {
  float: left;
}
.teaser-lnd-3.inline .dcm-thumblist-title {
  margin-left: 252px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-lnd-3.inline .dmc-teaser-content {
  margin-left: 252px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-lnd-3.inline-col4 {
  width: 316px;
}
.teaser-lnd-3.inline-col4 .figure {
  float: left;
}
.teaser-lnd-3.inline-col4 .dcm-thumblist-title {
  margin-left: 252px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-lnd-3.inline-col4 .dmc-teaser-content {
  margin-left: 252px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-lnd-3 .dcm-list-title {
  margin: 0 -10px;
  padding-bottom: 10px !important;
}
.teaser-sqr-1 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-sqr-1.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-sqr-1 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-sqr-1.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-sqr-1.inline .figure {
  float: left;
}
.teaser-sqr-1.inline .dcm-thumblist-title {
  margin-left: 104px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-sqr-1.inline .dmc-teaser-content {
  margin-left: 104px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-sqr-1.inline-col4 {
  width: 316px;
}
.teaser-sqr-1.inline-col4 .figure {
  float: left;
}
.teaser-sqr-1.inline-col4 .dcm-thumblist-title {
  margin-left: 104px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-sqr-1.inline-col4 .dmc-teaser-content {
  margin-left: 104px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-sqr-2 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-sqr-2.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-sqr-2 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-sqr-2.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-sqr-2.inline .figure {
  float: left;
}
.teaser-sqr-2.inline .dcm-thumblist-title {
  margin-left: 168px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-sqr-2.inline .dmc-teaser-content {
  margin-left: 168px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-sqr-2.inline-col6 {
  width: 484px;
}
.teaser-sqr-2.inline-col6 .figure {
  float: left;
}
.teaser-sqr-2.inline-col6 .dcm-thumblist-title {
  margin-left: 168px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-sqr-2.inline-col6 .dmc-teaser-content {
  margin-left: 168px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.teaser-prt-4 .i-wrap.i-wrapempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/ph-prt-4.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-prt-4 .i-wrap.i-stadiumempty {
  background-image: url("http://img.fifa.com/images/layout/backgrounds/placeholders/stadium-prt-4.png?v=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.teaser-prt-4.inline .figure {
  float: left;
}
.teaser-prt-4.inline .dcm-thumblist-title {
  margin-left: 336px;
  min-height: 421px;
  height: auto !important;
  height: 421px;
}
.teaser-prt-4.inline .dmc-teaser-content {
  margin-left: 336px;
  min-height: 421px;
  height: auto !important;
  height: 421px;
}
.teaser-prt-4.inline-reverse .figure {
  float: right;
}
.teaser-prt-4.inline-reverse .dcm-thumblist-title {
  margin-right: 336px;
}
.teaser-prt-4.inline-reverse .dmc-teaser-content {
  margin-right: 336px;
  min-height: 421px;
  height: auto !important;
  height: 421px;
}
.row-first > .hp-top-story {
  margin-top: 10px;
}
.row-first > .hp-top-story .adv.adv-mrec {
  margin-top: 10px !important;
}
.row-first > .hp-top-story .qlink-wrap {
  margin: 0;
}
.list-news .adv-lb-wrap {
  margin-bottom: 40px;
}
.list-news .qlink-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.list-news .post .dcm-thumblist-item {
  padding-bottom: 40px;
}
.list-news .post .dcm-thumblist-item .dcm-title {
  color: #2e2e2e;
}
.list-news .post .dcm-thumblist-item .dcm-pubdetails {
  margin: 8px 0;
}
.list-news .post .dcm-thumblist-item .qlink-link-single {
  position: absolute;
  bottom: 0;
  right: 0;
}
.list-news .media .dcm-pubdetails {
  margin-bottom: 6px;
}
.list-news.grid-view.thumblist-lnd-4 .dcm-thumblist-item {
  height: 308px;
}
.list-news.grid-view.thumblist-lnd-3 .dcm-thumblist-item {
  height: 250px;
}
.list-news.grid-view.thumblist-lnd-3 .dcm-thumblist-item .dcm-title {
  overflow: hidden;
  height: 86px;
}
.list-news.grid-view.thumblist-lnd-3.promolist .dcm-thumblist-item {
  height: auto;
}
.list-news.grid-view.thumblist-lnd-3.promolist .dcm-thumblist-item .dcm-title {
  overflow: visible;
  height: auto;
}
.list-news.grid-view.noItemHeight .dcm-thumblist-item {
  height: auto!important;
}
.list-photos .dcm-thumblist-title {
  display: none !important;
  visibility: hidden !important;
}
.list-photos .vertical .figure {
  margin-bottom: 0;
}
.list-photogalleries.thumblist-lnd-4 .vertical .dcm-thumblist-item {
  overflow: hidden;
  height: 290px;
}
.list-photogalleries .dcm-icoFrame {
  display: none;
}
.list-videos {
  /*.dcm-ico-videos
  {
    .vid-icon(@size48);
    .bg("icons/play48", 'png', transparent, no-repeat, center center);
  }*/
}
.list-videos .adv-lb-wrap {
  margin-bottom: 40px;
}
.list-videos .dcm-thumblist {
  -ms-touch-action: none;
}
.list-videos .dcm-icoFrame {
  display: none;
}
.list-videos .vertical .dcm-title {
  height: 86px;
  overflow: hidden;
}
.video-page .ritem-video {
  clear: left;
}
.video-page .ritem-video.thumblist-lnd-3 .dcm-list-title {
  padding: 20px 10px 0;
}
.video-page .ritem-video.thumblist-lnd-3 .dcm-thumblist-item {
  padding: 10px;
  float: left;
}
.video-page .ritem-video.thumblist-sqr-1 .dcm-thumblist-item:before,
.video-page .ritem-video.thumblist-sqr-1 .dcm-thumblist-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.video-page .ritem-video.thumblist-sqr-1 .dcm-thumblist-item:after {
  clear: both;
}
.video-page .ritem-video.thumblist-sqr-1 .dcm-thumblist-item:before,
.video-page .ritem-video.thumblist-sqr-1 .dcm-thumblist-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.video-page .ritem-video.thumblist-sqr-1 .dcm-thumblist-item:after {
  clear: both;
}
.video-page .ritem-video.thumblist-sqr-1 .dcm-thumblist-item .figure {
  float: left;
}
.video-page .ritem-video.thumblist-sqr-1 .dcm-thumblist-item .dcm-thumblist-title {
  margin-left: 110px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.video-page .ritem-video.thumblist-sqr-1 .dcm-thumblist-item .dmc-teaser-content {
  margin-left: 110px;
  min-height: auto;
  height: auto !important;
  height: auto;
}
.video-page .ritem-video.thumblist-sqr-1 .dcm-thumblist-item .figure {
  margin-bottom: 0;
}
.list-document {
  margin-bottom: 20px;
}
.list-document .doc .dcm-thumblist-item {
  padding: 0 10px;
}
.list-document .doc .dcm-thumblist-item h4 {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 40px;
  line-height: 20px;
  height: 56px;
}
.list-document .doc .dcm-thumblist-item h4:before,
.list-document .doc .dcm-thumblist-item h4 > .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=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.list-document .qlink-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.list-document .inline-col4 .dcm-thumblist-item {
  width: 336px;
}
.list-link .doc .dcm-thumblist-item {
  padding: 0 10px;
}
.list-link .doc .dcm-thumblist-item h4 {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 40px;
  line-height: 20px;
  height: 56px;
}
.list-link .doc .dcm-thumblist-item h4:before,
.list-link .doc .dcm-thumblist-item h4 > .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=130540415222668196");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.list-document.single-item .doc .dcm-thumblist-item h4 {
  border-bottom: none;
}
.shop-list .shop-item a {
  display: block;
}
.shop-list .shop-item img {
  display: block;
  margin: 0 auto;
}
.shop-list .shop-item .shop-item-detail {
  margin-top: 15px;
}
.shop-list .shop-item .shop-item-price {
  font-weight: bold;
}
.article-body .siteh-tc-login .buttons-wrap .login-signin-btn {
  float: right;
}
.profileHeader.publicProfile .userScreenName span {
  font-size: 32px;
}
.siteh-intro .siteh-sociallink h4,
.siteh-tc-login h4,
.siteh-intro .siteh-sociallink .sociallink-undo,
.siteh-tc-login .sociallink-undo {
  margin-bottom: 10px;
  display: block;
}
.megamenu .siteh-intro .siteh-sociallink h4,
.megamenu.siteh-tc-login h4,
.megamenu .siteh-intro .siteh-sociallink .sociallink-undo,
.megamenu.siteh-tc-login .sociallink-undo {
  margin-bottom: 0px !important;
  display: block;
}
.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: 494px;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-tc-notlogged .siteh-tc-login.megamenu-slink .siteh-login-fifacom-club form .form-group {
  width: 237px;
  float: left;
  min-height: 45px;
  clear: both;
}
.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 {
  margin-left: 20px;
  clear: none;
}
.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;
}
.header-wrap.tc-h {
  margin-bottom: 10px;
}
.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 {
  margin-bottom: 15px;
  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 .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 #0087e6;
}
.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 #0087e6;
}
.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 .header-wrap,
.account-edit .header-wrap,
.account-login .header-wrap,
.account-common .header-wrap {
  margin-top: 20px;
}
.account-registration .socialLinkSelector form,
.account-edit .socialLinkSelector form,
.account-login .socialLinkSelector form,
.account-common .socialLinkSelector form,
.account-registration .siteh-social-login-fifacom-club form,
.account-edit .siteh-social-login-fifacom-club form,
.account-login .siteh-social-login-fifacom-club form,
.account-common .siteh-social-login-fifacom-club form {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 204px;
  margin-left: 0px;
}
.account-registration .socialLinkSelector form button.btn,
.account-edit .socialLinkSelector form button.btn,
.account-login .socialLinkSelector form button.btn,
.account-common .socialLinkSelector form button.btn,
.account-registration .siteh-social-login-fifacom-club form button.btn,
.account-edit .siteh-social-login-fifacom-club form button.btn,
.account-login .siteh-social-login-fifacom-club form button.btn,
.account-common .siteh-social-login-fifacom-club form button.btn {
  width: 100%;
}
.account-registration .socialLinkSelector form + form,
.account-edit .socialLinkSelector form + form,
.account-login .socialLinkSelector form + form,
.account-common .socialLinkSelector form + form,
.account-registration .siteh-social-login-fifacom-club form + form,
.account-edit .siteh-social-login-fifacom-club form + form,
.account-login .siteh-social-login-fifacom-club form + form,
.account-common .siteh-social-login-fifacom-club form + form {
  margin-left: 20px;
}
.account-registration .siteh-social-login-fifacom-club,
.account-edit .siteh-social-login-fifacom-club,
.account-login .siteh-social-login-fifacom-club,
.account-common .siteh-social-login-fifacom-club {
  clear: both;
}
.account-registration.full-col .socialLinkSelector form,
.account-edit.full-col .socialLinkSelector form,
.account-login.full-col .socialLinkSelector form,
.account-common.full-col .socialLinkSelector form,
.account-registration.full-col .siteh-social-login-fifacom-club form,
.account-edit.full-col .siteh-social-login-fifacom-club form,
.account-login.full-col .siteh-social-login-fifacom-club form,
.account-common.full-col .siteh-social-login-fifacom-club form {
  width: 322px;
}
.account-registration .form-group,
.account-edit .form-group,
.account-login .form-group,
.account-common .form-group {
  width: 316px;
  float: left;
  min-height: 45px;
  clear: both;
}
.account-registration .form-group.second-col,
.account-edit .form-group.second-col,
.account-login .form-group.second-col,
.account-common .form-group.second-col,
.account-registration .form-group.third-col,
.account-edit .form-group.third-col,
.account-login .form-group.third-col,
.account-common .form-group.third-col {
  margin-left: 20px;
  clear: none;
}
.account-registration.full-col .form-group,
.account-edit.full-col .form-group,
.account-login.full-col .form-group,
.account-common.full-col .form-group {
  width: 494px;
}
.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 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=130540415222668196");
  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 .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: 316px;
}
.account-registration .select-33,
.account-edit .select-33,
.account-login .select-33,
.account-common .select-33 {
  width: 98px;
  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: 10px;
}
.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%;
}
.account-common.tc-sh .title-wrap h2 {
  border-bottom: 0px;
}
.form-group.passwordRecoveredMessage {
  width: auto!important;
}
.siteh-subpanel .siteh-tc-logged .socialLinkModule.mmconnect {
  position: absolute;
  left: 0;
  bottom: 4px;
}
.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 {
  height: 400px !important;
  overflow: hidden;
}
.profiles-user-games .dcm-list .dcm-thumblist li.dcm-thumblist-item .dcm-summarysection {
  height: 123px !important;
  max-height: 123px !important;
  overflow: hidden;
}
.profiles-user-games .dcm-list .dcm-thumblist li.dcm-thumblist-item .qlink-wrap {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.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 {
  float: left;
  clear: none;
}
.account-login.full-col.games-login #d_loginpwd {
  float: right;
  clear: none;
}
.account-login.full-col.games-login #d_loginforgot {
  clear: both;
  width: 497px;
  height: 32px;
  line-height: 32px;
  float: right;
  margin-bottom: 20px;
}
.account-login.full-col.games-login #d_loginrememberMe {
  clear: none;
  width: 497px;
  height: 32px;
  line-height: 32px;
  float: left;
  margin-bottom: 20px;
}
.account-login.full-col.games-login #d_loginrememberMe #l_rememberMe {
  font-weight: normal;
}
.account-login.full-col.games-login .buttons-wrap .btn.btn-link {
  clear: both;
  width: 497px;
  height: 32px;
  line-height: 32px;
  float: right;
  text-align: left;
}
.account-login.full-col.games-login .buttons-wrap button.login-signin-btn {
  clear: none;
  float: left;
  width: 497px;
  margin-bottom: 20px;
}
.account-login.full-col.games-login .siteh-social-login-fifacom-club {
  width: 497px;
}
.account-login.full-col.games-login .siteh-social-login-fifacom-club form.social_login_form {
  width: 497px;
}
body {
  padding-top: 50px;
  background-image: url("http://img.fifa.com/images/layout/brand/bg.png?v=130540415222668196");
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-position: 40px 0;
}
.flag {
  border: none;
}
.siteh-input-search {
  width: auto!important;
}
.siteh-subpanel:before,
.siteh-subpanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.siteh-subpanel:after {
  clear: both;
}
.siteh-subpanel:before,
.siteh-subpanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.siteh-subpanel:after {
  clear: both;
}
.siteh-wrap,
.sitef-wrap,
.siteh-subpanel-wrapper {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
.siteh-wrap *,
.sitef-wrap *,
.siteh-subpanel-wrapper *,
.siteh-wrap *:before,
.sitef-wrap *:before,
.siteh-subpanel-wrapper *:before,
.siteh-wrap *:after,
.sitef-wrap *:after,
.siteh-subpanel-wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/polyfill/boxsizing.htc);
}
.siteh-wrap .sr-only,
.sitef-wrap .sr-only,
.siteh-subpanel-wrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.siteh-wrap .nav,
.sitef-wrap .nav,
.siteh-subpanel-wrapper .nav {
  background: none;
  height: auto;
  padding: 0;
  margin-top: 0;
}
.siteh-wrap .container,
.sitef-wrap .container,
.siteh-subpanel-wrapper .container {
  width: 1028px;
  margin: 0 auto;
  padding: 0 10px;
}
.siteh-wrap .nav-wrap,
.sitef-wrap .nav-wrap,
.siteh-subpanel-wrapper .nav-wrap {
  width: auto;
  padding-bottom: 0;
}
.siteh-wrap .figure img,
.sitef-wrap .figure img,
.siteh-subpanel-wrapper .figure img {
  max-width: 100% !important;
}
.siteh-wrap {
  z-index: 1000000;
}
.siteh-wrap .container {
  padding: 0 20px;
}
.sitef-wrap {
  border-color: #bbb;
  border-style: solid;
  border-width: 0 1px;
  clear: both;
}
.sitef-wrap .container {
  padding-left: 170px;
  padding-top: 20px;
  width: 988px;
}
.ie8 .siteh-wrap .navbar-header {
  margin: 0;
  padding: 0;
}
.siteh-subpanel-wrapper {
  z-index: 130000;
}
#global .siteh-subpanel-wrapper {
  left: 0;
  right: 0;
}
#global .siteh-subpanel-wrapper #siteh-tc-subpanel #d_loginemail input,
#global .siteh-subpanel-wrapper #siteh-tc-subpanel #d_loginpwd input {
  width: 100%;
  float: none;
  border: 1px solid #999999;
  margin-left: 0;
}
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .qlink-wrap .qlink-list,
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .dcm-title {
  margin: 0;
  font-weight: 400;
}
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .siteh-tc-activities-list {
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
  margin: 0;
  padding-left: 0;
}
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .siteh-tc-activities-list:before,
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .siteh-tc-activities-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .siteh-tc-activities-list:after {
  clear: both;
}
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .siteh-tc-activities-list:before,
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .siteh-tc-activities-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .siteh-tc-activities-list:after {
  clear: both;
}
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .siteh-tc-activities-list > li {
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  cursor: pointer;
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  left: 0;
}
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .siteh-tc-activities-list.items-2 > li {
  width: 484px;
}
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .siteh-tc-activities-list.items-3 > li {
  width: 316px;
}
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .siteh-tc-activities-list.items-4 > li {
  width: 232px;
}
#global .siteh-subpanel-wrapper #siteh-tc-subpanel .siteh-tc-activities-list.items-6 > li {
  width: 148px;
}
#global .sitef-wrap {
  border: none;
}
#global .sitef-wrap .container {
  width: 985px;
}
footer {
  width: 1002px;
  margin: 0 auto;
}
footer .sitef-wrap .navbar-nav > li a {
  text-decoration: none;
}
/*//international sign
#siteh-int-sign-subpanel
{
  a
  {
    color: @brand-primary-blue;
  }
}*/
#siteh-fifamenu-hp {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  top: 40px;
  position: fixed;
  left: 0;
  right: 0;
}
.navbar-aboutfifa #siteh-fifamenu-hp {
  height: 40px;
}
.navbar-aboutfifa .navbar-toggle {
  position: static;
}
.nav.nav-siteh-aboutfifa {
  height: auto;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  background-image: none;
}
.nav.nav-siteh-aboutfifa li {
  float: left;
}
.nav.nav-siteh-aboutfifa li a {
  color: #326295;
  padding: 11px 0;
  font-size: 14px;
}
.nav.nav-siteh-aboutfifa li a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.nav.nav-siteh-aboutfifa li.first {
  text-align: left;
}
.en .nav.nav-siteh-aboutfifa li {
  padding: 0 72px;
}
.en .nav.nav-siteh-aboutfifa li.first {
  margin-left: -72px;
}
.fr .nav.nav-siteh-aboutfifa li {
  padding: 0 72px;
}
.fr .nav.nav-siteh-aboutfifa li.first {
  margin-left: -72px;
}
.de .nav.nav-siteh-aboutfifa li {
  padding: 0 66px;
}
.de .nav.nav-siteh-aboutfifa li.first {
  margin-left: -66px;
}
.es .nav.nav-siteh-aboutfifa li {
  padding: 0 66px;
}
.es .nav.nav-siteh-aboutfifa li.first {
  margin-left: -66px;
}
.pt .nav.nav-siteh-aboutfifa li {
  padding: 0 68px;
}
.pt .nav.nav-siteh-aboutfifa li.first {
  margin-left: -68px;
}
.ar .nav.nav-siteh-aboutfifa li {
  padding: 0 84px;
}
.ar .nav.nav-siteh-aboutfifa li.first {
  margin-left: -84px;
}
/*STORE*/
.slider {
  overflow: hidden;
  position: relative;
  width: 988px;
  margin: 0;
}
.slider .slider-wrap .slider-list.items-4 > li {
  width: 232px;
}
.slider .slider-wrap .slider-list > li {
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  cursor: pointer;
  float: left;
  display: inline-block;
  zoom: 1;
  left: 0;
}
.shop-list .shop-item img {
  display: block;
  margin: 0 auto;
}
.siteh-subpanel-wrapper .siteh-subpanel .siteh-content-area .siteh-store-items a {
  color: #5cace5;
}
.shop-list .shop-item a {
  display: block;
}
a:visited,
a:visited * {
  text-decoration: none;
}
.slider-wrap {
  margin: 10px -10px 0;
}
.slider-wrap .slider-list {
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.slider-wrap .slider-list:before,
.slider-wrap .slider-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.slider-wrap .slider-list:after {
  clear: both;
}
.slider-wrap .slider-list:before,
.slider-wrap .slider-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.slider-wrap .slider-list:after {
  clear: both;
}
.slider-wrap .slider-list > li {
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  cursor: pointer;
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  left: 0;
}
.slider-wrap .slider-list.items-2 > li {
  width: 484px;
}
.slider-wrap .slider-list.items-3 > li {
  width: 316px;
}
.slider-wrap .slider-list.items-4 > li {
  width: 232px;
}
.slider-wrap .slider-list.items-6 > li {
  width: 148px;
}
.siteh-store-items {
  text-align: center;
  padding: 0px;
}
.siteh-store-items .shop-list .shop-item a {
  display: block;
}
.siteh-store-items .shop-list .shop-item img {
  display: block;
  margin: 0 auto;
}
.siteh-store-items .shop-list .shop-item .shop-item-detail {
  margin-top: 15px;
}
.siteh-store-items .shop-list .shop-item .shop-item-price {
  font-weight: bold;
}
.siteh-store-items .shop-list .shop-item a {
  color: #5cace5;
}
.siteh-store-items .shop-list .shop-item a:hover {
  color: #ffffff;
  text-decoration: none;
}
.siteh-store-items .shop-list .shop-item h5 {
  font-size: 13px;
  line-height: 1.54;
  font-weight: normal;
  margin: 0px;
}
.siteh-store-items .shop-list .shop-item .qlink-wrap .qlink-list {
  margin-top: -10px;
}

