/* FONTS */
@font-face {
    font-family: "Biotif";
    src: url('../fonts/Biotif-Light.ttf');
    font-weight: 200;
}
@font-face {
    font-family: "Exo";
    src: url('../fonts/Exo-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: "Biotif";
    src: url('../fonts/Biotif-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: "Exo";
    src: url('../fonts/Exo-Semibold.ttf');
    font-weight: 600;
}
/* SET DEFAULTS */
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
html { font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body, html, div, ul, li, input { margin:0; padding:0; font:normal normal 500 18px/18px 'Biotif', sans-serif; color:#00258E }
p { font:normal normal 500 12px/18px Arial, sans-serif; color: #00258E; }
h1, h1 > a, h1 > span { margin: 10px 0; font: 300 22px 'Biotif'; }
h2 { margin: 5px 0 10px 0; font: 300 22px 'Biotif', sans-serif;  }
h3 { 
    margin: 0;
    font: 400 17px/21px 'Biotif', sans-serif;
    padding: 0;
    position: relative;
    clear: both;
}
h4 { margin: 0;
    font: 600 15px/20px 'Biotif', sans-serif;
    padding: 0;
    position: relative;
}
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

a { color: #00258E; text-decoration:none; font:normal normal 500 18px/18px 'Biotif', sans-serif; }
a:focus { outline: thin dotted; }
a:hover { text-decoration:underline; outline: 0; }
a:active { outline: 0; }

ul { list-style: none;}
li { line-height:17px; vertical-align: top; }

b, strong { font:'Biotif'; font-weight: bold; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: top; }
pre { word-wrap: break-word; font:normal normal 500 18px/18px Arial, sans-serif;   }
svg:not(:root) { overflow: hidden; }
form { margin: 0; }
button, input, select, textarea { 
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input { line-height: normal; }
table { border-collapse: collapse; border-spacing: 0; }
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fullheight { height: 100%;}
.block-85p {
    width: 85%;
    float: left;
}
.block-80p {
    width: 80%;
    float: left;
}
.block-70p {
    width: 70%;
    float: left;
}
.block-third {
    width: 33.3%;
    float: left;
}
.block-20p {
    float: left;
    width: 20%;
}
.block-25p {
    width: 25%;
    float: left;
}
.block-60p {
    width: 60%;
    float: left;
}
.block-50p {
    width: 50%;
    float: left;
}
.block-40p {
    width: 40%;
    float: left;
}
.block-45p {
    width: 45%;
    float: left;
}
.block-30p {
    width: 30%;
    float: left;
}
.block-10p {
    width: 10%;
    float: left;
}

.block-5p {
    width: 5%;
    float: left;
}

.block-5r {
    width: 5%;
    float: right;
}
.block-full {
    width: 100%;
    float: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.font600 {
font-weight: 600;
}
.dflex{
display: flex;
}
.fwrap {
flex-wrap: wrap;
}
.w100 {
width: 100%;
}
.clear { clear: both; }
.clear20 { clear:both; height: 20px; }
.clear50 { clear:both; height: 50px; }
.emphasize-font {
    font-family: 'Biotif';
    font-size: 19px;
    font-weight: 300
}
.participants .emphasize-font {
        font-size: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
	margin-bottom: 5px;
}

/* ELEMENTS */
.btn {
    background: #0091ed;
    color: #fff;
    display: block;
    padding: 7px 10px;
    width: auto;
    text-decoration: none;
    border: none;
    cursor: pointer;    
}
.back {
    background-color:rgba(0,0,0,0.4);
}
.btn-group {
    background: #0091ed;
    color: #fff;
    display: block;
    padding: 7px 10px;
    width: auto;
    text-decoration: none;
    border: none;
    cursor: pointer;
    position: relative;
}
.btn:hover {
    background: #0080d2;
    text-decoration: none;
}
label {
    display: block;
    float: left;
    padding: 5px 0;
    font-size: 18px;
}
select {
    border: 1px solid #ddd;
    padding: 5px;
}
.div-header {
    border-bottom: 1px solid #ddd;
}
/* LAYOUT */
.row {
    width: 100%;
    clear: both;
    float: left;
}
#main-wrap {
    max-width: 100%;
  /* background: #fff;*/
   
 /*   box-shadow: 0 0 2px #DDD;*/
 /*   padding: 0 20px;*/
}
#top-bar {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
#logo {
    float: left;
    width: 100%;
}
#logo h1 a {
	margin: 0;
}
#logo h1 {
    margin: 0;
    padding: 0;
}
#header-img {
    max-width: 100%;
    margin-bottom: 7px;
}
.credits {
float: right;
}
.language {
    position: relative;
    top: -10px;
    float: right;
}
.competition-header {
    background: #9C9C9C;
    height:30px;
    line-height: 30px;
    float: right;
    cursor: pointer;
    width:100%;
    margin-top:20px;
    vertical-align:middle;
    
}
/* GAME */
.game {
    width: 100%;
    clear: both;
    display: block;
    height: 120px;
    padding: 10px;
}

.game-left {
    width: 40%;
    float: left;
}
.game-right {
    text-align: right;
    width: 40%;
    float: left;
}
.game-middle {
    width: 20%;
    float: left;
    font: 300 normal 50px/30px 'Biotif', sans-serif;
    text-align: center;
}
.game-score-status {
    font: 300 normal 25px/30px 'Biotif', sans-serif;
}
.game-left h3 {
    float: left;
    padding: 0;
    font-size: 20px;
    clear: both;
    width: 100%;
}
.game-right h3 {
    float: right;
    padding: 0;
    font-size: 20px;
    clear: both;
    width: 100%;
}
.game-left img {
    width: 100px;
    float: left;
    max-height: 100px;
    max-width: 100px;
}
.game-right img {
    width: 100px;
    float: right;
    max-height: 100px;
    max-width: 100px;
}
#sidebar {
    float: left;
    width: 25%;
    background: #f1f1f1;
    padding: 10px;
    height: 100%;
}
#sidebar2 {
    float: left;
    width: 25%;
    background: #f1f1f1;
    display:none;
    padding: 10px;
    height: 100%;
}

#main-content-mobile {
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
}
#main-content {
    float: left;
    width: 100%;
}

