
/* FONTS */
@font-face {
  font-family: Exo2;
  src: url("fonts/Exo2-Light.otf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: Exo2;
  src: url("fonts/Exo2-Medium.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: Exo2;
  src: url("fonts/Exo2-Regular.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: Exo2;
  src: url("fonts/Exo2-SemiBold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: Exo2;
  src: url("fonts/Exo2-Bold.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: Exo2;
  src: url("fonts/Exo2-MediumItalic.otf") format("opentype");
   font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Exo2;
  src: url("fonts/MuseoSans_300_Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}


body {
  margin: 0px;
  padding: 0px;
  font-family: 'Exo2';
  -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  background-color: #32589f;
  background-image:url('img_previo/background.png'); 
}
div {
  box-sizing: border-box;
}

html {
  overflow: hidden;
}
  



.display {
  width: 1920px;
  height: 1080px;
  background-size: cover;
  position: relative;
  font-size: 30px;
  color: #124CA1;
  margin-left: -740px;
  margin-top: -45px;
  
}
.display-presentation {
  width: 1960px;
  height: 1120px;
  background-image: url('img_previo/background_color.png');
  background-size: cover;
  position: relative;
  font-size: 30px;
  color: #124CA1;
   margin-left: -720px;
  margin-top: 0px;
  padding: 0px;
}

.display-r {
  width: 1920px;
  height: 1080px;
  background-image: url('img/background_rtds.png');
  background-size: cover;
  position: relative;
  font-size: 30px;
  color: #124CA1;
  margin: 0 auto;
}

.scaled {
transform: scale(0.24);
transform-origin: top;
}



/* UTILS */
.border {
  border: 1px solid #e9ecef;
}

.border-blue {
  border: 2px solid #2e5195;
}
.border-red {
  border: 2px solid #c1117a;
}
.stats-width {
  width: 120px;
}
.container {
  padding: 20px;
}
.bottom {
  margin-bottom: 10px;
}
.top {
  margin-top: 5px;
}
.toph {
  margin-top: -10px;
}
.margintop {
  margin-top: -10px;
}
.thin {
  font-weight: 300;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 900;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-black {
  color: black;
}
.text-white {
  color: white;
}
.text-blue {
  color: #2e5195;
}
.text-purple {
  color: #881771;
}


.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}

.noc {
  font-size: 55px;
  font-weight: 900;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 7px;
  margin-right: 7px;
  margin-left: -15px;
  writing-mode: vertical-rl;
}
.noc-small {
  font-size: 25px;
  font-weight: 900;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-top:22px;
  margin-right: 7px;
  margin-left: -500px;
  writing-mode: vertical-rl;
}
.noc-right {
  font-size: 55px;
  font-weight: 900;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 7px;
  margin-right: 5px;
  margin-left: 20px;
  writing-mode: vertical-lr;
  
}


/* PILLS */
.pill {
  background-color:#2e5195;
  padding: 0px;
  font-size: 55px;
  margin-bottom: 10px;
  height: 73px;
  clear: both;
}
.pill.pill-xxs {
  margin-left: 220px;
  width: 1600px;
  padding: 3px;
  height: 65px;
  margin-bottom: 10px;
  line-height: 55px;
  font-size: 50px;
}
.pill.pill-sm {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 70px;
  height: 73px;
}
.pill.pill-xs {
  margin-bottom: 5px;
  line-height: 75px;
}
.pill.pill-md {
  margin-left: 220px;
  width: 1600px;
  padding: 1px;
  line-height: 22px;
  margin-top: 20px;
   font-size: 80px;
}
.pill.pill-lg {
  font-size: 80px;
  border-radius: 40px;
  padding: 20px;
  line-height: 80px;
}
.pill.pill-xl {
  font-size: 120px;
  padding: 20px;
  line-height: 100px;
  border-radius: 50px;
}
.pill.pill-xxl {
  font-size: 130px;
  padding: 10px;
  line-height: 120px;
}
.pill.pill-xxxl {
  font-size: 130px;
  height: 180px;
  padding: 0px 0px 0px 0px;
  line-height: 0px;
  margin-bottom: -25px;
  

}

.pill-right {
  margin-left: auto;
  margin-right: 0;
}
.pill.width80 {
  width: 80%;
}

.pill.pill-grey {
  margin-left: 230px;
  margin-top: 20px;
  margin-bottom: -15px;
  background-color: #58595b;
  width: 1640px;
  font-size: 90px;
  line-height: 60px;
}
.pill.pill-grey-lg {
  margin-left: 300px;
  width: 1600px;
  line-height: 90px;
}
.pill.pill-grey-lg .flag {
  margin-top: 10px;
  margin-left: 20px;
  width: 100px;
  height: 80px;
}

.pill > span {
  display: inline-block;
  position: relative;
}

.label {
  color: white;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}
.label.blue {
  color: white;
  padding: 0 0px;
  text-align: center;
  display: inline-block;
}
.label.stats {
  color: white;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}
.label.green {
  color: white;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}
.label.greenr {
  color: white;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}
.label.percent {
  color: white;
  width: 100px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}



.nombre {
  font-size: 45px;
  margin-top: 10px;

}
.barra {
 margin-top: -50px;
 margin-left: -20px;
}


.label.marker {
  font-size: 250px;
 
}

.pill .ph10 {
  padding-left: 20px;
  padding-right: 20px;
}
.pill .ph80 {
  padding-left: 80px;
  padding-right: 80px;
}

.pill .ph100 {
  padding-left: 100px;
  padding-right: 100px;
}


.pill .flag {
  background-color: transparent;
  display: inline-block;
  /*border: 3px solid #888;*/
  border-radius: 25%;
  height: 66px;
  width: 83px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
 
}
.pill .flag.flag-right {
  float: right;
  margin-right: -15px;
  margin-left: 270px;
  width: 232px;
  height: 152px;
}
.pill .flag.flag-small {
  width: 60px;
  height: 50px;
  margin-top: 3px;
}
.pill.pill-xl .flag {
  width: 160px;
  height: 120px;
  margin-top: -10px;
}
.pill.pill-xxl .flag {
  width: 234px;
  height: 189px;
  margin-top: 0px;

}
.pill .flag img {
  width: 100%;
  height: 100%;
  margin: 0px;
}

.pill .spacer { display: inline-block; }
.pill .spacer.spacer100 { width: 100px; }
.pill .spacer.spacer200 { width: 200px; }

.pill .medal {
  width: 143px;
  height: 143px;

}
.pill .medal img {
 width: 101%
  height: auto;
}

.pill.pill-sm .medal {
  margin-top: 0px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.pill.pill-xxl .medal {
  margin-top: -119px;
  margin-right: -75px;
}

.pill.pill-with-head {
  line-height: 87px;
  position: relative;
  padding-left: 100px;
  overflow: hidden;
}
.pill.pill-with-head .pill-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  text-align: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pill.pill-with-head .flag {
  border-color: white;
}


.row {
  clear: both;
}
.row:after {
  clear: both;
  content: "";
  display: table;
}
.row > div {
  float: left;
}
.row .col50 {
  width: 50%;
}
.logo {
  margin-left: 750px;
}

/* BACKGROUNDS */
.bg-red {
  background: rgb(197,32,49);
 /* background: -moz-linear-gradient(top, rgb(228,17,63) 0%, rgb(170,24,50) 100%);
  background: -webkit-linear-gradient(top, rgb(228,17,63) 0%,rgb(170,24,50) 100%);
  background: linear-gradient(to bottom, rgb(228,17,63) 0%,rgb(170,24,50) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4113f', endColorstr='#aa1832',GradientType=0 );*/
}
.bg-blue {
  background: rgb(78,138,198);
 /* background: -moz-linear-gradient(top, rgb(0,161,223) 0%, rgb(0,124,186) 50%, rgb(0,94,133) 100%);
  background: -webkit-linear-gradient(top, rgb(0,161,223) 0%,rgb(0,124,186) 50%,rgb(0,94,133) 100%);
  background: linear-gradient(to bottom, rgb(0,161,223) 0%,rgb(0,124,186) 50%,rgb(0,94,133) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1df', endColorstr='#005e85',GradientType=0 );*/
}
.bg-green {
  background: rgb(119,188,31);
  background: -moz-linear-gradient(top, rgb(119,188,31) 0%, rgb(71,161,65) 50%, rgb(2,105,26) 100%);
  background: -webkit-linear-gradient(top, rgb(119,188,31) 0%,rgb(71,161,65) 50%,rgb(2,105,26) 100%);
  background: linear-gradient(to bottom, rgb(119,188,31) 0%,rgb(71,161,65) 50%,rgb(2,105,26) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77bc1f', endColorstr='#02691a',GradientType=0 );
}
.bg-yellow {
  background: rgb(255,221,0);
  background: -moz-linear-gradient(top, rgb(255,221,0) 0%, rgb(248,177,36) 50%, rgb(252,176,54) 100%);
  background: -webkit-linear-gradient(top, rgb(255,221,0) 0%,rgb(248,177,36) 50%,rgb(252,176,54) 100%);
  background: linear-gradient(to bottom, rgb(255,221,0) 0%,rgb(248,177,36) 50%,rgb(252,176,54) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd00', endColorstr='#fcb036',GradientType=0 );
}

.bg-morado {
  background: rgb(136,23,113);
 /* background: -moz-linear-gradient(top, rgb(228,17,63) 0%, rgb(170,24,50) 100%);
  background: -webkit-linear-gradient(top, rgb(228,17,63) 0%,rgb(170,24,50) 100%);
  background: linear-gradient(to bottom, rgb(228,17,63) 0%,rgb(170,24,50) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4113f', endColorstr='#aa1832',GradientType=0 );*/
}

.bg-white {
 background: rgb(255,255,255);
}
.bg-azul {
background: -moz-linear-gradient(left, rgba(84,149,198,0.01) 0%, rgba(84,149,198,0.03) 1%, rgba(84,149,198,1) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(84,149,198,0.01) 0%,rgba(84,149,198,0.03) 1%,rgba(84,149,198,1) 50%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(84,149,198,0.01) 0%,rgba(84,149,198,0.03) 1%,rgba(84,149,198,1) 50%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035495c6', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.bg-verde {
  background: rgb(119,188,31);
 
}

/* HOME */
#home .homelogo {
  position: absolute;
  top: 600px;
  left: 530px;
}

#home .homesport {
  position: absolute;
  top: 30px;
  left: -95px;
}

#home .pill {
  text-align: right;
    font-weight: 900;
  font-size: 90px;
  line-height: 50px;
  height: 115px;
 
}

#home .homepill-1 {
  background-color: transparent;
  width: 550px;
  height: 170px;
  font-weight: 300;
  margin-top: -160px;
 margin-left: 1350px;
  font-size: 30pt;
  color: white;
  text-align: left;
    }

#home .homepill-2 {
background-color: transparent;
width: 800px;
line-height: 120px;
  font-weight: 900;
  margin-top: 60px;
  margin-left: 380px;
  font-size: 180px;
  text-align: center;
  color: white;
     }


/* PER PAGE STYLES */
#schedule .container {
 margin-top: 90px;
 height: 700px;
}
#schedule .pill.pill-xxxl {
  color: white;
  font-size: 130px;
  width: 1600px;
  height: 145px;
  padding: 0px 0px 0px 0px;
  line-height: 0px;
  border-radius: 0px;
  margin-bottom: 5px;
  margin-left: 230px;
  margin-top: 0px;
}
#schedule .pill.pill-xxxy {
  font-size: 130px;
  height: 145px;
  width: 940px;
  padding: 0px 0px 0px 0px;
  line-height: 0px;
  border-radius: 20px;
  margin-bottom: -25px;
  margin-top: -150px;
  margin-left: 900px;
}
#schedule .pill.pill-xxxz {
  font-size: 130px;
  height: 145px;
  width: 1895px;
  padding: 0px 0px 0px 0px;
  line-height: 0px;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-left: -8px;
  margin-top: 5px;
}
#schedule .dcha {
  height: 950px; 
  width: 950px; 
  margin-left: 950px;
}
#schedule .izda {
  height: 950px; 
  width: 950px; 
  margin-left: -10px;
}
#schedule .label.scoreup {
  background-color:  #5495c6;
  border-radius: 0px;
  margin-top: -33px;
  margin-right: 6px;
  width: 180px; 
  height: 65px; 
  line-height: 70px;
  font-size: 50px;
  padding-left: 15px;
}
#schedule .label.score {
   background-color:  #5495c6;
  border-radius: 0px;
  margin-top: -34px;
  margin-right: 6px;
  width: 180px; 
  height: 65px; 
  line-height: 70px;
  font-size: 50px;
  padding-left: 15px;
}
#schedule .label.decision {
  width: 500px;
  height: 50px;
  border-radius: 0px;
  margin-right: 0px; 
  margin-top: -30px;  
  line-height: 50px; 
  color: #5495c6;
  font-size: 40px;
  text-align: right;
}
#schedule .label.decisiondown {
  width: 500px;
  height: 50px;
  border-radius: 0px;
  margin-right: 0px; 
  margin-top: -28px;  
  line-height: 50px; 
  color: #5495c6;
  font-size: 40px;
  text-align: right;
}

