select {
    font-family: Arial !important;
    font-weight: normal !important;
    font-size: 0.85em;
}

body {
    background: #FFF; 
    margin: 0;
    border: 0;
    padding: 0;
    font-family: Arial;
    position: relative;
    font-size: 100%;
}

a,
a:link,
a:active {
    text-decoration: none;
    outline: none;	
    color: #FFF;
}

img {
    border: none;
}

a:hover {
    text-decoration: underline;
}

a span {
    cursor: pointer;
}

.languageSelector {
    display: block;
    width: 100%;
    height: 2em;
    background: #090b13;
    font-family: Arial;
    font-size: 0.56em;
    line-height: 2em;
    color: #FFF;
    text-transform: uppercase;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
}

.languageSelector>span:first-child {
    height: 100%;
}

.languageSelector>span:first-child {
    height: 100%;
}

.languageSelector>span {
    display: inline-block;
    vertical-align: middle;
    height: 1.8em;
}

.languageSelector .text {
    padding-left: 0.5em;
    width: calc(39% - 0.5em);
    display: inline-block;
}

.languageSelector .desktop {
    width: calc(44% - 0.5em);
    display: inline-block;
}

.languageSelector .desktop>a {
    padding-right:0.5em;
    display: block;
    text-align: right;
}

.languageSelector .flag {
    text-align: center;
    height: auto;
    width: calc(17% - 1em);
    display: inline-block;
}

.languageSelector .flag>a {
    display: block;
}

.languageSelector .flag>a>span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.languageSelector .flag>a>img {
    border: 1px solid #84858A;
    vertical-align: middle;
    height: 1em;
    display: inline-block;
}

.header {
    background: #0E111C;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F3344', endColorstr='#0E111C'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#2F3344), to(#0E111C)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #2F3344,  #0E111C); /* for firefox 3.6+ */
    width: 100%;
    border-top: 1px solid #3f455c;
}

.header .logo {
    padding-top: 3%;
    padding-left: 5%;
    width: 70%;
    position: absolute;
}

.header .content {
    width: 93%;
    margin: 0 auto;
    border-bottom: 0.1em solid #C4272E;
    white-space: nowrap;
    margin-top: 5em;
}

.header .content .menu {
    display: inline-block;
    vertical-align: bottom;
    width: 22%;
    border-bottom: 0.25em solid #C4272E;
    font-family: PtSansBold, Arial;
    font-size: 1.0625em;
    letter-spacing: 0.1em;
    color: #FFF;
    text-transform: uppercase;
}

.header .content .menu>a {
   display: inline-block;
   vertical-align: top;
   height: 1.4em;
   padding-right: 1.2em;
}

.header .content .headerMenu {
    z-index: 1000000;
    display: none;
    position: absolute;
    left: 0;
    width: 96%;
    padding-left: 4%;
    padding-top: 7%;
    padding-bottom: 10%;
    background: #0b0e17;
    border-top: 0.2em solid #C4272E;
    border-bottom: 0.2em solid #C4272E;
    white-space: normal;
    letter-spacing: normal;
}

.header .content .headerMenu .menuGroup .menuItemHolder {
    width: 46%;
    display: inline-block;
    background: #25384F;
    border-bottom: 0.1em solid #3B5778;
    margin-right: 3%;
}

.header .content .headerMenu .menuGrou span.menuItemHolder>a {
    display: block;
}

.header .content .headerMenu .menuGroup .menuItem {
    display: inline-block;
    width: 100%;
    height: 2.8em;
    line-height: 2.8em;
    text-align: left;
    font-size: 0.8em;
    padding-left: 1em;
    padding-right: 0.5em;
}

.header .content .headerMenu .menuGroup {
    display: none;
}

.header .content .headerMenu .menuGroup:first-child {
    display: block;
}

.header .content .headerMenu .menuGroup .subMenuTitle {
    display: block;
    height: 2em;
    line-height: 2em;
}

.header .content .headerMenu .menuGroup .subMenuTitle div {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    background: #212536;
    text-align: center;
    color: #7695b5;
}

.header .content .headerMenu .menuGroup .subMenuTitle img {
    display: inline-block;
    vertical-align: middle;
    height: 2em;
}

.header .content .headerMenu .menuGroup .subsubMenuTitle {
    display: block;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1.3em;
    color: #7695b5;
    text-transform: none;
}