#sidebar select {
    width: 100%;
}
#sidebar label {
    width: 100%;
    display: block;
    background: #FAFAFA;
    border: 1px solid #DDD;
    border-bottom: 0;
    padding: 5px;
    font: 400 normal 18px/18px 'Biotif', sans-serif;
    margin: 10px 0 0 0;
    color: #494949;
}
#sidebar input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.competition-event img {
    height: 80px;
    width: 80px;
    vertical-align: middle;
}
.games-table {
    width: 100%;
}
.gt-event {
    width: 300px; 
}
.gt-event-links {
    width: 100px; 
}
.gt-event-name {
    margin: 0;
    font: normal bold 11px/18px 'Biotif', sans-serif;
}
.competition-event {
    width: 100%;
    padding: 3px 0;
    display: flex;
    text-align: center;
}
.games-table th {
    color: #00258E;
    padding: 3px 5px;
    text-align: left;
}
.gt-event span {
    padding: 0 5px;
    font: 400 normal 18px/18px 'Biotif';
}
.games-table td {
    padding: 2px 5px;
    font: 400 normal 18px/18px 'Biotif';
}
.scores-form {
    margin: 0 0 20px 0;
    clear: both;
    width: 100%;
    float: left;
}
.line-up-item {
    font-size: 18px;
    padding: 5px 0;
    clear: both;
    display: block;
    width: 100%;
    float: left;
}
.line-up-item .list-img {
    max-width: 60px;
    max-height: 40px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.align-right .line-up-item .list-img {
    margin: 0 0 0 10px;
    float: right;
}
.list-txt {
    clear: both;
    font-size: 18px;
}
.align-right .list-txt {
    float: left;
    clear: both;
}
.btn-view-switch-holder {
    overflow: hidden;
    width: 100%;
    border: 1px solid yellow;
    position: relative;
    height: 30px;
}
.btn-view-switch {
    width: 130px;
    display: block;
    float: left;
    border-right: 1px solid yellow;
    padding: 7px 6px;
    font-size: 12px;
    font-weight: bold;
    -webkit-transform: skewX(-25deg);
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .3s;
}
.btn-view-switch-1 {
    left: -20px;
    padding-left: 26px;
    text-align: center;
}
.btn-view-switch-2 {
   border: 0;
    width: 122px;
    left: 110px;
    text-align: center;
    padding-right: 16px;
}
.btn-view-switch span {
    -webkit-transform: skewX(25deg) !important;
    display: block;
}
.btn-view-switch:hover, .btn-switch-active {
    background: yellow;
    color: #fff;
    text-decoration: none;
}

.table_link2 {
	display: block;
	margin: 0;
	width: 100%;
	text-decoration: none;
	font-size: 17px;
	padding: 4px 0;
	font-weight: 400;	
	border: 1px solid yellow;
        background: rgba(21,49,110,0.9);
	color: white;
}
.table_link2:hover {
	text-decoration: none;
}
.table_link2:focus {	
    outline: none;
}
.table-switch2 {
    width: 100%;
    float: left;
}

.table_link2:hover {
    background:yellow;
    color:#0b2854;
}

.nav ul { 
 
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nav a {
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	text-decoration: none;
	font-size: 17px;
	padding: 4px 0;
	font-weight: 400;
	border: 1px solid yellow;
        background: #0b2854;
	color: white;
}
.nav a:hover {
        background:yellow;
	text-decoration: none;
        color:#0b2854;
}
.nav a:focus {	
    outline: none;
}
.nav li {
    display: inline-block;
    width:19.7%;
}
.sub-menu {
   background: rgba(0, 0, 0, 0.6);
    border-top: 4px solid yellow;
    display: none;
    padding: 0;
    position: absolute;
    /* left: 0px; */
    /* z-index: 1002; */
    /*top: 88px;*/
    -webkit-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.06);
    box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.06);
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 24px solid #0b2854;
    margin:2px;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 24px solid yellow;
    margin:2px;
}

.schedule_matches {
    position: relative;
    margin: 0 0 40px;
}

.schedule_matches ul li {
    width: 100%;
}

.schedule_matches ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.status {    
   display: table-cell;
}

@media only screen and (max-width:580px) {
    .status {display:none}
    .mobile-full {width:100%}
    .participants .emphasize-font {
    font-size: 20px;
}
}
.schedule_matches .status {
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 10px;
    padding-top: 10px;
    color:#00258E;
border-left: 2px solid rgba(0, 37, 142, 0.1);
    justify-content: center;
    align-items: center;
display: flex;
flex-wrap: wrap;
    align-content: center;
}




/* TEMP */
.line-up-item > img {
    display: none;
}