#schedule .label.marker {
  width: 220px;
  height: 20px;
  font-size: 25px;
  text-align: left;
  line-height: 25px;
}

#schedule .label.court {
  width: 190px;
  height: 76px;
  font-size: 50px;
  border-radius: 20px;
  margin-left: 3px;
  text-align: center;
  line-height: -5px;
  margin-top: -270px;
}
#schedule .label.bout {
  width: 50px;
  height: 270px;
  font-size: 37px;
  border-radius: 10px;
  margin-left: 0px;
  margin-top: 12px;
  color: #004399;
  line-height: 23px;
  background-color: #ffffff;
  writing-mode: vertical-rl;
  
}
#schedule .pill.pill-lg {
  padding: 20px 30px;
}
#schedule .pill.pill-xs {
  height: 87px;
  border-radius: 25px;
  line-height: 55px;
  margin-top: 5px;
  margin-bottom: 1px;
  width: 1512px;
  margin-left: 350px;
  padding-bottom: 20px;
  padding-top: 38px;
}
#schedule .pill.pill-sm {
  padding: 3px;
  height: 85px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 80px;
}
#schedule .pill.pill-sx {
  padding: 3px;
  height: 75px;
  margin-top: 1px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 70px;
}
#schedule .label {
  margin-left: 2px;
  margin-top: 1px;
  width: 170px;
  height: 76px;
}
#schedule .label.blue {
  margin-right: 10px;
  margin-top: 1px;
  width: 400px;
  height: 56px;
}
#schedule .label.red {
  width: 5px;
  height: 65px;
  border-radius: 10px;
  margin-left: 10px;
  margin-top: 5px;
  
}
#schedule .label.c {
  height: 80px;
  width: 200px; 
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 100px;
  margin-top: -40px;  
  line-height: 75px; 
  background-color: transparent; 
  border: 2px solid #071e72;
  
}
#schedule .label.d {
  height: 80px;
  width: 200px; 
  border-radius: 10px;
  margin-left: 700px;
  margin-right: 0px;
  margin-top: -48px;  
  line-height: 75px; 
  background-color: transparent; 
  border: 2px solid #071e72;
  
}
#schedule .label.bluenext {
  background-color: white;
  width: 2px;
  height: 61px;
   border-radius: 0px;
  border: 2px solid #071e72;
  margin-left: 20px;
  margin-top: 5px;
  
}