.header .content .search {
    display: inline-block;
    vertical-align: bottom;
    width: 56%;
}

.header .content .search img {
    position: absolute;
    width: 30%;
    left: 35%;
}

.header .content .search input {
    width: 34%;
    position: relative;
    left: 24%;
    margin-bottom: 0.7em;
    background: transparent;
    border: 0;
    font-family: Arial;
    color: #7d808b;
    height: 1.5em;
    font-size: 0.75em;
}

.header .content .search a {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    left: 2em;
    bottom: -0.3em;
}

.header .content .user {
    display: inline-block;
    vertical-align: bottom;
    width: 22%;
    padding-bottom: 0.6em;
    border-bottom: 0.4em solid #C4272E;
    font-family: Arial;
    font-size:  0.6875em;
    font-weight: bold;
    color: #FFF;
}

.header .content .menu>img,
.header .content .user>img {
    height: 0.3em;
    vertical-align: middle;
}

.header .content .user .userimage {
    display: block;
    height: 3em;
    width: 3em;
    margin: 0 auto;
}

.headerRepeatedBackGround {
    display: block;
    height: 4px;
    width: 100%;
    margin-top: 5px;
    background: transparent url('../../images/mobile/header_repeated_background.png') top repeat-x;
}

/* Quicknews */

.header .quickNews {
    display: block;
    width: 100%;
}

.header .quickNews .icon {
    display: inline-block;
    vertical-align: top;
    padding: 0.5em 0em 0em 0.75em;
}

.header .quickNews .text {
    display: inline-block;
    vertical-align: top;
    padding: 0.5em;
    width: 80%;
    font-family: Arial;
    font-size: 0.6em;
    color: #d1d2d5;
}

.header .quickNews .text,
.header .quickNews .text a {
    color: #d1d2d5;
}

.width93PercentCentered {
    width: 93%;
    margin: 0 auto;
}

.width875PercentCentered {
    width: 87.5%;
    margin: 0 auto;
}

.width77PercentCentered {
    width: 77%;
    margin: 0 auto;
}

.width61PercentCentered {
    width: 61%;
    margin: 0 auto;
}

div.buttonWidth100Percent {
   width: 100%;
}

div.buttonWidth100Percent a {
    display: inline-block;
    width: 100%;
}

div.buttonWidth100Percent a span,
div.buttonWidth100Percent a span span {
    display: block !important;
    text-align: center;
}

a:hover .gradientButton .gradientButtonBackground {
    background: white;
}

.gradientButton {
    border-radius: 6px;
    overflow: hidden;
    border: 1px #DADADA solid;
    display: inline-block;
    font-family: PtSansBold, Arial;
    color: #3c4650;
    font-size: 0.7em;
    text-shadow: 1px 1px 1px #FFF;
    text-transform: uppercase;
}

.gradientButton .gradientButtonBackground {
    background-image: linear-gradient(bottom, rgb(232, 232, 232) 19%, rgb(255, 255, 255) 80%);
    background-image: -o-linear-gradient(bottom, rgb(232, 232, 232) 19%, rgb(255, 255, 255) 80%);
    background-image: -moz-linear-gradient(bottom, rgb(232, 232, 232) 19%, rgb(255, 255, 255) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(232, 232, 232) 19%, rgb(255, 255, 255) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(232, 232, 232) 19%, rgb(255, 255, 255) 80%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.19, rgb(232, 232, 232)), color-stop(0.8, rgb(255, 255, 255)));
    padding-left: 1.125em;
    padding-right: 0.7em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    display: inline-block;
    border: 2px solid white;
}

.gradientButton .gradientButtonArrowRed {
    color: #C4272E;
    font-family: Arial;
}

.gradientButton .gradientButtonArrowLightBlue {
    color: #6083A9;
    font-family: Arial;
}

.gradientButton img {
    height: 0.9em;
    vertical-align: top;
    margin-top: 0.2em;
}

.gradientButton .state {
    color: #DADADA;
    background-color: white;
    display: inline-block;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    margin-left: 0.7em;
    border: 1px solid #CCC;
    text-align: center;
    text-shadow: none;
}

.gradientButton .stateRed {
    color: white;
    background: #c42930;
}

