..languages { display: none; }
regulations{
  font-size: 16px;
  margin-left: 26.25px;
}
.regulations:hover{
  text-decoration: none;
}
@media (max-width: 500px) {
  #SyskonfLogoContainer a {
    background: url("/conf-data/Masters-and-Robots/images/logo_syskonf_powered2.png") no-repeat;
    width: 105px;
  }
  #SyskonfLogoContainer a:hover {
    background: url("/conf-data/Masters-and-Robots/images/logo_syskonf_powered2_on.png") no-repeat;
    width: 105px;
  }
}
@media (max-width: 300px) {
  #SyskonfLogoContainer a {
    background: url("/conf-data/Masters-and-Robots/images/logo_syskonf_powered3.png") no-repeat;
    width: 25px;
  }
  #SyskonfLogoContainer a:hover {
    background: url("/conf-data/Masters-and-Robots/images/logo_syskonf_powered3_on.png") no-repeat;
    width: 25px;
  }
}
#SyskonfLogoContainer { float: right; padding-top: 40px; }

.payment__img--wrapp {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid lightgray;
  display: table-cell;
  vertical-align: middle;
  height: 98px;
  width: inherit;
}

.custom-offset{
  margin-left: 0;
}
.description{
  margin-top: 10px;
}
.bt{
  position: absolute;
  bottom: 0;
  right: 0;
}
.payment__img{
  padding: 5px !important;
}
.payment__img--wrapp{
  height: auto;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  cursor: pointer;
}
.payment__img--wrapp.active{
  background: rgb(0, 120, 206);
}
.payment__img--wrapp:hover{
  background: rgb(0, 120, 206);
}
.bt p, .pp p, .dp p{
  cursor: pointer;
}
@media (min-width: 645px){
  .custom-offset{
    margin-left: 12.5%;
  }
  .bt{
    position: absolute;
    bottom: 0;
    right: 12.5%;
  }
}
.lectures__info__row--lecturer .lectures__info__row--content, .lectures__name{
  font-weight: bold; 
}
.lectures__info__desc {
  display: none;
}
.nv_checkbox_on:before, .nv_checkbox_off:before{
  height: 15px;
  width: 15px;
  border: 1px solid #666666;
}
.nv_checkbox_on:before{
  background-position: -1px -1px;
}
.nv_checkbox_off:before{
  background-position: -1px -17px;
}
.event-info{
  position: relative;
  left: 200px;
}
@media screen and (max-width: 570px){
  .event-info{
    float: right;
    left: 0;
  }
}
@media screen and (max-width: 340px){
  .event-info{
    float: right;
    left: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.event-info::after{
  border: none !important;
}
#cardsImg{
  display:none;
}
.btn-default {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn-default:focus, .btn-default.focus {
    background-color: #286090;
    border-color: #122b40;
    color: #fff;
}
.btn-default:hover {
    background-color: #286090;
    border-color: #204d74;
    color: #fff;
}
#addNew {
  margin-left: 40px;
  
}