#schedule .label.rednext {
  width: 2px;
  height: 61px;
  border: 2px solid #071e72;
  border-radius: 0px;
  margin-left: -8px;
  margin-top: 7px;
  
}

#schedule .label.names {
  font-size: 55px;
  text-align: left;
  margin-left: 2px;
  margin-top: 3px;
  width: 870px;
  height: 56px;
}
#schedule .label.namesr {
  font-size: 55px;
  text-align: left;
  margin-left: 0px;
  margin-top: 3px;
  width: 895px;
  height: 56px;
}
#schedule .label.green {
     color: #000080;
  font-size: 34px;
  margin-top: 4px;
  margin-left: 4px;
  line-height: 145px;
  width: 230px;
  height: 136px;
}
#schedule .pill .flag.flag-small {
  width: 74px;
  height: 60px;
  margin-top: 5px;
  margin-left: 13px;
}
#schedule .pill .flag {
  height: 76px;
  width: 76px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  float: left;
  margin-top: 2px;
  margin-right: 20px;
  margin-left: 10px;
  
}
#schedule .nameup {
  display: block;
  font-size: 50px;
  text-align: left;
  margin-left: 440px;
  margin-top: -10px;
  font-weight: 900;
}

#schedule .namedown {
  display: block;
  font-size: 50px;
  text-align: left;
  margin-left: 440px;
  margin-top: -10px;
  font-weight: 900;
}
#schedule .border-div {
  margin-top: 15px;
}
#schedule .bout {
     color: #000080;
  width: 227px;
  height: 25px;
  font-size: 35px; 
  line-height: 25px;
  text-align: center; 
  margin-left: -230px; 
  margin-top: 20px;
}
#schedule .phase {
   color: #000080;
  width: 225px;
  height: 25px;
  font-size: 35px; 
  margin-left: -238px; 
  margin-top: 105px;
  line-height: 25px;
  text-align: center; 
  
}

