/*Reset CSS v2.0*/
.download_submission_documents {
  margin: 15px 0;
  padding: 0;
  width: 300px;
  line-height: 50px;
  font-size: 16px;
  background-color: #A76DA9 !important;
  border: 0;
  border-radius: 0;
}

.download_submission_documents:hover {
  background-color: #EC1C2D !important;
}

.fabrikgrid_checkbox .fabrikinput {
  margin-left: 0 !important;
}

.fabrikgrid_checkbox span {
  padding-left: 20px;
}

.b-judge {
  zoom: 1;
}

.b-judge:before, .b-judge:after {
  content: " ";
  display: table;
  line-height: 0;
}

.b-judge:after {
  clear: both;
}

.b-judge__item {
  float: left;
  width: 50%;
  padding: 5px;
}

@media (max-width: 768px) {
  .b-judge__item {
    float: none;
    width: auto;
  }
}

.b-judge__item__wrapper {
  background-color: #F3F3F3;
  padding: 15px;
  min-height: 280px;
  border: 1px solid #E0E0E0;
}

.b-judge__item__wrapper__img-link {
  float: left;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .b-judge__item__wrapper__img-link {
    float: none;
    margin: 0;
  }
}

.b-judge__item__wrapper__img-link__img {
  display: block;
  width: 138px;
}

@media (max-width: 768px) {
  .b-judge__item__wrapper__img-link__img {
    width: 100%;
  }
}

.b-partner__intro {
  font-size: 24px;
}

.b-partner__partners__title {
  font-size: 26px;
  background-color: #E2E2E2;
  border-left: 5px solid #000;
  padding: 10px;
}

.b-partner__partners__partner {
  zoom: 1;
  padding: 15px;
}

.b-partner__partners__partner:before, .b-partner__partners__partner:after {
  content: " ";
  display: table;
  line-height: 0;
}

.b-partner__partners__partner:after {
  clear: both;
}

.b-partner__partners__partner__img {
  float: left;
  width: 30%;
  text-align: center;
}

@media (max-width: 768px) {
  .b-partner__partners__partner__img {
    width: auto;
    float: none;
    padding: 0 0 15px 0;
  }
}

.b-partner__partners__partner__img__link {
  display: inline-block;
}

.b-partner__partners__partner__img__link__logo {
  max-width: 200px;
  display: block;
}

.b-partner__partners__partner__intro {
  float: left;
  width: 70%;
}

@media (max-width: 768px) {
  .b-partner__partners__partner__intro {
    width: auto;
    float: none;
  }
}

.b-button {
  text-align: center;
  padding: 15px 0;
}

.b-button__link {
  background-color: #AA1A8D;
  padding: 15px 0;
  width: 400px;
  text-align: center;
  display: inline-block;
  text-decoration: none !important;
  color: #FFF !important;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 40px;
}

@media (max-width: 768px) {
  .b-button__link {
    width: 200px;
    font-size: 16px;
  }
}

.b-event-section {
  text-align: center;
  padding: 50px 0;
}

@media (max-width: 768px) {
  .b-event-section {
    min-height: auto;
  }
}

@media (min-width: 1200px) {
  .b-event-section {
    float: left;
  }
}

.b-row {
  zoom: 1;
  border-bottom: 1px solid #ccc;
}

.b-row:before, .b-row:after {
  content: " ";
  display: table;
  line-height: 0;
}

.b-row:after {
  clear: both;
}

.b-eventhighlight {
  zoom: 1;
}

.b-eventhighlight:before, .b-eventhighlight:after {
  content: " ";
  display: table;
  line-height: 0;
}

.b-eventhighlight:after {
  clear: both;
}

.b-eventhighlight__photo {
  padding: 3px;
}

@media (min-width: 992px) {
  .b-eventhighlight__photo {
    float: left;
    width: 20%;
  }
}

.b-eventhighlight__photo__link {
  display: block;
}

@media (min-width: 992px) {
  .b-eventhighlight__photo__link {
    height: 140px;
    overflow: hidden;
  }
}

.b-eventhighlight__photo__link__img {
  display: block;
  width: 100%;
}

.b-eventhighlight__photo__title {
  padding: 10px 0;
  font-size: 22px;
  background-color: #A76DA9;
  color: #FFF;
  line-height: 100%;
}

@media (min-width: 992px) {
  .b-eventhighlight__photo__title {
    height: 140px;
    padding: 40px 0 0 10px;
    text-align: left;
  }
}

.b-calendar {
  color: #FFF;
  zoom: 1;
  display: inline-block;
}

.b-calendar:before, .b-calendar:after {
  content: " ";
  display: table;
  line-height: 0;
}

