.globalNavigation .global-navigation--default {
	width: 100%;
    height: 50px;
    background-color: #000;
    background-image: linear-gradient(0, #0f0f0f, #212121);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    -webkit-transition: top .4s;
    -o-transition: top .4s;
    transition: top .4s;
}

[data-widget-hide=true] .globalNavigation {
	height: 0
}

.globalNavigation__logo {
	display: flex
}

.globalNavigation__logo__btn {
	height: 45px;
	width: 200px
}

.globalNavigation__logo__btn:hover {
	background-color: #555
}

.globalNavigation svg {
	cursor: pointer;
	top: 6px;
	left: 0;
	position: absolute;
	width: 160px;
	height: 70%;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor
}
.globalNavigation a.logo {
    width: 247px;
    height: 50px;
    background: url(https://cdn.hommk.com/pcgame/ubi2015/img/logo.jpg) no-repeat;
    display: block;
    pointer-events: auto;
}
.copyright{padding:10px 0;color:#999999;text-align:center;}
.globalFooter {
   flex-direction: column;
    align-items: center;
}
.globalFooterContainer {
    z-index: 8;
    position: relative;
    flex-direction: column;
    display: flex;
  justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #1c1c1c;
  z-index: 1000;
}
.globalFooterContainer .languageSelector {
  position: relative;
  right:auto;
}
div.footer{
   width:100%;color:#999999;text-align:center;padding:0px;background:#000;
   position:relative;
   left:auto;
   text-align:center;
}

.legal {
   text-align: center!important;
   font-size: 10px;
   padding: 15px;
}

.dedicated-page-link{text-align:center;}
.dedicated-page-link a{
    white-space:nowrap;
    font-size:12px;
    padding-right:10px;
    color:#9d9d9d;
}
.dedicated-page-link h2{
    font-size:16px !important;
    line-height:30px;
    font-weight:bold !important;
    color:#fff;
    margin:0;
    padding-top:10px;
}
 .animate{transition:transform 0.3s}
 
 .loading-screen {
    z-index: 19999;
    background: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 750ms ease;
    -moz-transition: -moz-transform 750ms ease;
    -o-transition: -o-transform 750ms ease;
    transition: transform 750ms ease;
    width: 100%;
    z-index: 9999;
  }
  .loading-screen .loadinglogo.animate {
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: loader 1.75s ease infinite;
    -moz-animation: loader 1.75s ease infinite;
    animation: loader 1.75s ease infinite;
  }

@-moz-keyframes loader {
  0% {-moz-transform: scale(0.8);opacity: 0;}
  50% {-moz-transform: scale(1);opacity: 1;}
  60% {-moz-transform: scale(1);opacity: 1;}
  100% {-moz-transform: scale(0.8);opacity: 0;}
}

@-webkit-keyframes loader {
  0% {-webkit-transform: scale(0.8);opacity: 0;}
  50% {-webkit-transform: scale(1);opacity: 1;}
  60% {-webkit-transform: scale(1);opacity: 1;}
  100% {-webkit-transform: scale(0.8);opacity: 0;}
}

@keyframes loader {
  0% {transform: scale(0.8);opacity: 0;}
  50% {transform: scale(1);opacity: 1;}
  60% {transform: scale(1);opacity: 1;}
  100% {transform: scale(0.8);opacity: 0;}
}
.loading-screen .loadinglogo {
    background: url("//cdn.hommk.com/pcgame/ubi2015/img/ubi-mark.svg") no-repeat 0 0;
    background-size: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.loadinglogo {
    height: 200px;
    left: 50%;
    margin: -75px 0 0 -85px;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 200px;
}