#schedule .noc-small {
  width: 55px;
  height: 20px;
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  display: inline-block;
  vertical-align: left;
  text-align: center;
  text-transform: uppercase;
  margin-top: 27px;
  margin-left:-35px;
  margin-right: 5px;
   -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: rl-tb;
}
#schedule .noc-small.down {
  width: 55px;
  height: 20px;
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 61px;
  margin-left:-35px;
   -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: rl-tb;
}
#match-stats .label.stats {
  margin-left: 120px;
  width: 440px;
  height: 63px;
  line-height: 63px;
}
#match-stats .label.green {
  margin-left: 50px;
  width: 200px;
  height: 63px;
   line-height: 63px;
  
}
#match-stats .label.greenr {
  margin-right: 50px;
  width: 200px;
  height: 63px;
  line-height: 63px;
}
#match-stats .pill.pill-grey {
  line-height: 60px;
  padding-bottom: 20px;
  margin-top: 28px;
  color: #58595b;
}


#match-stats .pill .flag.flag-right {
  float: right;
  margin-top: -5px;
  margin-right: 15px;
  margin-left: 20px;
  width: 100px;
  height: 80px;


}

#match-stats .pill .flag {
  margin-top: -5px;
  width: 100px;
  height: 80px;
}

#match-stats .pill.pill-xs {
margin-left: 230px;
   width: 1600px;
  height: 63px;
  line-height: 55px;
  font-size: 47px;
}
#marcador .container {
 margin-top: 82px;
 height: 800px;
}


