@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400,300);
@import url(https://fonts.googleapis.com/css?family=Asap:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

/* body{
	margin:0;
	padding:0;
	line-height: 1.5em;
  font-family: 'Roboto Condensed', sans-serif;
} */

/*b{font-size: 110%;}*/
em {
  color: red;
}

#topsectionBSC {
  /*background: red;*/
  height: 62px;
  /*Height of top section*/
}

#topsectionBSC h1 {
  margin: 0;
  padding-top: 0px;
}

#contentwrapperBSC {
  float: left;
  width: 100%;
}

#contentcolumnBSC {
  margin-right: 1115px;
  /*Set right margin to (LeftColumnWidth + RightColumnWidth)*/
}

#leftcolumnBSC {
  float: left;
  width: 880px;
  margin-bottom: 100px;
}

#rightcolumnBSC {
  width: 207px;
  text-align: center;
  right: 16px;
  position: absolute;
}

.modalEnd {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: 2;
  top: 0;
}

.cardEnd {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 24px 35px 32px 30px;
  max-width: 322px;
  left: 37%;
  top: 25%;
  position: fixed;
}

.btnEnd {
  background: #0362DD;
  border-radius: 8px;
  color: white;
  padding: 16px 100px 16px 100px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  border: 0;
  width: 255px;
}

.btnEnd:hover {
  background: #1A4278;
}

.btnEnd:focus {
  outline: 0;
}


/*#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}*/

.innertubeBSC {
  margin: 0px;
  /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
  position: relative;
}

.headerBSC {
  background: #5db4c8;
  height: 50px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.headerBSC:after {
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  position: absolute;
  border-top: 13px solid #5db4c8;
  left: 661px;
  bottom: -11px;
  content: " ";
}

.headerBSC .gamename {
  float: left;
  font-family: 'Asap', sans-serif;
  color: #f9f9f9;
  margin-top: 14px;
  margin-left: 35px;
  font-size: 20px;
}

.headerBSC .logogamelab {
  width: 42px;
  height: 31px;
  background: url('images/FA/iconos-gamelab-blanco.png');
  background-size: 100%;
  float: right;
  margin-top: 10px;
  margin-right: 22px;
}

.headerBSC .lang {
  font-family: 'Roboto', sans-serif;
  float: right;
  color: white;
  margin-top: 10px;
  margin-right: 16px;
}

.headerBSC .langs {
  float: left;
  width: 27px;
  height: 27px;
  text-align: center;
  padding-top: 4px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.headerBSC .langs.selected {
  background: white;
  color: #5db4c8;
  border-radius: 14px;
  font-weight: bold;
  cursor: default;
}

.headerBSC .title {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  position: absolute;
  left: 445px;
  width: 475px;
  color: rgb(249, 249, 249);
  font-weight: bold;
  font-size: 20px;
  top: 16px;
  text-transform: uppercase;
}

/* .fixedsidebar{
  position: fixed;
  top: 0;
  right: 0;
  padding: 84px 19px 20px 20px;
  height: 100% !important;
} */

#gofullscreen {
  float: right;
  width: 24px;
  height: 24px;
  background: url('images/fs.png');
  background-size: 100%;
  cursor: pointer;
  margin-top: 12px;
  margin-right: 13px;
}

#gofullscreen.full {
  background: url('images/nfs.png');
  background-size: 100%;
}

.innertubeBSC .time {
  display: none;
}

.fixedsidebar .innertubeBSC .time {
  display: block;
  text-align: center;
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  padding: 11px 15px 0px 0px;
  color: rgb(76, 72, 71);
}

.fixedsidebar .teamname1 {
  margin-top: 41px;
}

.buttonBSCPrevious {
  background: #4c4846;
  width: 130px;
  height: 14px;
  /* margin: 0px auto; */
  text-align: center;
  padding: 10px 16px 29px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.buttonBSC {
  font-size: 14px;
  line-height: 17px;
  color: #0362DD;
  font-weight: bold !important;
  margin-top: 34px;
  margin-right: 134px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  margin-left: 17px;
  min-width: 85px;
  text-align-last: justify;
}

.buttonBSC:hover {
  color: #1A4278;
  text-decoration: underline;
  cursor: pointer;
}

.buttonBSC:hover::before {
  content: url('/images/arrow-back-hover.svg');
}

.buttonBSC::before {
  content: url('/images/arrow-back.svg');
  vertical-align: -20%;
  margin-right: 12px;
}

.hidden {
  display: none !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.btn-gordo {
  width: 154px;
}