.blueGradientButton {
    border-radius: 3px;
    border: 0.1em #DADADA solid;
    display: inline-block;
    font-family: PtSansBold, Arial;
    color: white;
    font-size: 0.7em;
    text-shadow: 1px 1px 1px #2D6984;
    text-transform: uppercase;
}

.blueGradientButton .blueGradientButtonBackground {
    background-image: linear-gradient(bottom, rgb(57, 132, 166) 14%, rgb(69, 159, 201) 57%);
    background-image: -o-linear-gradient(bottom, rgb(57, 132, 166) 14%, rgb(69, 159, 201) 57%);
    background-image: -moz-linear-gradient(bottom, rgb(57, 132, 166) 14%, rgb(69, 159, 201) 57%);
    background-image: -webkit-linear-gradient(bottom, rgb(57, 132, 166) 14%, rgb(69, 159, 201) 57%);
    background-image: -ms-linear-gradient(bottom, rgb(57, 132, 166) 14%, rgb(69, 159, 201) 57%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.14, rgb(57, 132, 166)), color-stop(0.57, rgb(69, 159, 201)));
    padding-left: 0.7em;
    padding-right: 0.7em;
    display: inline-block;
}

.lightBlueTitle {
    background: #6083A9;
    padding-top: 0.6em;
    padding-right: 0.8em;
    padding-bottom: 0.6em;
    padding-left: 0.85em;
    color: white;
    font-family: PtSansBold, Arial;
    text-transform: uppercase;
    font-size: 0.6875em;
    border: 2px solid white;
    border-left: 0;
    height: 1em;
    display: inline-block;
}

.darkBlueTitle {
    background: #2a405a;
    padding-top: 0.6em;
    padding-right: 0.8em;
    padding-bottom: 0.6em;
    padding-left: 0.85em;
    color: white;
    font-family: PtSansBold, Arial;
    text-transform: uppercase;
    font-size: 0.6875em;
    border: 2px solid white;
    border-left: 0;
    height: 1em;
    display: inline-block;
}

.redTitle {
    background: #C4272E;
    padding-top: 0.6em;
    padding-right: 0.8em;
    padding-bottom: 0.6em;
    padding-left: 0.85em;
    color: white;
    font-family: PtSansBold, Arial;
    text-transform: uppercase;
    font-size: 0.6875em;
    border: 2px solid white;
    border-left: 0;
    height: 1em;
    display: inline-block;
}

.greyTitle {
    background: #9ba0a5;
    padding-top: 0.6em;
    padding-right: 0.8em;
    padding-bottom: 0.6em;
    padding-left: 0.85em;
    color: white;
    font-family: PtSansBold, Arial;
    text-transform: uppercase;
    font-size: 0.6875em;
    border: 2px solid white;
    border-left: 0;
    height: 1em;
    display: inline-block;
}