#marcador .pill.pill-xxl {
  background-color: transparent;
  color: #58595b;
  width: 1640px;
  height: 210px;
  font-size: 100px;
  margin-left: 200px;
  line-height: 178px;
}
#marcador .pill.pill-xl {
    background-color: transparent;
  font-size: 120px;
  width: 1640px;
  padding: 20px;
  line-height: 100px;
  border-radius: 0px;
  margin-left: 200px;
  height: 200px;
}
#marcador .nameup {
  margin-left: -95px;
}


#marcador h1 {
  font-size: 110px;
 margin-left:-300px;
}
#marcador .noc-up {
  
  width: 205px;
  height: 55px;
  margin-top: -29px;
  margin-left: -90px;
  font-size: 50px;
  font-weight: 900;
  line-height: 52px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: rl-tb;
}

#marcador .label.blue {
  margin-top: -10px;
   background-color: #4c7fe3;
  width: 120px;
  height: 208px;
  margin-right: -10px;
   border: 5px solid #2e5195;
}

#marcador .label.white {
  margin-top: -10px;
   background-color: white;
  width: 100px;
  height: 208px;
  margin-right: -10px;
   border: 5px solid #2e5195;
}
#marcador .label.marker {
  background-color: transparent;
  color: #58595b;
  width: 225px;
  height: 225px;
  margin-left: 1400px;
   margin-top: -200px;
  display: block;
  text-align: center;
  padding: 18px 0px 0px 0px;
}

#marcador .label.marker-down {
  font-size: 250px;
  background-color: transparent;
  color: white;
  width: 225px;
  height: 225px;
  margin-left: 1400px;
   margin-top: -220px;
  display: block;
  text-align: center;
  padding: 18px 0px 0px 0px;
}
#marcador .label.points {
  background-color: transparent;
  font-size: 220px;
  color: #58595b;
  width: 250px;
  height: 160px;
    display: block;
  text-align: center;
  line-height: 140px;
 
}



#lineups .pill.pill-sm {
  color: white;
  font-size: 45px;
  font-weight: 100;
  width: 1600px;
  margin-bottom: 5px;
  margin-left: 230px;
}

#lineups .pill.pill-grey-lg {
  margin-bottom: 15px;
  margin-top: 15px;
}

#lineups .label {
  width: 50px;
  height: 73px;
  color: white;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}


#medal-presentation .pill.pill-xxs {
   background-color: #2e5195;
  padding: 3px 27px;
  font-size: 48px;
}
#medal-presentation .pill.pill-md {
  font-size: 65px;
  background-color: #2e5195;
  padding: 20px 30px;
}
#medal-presentation .pill.pill-lg {
  padding: 20px 30px;
}

#medal-presentation .pill.pill-xl {
  margin-top: 20px;
  padding: 20px 30px;
}
#medal-presentation .pill.pill-grey .flag{
  margin-top: 3px; 
  margin-bottom: 10px;
}

#medals .container {
 margin-top: 82px;
 height: 700px;
}


#medals .pill.pill-xxl {
  background-color: transparent;
  margin-left: 400px;
  margin-bottom: 10px;
  margin-top: 4px;
  font-size: 60px;
  width: 1172px;
  height: 113px;
  font-weight: 700;
   line-height: 60px;
}

#medals .pill.pill-xxl .flag {
  width: 119px;
  height: 96px;
  margin-top: -112px;
  margin-left: 10px;
}

#medals .name {
  margin-top: -97px;
  margin-left: 190px;
}

#medals .noc-up {
  color: white;
  width: 113px;
  height: 55px;
  margin-top: -228px;
  margin-left: 95px;
  font-size: 40px;
  font-weight: 900;
  line-height: 52px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: rl-tb;
}

#pres-partido .container {
 margin-top: 90px;
 height: 700px;
}
#pres-partido .pill.pill-xxl {
  background-color: transparent;
  color: #58595b;
  width: 1640px;
  height: 113px;
  font-size: 100px;
  margin-left: 190px;
  line-height: 178px;
}
#pres-partido .nameup {
  margin-left: -95px;
}


#pres-partido h1 {
  font-size: 110px;
 margin-left:-300px;
}
#pres-partido .noc-up {
  
  width: 205px;
  height: 55px;
  margin-top: -29px;
  margin-left: -90px;
  font-size: 50px;
  font-weight: 900;
  line-height: 52px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: rl-tb;
}