.b-calendar:after {
  clear: both;
}

.b-calendar__save {
  float: left;
  width: 248px;
  line-height: 166px;
  background-color: #0D0A09;
}

@media (max-width: 768px) {
  .b-calendar__save {
    float: right;
    width: 100%;
  }
}

.b-calendar__save__wrapper {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.b-calendar__save__wrapper__title {
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.b-calendar__save__wrapper__link {
  float: left;
  margin: 0 10px;
}

.b-calendar__save__wrapper__des {
  font-size: 16px;
  padding: 10px 10px 0 0;
}

.b-calendar__date {
  float: left;
  width: 187px;
  background-color: #A76DA9;
  line-height: 166px;
  text-align: center;
}

@media (max-width: 768px) {
  .b-calendar__date {
    float: right;
    width: 100%;
  }
}

.b-calendar__date__wrapper {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  font-size: 30px;
}

.b-first-section {
  text-align: center;
}

@media (max-width: 992px) {
  .b-first-section {
    padding: 15px;
  }
}

.b-first-section__wrapper {
  display: inline-block;
}

.b-first-section__wrapper__secure {
  float: left;
  line-height: 100px;
  color: #666;
  font-size: 29px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .b-first-section__wrapper__secure {
    float: none;
    line-height: normal;
    font-size: 16px;
  }
}

.b-first-section__wrapper__arrow {
  line-height: 100px;
  width: 60px;
  float: left;
}

@media (max-width: 992px) {
  .b-first-section__wrapper__arrow {
    display: none;
  }
}

.b-first-section__wrapper__arrow__img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.b-first-section__wrapper__button {
  float: left;
  line-height: 100px;
}

@media (max-width: 992px) {
  .b-first-section__wrapper__button {
    float: none;
    line-height: normal;
  }
}

.b-first-section__wrapper__button__link {
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
  padding: 12px 27px;
  border-radius: 15px;
  background-color: #A76DA9;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
}

@media (max-width: 992px) {
  .b-first-section__wrapper__button__link {
    padding: 12px 50px;
  }
}



/*Reset CSS v2.0*/
.b-judge_ademir {
  margin: 15px 0;
}

.b-judge_ademir__row {
  zoom: 1;
  margin-bottom: 15px;
}

.b-judge_ademir__row:before, .b-judge_ademir__row:after {
  content: " ";
  display: table;
  line-height: 0;
}

.b-judge_ademir__row:after {
  clear: both;
}

.b-judge_ademir__row__item {
  border: 1px solid #E0E0E0;
  padding: 15px;
}

@media (min-width: 992px) {
  .b-judge_ademir__row__item {
    float: left;
    width: 23.5%;
    margin: 0 2% 0 0;
  }
}

@media (max-width: 992px) {
  .b-judge_ademir__row__item {
    margin-bottom: 15px;
  }
}

.b-judge_ademir__row__item__photo {
  display: block;
  border-radius: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}

.b-judge_ademir__row__item__photo__img {
  width: 100%;
  vertical-align: bottom;
}

.b-judge_ademir__row__item__title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.2em;
  word-wrap: break-word;
}

.b-judge_ademir__row__item__intro {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.3em;
}

.b-judge_ademir__row__item__link {
  zoom: 1;
}

.b-judge_ademir__row__item__link:before, .b-judge_ademir__row__item__link:after {
  content: " ";
  display: table;
  line-height: 0;
}

.b-judge_ademir__row__item__link:after {
  clear: both;
}

.b-judge_ademir__row__item__link__more {
  float: left;
  padding: 5px;
  background-color: #333;
  color: #FFF !important;
  text-decoration: none !important;
}

.b-judge_ademir__row__item__link__more:hover {
  background-color: #5f5f5f;
}

.b-judge_ademir__row > div:nth-child(4n) {
  margin: 0;
}

.article {
  float: none;
  padding: 0;
  margin: 0;
  zoom: 1;
}

.article:before, .article:after {
  content: " ";
  display: table;
  line-height: 0;
}

.article:after {
  clear: both;
}



@media (min-width: 992px) {
  .article {
    width: 71.92982%;
    float: left;
  }
}

.sidebar {
  float: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  zoom: 1;
}

.sidebar:before, .sidebar:after {
  content: " ";
  display: table;
  line-height: 0;
}

.sidebar:after {
  clear: both;
}

@media (min-width: 992px) {
  .sidebar {
    width: 28.07018%;
    float: left;
    padding: 0 0 0 20px;
  }
}

.sidebar__wrapper {
  max-width: 300px;
  margin: 0 auto;
}