.footerNavigator {
    background-color: #e3e3e3;
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

.footerNavigator .footerNavigatorWrap {
    position: relative;
    height: 2.2em;
}

.footerNavigator .footerNavigatorWrap a {
    left: 0;
    position: absolute;
}

.footerNavigator .footerNavigatorWrap a:last-child {
    right: 0;
    left: auto;
    position: absolute;
}

.footerLinks {
    border-top: 10px solid #C4272E;
    width: 100%;
    background: #161a2a;
    position: relative;
}

.footerLinks .footerBackground {
    position: absolute;
    width: 100%;
}

.footerLinks .footerBackground img {
    width: 100%;
}

.footerLinks .footerSponsors {
    position: absolute;
    width: 100%;
    top: 1.3em;
}

.footerLinks .footerSponsors div {
    text-align: center;
}

.footerLinks .footerSponsors a {
    display: block;
}

.footerLinks .footerMenuItems {
    padding-bottom: 1em;
    padding-top: 27.5em;
}

.footerLinks .footerMenuItems>div {
    margin-top: 1em;
    font-family: Arial;
    text-align: center;
    font-size: 0.7em;
    color: #A5A6A7;
}

.footerLinks .footerMenuItems a {
    display: block;
    background: transparent;
    width: 100%;
    text-align: center;
    border: 1px solid #4E5058;
    color: #4E5058;
    font-family: PtSansBold, Arial;
    text-transform: uppercase;
    color: #89898D;
    font-size: 0.8em;
    height: 2.5em;
    text-decoration: none;
}

.footerLinks .footerMenuItems a:hover {
    color: white;
}

.footerLinks .footerMenuItems a span {
    display: inline-block;
    vertical-align: middle;
}

.footerLinks .footerMenuItems a span:first-child {
    height: 100%;
    width: 0;
}

/* Scrumbs */

.scrumbs {
    border-bottom: 1px solid #CDCCCC;
    font-family: PtSansBold, Arial;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-top: 0.8em;
    margin-bottom: 1em;
}

.scrumbs span {
    display: inline-block;
}

.scrumbs .scrumbsInactive a {
    color: #3c4650 !important;
    text-decoration: none;
}

.scrumbs .scrumbsActive a {
    color: #C4272E !important;
    text-decoration: none;
}

.scrumbs .scrumbsActive {
    border-bottom: 3px solid #CDCCCC;
}

.scrumbs .scrumbsSeparator {
    color: #cccccc;
}

/* inputok */
input {
    height: 1.6em;
    border-radius: 3px;
    border: 1px solid #DADADA;
    font-family: Arial;
    font-weight: bold;
    color: #9f9f9f;
    font-size: 1.1em;
    padding-top: 0.01em;
    padding-bottom: 0.01em;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
}

/* submenu */
div.submenu.width93PercentCentered {
   display: block;
   padding-top: 0.5em;
   padding-bottom: 0.5em;
   background: #CDCCCC url('../../images/mobile/table_background.png') repeat;
   border-top: 1px solid #CDCCCC;
   border-bottom: 2px solid #CDCCCC;
   white-space: normal;
}

div.submenu.width93PercentCentered>span {
    display: inline-block;
    vertical-align: middle;
    min-height: 3em;
    width: 42%;
    margin-left: 1em;
    background: transparent url('../../images/mobile/submenu_separator.png') bottom center no-repeat;
    font-size: 0.8em;
    text-align: center;
}

div.submenu.width93PercentCentered>span:first-child,
div.submenu.width93PercentCentered>span:nth-child(2) {
    background-image: url('../../images/mobile/submenu_separator.png'), url('../../images/mobile/submenu_separator.png');
    background-position: top center, bottom center;
    background-repeat: no-repeat;
}

div.submenu.width93PercentCentered>span.active {
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CDCCCC;
    background: #FFF;
}

div.submenu.width93PercentCentered>span>a {
    display: inline-block;
    padding-top: 0.9em;
    padding-bottom: 0.7em;
    text-align: center;
    font-family: PtSansBold, Arial;
    color: #3c4650;
    text-transform: uppercase;
}

div.submenu.width93PercentCentered>span.active>a {
    color: #C4272E;
    background: transparent;
    border-bottom: 0.3em solid #CCC;
}

#acceptCookie {
    position: fixed;
    bottom: -80px;
    left: 0;
    z-index: 10000;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #363E59;
    opacity: 0.9;
    border-top: 1px solid #C4272E;
}

#acceptCookie>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
}

#acceptCookie span {
    width: 55%;
    font-size: 0.7em;
    color: #FFF;
    line-height: 1.2;
}

#acceptCookie .buttons {
    width: 40%;
    text-align: center;
}

#acceptCookie .buttons>* {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#acceptCookie>div>* {
    display: inline-block;
    vertical-align: middle;
}

#acceptCookie a {
    margin-top: 5px;
    font-family: Arial;
    font-size: 1em;
    color: #FFF;
    text-decoration: underline;
}

#acceptCookie button {
    cursor: pointer;
    border: 2px solid #FFF;
    border-radius: 3px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
    font-family: PtSansBold;
    font-size: 1.1em;
    color: #3C4650;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #FFF;
    background: #FFF;
    background: -moz-linear-gradient(top, #FFF 0%, #E8E8E8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #E8E8E8));
    background: -webkit-linear-gradient(top, #FFF 0%, #E8E8E8 100%);
    background: -o-linear-gradient(top, #FFF 0%, #E8E8E8 100%);
    background: -ms-linear-gradient(top, #FFF 0%, #E8E8E8 100%);
    background: linear-gradient(to bottom, #FFF 0%, #E8E8E8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#E8E8E8', GradientType=0 );
}

#acceptCookie button:hover,
#acceptCookie button:focus {
    outline: none;
    color: #000;
}

#acceptCookie button:active {
    padding-top: 6px;
    padding-bottom: 4px;
}