#pres-partido .label.blue {
  margin-top: -10px;
   background-color: #4c7fe3;
  width: 120px;
  height: 208px;
  margin-right: -10px;
   border: 5px solid #2e5195;
}

#pres-partido .label.white {
  margin-top: -10px;
   background-color: white;
  width: 100px;
  height: 208px;
  margin-right: -10px;
   border: 5px solid #2e5195;
}


#starting .col50:first-child {
  padding-right: 40px;
}
#starting .col50:last-child {
  padding-left: 40px;
}

#final-standings .pill.pill-sm {
  color: white;
  font-weight: 300;
  width: 1500px;
  margin-bottom: 5px;
  margin-left: 280px;
  height: 73px;

}
#final-standings .label {
  font-size: 45px;
  font-weight: 300;
  margin-left: -3px;
  margin-top: 0px;
  padding-top: 10px;
  width: 74px;
  height: 73px;
}
#final-standings .pill .flag {
  margin-left: 10px;
  margin-top: -7px;
}
#final-standings .pill.pill-sm .medal {
  margin-top: 0px;
  width: 73px;
  height: 73px;
  margin-right: -30px;
}

#matches .container {
 margin-top: 120px;
 height: 690px;
}
#matches .label.court {
  width: 190px;
  height: 76px;
  font-size: 50px;
  border-radius: 20px;
  margin-left: 3px;
  text-align: center;
  line-height: -5px;
  margin-top: -270px;
}
#matches .label.bout {
  width: 50px;
  height: 270px;
  font-size: 37px;
  border-radius: 10px;
  margin-left: 0px;
  margin-top: 12px;
  color: #004399;
  line-height: 23px;
  background-color: #ffffff;
  writing-mode: vertical-rl;
  
}
#matches .pill.pill-lg {
  padding: 20px 30px;
}
#matches .pill.pill-xs {
  height: 87px;
  border-radius: 25px;
  line-height: 55px;
  margin-top: 5px;
  margin-bottom: 1px;
  width: 1512px;
  margin-left: 350px;
  padding-bottom: 20px;
  padding-top: 38px;
}
#matches .pill.pill-sm {
  background-color: transparent;
   padding: 3px;
  height: 85px;
  margin-top: -40px;
  margin-bottom: 0px;
  margin-left: 250px;
  font-weight: 500;
  font-size: 45px;
  line-height: 80px;
}

#matches .pill.pill-xxxl {
  background-color: #2e5195;
  color: white;
  font-size: 130px;
  width: 1650px;
  height: 120px;
  padding: 0px 0px 0px 0px;
  line-height: 0px;
   margin-bottom:10px;
    margin-left: 206px;
}

#matches .golden {
  margin-right: -38px;
  margin-top: -4px;
  float: right;
}

#matches .label {
  margin-left: 2px;
  margin-top: 1px;
  width: 170px;
  height: 76px;
}
#matches .label.marker {
     font-weight: 900;
  width: 225px;
  height: 20px;
   font-size: 25px;
  display: block;
  text-align: center;
  padding: 18px 0px 0px 0px;

}
#matches .label.blue {
  margin-right: 10px;
  margin-top: 1px;
  width: 400px;
  height: 56px;
}
#matches .label.red {
  width: 5px;
  height: 48px;
  margin-left: 5px;
  margin-top: 2px;
  
}
#matches .label.teams {
  font-size: 40px;
  width: 65px;
  height: 60px;
  border-radius: 10px;
  margin-left: 5px;
  margin-top: 16px;
  line-height: 62px;
  background-color: #000000;
color: #ffffff;
  
}

#matches .label.warning {
  font-size: 30px;
  width: 40px;
  height: 45px;
  margin-right: 7px;
  margin-top: -30px;
  line-height: 42px;

  
}
#matches .indicator {
  font-size: 20px;
  margin-left: 36px;
  margin-right: 38px;
  margin-top: -18px;
  line-height: 60px;
  
}
#matches .points {
  width: 350px;
  height: 30px;
  font-size: 40px;
  margin-top: 17px;
  margin-bottom: 17px;
  margin-left: 1310px;
  line-height: 0px;
  }

#matches .label.bluenext {
  width: 5px;
  height: 65px;
   border-radius: 10px;
  border: 2px solid #071e72;
  background-color: #ffffff;
  margin-left: 20px;
  margin-top: 105px;
  
}

#matches .label.rednext {
  width: 5px;
  height: 65px;
  border-radius: 10px;
  margin-left: -5px;
  margin-top: 7px;
  
}

