/*

  Black: #050302
  Orange: #ED6B00

 */

 @import url('https://fonts.googleapis.com/css?family=Raleway:500');
 @import url('https://fonts.googleapis.com/css?family=Exo:900');

 body{
   font-family: 'Raleway', sans-serif;
   font-weight: 400;
   color: #050302;
 }

 #menuType .active.item{
   background: #ED6B00;
   color: white;
   border-color: #ED6B00;
 }

#menuType .active.item:after{
  background: #ED6B00;
}

.ui.vertical.stripe.segment.head{
    height: 100vh;
    background-image: url('../images/mendaki_bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
}

.ui.vertical.stripe.segment.hof{
    background-image:
      linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 60%,
      rgba(0, 0, 0, 0.7) 100%),
      url('../images/mendaki_bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
}

#specialHeight{
  height: 100% !important;
}

.ui.vertical.stripe.segment.doc{
    background-image: url('../images/mendaki_bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 70px;
}

.ui.vertical.stripe.segment.doc2{
    background-image: url('../images/svg/pattern.svg');
    padding-top: 70px;
    padding-bottom: 70px;
}

.ui.inverted.vertical.footer.doc.segment{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #050302;
}

.ui.borderless.segment{
  border: 0;
}

.ui.top.fixed.borderless.inverted.menu{
  background: #050302;
  z-index: 99999;
}

.ui.top.fixed.borderless.inverted.menu .right .item{
  opacity: 1;
}

.ui.top.fixed.borderless.inverted.menu .item{
  border-bottom: 2.5px solid rgba(0,0,0,0);
  border-top: 2.5px solid rgba(0,0,0,0);
  opacity: 0.7;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

#docLink,
#sidebarButton,
#surveyLink,
#standings_button,
a.item.standing{
  opacity: 1 !important;
}

#sidebarButton{
  display: none;
}


.ui.top.fixed.borderless.inverted.menu .item:hover{
  border-bottom: 2.5px solid rgba(0,0,0,0.15);
  border-top: 2.5px solid rgba(0,0,0,0);
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.ui.top.fixed.borderless.inverted.menu .image.item{
  opacity: 1;
}

.ui.top.fixed.borderless.inverted.menu .image.item img{
  width: 45px;
}

.ui.top.fixed.borderless.inverted.menu .item.active{
  border-bottom: 2.5px solid #ED6B00;
  border-top: 2.5px solid rgba(0,0,0,0);
  background: #050302;
  opacity: 1;
}

p, ol{
  opacity: 0.8;
  font-size: 10.5pt;
}

ol{
  padding-left: 17px;
}

ol > li{
  padding-left: 10px;
  padding-bottom: 7px;
}

#mainTitle{
    color: white;
    font-size: 48pt;
    font-family: 'Exo', sans-serif;
}

#mainTitleMobile{
    display: none;
}

#mainTitle2{
    color: #050302;
    font-size: 32pt;
    font-family: 'Exo', sans-serif;
}

.segmentTitle, #hofTitle{
    font-size: 24pt;
    font-family: 'Exo', sans-serif;
    color: #ED6B00;
}

#hofTitle{
  color: white;
}

#standingTitle, #countdownTitle{
  font-size: 18pt;
  font-family: 'Exo', sans-serif;
  color: #ED6B00;
  margin-top: 0;
}

#standing{
  color: #050302;
  font-size: 11pt;
  opacity: 0.7;
  font-weight: 500;
}

#coundownArea{
  margin-top: 20px;
}

#winnerPlaceholder{
  margin-top: 20px;
  padding: 20px;
}

/* #standing > tr:first-child, #winner_list{
  font-family: 'Exo';
  font-size: 16pt;
  font-weight: 900;
  opacity: 1;
  line-height: 20pt;
} */

#standing img{
  margin-right: 10px;
  width: 20px;
}

#standing img.round{
  border-radius:100px;
}

#standing > tr:first-child img{
  width: 25px;
}

#standing > tr > td:first-child{
  width: 15px;
}

#standing > tr > td:last-child{
  text-align: right;
}

#standing > tr:last-child td{
  text-align: left;
}

#subTitle{
    color: white;
    font-size: 12pt;
    font-weight: 500;
    opacity: 0.6;
}

