@font-face {
    font-family: 'a1sansbold';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/a1sansbold.woff) format('woff');
  }
  @font-face {
    font-family: 'a1serifbold';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/a1serifbold.woff) format('woff');
  }
  @font-face {
    font-family: 'a1sanslight';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/a1sanslight.woff) format('woff');
  }
  @font-face {
    font-family: 'a1sansmedium';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/a1sansmedium.woff) format('woff');
  }
  @font-face {
    font-family: 'a1sansregular';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/a1sansregular.woff) format('woff');
  }
  
  body{
    color: #000!important;
    font-family: 'a1sansregular', sans-serif!important;
    }
  input, textarea{
    font-family: 'a1sansregular', sans-serif!important;
    }
  
  
  .rating .star {
      margin-right: 20rem;
  }
  
  .page.install .button{
      width: 600rem!important;
      }
  .btn_install {
      width: 485rem!important;
  }
  .btn_subscribe {
      width: 485rem!important;
  }
  
  
  .button{
    background-color: #EB140A!important;
    }
  .link {
      color: #EB140A!important;
  }
  
  .popover .content .buttons div {
      border: none!important;
      color: #fff!important;
  }
  .filter span.active {
      background-color: #EB140A!important;
  }
  .header .title{
      font-weight: 600;
          margin-bottom: 50rem!important;
    }
  
  
  
  .aboutblock.about{
      margin-top: 40rem;
      }
  
  
  
  .btn_save_settings,.btn_qr_invite,.btn_ask_question,.btn_send_question,.btn_scan_close,.btn_answer{
      border-radius: 0rem!important;
      }
  
  .tabs div.active {
      color: #EB140A!important;
      border-bottom: 5rem solid #EB140A!important;
  }

  
    
  .schedule_headrow {
      height: 100rem;
      line-height: 100rem;
      background-color: rgba(153, 153, 153, 1)!important;
      padding-left: 40rem;
      font-weight: bold!important;
      color: #fff;
  }
  
  .qw_item.active {
      font-size: 40rem;
      background-color: rgba(235, 20, 10, 0.2)!important;
      padding-bottom: 70rem;
      border-bottom: 1rem solid #1e1a34!important;
      color: #1e1a34!important;
  }
  
  
  #map_inner {
      top: 0rem;
  }
  b{
	font-family: 'a1serifbold';
}
b.sans{
	font-family: 'a1sansbold';
}

.info .btn_install, .info .btn_subscribe{
  font-size: 38rem;
  }

.schedule_item .time{
	font-size: 45rem;
	}
.schedule_item .location{
	font-size: 40rem;
  font-family: 'a1sansmedium';
	}

  .schedule_item .endeed {
    background-color: rgba(217, 217, 217, 1);
    color: #000;
}

.ico4 {
    background-size: contain;
    background-image: url(/webapp/dabroa1/assets/ico_heart.svg);
    width: 80rem !important;
    height: 80rem;
    min-height: 80rem;
    background-repeat: no-repeat;
    background-position: center;
	}
.ico4.active {
    background-image: url(/webapp/dabroa1/assets/ico_heart_active.svg);
	}
.ico5{
	background-size: contain;
    background-image: url(/webapp/dabroa1/assets/ico_location.svg);
    width: 60rem!important;
    height: 60rem;
    background-repeat: no-repeat;
    background-position: center;
}

.schedule_item.active {
    border-left: 20rem solid #EB140A;
}


#qrcode img {
    border: 40rem solid #fff!important
}