#matches .label.names {
  font-size: 55px;
  text-align: left;
  margin-left: 2px;
  margin-top: 3px;
  width: 870px;
  height: 56px;
}
#matches .label.namesr {
  font-size: 55px;
  text-align: left;
  margin-left: 0px;
  margin-top: 3px;
  width: 895px;
  height: 56px;
}
#matches .label.green {
  margin-top: 0px;
  margin-right: 2px;
  width: 300px;
  height: 56px;
}
#matches .pill .flag.flag-small {
  width: 65px;
  height: 53px;
  margin-top: 2px;
  margin-left: 5px;
}
#matches .pill .flag {
  height: 40px;
  width: 32px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  float: left;
  margin-top: 2px;
  margin-right: 20px;
  margin-left: 10px;
  
}
#matches .nameup {
  display: block;
  font-size: 40px;
  text-align: left;
  margin-left: 370px;
  margin-top: -10px;
}

#matches .namedown {
  display: block;
  font-size: 40px;
  text-align: left;
  margin-left: 370px;
  margin-top: -10px;
}
#matches .border-div {
  margin-top: 15px;
}

#matches .noc-small {
  width: 55px;
  height: 20px;
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  display: inline-block;
  vertical-align: left;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  margin-left:-35px;
   -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: rl-tb;
}
#matches .noc-small.down {
  width: 55px;
  height: 20px;
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  display: inline-block;
   vertical-align: left;
  text-transform: uppercase;
  margin-top: -50px;
  margin-left:-35px;
   -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: rl-tb;
}

#matches .noc-medium {
  width: 75px;
  height: 25px;
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 55px;
  display: inline-block;
  vertical-align: center;
  text-align: center;
  text-transform: uppercase;
  margin-top: -105px;
  margin-left: 70px;
  color: #004399;
   -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: rl-tb;
}

#contest .container {
 margin-top: 100px;
 height: 700px;
}

#contest .pill.pill-xxxl {
  color: white;
  font-size: 130px;
  width: 1600px;
  height: 145px;
  padding: 0px 0px 0px 0px;
  line-height: 0px;
  border-radius: 0px;
  margin-bottom: 5px;
  margin-left: 230px;
  margin-top: 7px;
}
#contest .pill.pill-xxxy {
  font-size: 130px;
  height: 145px;
  width: 940px;
  padding: 0px 0px 0px 0px;
  line-height: 0px;
  border-radius: 20px;
  margin-bottom: -25px;
  margin-top: -150px;
  margin-left: 900px;
}
#contest .pill.pill-xxxz {
  font-size: 130px;
  height: 145px;
  width: 1895px;
  padding: 0px 0px 0px 0px;
  line-height: 0px;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-left: -8px;
  margin-top: 5px;
}
#contest .dcha {
  height: 950px; 
  width: 950px; 
  margin-left: 950px;
}
#contest .izda {
  height: 950px; 
  width: 950px; 
  margin-left: -10px;
}
#contest .label.scoreup {
  background-color:  #5495c6;
  border-radius: 0px;
  margin-top: -33px;
  margin-right: 6px;
  width: 180px; 
  height: 65px; 
  line-height: 70px;
  font-size: 50px;
  padding-left: 15px;
}
#contest .label.score {
   background-color:  #5495c6;
  border-radius: 0px;
  margin-top: -34px;
  margin-right: 6px;
  width: 180px; 
  height: 65px; 
  line-height: 70px;
  font-size: 50px;
  padding-left: 15px;
}
#contest .label.decision {
  width: 500px;
  height: 50px;
  border-radius: 0px;
  margin-right: 0px; 
  margin-top: -30px;  
  line-height: 50px; 
  color: white;
  font-size: 40px;
  text-align: right;
}
#contest .label.decisiondown {
  width: 500px;
  height: 50px;
  border-radius: 0px;
  margin-right: 0px; 
  margin-top: -28px;  
  line-height: 50px; 
  color: white;
  font-size: 40px;
  text-align: right;
}

#contest .label.marker {
  width: 220px;
  height: 20px;
  font-size: 25px;
  text-align: left;
  line-height: 25px;
}