#countD, #countH, #countM, #countS{
  font-family: 'Exo';
  font-size: 28pt;
  /* font-weight: 900; */
  opacity: 1;
}

.countDesc{
  font-family: 'Exo';
  font-size: 18pt;
  opacity: 0.4;
  margin-right: 10px;
  margin-left: 2px;
}

.bx-wrapper{
  color: white;
  box-shadow: 0 0 0;
  background: rgba(0,0,0,0);
  border: 5px solid rgba(0,0,0,0);
  padding: 50px 80px;
}

.hofTestimoni{
  font-style: italic;
  opacity: 0.6;
  font-size: 9pt;
}

#untilCount{
  opacity: 0.75;
}

#standingPeriod{
  opacity: 0.7;
  font-size: 12pt;
  color: #ED6B00;
  margin-top: -5px;
}

/* #countdownsegment{
  min-height: 100%;
} */

.ui.dropdown:not(.button)>.default.text{
  color: black;
}

#docTitle{
  display: none;
  opacity: 1;
}

#cooldownDesc, #surveyWarning{
  font-size: 8pt;
  opacity: 0.9;
  margin-bottom: 10px;
}

#countdownHeadSegment{
  max-width: 600px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(242, 113, 28,0.4);
  color: white;
  padding-top: 10px;
}

#city h3{
  padding: 0px 20%;
  font-family: 'Raleway', sans-serif;
  opacity: 70%;
  margin-bottom: 30px;
}

#city h4{
  font-family: 'Raleway', sans-serif;
  opacity: 70%;
}

#city .ui.grid > .row > .column:hover{
  cursor: pointer;
  transform: scale(1.05);
}

#city .ui.grid > .row > .column > img{
  border-radius: 7px;
  box-shadow: rgba(0,0,0,0.20) 2px 2px 15px 5px;
}

.ui.basic.modal>.close {
    top: 0rem;
    right: -1.5rem;
}

#grandPrizeSegment h1{
  font-size: 24pt;
  font-family: 'Exo', sans-serif;
  color: #ED6B00;
  margin-top: 0;
}

#grandPrizeSegment tbody{
  color: #050302;
  font-size: 18pt;
  opacity: 0.7;
  font-weight: 800;
}

#grandPrizeSegment tbody img{
  margin-right: 10px;
  width: 32px;
}

#grandPrizeSegment tbody img.round{
  border-radius:100px;
}

#grandPrizeSegment tbody > tr:first-child img{
  width: 25px;
}

#grandPrizeSegment tbody > tr > td:first-child{
  width: 15px;
}

#grandPrizeSegment tbody > tr > td:last-child{
  text-align: right;
}

#grandPrizeSegment tbody > tr:last-child td{
  text-align: left;
}

@media only screen and (max-device-width: 480px) {
    .ui.vertical.stripe.segment.head{
        height: auto;
    }

    #mainTitleMobile{
        color: white;
        font-size: 32pt;
        font-family: 'Exo', sans-serif;
        display: block;
    }

    #mainTitle{
        display: none;
    }

    .bx-wrapper{
      color: white;
      box-shadow: 0 0 0;
      background: rgba(0,0,0,0);
      border: 5px solid rgba(0,0,0,0);
      padding: 30px 20px;
    }

    /* .bx-controls-direction{
      display: none;
    } */

    #docTitle{
      display: block;
    }

    #specialHeight{
      min-height: 100% !important;
    }

    #mainTitle, #mainTitle2{
        font-size: 18pt;
    }

    #untilCount{
      padding-bottom: 14px;
    }

    #sidebarButton{
      display: block;
    }

    #subTitle{
        font-size: 9pt;
        font-weight: 500;
    }

    #titleSegment{
      text-align: center;
    }

    #numberCount{
      margin-top: 15px;
      margin-bottom: 25px;
    }

    #hofTitle{
      text-align: center;
    }

    .six.wide.pictures.column{
      display: none;
    }

    #hof_button,
    #the_challenge_button,
    #prizes_button,
    #toc_button,
    #faq_button,
    #standings_button,
    #docLink,
    #surveyLink,
    #all_button,
    a.item.standing{
      display: none !important;
    }

    #city h3{
      padding: 0px 0px;
    }
}

#main-loading{
  z-index: 999999;
}