#contest .label.court {
  width: 190px;
  height: 76px;
  font-size: 50px;
  border-radius: 20px;
  margin-left: 3px;
  text-align: center;
  line-height: -5px;
  margin-top: -270px;
}
#contest .label.bout {
  width: 50px;
  height: 270px;
  font-size: 37px;
  border-radius: 10px;
  margin-left: 0px;
  margin-top: 12px;
  color: #004399;
  line-height: 23px;
  background-color: #ffffff;
  writing-mode: vertical-rl;
  
}
#contest .pill.pill-lg {
  padding: 20px 30px;
}
#contest .pill.pill-xs {
  height: 87px;
  border-radius: 25px;
  line-height: 55px;
  margin-top: 5px;
  margin-bottom: 1px;
  width: 1512px;
  margin-left: 350px;
  padding-bottom: 20px;
  padding-top: 38px;
}
#contest .pill.pill-sm {
  padding: 3px;
  height: 85px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 80px;
}
#contest .pill.pill-sx {
  padding: 3px;
  height: 75px;
  margin-top: 1px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 70px;
}
#contest .label {
  margin-left: 2px;
  margin-top: 1px;
  width: 170px;
  height: 76px;
}
#contest .label.blue {
  margin-right: 10px;
  margin-top: 1px;
  width: 400px;
  height: 56px;
}
#contest .label.red {
  width: 5px;
  height: 65px;
  border-radius: 10px;
  margin-left: 10px;
  margin-top: 5px;
  
}
#contest .label.c {
  height: 80px;
  width: 200px; 
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 100px;
  margin-top: -40px;  
  line-height: 75px; 
  background-color: transparent; 
  border: 2px solid #071e72;
  
}
#contest .label.d {
  height: 80px;
  width: 200px; 
  border-radius: 10px;
  margin-left: 700px;
  margin-right: 0px;
  margin-top: -48px;  
  line-height: 75px; 
  background-color: transparent; 
  border: 2px solid #071e72;
  
}
#contest .label.bluenext {
  background-color: white;
  width: 2px;
  height: 61px;
   border-radius: 0px;
  border: 2px solid #071e72;
  margin-left: 20px;
  margin-top: 5px;
  
}

#contest .label.rednext {
  width: 2px;
  height: 61px;
  border: 2px solid #071e72;
  border-radius: 0px;
  margin-left: -8px;
  margin-top: 7px;
  
}

#contest .label.names {
  font-size: 55px;
  text-align: left;
  margin-left: 2px;
  margin-top: 3px;
  width: 870px;
  height: 56px;
}
#contest .label.namesr {
  font-size: 55px;
  text-align: left;
  margin-left: 0px;
  margin-top: 3px;
  width: 895px;
  height: 56px;
}
#contest .label.green {
    color: #000080;
  font-size: 34px;
  margin-top: 4px;
  margin-left: 4px;
  line-height: 145px;
  width: 230px;
  height: 136px;
}
#contest .pill .flag.flag-small {
  width: 74px;
  height: 60px;
  margin-top: 5px;
  margin-left: 13px;
}
#contest .pill .flag {
  height: 76px;
  width: 76px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  float: left;
  margin-top: 2px;
  margin-right: 20px;
  margin-left: 10px;
  
}
#contest .nameup {
  display: block;
  font-size: 50px;
  text-align: left;
  margin-left: 440px;
  margin-top: -10px;
  font-weight: 900;
}

#contest .namedown {
  display: block;
  font-size: 50px;
  text-align: left;
  margin-left: 440px;
  margin-top: -10px;
  font-weight: 900;
}
#contest .border-div {
  margin-top: 15px;
}
#contest .bout {
    color: #000080;
  width: 227px;
  height: 25px;
  font-size: 35px; 
  line-height: 25px;
  text-align: center; 
  margin-left: -230px; 
  margin-top: 20px;
}
#contest .phase {
  width: 225px;
  height: 25px;
  font-size: 35px; 
  margin-left: -238px; 
  margin-top: 105px;
  line-height: 25px;
  text-align: center; 
  color: #000080;
}

#contest .noc-small {
  width: 55px;
  height: 20px;
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  display: inline-block;
  vertical-align: left;
  text-align: center;
  text-transform: uppercase;
  margin-top: 27px;
  margin-left:-35px;
  margin-right: 5px;
   -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: rl-tb;
}

#contest .noc-medium {
  width: 75px;
  height: 25px;
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 55px;
  display: inline-block;
  vertical-align: center;
  text-align: center;
  text-transform: uppercase;
  margin-top: -105px;
  margin-left: 70px;
  color: #004399;
   -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: rl-tb;
}

#contest .noc-small.down {
  width: 55px;
  height: 20px;
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 61px;
  margin-left:-35px;
   -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: rl-tb;
}







.animation-delay-100 { animation-delay: 100ms; }
.animation-delay-200 { animation-delay: 200ms; }
.animation-delay-300 { animation-delay: 300ms; }
.animation-delay-400 { animation-delay: 400ms; }
.animation-delay-500 { animation-delay: 500ms; }
.animation-delay-600 { animation-delay: 600ms; }
.animation-delay-700 { animation-delay: 700ms; }
.animation-delay-800 { animation-delay: 800ms; }
.animation-delay-900 { animation-delay: 900ms; }
.animation-delay-1000 { animation-delay: 1000ms; }
.animation-delay-1500 { animation-delay: 1500ms; }
